-
Notifications
You must be signed in to change notification settings - Fork 9
/
black.css
217 lines (94 loc) · 3.36 KB
/
black.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
/*
* NIGHTSHIFT - eye care:
* A darkening style for all websites.
* by vetinari - 2009
* contact: vetinari.userstyles@inode.at
*/
body,html { min-height: 100%!important; }
html, body { background-color:#111!important }
body>*:not(:empty){ background-color:#222!important }
body>*>*:not(:empty){ background-color:#222!important }
body>*>*>*:not(:empty){ background-color:#282828!important }
body>*>*>*>*:not(:empty){ background-color:#282828!important }
body>*>*>*>*>*:not(:empty){ background-color:#383838!important }
body>*>*>*>*>* *{ background-color:#383838!important }
body table[border="0"] td{ background-color:#111!important }
body table table[border="0"] td{ background-color:#333!important }
body table table table[border="0"] td{ background-color:#222!important }
body table table table table[border="0"] td{ background-color:#444!important }
body *:empty{ background-color: #252525!important }
body p:not(:empty), body p *, body h1, body h1 *, body h2, body h2 *, body h3,
body h3 *, body h4, body h4 *, body h5, body h5 *, body strong>*, body b>*, body
em>*, body i>*, body span>*:not(img) {
background:transparent none!important
}
body h1, body h1 *, body h2, body h2 *, p>strong:only-of-type,
p>b:only-of-type {
color: #a98!important
}
body h3, body h3 *, body h4, body h4 *{ color: #aaa!important }
*:not([onclick]):not(input):not(a):not(img):not([class^="UI"]), body
a:not(:empty), div:not([onclick]) {
background-image:none!important;
text-indent:0!important
}
*[onclick] { color:#79a!important }
*[onclick]:hover { color:#99a8aa!important }
body hr {
background: #666 none!important;
color: #666!important;
border:1px solid #666!important;
height: 1px!important;
overflow:hidden!important;
display: block!important
}
* { color: #c0c0c0!important; border-color:#666!important; }
* body a, body a * { color: #B6AA7B!important; }
body a:hover, body a:hover * {
color: #D9C077!important;
text-decoration: underline!important
}
body img,a[href] img, a[href] button, input[type="image"],*[onclick]:empty, body
a:empty {
opacity:.5!important
}
body img:hover,a[href]:hover img, a[href]:hover button, *[onclick]:empty:hover,
body a:empty:hover {
opacity:1!important
}
body input[type], body textarea[name], body input[name], body input[id], body
select[name]{
-moz-appearance:none!important;
color: #bbb!important;
-moz-border-radius:4px !important;
border-width: 1px!important;
border-color: #778!important;
border-style:solid!important;
background:#555 none !important
}
body select[name] {
-moz-appearance:none!important;
color: #bbb!important;
-moz-border-radius:4px !important;
border-width: 1px!important;
border-color: #778!important;
border-style:solid!important;
background-color:#555!important
}
body input>*, body textarea>* {
background:transparent none !important;
color: #bbb!important;
border-style:solid!important;
border-width: 0px!important;
}
body select * {
background-color:transparent !important;
color: #bbb!important;
border-style:solid!important;
border-width: 0px!important;
}
pre:not(:empty), code:not(:empty) , cite:not(:empty), pre:not(:empty) *,
code:not(:empty) *, cite:not(:empty)
* {
background-image:url(data:image/gif;base64,R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=)!important;
color: #bcc8dc!important;}