]> git.wh0rd.org - tt-rss.git/blob - themes/graycube/theme.css
f84f260b6926f3dbed07a20c80b4f458350d8b8e
[tt-rss.git] / themes / graycube / theme.css
1 body {
2 background : #f6f6f6;
3 }
4
5 h3 {
6 border-color : #999999;
7 }
8
9 a:hover {
10 color : gray;
11 }
12
13 div.cdmArticle {
14 border-color : #999999;
15 background : #f9f9f9;
16 }
17
18 div.cdmArticleUnread {
19 border-color : #999999;
20 background : white;
21 }
22
23 div.cdmArticleUnread div.cdmHeader {
24 background : transparent;
25 background-repeat : repeat-x;
26 }
27
28
29 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
30 border-color : #999999;
31 background : #ffcccc;
32 }
33
34 div.cdmArticleUnread div.cdmHeader a.title,
35 div.cdmArticleUnreadSelected div.cdmHeader a.title {
36 color : black;
37 }
38
39 div.cdmHeader a:hover {
40 color : black;
41 }
42
43 .notify {
44 border-color : #999;
45 background-color : #f9f9f9;
46 color : black;
47 -moz-border-radius : 0px;
48 }
49
50 div.notice {
51 background : #f9f9f9;
52 border : 1px solid #999999;
53 }
54
55 div.warning {
56 background : #ffcccc;
57 border : 1px solid #ff0000;
58 }
59
60
61 ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
62 border : 1px solid #999999;
63 }
64
65 div.postReply {
66 padding : 0px;
67 margin : 0px;
68 font-size : medium;
69 }
70
71 div.postReply a {
72 color : black;
73 }
74
75 div.postReply a:hover {
76 color : gray;
77 }
78
79 div.postReply div.postHeader {
80 background : #f9f9f9;
81 border-style : solid;
82 border-color : #999999;
83 border-width : 0px 0px 1px 0px;
84 margin : 0px;
85 }
86
87 div.postReply > div.postHeader {
88 padding : 5px;
89 }
90
91 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
92 .evenSelectedUnread td {
93 background-color : #ffcccc;
94 font-weight : bold;
95 border-color : #ebebeb;
96 }
97
98 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
99 .oddSelectedUnread td {
100 background-color : #ffcccc;
101 font-weight : bold;
102 border-color : #ebebeb;
103
104 }
105
106 .evenSelected, .evenSelected td {
107 background-color : #ffcccc;
108 border-color : #ebebeb;
109 }
110
111 .oddSelected, .oddSelected td {
112 background-color : #ffcccc;
113 border-color : #ebebeb;
114 }
115
116 .evenGrayed, .evenGrayed td {
117 background-color : #f9f9f9;
118 color : gray;
119 border-color : #ebebeb;
120 }
121
122 .oddGrayed, .oddGrayed td {
123 border-color : #ebebeb;
124 }
125
126 .oddGrayed {
127 color : gray;
128 background-color : #f9f9f9;
129 }
130
131 .even, .even td {
132 border-color : #ebebeb;
133 background-color : #f9f9f9;
134 }
135
136 .odd, .odd td {
137 background-color : #f9f9f9;
138 border-color : #ebebeb;
139 }
140
141 .evenUnread, .evenUnread td {
142 background-color : white;
143 font-weight : bold;
144 border-color : #ebebeb;
145 }
146
147 .oddUnread, .oddUnread td {
148 font-weight : bold;
149 border-color : #ebebeb;
150 }
151
152 ul.feedList {
153 list-style-type : none;
154 padding : 0px 0px 0px 5px;
155 font-size : 9pt;
156 }
157
158 ul.feedList hr {
159 border-width : 0px;
160 }
161
162 ul.feedList li.feedCat {
163 margin : 0px;
164 padding : 1px 0px 1px 0px;
165 color : #707070;
166 font-size : 9pt;
167 }
168
169 ul.feedList li.feedCat span.catTitle:hover {
170 color : black;
171 }
172
173 ul.feedCatList {
174 list-style-type : none;
175 margin : 0px 0px 0px 15px;
176 padding : 0px;
177 }
178
179 ul.feedCatList li {
180 margin : 0px;
181 padding : 1px 0px 1px 0px;
182 color : black;
183 }
184
185 ul.feedList img {
186 vertical-align : bottom;
187 }
188
189 ul.feedList li {
190 margin : 0px;
191 padding : 2px 0px 2px 0px;
192 }
193
194
195 li.feedSelected a,
196 li.labelSelected a,
197 li.virtSelected a,
198 li.tagSelected a {
199 color : gray;
200 }
201
202 li.feedUnreadSelected a,
203 li.labelUnreadSelected a,
204 li.virtUnreadSelected a,
205 li.tagUnreadSelected a {
206 color : gray;
207 }
208
209 div.prefFeedCatHolder {
210 border : 1px solid #999999;
211 }
212
213 table.prefFeedList td.feedEditCat {
214 border-color : #999999;
215 }
216
217 table.prefFilterList td.filterEditCat {
218 border-color : #999999;
219 }
220
221 tr.title td {
222 color : gray;
223 font-weight : bold;
224 }
225
226 tr.title td a {
227 color : gray;
228 }
229
230 tr.title td a:hover {
231 color : black;
232 }
233
234 span.contentPreview:hover {
235 color : gray;
236 }
237
238 #dispSwitch a:hover {
239 color : black;
240 }
241
242 #infoBoxTitle {
243 border-width : 0px 0px 1px 0px;
244 border-style : solid;
245 border-color : #999999;
246 background : #ffcccc;
247 color : black;
248 text-shadow : #ffffff 0px 1px 0px;
249 }
250
251
252 #infoBox {
253 border-width : 1px 1px 1px 1px;
254 border-style : solid;
255 border-color : #999999;
256 position : relative;
257 bottom : 2px;
258 right : 2px;
259 padding-bottom : 5px;
260 background : #efefef;
261 }
262
263 div.infoBoxContents a {
264 color : gray;
265 }
266
267 div.infoBoxContents a:hover {
268 color : black;
269 }
270
271 #header {
272 position : absolute;
273 white-space: nowrap;
274 top : 10px;
275 left : 25px;
276 right : 20px;
277 height : 40px;
278 color : gray;
279 }
280
281 #feeds-holder {
282 border-width : 1px 1px 1px 1px;
283 border-style : solid;
284 border-color : #c0c0c0;
285 top : 50px;
286 left : 20px;
287 position : absolute;
288 width : 240px;
289 overflow : auto;
290 bottom : 30px;
291 border-collapse : collapse;
292 background : #f9f9f9;
293 }
294
295 #toolbar div.actionChooser {
296 margin-right : 0px;
297 }
298
299 #toolbar {
300 position : absolute;
301 left : 280px;
302 padding : 0px 20px 10px 0px;
303 top : 50px;
304 right : 0px;
305 white-space: nowrap;
306 height : 30px;
307 background-image : url("images/toolbar.png");
308 background-position : bottom left;
309 background-repeat : repeat-x;
310 }
311
312 div.headlines_normal {
313 position : absolute;
314 border-width : 1px 1px 1px 1px;
315 border-style : solid;
316 border-color : #999999;
317 left : 280px;
318 height : 305px;
319 top : 85px;
320 right : 20px;
321 overflow : hidden;
322 background : white;
323 border-collapse : collapse;
324 }
325
326 div.headlines_cdm {
327 position : absolute;
328 border-width : 1px 1px 1px 1px;
329 border-style : solid;
330 border-color : #999;
331 left : 280px;
332 bottom : 30px;
333 top : 85px;
334 right : 20px;
335 overflow : hidden;
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
354 #footer, #prefFooter {
355 vertical-align : middle;
356 display : block;
357 position : absolute;
358 bottom : 5px;
359 text-align : center;
360 color : gray;
361 right : 0px;
362 left : 0px;
363 padding : 0px;
364 border-width : 0px;
365 background : #f6f6f6;
366 }
367
368 #footer a {
369 color : gray;
370 }
371
372 #headlinesContainer {
373 margin-left : 0px;
374 background-color : white;
375 }
376
377 #headlineActionsTop {
378 /* border-width : 0px 0px 1px 0px;
379 border-style : solid;
380 border-color : #c0c0c0;
381 background-color : #fafafa; */
382 }
383
384 #headlinesInnerContainer {
385 overflow : auto;
386 position : absolute;
387 left : 1px;
388 right : 0px;
389 bottom : 0px;
390 top : 25px;
391 }
392
393 div.firstTab {
394 width : 20px;
395 float : left;
396 }
397
398 div.prefsTab {
399 border-color : #999999;
400 }
401
402 div.prefsTabSelected {
403 border-color : #999999;
404 background : white;
405 }
406
407 /* preferences layout */
408
409 #prefHeader {
410 margin : 10px 10px 10px 25px;
411 color : gray;
412 }
413
414 div.return {
415 float : right;
416 margin-right : 10px;
417 }
418
419 div.return a {
420 color : black;
421 }
422
423 div.return a:hover {
424 color : gray;
425 }
426
427 #prefContentOuter {
428 clear : left;
429 position : absolute;
430 bottom : 30px;
431 top : 75px;
432 overflow : auto;
433 left : 10px;
434 right : 10px;
435 padding : 1em;
436 margin : 0px;
437 background : white;
438 border-width : 1px 1px 1px 1px;
439 border-color : #999999;
440 border-style : solid;
441 }
442
443 #prefContent {
444 background : white;
445
446 }
447
448 .insensitive a {
449 color : gray;
450 text-decoration : underline;
451 }
452
453 .insensitive a:hover {
454 color : black;
455 }
456
457 div.topLinks a {
458 color : black;
459 }
460
461 div.topLinks a:hover {
462 color : gray;
463 }
464
465 a.visibleLink {
466 color : gray;
467 }
468
469 table.prefFilterList tr.even:hover td,
470 table.prefFilterList tr.odd:hover td,
471 table.prefFilterList tr.evenSelected:hover td,
472 table.prefFilterList tr.oddSelected:hover td
473 table.prefLabelList tr.even:hover td,
474 table.prefLabelList tr.odd:hover td,
475 table.prefLabelList tr.evenSelected:hover td,
476 table.prefLabelList tr.oddSelected:hover td,
477 table.prefUserList tr.even:hover td,
478 table.prefUserList tr.odd:hover td,
479 table.prefUserList tr.evenSelected:hover td,
480 table.prefUserList tr.oddSelected:hover td,
481 table.prefFeedList tr.even:hover td,
482 table.prefFeedList tr.odd:hover td,
483 table.prefFeedList tr.evenSelected:hover td,
484 table.prefFeedList tr.oddSelected:hover td
485 {
486 color : gray;
487 }
488
489 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
490 color : gray;
491 }
492
493 table.headlinesList tr.feedTitle td {
494 background : #efefef;
495 }
496
497 div.cdmFeedTitle {
498 background : #efefef;
499 }
500
501 div.tagCloudContainer {
502 border : 1px solid #999999;
503 }
504
505 #resize-grabber {
506 border-color : gray;
507 background : url("images/resize_horiz.png") top left;
508 }
509
510 table.prefPrefsList tr:hover td.prefValue {
511 color : gray;
512 }
513
514 table.prefPrefsList tr:hover td.prefValue input {
515 color : gray;
516 }
517
518 ul#headlineActionsBody li:hover {
519 color : black;
520 background : #ffcccc;
521 }
522
523 span#headlineActionsDrop {
524 background : #f0f0f0;
525 color : black;
526 }
527