X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..ba6fd3dfb0d3241d4ce85fa43cd6e760d17db948:/platforma/static/css/xmlcolors.css?ds=sidebyside diff --git a/platforma/static/css/xmlcolors.css b/platforma/static/css/xmlcolors.css index aa26579e..5a2d7ccc 100644 --- a/platforma/static/css/xmlcolors.css +++ b/platforma/static/css/xmlcolors.css @@ -1,8 +1,13 @@ -.editbox { +.editbox { margin: .4em; + margin-top: 5px; + margin-left: 45px; padding: 0; - font-family: monospace; - font-size: 10pt; + + font-family:"Lucida Console", monospace; + font-size: 13px; + line-height: 18px; + color: black; } @@ -10,12 +15,18 @@ margin: 0; } +.editbox span { + display: inline; + font-size: 13px; + line-height: 18px; +} + span.xml-tagname { - color: #A0B; + color: #0e5f0e; } span.xml-attribute { - color: #281; + color: #8b8b8b; } span.xml-punctuation { @@ -23,7 +34,7 @@ span.xml-punctuation { } span.xml-attname { - color: #00F; + color: #817aff; } span.xml-comment { @@ -44,6 +55,7 @@ span.xml-entity { span.xml-error { color: #F00; + font-weight: bolder; } span.xml-text {