]> git.wh0rd.org - tt-rss.git/blame - themes/graycube/theme.css
notice/warning style updates
[tt-rss.git] / themes / graycube / theme.css
CommitLineData
800a71e0
AD
1body {
2 background : #f6f6f6;
3}
4
5a:hover {
6 color : gray;
7}
8
d227b1a5
AD
9div.cdmArticle {
10 border-width : 0px 0px 1px 0px;
11 border-color : #999999;
12 margin : 0px;
13 padding : 10px;
14 background : #f9f9f9;
15 -moz-border-radius : 0px;
16}
17
18div.cdmArticleUnread {
19 border-width : 0px 0px 1px 0px;
20 border-color : #999999;
21 margin : 0px;
22 padding : 10px;
23 background : white;
24 -moz-border-radius : 0px;
25}
26
27div.cdmArticleSelected, div.cdmArticleUnreadSelected {
28 border-width : 0px 0px 1px 0px;
29 border-color : #999999;
30 margin : 0px;
31 padding : 10px;
32 background : #ffcccc;
33 -moz-border-radius : 0px;
34}
35
36div.cdmArticleUnread div.cdmHeader a.title,
37div.cdmArticleUnreadSelected div.cdmHeader a.title {
38 color : black;
39}
40
41div.cdmHeader a:hover {
42 color : black;
43}
44
f407c086
AD
45.notify {
46 border-color : #999;
47 background-color : #f9f9f9;
48 color : black;
49 -moz-border-radius : 0px;
50}
51
800a71e0
AD
52div.notice {
53 background : #f9f9f9;
54 border : 1px solid #999999;
55}
56
c93d8e07
AD
57div.warning {
58 background : #ffcccc;
59 border : 1px solid #ff0000;
60}
61
62
d227b1a5 63ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
c4cbe62c
AD
64 border : 1px solid #999999;
65}
800a71e0
AD
66
67table.headlinesSubToolbar td {
68 font-size : x-small;
69 color : gray;
800a71e0
AD
70 background-image : url("images/grad_1.png");
71 background-repeat : repeat-x;
72 background-position : bottom left;
73 background-color : #f3f3f2;
74}
75
76div.postReply {
77 padding : 0px;
78 margin : 0px;
79 font-size : medium;
80}
81
82div.postReply a {
83 color : black;
84}
85
86div.postReply a:hover {
87 color : gray;
88}
89
90div.postReply div.postHeader {
91 background : #f9f9f9;
92 border-style : solid;
93 border-color : #999999;
94 border-width : 0px 0px 1px 0px;
95}
96
97div.postReply > div.postHeader {
98 padding : 5px;
99}
100
101.evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
102 .evenSelectedUnread td {
f407c086 103 background-color : #ffcccc;
800a71e0
AD
104 font-weight : bold;
105 border-width : 1px 0px 1px 0px;
106 border-style : solid;
107 border-color : #ebebeb;
108}
109
110.oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
111 .oddSelectedUnread td {
f407c086 112 background-color : #ffcccc;
800a71e0
AD
113 font-weight : bold;
114}
115
116.evenSelected, .evenSelected td {
f407c086 117 background-color : #ffcccc;
800a71e0
AD
118 border-width : 1px 0px 1px 0px;
119 border-style : solid;
120 border-color : #ebebeb;
121}
122
123.oddSelected, .evenSelected td {
f407c086 124 background-color : #ffcccc;
800a71e0
AD
125}
126
127.evenGrayed, .evenGrayed td {
128 background-color : white;
129 color : #909090;
130 border-width : 1px 0px 1px 0px;
131 border-style : solid;
132 border-color : #ebebeb;
133}
134
135.oddGrayed {
136 color : #909090;
137}
138
139.even, .even td {
140 border-width : 1px 0px 1px 0px;
141 border-style : solid;
142 border-color : #ebebeb;
143 background-color : #f9f9f9;
144}
145
146.odd, .odd td {
147 background-color : #f9f9f9;
148}
149
150.evenUnread, .evenUnread td {
151 background-color : white;
152 font-weight : bold;
153 border-width : 1px 0px 1px 0px;
154 border-style : solid;
155 border-color : #ebebeb;
156}
157
158.oddUnread, .oddUnread td {
159 font-weight : bold;
160}
161
6a4413b4
AD
162ul.feedList {
163 list-style-type : none;
164 margin : 5px;
165 padding : 0px 0px 0px 5px;
166 font-size : small;
167 white-space : nowrap;
168}
169
170ul.feedList hr {
171 border-width : 0px;
172}
173
174ul.feedList li.feedCat {
175 margin : 0px;
176 padding : 1px 0px 1px 0px;
177 color : #707070;
178 font-size : small;
179}
180
181ul.feedList li.feedCat a:hover {
182 color : black;
183}
184
185ul.feedCatList {
186 list-style-type : none;
187 margin : 0px 0px 0px 10px;
188 padding : 0px;
189}
190
191ul.feedCatList li {
192 margin : 0px;
193 padding : 1px 0px 1px 0px;
194 color : black;
195}
196
197ul.feedList img {
198 vertical-align : bottom;
199}
200
201ul.feedList li {
202 margin : 0px;
203 padding : 2px 0px 2px 0px;
204}
205
206
800a71e0
AD
207li.feedSelected a,
208li.labelSelected a,
209li.virtSelected a,
210li.tagSelected a {
211 color : gray;
212}
213
214li.feedUnreadSelected a,
215li.labelUnreadSelected a,
216li.virtUnreadSelected a,
217li.tagUnreadSelected a {
218 color : gray;
219}
220
221table.prefFeedList td.feedEditCat {
222 font-weight : bold;
223 border-width : 0px 0px 1px 0px;
224 border-style : solid;
225 border-color : #999999;
226 padding-top : 0.5em;
227}
228
229tr.title td {
230 color : gray;
231 font-weight : bold;
232}
233
234tr.title td a {
235 color : gray;
236}
237
238tr.title td a:hover {
239 color : black;
240}
241
242span.contentPreview:hover {
f407c086 243 color : gray;
800a71e0
AD
244}
245
246#dispSwitch a:hover {
247 color : black;
248}
249
250#infoBoxTitle {
251 border-width : 0px 0px 1px 0px;
252 border-style : solid;
253 border-color : #999999;
254 background : #f9f9f9;
255 padding : 2px;
256 color : black;
257}
258
259
260#infoBox {
261 border-width : 1px 1px 1px 1px;
262 border-style : solid;
263 border-color : #999999;
264 font-size : small;
265 position : relative;
266 bottom : 2px;
267 right : 2px;
268 padding-bottom : 5px;
269 background : white;
270}
271
272#header {
273 position : absolute;
274 white-space: nowrap;
275 top : 10px;
6a4413b4 276 left : 25px;
800a71e0
AD
277 right : 20px;
278 height : 40px;
279 color : gray;
280 font-size : small;
281}
282
283#feeds-holder {
284 border-width : 1px 1px 1px 1px;
285 border-style : solid;
286 border-color : #c0c0c0;
287 top : 50px;
288 left : 20px;
289 position : absolute;
290 width : 240px;
291 overflow : auto;
292 bottom : 30px;
293 border-collapse : collapse;
294 background : #f9f9f9;
295}
296
297#toolbar {
298 position : absolute;
299 left : 280px;
140eda6c 300 padding : 0px 20px 10px 0px;
800a71e0
AD
301 top : 50px;
302 right : 0px;
303 white-space: nowrap;
304 height : 30px;
305 background-image : url("images/toolbar.png");
306 background-position : bottom left;
307 background-repeat : repeat-x;
308}
309
310div.headlines_normal {
311 position : absolute;
312 border-width : 1px 1px 1px 1px;
313 border-style : solid;
314 border-color : #999999;
315 left : 280px;
316 height : 305px;
317 top : 85px;
318 right : 20px;
319 overflow : hidden;
320 background : white;
321 font-size : small;
322 border-collapse : collapse;
323}
324
325div.headlines_cdm {
326 position : absolute;
d227b1a5 327 border-width : 1px 1px 1px 1px;
800a71e0
AD
328 border-style : solid;
329 border-color : #999;
330 left : 280px;
331 bottom : 30px;
332 top : 85px;
333 right : 20px;
d227b1a5 334 overflow : hidden;
800a71e0
AD
335 font-size : small;
336 background : white;
337 border-collapse : collapse;
338}
339
340#content-frame {
341 position : absolute;
342 border-width : 1px 1px 1px 1px;
343 border-style : solid;
344 border-color : #999999;
345 background : white;
346 overflow : auto;
347 top : 410px;
348 left : 280px;
349 bottom : 30px;
350 right : 20px;
351 border-collapse : collapse;
352}
353
23c2a4e7
AD
354#footer, #prefFooter {
355 vertical-align : middle;
356 display : block;
800a71e0 357 position : absolute;
23c2a4e7 358 bottom : 5px;
800a71e0
AD
359 text-align : center;
360 color : gray;
361 font-size : x-small;
362 right : 0px;
363 left : 0px;
364 padding : 0px;
365 border-width : 0px;
366 background : #f6f6f6;
367}
368
369#footer a {
370 color : gray;
371}
372
373#headlinesContainer {
f407c086 374 margin-left : 0px;
800a71e0
AD
375 background-color : white;
376}
377
378#headlineActionsTop {
379/* border-width : 0px 0px 1px 0px;
380 border-style : solid;
381 border-color : #c0c0c0;
382 background-color : #fafafa; */
383 font-size : x-small;
384}
385
386#headlinesInnerContainer {
800a71e0 387 overflow : auto;
d227b1a5
AD
388 position : absolute;
389 left : 1px;
390 right : 0px;
391 bottom : 0px;
392 top : 25px;
800a71e0
AD
393}
394
395div.firstTab {
396 width : 20px;
6a244e6e 397 float : left;
800a71e0
AD
398}
399
400div.prefsTab {
401 border-color : #999999;
402}
403
404div.prefsTabSelected {
405 border-color : #999999;
406 background : white;
407}
408
409/* preferences layout */
410
411#prefHeader {
23c2a4e7 412 margin : 10px 10px 10px 25px;
800a71e0
AD
413 color : gray;
414 font-size : small;
415}
416
417div.return {
418 float : right;
419 font-size : small;
420 margin-right : 10px;
421}
422
423div.return a {
424 color : black;
425}
426
427div.return a:hover {
428 color : gray;
429}
430
431#prefContent {
432 clear : left;
23c2a4e7
AD
433 position : absolute;
434 bottom : 30px;
435 top : 75px;
436 overflow : auto;
437 left : 10px;
438 right : 10px;
800a71e0 439 padding : 1em;
23c2a4e7 440 margin : 0px;
800a71e0
AD
441 background : white;
442 font-size : small;
443 border-width : 1px 1px 1px 1px;
444 border-color : #999999;
445 border-style : solid;
446
447}
f407c086 448