equal
deleted
inserted
replaced
|
1 /* |
|
2 * CodePress color styles for ASP-VB syntax highlighting |
|
3 * By Martin D. Kirk |
|
4 */ |
|
5 |
|
6 /* tags */ |
|
7 b { |
|
8 color:#000080; |
|
9 } |
|
10 /* comments */ |
|
11 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, strong i a u, strong i s u { |
|
12 color:gray; |
|
13 font-weight:normal; |
|
14 } |
|
15 /* ASP comments */ |
|
16 strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ |
|
17 color:gray; |
|
18 font-weight:normal; |
|
19 } |
|
20 /* attributes */ |
|
21 s, s b, span s u, span s cite, strong span s { |
|
22 color:#5656fa ; |
|
23 font-weight:normal; |
|
24 } |
|
25 /* strings */ |
|
26 strong s,strong s b, strong s u, strong s cite { |
|
27 color:#009900; |
|
28 font-weight:normal; |
|
29 } |
|
30 strong ins{ |
|
31 color:#000000; |
|
32 font-weight:bold; |
|
33 } |
|
34 /* Syntax */ |
|
35 strong a, strong a u { |
|
36 color:#0000FF; |
|
37 font-weight:; |
|
38 } |
|
39 /* Native Keywords */ |
|
40 strong u { |
|
41 color:#990099; |
|
42 font-weight:bold; |
|
43 } |
|
44 /* Numbers */ |
|
45 strong var{ |
|
46 color:#FF0000; |
|
47 } |
|
48 /* ASP Language */ |
|
49 span{ |
|
50 color:#990000; |
|
51 font-weight:bold; |
|
52 } |
|
53 strong i,strong a i, strong u i { |
|
54 color:#009999; |
|
55 } |
|
56 /* style */ |
|
57 em { |
|
58 color:#800080; |
|
59 font-style:normal; |
|
60 } |
|
61 /* script */ |
|
62 ins { |
|
63 color:#800000; |
|
64 font-weight:bold; |
|
65 } |
|
66 |
|
67 /* <?php and ?> */ |
|
68 cite, s cite { |
|
69 color:red; |
|
70 font-weight:bold; |
|
71 } |