-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-style.css
69 lines (54 loc) · 1.09 KB
/
user-style.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@-moz-document domain("docs.phonegap.com") {
* {
background-color: transparent !important;
color: #D4C4A9 !important;
text-shadow: none !important;
}
body, div, form, table, tbody, tr, td, fieldset, ul, li, a {
background-color: #404040 !important;
}
input, select, button, checkbox {
background-color: #616161 !important;
}
a {
color: #7F9F7F !important;
}
a:hover {
background-color: #505050 !important;
}
a:visited {
color: #CC9393 !important;
}
code, pre, pre span, code span {
color: #CAE682 !important;
background: #505050 !important;
}
table, tr, th, td {
border: 1px solid #808080 !important;
}
#header, #subheader {
background: none !important;
border: none !important;
}
#subheader {
border-bottom: solid 1px #505050 !important;
}
#sidebar .vertical_divider {
border-right: 1px solid #505050 !important;
}
.typ, .kwd, .str, .atv {
color: #fff !important;
}
.com {
color: #7F9F7F !important;
}
.y, .n {
color: #404040 !important;
}
.y {
background-color: #7F9F7F !important;
}
.n {
background-color: #CC9393 !important;
}
}