Checking in the GeSHi stuff that's now working
[viewsvn.git] / templates / default / code2.css
1 /* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
2
3 /* Key Words I (if, do, while, etc.) */
4 .code .kw1
5 {
6 color: #468;
7 font-weight: bold;
8 }
9
10 /* Key Words II (null, true, false, etc.) */
11 .code .kw2
12 {
13 color: #000;
14 font-weight: bold;
15 }
16
17
18 /* Built-in Functions */
19 .code .kw3
20 {
21 color: #900;
22 font-weight: bold;
23 }
24
25 /* Data Types (int, bool, etc) */
26 .code .kw4
27 {
28 color: #000;
29 font-weight: bold;
30 }
31
32 /* Comments */
33 .code .co1, .code .co2, .code .coMULTI
34 {
35 color: #998;
36 font-style: italic;
37 }
38
39 /* Strings */
40 .code .st0
41 {
42 color: #b84;
43 }
44
45 /* Methods */
46 .code .me0
47 {
48 color: #900;
49 }
50
51 /* Standard text without highlighting (default) */
52 .code .de1, .code .de2
53 {
54 }
55
56 /* Escaped characters */
57 .code .es0
58 {
59 }
60
61 /* Symbols [ ( { } ) ] */
62 .code .br0
63 {
64 }
65
66 /* Numbers */
67 .code .nu0
68 {
69 }