]> Git — Sourcephile - doclang.git/blob - src/style/dtc-xml.css
Rename {hdoc => textphile}
[doclang.git] / src / style / dtc-xml.css
1 /* .xml */
2 pre.xml {
3 text-align:left;
4 white-space:pre-wrap;
5 }
6 .xml .xml-element-close-begin,
7 .xml .xml-element-close-end,
8 .xml .xml-element-empty-end,
9 .xml .xml-element-open-begin,
10 .xml .xml-element-open-end {
11 color:blue;
12 font-weight:normal;
13 }
14 .xml .xml-element-name {
15 color:blue;
16 font-weight:normal;
17 }
18 .xml .xml-colon {
19 color:blue;
20 font-weight:normal;
21 }
22 .xml .xml-comment-begin,
23 .xml .xml-comment-end,
24 .xml .xml-comment-text {
25 color:blue;
26 font-weight:normal;
27 }
28 .xml .xml-pi-begin,
29 .xml .xml-pi-end {
30 color:blue;
31 font-weight:normal;
32 }
33 .xml .xml-pi-target,
34 .xml .xml-pi-text {
35 color:green;
36 font-weight:normal;
37 }
38 .xml .xml-attribute-name,
39 .xml .xml-namespace-declaration,
40 .xml .xml-namespace-prefix {
41 color:green;
42 font-weight:normal;
43 }
44 .xml .xml-attribute-value,
45 .xml .xml-namespace-uri,
46 .xml .xml-attribute-quote {
47 color:purple;
48 font-weight:normal;
49 }