forked from php/web-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-highlight.css
51 lines (49 loc) · 1.07 KB
/
style-highlight.css
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
/*
* $Id$
*/
.phpcode {
font-family: monospace, 'Courier New', Courier; font-size: 90%;
}
.phpcode .kw1 {
color: #d09010; font-weight: bold; background-color: inherit;
}
.phpcode .kw2 {
color: #000000; font-weight: bold; background-color: inherit;
}
.phpcode .kw3 {
color: #000066; font-weight: bold; background-color: inherit;
}
.phpcode .co1 {
color: #808080; font-style: italic; background-color: inherit;
}
.phpcode .co2 {
color: #808080; font-style: italic; background-color: inherit;
}
.phpcode .coMULTI {
color: #808080; font-style: italic; background-color: inherit;
}
.phpcode .es0 {
color: green; font-weight: bold; background-color: inherit;
}
.phpcode .br0 {
color: #404040; background-color: inherit;
}
.phpcode .st0 {
color: green; background-color: inherit;
}
.phpcode .nu0 {
color: #6600cc; background-color: inherit;
}
.phpcode .me0 {
color: black; font-style: italic; background-color: inherit;
}
.phpcode .re0 {
color: #004090; background-color: inherit;
}
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim: expandtab sw=4 ts=4 fdm=marker
*/