X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/redakcja/static/css/xmlcolors_20100906.css diff --git a/redakcja/static/css/xmlcolors_20100906.css b/redakcja/static/css/xmlcolors_20100906.css deleted file mode 100644 index 7446450a..00000000 --- a/redakcja/static/css/xmlcolors_20100906.css +++ /dev/null @@ -1,63 +0,0 @@ -html { - cursor: text; -} - -.editbox { - margin: .4em; - padding: 0; - /* fnp changes */ - margin-top: 5px; - margin-left: 5px; - font-family: "Lucida Console", monospace; - font-size: 13px; - line-height: 18px; - /* end fnp changes */ - color: black; -} - -.editbox p { - margin: 0; -} - -span.xml-tagname { - color: #A0B; -} - -span.xml-attribute { - color: #281; -} - -span.xml-punctuation { - color: black; -} - -span.xml-attname { - color: #00F; -} - -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 !important; - /* fnp changes */ - font-weight: bolder; - /* end fnp changes */ -} - -span.xml-text { - color: black; -}