* Improved document layout in Firefox.
[redakcja.git] / platforma / static / css / xmlcolors.css
1 .editbox {  
2   margin: .4em;
3   margin-top: 5px;
4   margin-left: 45px;
5   padding: 0;
6   
7   font-family:"Lucida Console", monospace;
8   font-size: 13px;
9   line-height: 18px;
10   
11   color: black;
12 }
13
14 .editbox p {
15   margin: 0;
16 }
17
18 .editbox span {
19         display: inline;  
20         font-size: 13px;
21     line-height: 18px;  
22 }
23
24 span.xml-tagname {
25   color: #a31727;
26 }
27
28 span.xml-attribute {
29   color: #8b8b8b;
30 }
31
32 span.xml-punctuation {
33   color: black;
34 }
35
36 span.xml-attname {
37   color: #817aff;
38 }
39
40 span.xml-comment {
41   color: #A70;
42 }
43
44 span.xml-cdata {
45   color: #48A;
46 }
47
48 span.xml-processing {
49   color: #999;
50 }
51
52 span.xml-entity {
53   color: #A22;
54 }
55
56 span.xml-error {
57   color: #F00;
58 }
59
60 span.xml-text {
61   color: black;
62 }