Add -lgcrypt
[xxxterm/127001.git] / style.css
blob4926f03bb6fa80b4dad639354077e3e27c965272
1 /*
2 * NIGHTSHIFT - eye care:
3 * A darkening style for all websites.
4 * by vetinari - 2009
5 * contact: vetinari.userstyles@inode.at
6 */
8 body,html { min-height: 100%!important; }
10 html, body { background-color:#111!important }
12 body>*:not(:empty){ background-color:#222!important }
14 body>*>*:not(:empty){ background-color:#222!important }
16 body>*>*>*:not(:empty){ background-color:#282828!important }
18 body>*>*>*>*:not(:empty){ background-color:#282828!important }
20 body>*>*>*>*>*:not(:empty){ background-color:#383838!important }
22 body>*>*>*>*>* *{ background-color:#383838!important }
24 body table[border="0"] td{ background-color:#111!important }
26 body table table[border="0"] td{ background-color:#333!important }
28 body table table table[border="0"] td{ background-color:#222!important }
30 body table table table table[border="0"] td{ background-color:#444!important }
32 body *:empty{ background-color: #252525!important }
34 body p:not(:empty), body p *, body h1, body h1 *, body h2, body h2 *, body h3,
35 body h3 *, body h4, body h4 *, body h5, body h5 *, body strong>*, body b>*, body
36 em>*, body i>*, body span>*:not(img) {
37 background:transparent none!important
40 body h1, body h1 *, body h2, body h2 *, p>strong:only-of-type,
41 p>b:only-of-type {
42 color: #a98!important
45 body h3, body h3 *, body h4, body h4 *{ color: #aaa!important }
47 *:not([onclick]):not(input):not(a):not(img):not([class^="UI"]), body
48 a:not(:empty), div:not([onclick]) {
49 background-image:none!important;
50 text-indent:0!important
53 *[onclick] { color:#79a!important }
55 *[onclick]:hover { color:#99a8aa!important }
57 body hr {
58 background: #666 none!important;
59 color: #666!important;
60 border:1px solid #666!important;
61 height: 1px!important;
62 overflow:hidden!important;
63 display: block!important
66 * { color: #c0c0c0!important; border-color:#666!important; }
68 * body a, body a * { color: #B6AA7B!important; }
70 body a:hover, body a:hover * {
71 color: #D9C077!important;
72 text-decoration: underline!important
75 body img,a[href] img, a[href] button, input[type="image"],*[onclick]:empty, body
76 a:empty {
77 opacity:.5!important
80 body img:hover,a[href]:hover img, a[href]:hover button, *[onclick]:empty:hover,
81 body a:empty:hover {
82 opacity:1!important
85 body input[type], body textarea[name], body input[name], body input[id], body
86 select[name]{
87 -moz-appearance:none!important;
88 color: #bbb!important;
89 -moz-border-radius:4px !important;
90 border-width: 1px!important;
91 border-color: #778!important;
92 border-style:solid!important;
93 background:#555 none !important
96 body select[name] {
97 -moz-appearance:none!important;
98 color: #bbb!important;
99 -moz-border-radius:4px !important;
100 border-width: 1px!important;
101 border-color: #778!important;
102 border-style:solid!important;
103 background-color:#555!important
106 body input>*, body textarea>* {
107 background:transparent none !important;
108 color: #bbb!important;
109 border-style:solid!important;
110 border-width: 0px!important;
113 body select * {
114 background-color:transparent !important;
115 color: #bbb!important;
116 border-style:solid!important;
117 border-width: 0px!important;
120 pre:not(:empty), code:not(:empty) , cite:not(:empty), pre:not(:empty) *,
121 code:not(:empty) *, cite:not(:empty)
123 background-image:url(data:image/gif;base64,R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=)!important;
124 color: #bcc8dc!important;}