source: trunk/www.guidonia.net/wp/wp-includes/js/codepress/languages/asp.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.1 KB
Line 
1/*
2 * CodePress color styles for ASP-VB syntax highlighting
3 * By Martin D. Kirk
4 */
5/* tags */
6
7b {
8 color:#000080;
9}
10/* comments */
11big, 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 */
16strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{
17 color:gray;
18 font-weight:normal;
19}
20 /* attributes */
21s, s b, span s u, span s cite, strong span s {
22 color:#5656fa ;
23 font-weight:normal;
24}
25 /* strings */
26strong s,strong s b, strong s u, strong s cite {
27 color:#009900;
28 font-weight:normal;
29}
30strong ins{
31 color:#000000;
32 font-weight:bold;
33}
34 /* Syntax */
35strong a, strong a u {
36 color:#0000FF;
37 font-weight:;
38}
39 /* Native Keywords */
40strong u {
41 color:#990099;
42 font-weight:bold;
43}
44/* Numbers */
45strong var{
46 color:#FF0000;
47}
48/* ASP Language */
49span{
50 color:#990000;
51 font-weight:bold;
52}
53strong i,strong a i, strong u i {
54 color:#009999;
55}
56/* style */
57em {
58 color:#800080;
59 font-style:normal;
60}
61 /* script */
62ins {
63 color:#800000;
64 font-weight:bold;
65}
66
67/* <?php and ?> */
68cite, s cite {
69 color:red;
70 font-weight:bold;
71}
Note: See TracBrowser for help on using the repository browser.