X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/36f6233fd79390ad5af8a1532eac60a0ae57c825..f938afb8ab4cb091d12e0ef0311eaea14b774798:/redakcja/static/css/xmlcolors_15032010.css diff --git a/redakcja/static/css/xmlcolors_15032010.css b/redakcja/static/css/xmlcolors_15032010.css new file mode 100644 index 00000000..099f94aa --- /dev/null +++ b/redakcja/static/css/xmlcolors_15032010.css @@ -0,0 +1,61 @@ +.editbox { + margin: .4em; + margin-top: 5px; + margin-left: 5px; + 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; +}