2 * CSS from NightShift - Eye Care by vetinari
3 * http://userstyles.org/styles/18192
8 body, html { min-height: 100%!important; }
9 html, body { background-color:#111!important }
10 body>*:not(:empty) { background-color:#222!important }
11 body>*>*:not(:empty) { background-color:#222!important }
12 body>*>*>*:not(:empty) { background-color:#282828!important }
13 body>*>*>*>*:not(:empty) { background-color:#282828!important }
14 body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
15 body>*>*>*>*>* * { background-color:#383838!important }
16 body table[border=\"0\"] td { background-color:#111!important }
17 body table table[border=\"0\"] td {
18 background-color:#333!important
20 body table table table[border=\"0\"] td {
21 background-color:#222!important
23 body table table table table[border=\"0\"] td {
24 background-color:#444!important
26 body *:empty { background-color: #252525!important }
44 body span>*:not(img){ background:transparent none!important }
50 p>strong:only-of-type,
51 p>b:only-of-type{ color: #a98!important }
56 body h4 *{ color: #aaa!important }
57 *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
60 background-image:none!important;
61 text-indent:0!important
63 *[onclick] { color:#79a!important }
64 *[onclick]:hover { color:#99a8aa!important }
66 background: #666 none!important;
67 color: #666!important;
68 border:1px solid #666!important;
69 height: 1px!important;
70 overflow:hidden!important;
71 display: block!important }
72 * { color: #c0c0c0!important; border-color:#666!important; }
73 * body a, body a *{ color: #B6AA7B!important; }
74 body a:hover, body a:hover * {
75 color: #D9C077!important;
76 text-decoration: underline!important
80 input[type=\"image\"],*[onclick]:empty,
81 body a:empty{ opacity:.5!important }
85 *[onclick]:empty:hover,
86 body a:empty:hover{ opacity:1!important }
93 -webkit-appearance:none!important;
94 color: #bbb!important;
95 -webkit-border-radius:4px !important;
96 border-width: 1px!important;
97 border-color: #778!important;
98 border-style:solid!important;
99 background:#555 none!important
102 -webkit-appearance:none!important;
103 color: #bbb!important;
104 -webkit-border-radius:4px !important;
105 border-width: 1px!important;
106 border-color: #778!important;
107 border-style:solid!important;
108 background-color:#555!important
110 body input>*, body textarea>* {
111 background:transparent none!important;
112 color: #bbb!important;
113 border-style:solid!important;
114 border-width: 0px!important;
117 background-color:transparent !important;
118 color: #bbb!important;
119 border-style:solid!important;
120 border-width: 0px!important;
128 background-image:url(data:image/gif; base64,
129 R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
132 color: #bcc8dc!important;
134 var heads = document.getElementsByTagName("head");
137 if (heads.length == 0)
138 return function() {};
140 var node = document.createElement("style");
141 node.type = "text/css";
142 node.appendChild(document.createTextNode(css));
143 heads[0].appendChild(node);
145 node.parentNode.removeChild(node);
150 * CSS from NightShift - Eye Care by vetinari
151 * http://userstyles.org/styles/18192
156 body, html { min-height: 100%!important; }
157 html, body { background-color:#111!important }
158 body>*:not(:empty) { background-color:#222!important }
159 body>*>*:not(:empty) { background-color:#222!important }
160 body>*>*>*:not(:empty) { background-color:#282828!important }
161 body>*>*>*>*:not(:empty) { background-color:#282828!important }
162 body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
163 body>*>*>*>*>* * { background-color:#383838!important }
164 body table[border=\"0\"] td { background-color:#111!important }
165 body table table[border=\"0\"] td {
166 background-color:#333!important
168 body table table table[border=\"0\"] td {
169 background-color:#222!important
171 body table table table table[border=\"0\"] td {
172 background-color:#444!important
174 body *:empty { background-color: #252525!important }
192 body span>*:not(img){ background:transparent none!important }
198 p>strong:only-of-type,
199 p>b:only-of-type{ color: #a98!important }
204 body h4 *{ color: #aaa!important }
205 *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
208 background-image:none!important;
209 text-indent:0!important
211 *[onclick] { color:#79a!important }
212 *[onclick]:hover { color:#99a8aa!important }
214 background: #666 none!important;
215 color: #666!important;
216 border:1px solid #666!important;
217 height: 1px!important;
218 overflow:hidden!important;
219 display: block!important }
220 * { color: #c0c0c0!important; border-color:#666!important; }
221 * body a, body a *{ color: #B6AA7B!important; }
222 body a:hover, body a:hover * {
223 color: #D9C077!important;
224 text-decoration: underline!important
226 body img,a[href] img,
228 input[type=\"image\"],*[onclick]:empty,
229 body a:empty{ opacity:.5!important }
232 a[href]:hover button,
233 *[onclick]:empty:hover,
234 body a:empty:hover{ opacity:1!important }
241 -webkit-appearance:none!important;
242 color: #bbb!important;
243 -webkit-border-radius:4px !important;
244 border-width: 1px!important;
245 border-color: #778!important;
246 border-style:solid!important;
247 background:#555 none!important
250 -webkit-appearance:none!important;
251 color: #bbb!important;
252 -webkit-border-radius:4px !important;
253 border-width: 1px!important;
254 border-color: #778!important;
255 border-style:solid!important;
256 background-color:#555!important
258 body input>*, body textarea>* {
259 background:transparent none!important;
260 color: #bbb!important;
261 border-style:solid!important;
262 border-width: 0px!important;
265 background-color:transparent !important;
266 color: #bbb!important;
267 border-style:solid!important;
268 border-width: 0px!important;
276 background-image:url(data:image/gif; base64,
277 R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
280 color: #bcc8dc!important;
282 var heads = document.getElementsByTagName("head");
285 if (heads.length == 0)
286 return function() {};
288 var node = document.createElement("style");
289 node.type = "text/css";
290 node.appendChild(document.createTextNode(css));
291 heads[0].appendChild(node);
293 node.parentNode.removeChild(node);
298 * CSS from NightShift - Eye Care by vetinari
299 * http://userstyles.org/styles/18192
304 body, html { min-height: 100%!important; }
305 html, body { background-color:#111!important }
306 body>*:not(:empty) { background-color:#222!important }
307 body>*>*:not(:empty) { background-color:#222!important }
308 body>*>*>*:not(:empty) { background-color:#282828!important }
309 body>*>*>*>*:not(:empty) { background-color:#282828!important }
310 body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
311 body>*>*>*>*>* * { background-color:#383838!important }
312 body table[border=\"0\"] td { background-color:#111!important }
313 body table table[border=\"0\"] td {
314 background-color:#333!important
316 body table table table[border=\"0\"] td {
317 background-color:#222!important
319 body table table table table[border=\"0\"] td {
320 background-color:#444!important
322 body *:empty { background-color: #252525!important }
340 body span>*:not(img){ background:transparent none!important }
346 p>strong:only-of-type,
347 p>b:only-of-type{ color: #a98!important }
352 body h4 *{ color: #aaa!important }
353 *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
356 background-image:none!important;
357 text-indent:0!important
359 *[onclick] { color:#79a!important }
360 *[onclick]:hover { color:#99a8aa!important }
362 background: #666 none!important;
363 color: #666!important;
364 border:1px solid #666!important;
365 height: 1px!important;
366 overflow:hidden!important;
367 display: block!important }
368 * { color: #c0c0c0!important; border-color:#666!important; }
369 * body a, body a *{ color: #B6AA7B!important; }
370 body a:hover, body a:hover * {
371 color: #D9C077!important;
372 text-decoration: underline!important
374 body img,a[href] img,
376 input[type=\"image\"],*[onclick]:empty,
377 body a:empty{ opacity:.5!important }
380 a[href]:hover button,
381 *[onclick]:empty:hover,
382 body a:empty:hover{ opacity:1!important }
389 -webkit-appearance:none!important;
390 color: #bbb!important;
391 -webkit-border-radius:4px !important;
392 border-width: 1px!important;
393 border-color: #778!important;
394 border-style:solid!important;
395 background:#555 none!important
398 -webkit-appearance:none!important;
399 color: #bbb!important;
400 -webkit-border-radius:4px !important;
401 border-width: 1px!important;
402 border-color: #778!important;
403 border-style:solid!important;
404 background-color:#555!important
406 body input>*, body textarea>* {
407 background:transparent none!important;
408 color: #bbb!important;
409 border-style:solid!important;
410 border-width: 0px!important;
413 background-color:transparent !important;
414 color: #bbb!important;
415 border-style:solid!important;
416 border-width: 0px!important;
424 background-image:url(data:image/gif; base64,
425 R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
428 color: #bcc8dc!important;
430 var heads = document.getElementsByTagName("head");
433 if (heads.length == 0)
434 return function() {};
436 var node = document.createElement("style");
437 node.type = "text/css";
438 node.appendChild(document.createTextNode(css));
439 heads[0].appendChild(node);
441 node.parentNode.removeChild(node);