X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ba6fd3dfb0d3241d4ce85fa43cd6e760d17db948..c9355cb6a53e0fa130ebe8458f9bcda3ef0c4a50:/platforma/static/css/xmlcolors_15032010.css diff --git a/platforma/static/css/xmlcolors_15032010.css b/platforma/static/css/xmlcolors_15032010.css new file mode 100644 index 00000000..5a2d7ccc --- /dev/null +++ b/platforma/static/css/xmlcolors_15032010.css @@ -0,0 +1,63 @@ +.editbox { + margin: .4em; + margin-top: 5px; + margin-left: 45px; + padding: 0; + + font-family:"Lucida Console", monospace; + font-size: 13px; + line-height: 18px; + + color: black; +} + +.editbox p { + margin: 0; +} + +.editbox span { + display: inline; + font-size: 13px; + line-height: 18px; +} + +span.xml-tagname { + color: #0e5f0e; +} + +span.xml-attribute { + color: #8b8b8b; +} + +span.xml-punctuation { + color: black; +} + +span.xml-attname { + color: #817aff; +} + +span.xml-comment { + color: #A70; +} + +span.xml-cdata { + color: #48A; +} + +span.xml-processing { + color: #999; +} + +span.xml-entity { + color: #A22; +} + +span.xml-error { + color: #F00; + font-weight: bolder; +} + +span.xml-text { + color: black; +}