summaryrefslogtreecommitdiff
path: root/framework/3rdParty/geshi/highlight.css
blob: 00a53f412cc988205c57096fa1ad03cf601e2d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.php .de1, .php .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.php .imp {font-weight: bold; color: red;}
.php li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.php .kw1 {color: #b1b100;}
.php .kw2 {color: #000000; font-weight: bold;}
.php .kw3 {color: #000066;}
.php .co1 {color: #808080; font-style: italic;}
.php .co2 {color: #808080; font-style: italic;}
.php .coMULTI {color: #808080; font-style: italic;}
.php .es0 {color: #000099; font-weight: bold;}
.php .br0 {color: #66cc66;}
.php .st0 {color: #ff0000;}
.php .nu0 {color: #cc66cc;}
.php .me1 {color: #006600;}
.php .me2 {color: #006600;}
.php .re0 {color: #0000ff;}

.xml .de1, .xml .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.xml .imp {font-weight: bold; color: red;}
.xml li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.xml .coMULTI {color: #808080; font-style: italic;}
.xml .es0 {color: #000099; font-weight: bold;}
.xml .br0 {color: #66cc66;}
.xml .st0 {color: #ff0000;}
.xml .nu0 {color: #cc66cc;}
.xml .sc0 {color: #00bbdd;}
.xml .sc1 {color: #ddbb00;}
.xml .sc2 {color: #339933;}
.xml .sc3 {color: #009900;}
.xml .re0 {color: #000066;}
.xml .re1 {font-weight: bold; color: black;}
.xml .re2 {font-weight: bold; color: black;}


.prado .de1, .prado .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.prado .imp {font-weight: bold; color: red;}
.prado li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.prado .coMULTI {color: #808080; font-style: italic;}
.prado .es0 {color: #000099; font-weight: bold;}
.prado .br0 {color: #66cc66;}
.prado .st0 {color: #ff0000;}
.prado .nu0 {color: #cc66cc;}
.prado .sc0 {color: #00bbdd;}
.prado .sc1 {color: #ddbb00;}
.prado .sc2 {color: #339933;}
.prado .sc3 {color: #009900;}
.prado .re0 {color: #006; font-weight: bold; } /* prado com:ComponentName tags */
.prado .re0 a.api { color: #006; text-decoration: none; border-bottom: 1px dotted #33f; }
.prado .re1 {color: #006; font-weight: bold; }  /* prado </com:TComponentName> tags */
.prado .re2 {color: #c66; font-weight: bold; }  /* prado </com:TComponentName> tags */


.html .de1, .html .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.html .imp {font-weight: bold; color: red;}
.html li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.html .kw1 {color: #b1b100;}
.html .kw2 {color: #000000; font-weight: bold;}
.html .kw3 {color: #000066;}
.html .coMULTI {color: #808080; font-style: italic;}
.html .es0 {color: #000099; font-weight: bold;}
.html .br0 {color: #66cc66;}
.html .st0 {color: #ff0000;}
.html .nu0 {color: #cc66cc;}
.html .sc0 {color: #00bbdd;}
.html .sc1 {color: #ddbb00;}
.html .sc2 {color: #009900;}

.css .de1, .css .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.css .imp {font-weight: bold; color: red;}
.css li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.css .kw1 {color: #000000; font-weight: bold;}
.css .kw2 {color: #993333;}
.css .co1 {color: #a1a100;}
.css .coMULTI {color: #808080; font-style: italic;}
.css .es0 {color: #000099; font-weight: bold;}
.css .br0 {color: #66cc66;}
.css .st0 {color: #ff0000;}
.css .nu0 {color: #cc66cc;}
.css .re0 {color: #cc00cc;}
.css .re1 {color: #6666ff;}
.css .re2 {color: #3333ff;}

.javascript .de1, .javascript .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.javascript .imp {font-weight: bold; color: red;}
.javascript li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.javascript .kw1 {color: #000066; font-weight: bold;}
.javascript .kw2 {color: #003366; font-weight: bold;}
.javascript .kw3 {color: #000066;}
.javascript .co1 {color: #009900; font-style: italic;}
.javascript .coMULTI {color: #009900; font-style: italic;}
.javascript .es0 {color: #000099; font-weight: bold;}
.javascript .br0 {color: #66cc66;}
.javascript .st0 {color: #3366CC;}
.javascript .nu0 {color: #CC0000;}
.javascript .me1 {color: #006600;}
.javascript .re0 {color: #0066FF;}

.source .copycode
{
	text-align: right;
	float: right;
}

.source .copycode a
{
	cursor: pointer;
	color: blue;
}

.source .copycode_hover a
{
	color: red;
}