]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/highlight.css
Reformat CSS
[SourceForge/phpwiki.git] / themes / default / highlight.css
1 /* CSS definition file generated by highlight 2.0-22, http://www.andre-simon.de/ */
2
3 /* Highlighting theme definition: */
4
5 /* Used abbreviations: */
6 /* key:  Keywords */
7 /* typ:  Types and type modifiers */
8 /* str:  Strings */
9 /* num:  Numbers */
10 /* com:  Comments */
11 /* esc:  Escape characters */
12 /* dir:  Directive lines */
13 /* dstr: Strings within directive lines */
14 /* sym:  Symbols */
15 /* line: Line numbers */
16
17 pre {
18     color: #000000;
19     background-color: #ffffff;
20     font-size: 10pt;
21     font-family: Courier, monospace;
22 }
23
24 .key {
25     color: #000000;
26     font-weight: bold;
27 }
28
29 .num {
30     color: #2928ff;
31 }
32
33 .typ {
34     color: #830000;
35 }
36
37 .esc {
38     color: #ff00ff;
39 }
40
41 .str {
42     color: #ff0000;
43 }
44
45 .dstr {
46     color: #818100;
47 }
48
49 .com {
50     color: #838183;
51     font-style: italic;
52 }
53
54 .dir {
55     color: #008200;
56 }
57
58 .sym {
59     color: #000000;
60 }
61
62 .line {
63     color: #555555;
64 }