]> git.wh0rd.org Git - tt-rss.git/blob - themes/night.css
css updates; night theme fixes for changed CSS classes
[tt-rss.git] / themes / night.css
1 @import "default.php";
2
3 body.claro.ttrss_main #feeds-holder {
4         background : #222;
5         border-color : #666;
6         border-left-width : 1px;
7 }
8
9 body.claro.ttrss_main #headlines-frame {
10         border-color : #ddd;
11 }
12
13 body.claro.ttrss_main div.whiteBox {
14         border-color : #666;
15 }
16
17 body.claro.ttrss_main #content-insert {
18         background : #333;
19 }
20
21 body.claro.ttrss_main #feedTree .dijitTreeRow {
22         color : #ccc ! important;
23 }
24
25 body.claro.ttrss_main .dijitTree .dijitTreeRowHover {
26         background : #444;
27         border-color : #666;
28 }
29
30 body.claro.ttrss_main .dijitTree .dijitTreeRowSelected {
31         background : #555;
32         border-color : #666 ! important;
33 }
34
35 body.claro.ttrss_main .dijitTreeRowSelected .dijitTreeLabel {
36         text-shadow : none;
37 }
38
39 body.claro.ttrss_main #feedTree .counterNode.aux {
40         background : #555;
41         color : #999;
42         border-color : #333;
43 }
44
45 body.claro.ttrss_main #feedTree .counterNode {
46         border : 1px solid #6280AD;
47         color : white;
48         background : #6280AD;
49 }
50
51 body.claro.ttrss_main #headlines-frame {
52         background : #333;
53         color : #ccc;
54 }
55
56 body.claro.ttrss_main #main-toolbar {
57         background : #333;
58         border-color : #666;
59 }
60
61 body.claro.ttrss_main #main-toolbar .dijitButtonText {
62         color : #ddd;
63 }
64
65 body.claro.ttrss_main #main-toolbar .dijitSelect {
66         border-color : #666;
67 }
68
69
70 body.claro.ttrss_main #main,
71 body.claro.ttrss_main #overlay {
72         background : #333;
73         color : #ccc;
74 }
75
76 body.claro.ttrss_main .hl .feed a,
77 body.claro.ttrss_main .cdm .feed a {
78         color : white;
79 }
80
81 body.claro.ttrss_main div.cdm.expanded div.footer,
82 body.claro.ttrss_main div.cdm.expandable div.footer {
83         border-color : #666;
84         color : #ccc;
85 }
86
87 body.claro.ttrss_main div.cdm.expandable.Selected {
88         background : #6280AD;
89 }
90
91 body.claro.ttrss_main div.cdm.expanded.Unread .header a.title,
92 body.claro.ttrss_main div.cdm.expandable.Unread a.title {
93         color : #ccc;
94 }
95
96 body.claro.ttrss_main div.cdm.expanded .header a.title,
97 body.claro.ttrss_main div.cdm.expandable a.title {
98         color : #aaa;
99 }
100
101 body.claro.ttrss_main .cdm.expandable.active,
102 body.claro.ttrss_main .cdm.expandable {
103         border-color : #666;
104         background : transparent;
105 }
106
107 body.claro.ttrss_main .cdm.active {
108         background : transparent ! important;
109 }
110
111 body.claro.ttrss_main .cdm .content-inner,
112 body.claro.ttrss_main .cdm .titleWrap {
113         color : #bbb;
114 }
115
116 body.claro.ttrss_main #content-insert blockquote,
117 body.claro.ttrss_main #headlines-frame blockquote,
118 body.claro.ttrss_main .dijitContentPane blockquote {
119         color : #999;
120         border-color : #666;
121 }
122
123 body.claro.ttrss_main #content-insert code,
124 body.claro.ttrss_main #headlines-frame code,
125 body.claro.ttrss_main .dijitContentPane code {
126         color : #009900;
127 }
128
129 body.claro.ttrss_main #content-insert pre,
130 body.claro.ttrss_main #headlines-frame pre,
131 body.claro.ttrss_main.dijitContentPane pre {
132         color : #999;
133         background : black;
134 }
135
136 body.claro.ttrss_main .dijitInputField.dijitButtonText {
137         background : #333;
138 }
139
140 /*body.claro.ttrss_main .cdm .content-inner img,
141 body.claro.ttrss_main .cdm img.tinyFeedIcon,
142 body.claro.ttrss_main .cdm .footer img,
143 body.claro.ttrss_main #feedTree img,
144 body.claro.ttrss_main .post .content img {
145         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); // firefox lol
146         filter: grayscale(1);
147         -webkit-filter: grayscale(1);
148 }*/
149
150 body.claro.ttrss_main .hl img.hlScorePic {
151         opacity : 0.5;
152 }
153
154 body.claro.ttrss_main .cdm .footer img {
155         opacity : 0.6;
156 }
157
158 body.claro.ttrss_main #floatingTitle {
159         background : #333;
160         border-color : #666;
161 }
162
163 body.claro.ttrss_main #floatingTitle a.title {
164         color : #ccc;
165 }
166
167 body.claro.ttrss_main .dijitMenu,
168 body.claro.ttrss_main .dijitMenuTable,
169 body.claro.ttrss_main .dijitMenu .dijitMenuItem td {
170         border-color : #666;
171         background : #666;
172 }
173
174 body.claro.ttrss_main .dijitMenu .dijitMenuItemSelected,
175 body.claro.ttrss_main .dijitMenu .dijitMenuItemSelected td {
176         background : black;
177         color : white;
178 }
179
180 body.claro.ttrss_main .hl {
181         border-color : #666;
182 }
183
184 body.claro.ttrss_main .hl .hl-title a {
185         color : #ccc;
186 }
187
188 body.claro.ttrss_main .hl.Selected,
189 body.claro.ttrss_main .hl.active {
190         background : #6280AD ! important;
191 }
192
193 body.claro.ttrss_main .post .header {
194         background : #333;
195         border-color : #666;
196 }
197
198