X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/7fb23b8635c4495766acf71601404d656ec7fc4d..c0e11a8f6d0d9a4c030aa90fe91f0fc49cd05e0e:/editor.css diff --git a/editor.css b/editor.css index dbec913..cf1abc2 100644 --- a/editor.css +++ b/editor.css @@ -68,6 +68,7 @@ body { } +#rng-visualEditor-sidebar, #rng-visualEditor-sidebar p, #rng-visualEditor-sidebar td, #rng-visualEditor-sidebar label, @@ -109,15 +110,30 @@ body { margin-bottom: 0px; } -.rng-visualEditor-editPaneNodeForm label { +.rng-visualEditor-editPaneNodeForm label , +.rng-visualEditor-editPaneSelectionForm label +{ width: 50px; display: inline-block; } -.rng-visualEditor-editPaneNodeForm select { +.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; } @@ -158,10 +174,11 @@ body { border-color: white; border-style:solid; border-width:1px; + min-height:20px; } [wlxml-tag=header] { - font-size: 14px; + font-size: 13px; font-weight: bold; margin-bottom: 10px; } @@ -171,6 +188,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;