X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ad5230bb4e14bbc859fdc5b1b31efab6bf43d122..0022318acaf4767c0b70052ccbd0c0a86effc691:/editor.css diff --git a/editor.css b/editor.css index 01b6565..aa920c8 100644 --- a/editor.css +++ b/editor.css @@ -65,6 +65,30 @@ body { border-style: solid; border-color: #ddd; padding: 5px 15px; + +} + +#rng-visualEditor-sidebar, +#rng-visualEditor-sidebar p, +#rng-visualEditor-sidebar td, +#rng-visualEditor-sidebar label, +#rng-visualEditor-sidebar input, +#rng-visualEditor-sidebar select { + font-size: 11px; + line-height:13px; +} + +#rng-visualEditor-sidebar select { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + height: auto; + line-height: 14px; +} + +#rng-visualEditor-sidebar label + select { + position:relative; + top: 5px; } #rng-visualEditor-sidebarButtons { @@ -86,14 +110,35 @@ body { margin-bottom: 0px; } +.rng-visualEditor-editPaneNodeForm label , +.rng-visualEditor-editPaneSelectionForm label +{ + width: 50px; + display: inline-block; +} + +.rng-visualEditor-editPaneNodeForm select, +.rng-visualEditor-editPaneSelectionForm select + { + width: 100px; +} + + + +.rng-visualEditor-sidebarContentItem fieldset { + margin-bottom: 10px; +} + +.rng-visualEditor-sidebarContentItem legend { + font-size:11px; + height:30px; +} #rng-visualEditor-meta table { margin-bottom:10px; } #rng-visualEditor-meta table [contenteditable] { - font-size: 11px; - line-height:13px; cursor: pointer; } @@ -132,8 +177,8 @@ body { } [wlxml-tag=header] { - font-size: 19px; - font-style: bold; + font-size: 13px; + font-weight: bold; margin-bottom: 10px; } @@ -142,6 +187,43 @@ body { margin-bottom: 10px; } +[wlxml-class|="cite"] { + font-style: italic; +} + +[wlxml-class|="cite-code"] { + font-family: monospace; +} + +[wlxml-class|="cite-code-xml"] { + color: blue; +} + +[wlxml-tag=header] > [wlxml-class=author] { + font-size: 14px; +} + +[wlxml-tag=header] > [wlxml-class=title] { + font-size:18px; +} + +[wlxml-class|="uri"] { + color: blue; + text-decoration: underline; +} + +[wlxml-class|="p"] { + text-indent: 1.5em; +} + +[wlxml-class|="emph-tech"] { + font-style: italic; +} + +[wlxml-tag=document] metadata { + display:none; +} + .rng-hover { border-color: red; border-style:solid;