PluginProbe
Wp-Insert / 1.6.0
Wp-Insert v1.6.0
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / codepress / languages / vbscript.css

vbscript.css in Wp-Insert 1.6.0, at codepress/languages/vbscript.css

71 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }