]> git.wh0rd.org - tt-rss.git/blob - themes/graycube/theme.css
e8f84611af0d8d285d1404b484830780fa3837b2
[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 ul.feedList span.feedlink:hover {
195 color : gray;
196 }
197
198 li.feedSelected span.feedlink,
199 li.labelSelected span.feedlink,
200 li.virtSelected span.feedlink,
201 li.tagSelected span.feedlink {
202 color : gray;
203 }
204
205 li.feedUnreadSelected span.feedlink,
206 li.labelUnreadSelected span.feedlink,
207 li.virtUnreadSelected span.feedlink,
208 li.tagUnreadSelected span.feedlink {
209 color : gray;
210 }
211
212 div.prefFeedCatHolder {
213 border : 1px solid #999999;
214 }
215
216 table.prefFeedList td.feedEditCat {
217 border-color : #999999;
218 }
219
220 table.prefFilterList td.filterEditCat {
221 border-color : #999999;
222 }
223
224 tr.title td {
225 color : gray;
226 font-weight : bold;
227 }
228
229 tr.title td a {
230 color : gray;
231 }
232
233 tr.title td a:hover {
234 color : black;
235 }
236
237 span.contentPreview:hover {
238 color : gray;
239 }
240
241 #dispSwitch a:hover {
242 color : black;
243 }
244
245 #infoBoxTitle {
246 border-width : 0px 0px 1px 0px;
247 border-style : solid;
248 border-color : #999999;
249 background : #ffcccc;
250 color : black;
251 text-shadow : #ffffff 0px 1px 0px;
252 }
253
254
255 #infoBox {
256 border-width : 1px 1px 1px 1px;
257 border-style : solid;
258 border-color : #999999;
259 position : relative;
260 bottom : 2px;
261 right : 2px;
262 padding-bottom : 5px;
263 background : #efefef;
264 }
265
266 div.infoBoxContents a {
267 color : gray;
268 }
269
270 div.infoBoxContents a:hover {
271 color : black;
272 }
273
274 #header {
275 position : absolute;
276 white-space: nowrap;
277 top : 10px;
278 left : 25px;
279 right : 20px;
280 height : 40px;
281 color : gray;
282 }
283
284 #feeds-holder {
285 border-width : 1px 1px 1px 1px;
286 border-style : solid;
287 border-color : #c0c0c0;
288 top : 50px;
289 left : 20px;
290 position : absolute;
291 width : 240px;
292 overflow : auto;
293 bottom : 30px;
294 border-collapse : collapse;
295 background : #f9f9f9;
296 }
297
298 #toolbar div.actionChooser {
299 margin-right : 0px;
300 }
301
302 #toolbar {
303 position : absolute;
304 left : 280px;
305 padding : 0px 20px 10px 0px;
306 top : 50px;
307 right : 0px;
308 white-space: nowrap;
309 height : 30px;
310 background-image : url("images/toolbar.png");
311 background-position : bottom left;
312 background-repeat : repeat-x;
313 }
314
315 div.headlines_normal {
316 position : absolute;
317 border-width : 1px 1px 1px 1px;
318 border-style : solid;
319 border-color : #999999;
320 left : 280px;
321 height : 305px;
322 top : 85px;
323 right : 20px;
324 overflow : hidden;
325 background : white;
326 border-collapse : collapse;
327 }
328
329 div.headlines_cdm {
330 position : absolute;
331 border-width : 1px 1px 1px 1px;
332 border-style : solid;
333 border-color : #999;
334 left : 280px;
335 bottom : 30px;
336 top : 85px;
337 right : 20px;
338 overflow : hidden;
339 background : white;
340 border-collapse : collapse;
341 }
342
343 #content-frame {
344 position : absolute;
345 border-width : 1px 1px 1px 1px;
346 border-style : solid;
347 border-color : #999999;
348 background : white;
349 overflow : auto;
350 top : 410px;
351 left : 280px;
352 bottom : 30px;
353 right : 20px;
354 border-collapse : collapse;
355 }
356
357 #footer, #prefFooter {
358 vertical-align : middle;
359 display : block;
360 position : absolute;
361 bottom : 5px;
362 text-align : center;
363 color : gray;
364 right : 0px;
365 left : 0px;
366 padding : 0px;
367 border-width : 0px;
368 background : #f6f6f6;
369 }
370
371 #footer a {
372 color : gray;
373 }
374
375 #headlinesContainer {
376 margin-left : 0px;
377 background-color : white;
378 }
379
380 #headlineActionsTop {
381 /* border-width : 0px 0px 1px 0px;
382 border-style : solid;
383 border-color : #c0c0c0;
384 background-color : #fafafa; */
385 }
386
387 #headlinesInnerContainer {
388 overflow : auto;
389 position : absolute;
390 left : 1px;
391 right : 0px;
392 bottom : 0px;
393 top : 25px;
394 }
395
396 div.firstTab {
397 width : 20px;
398 float : left;
399 }
400
401 div.prefsTab {
402 border-color : #999999;
403 }
404
405 div.prefsTabSelected {
406 border-color : #999999;
407 background : white;
408 }
409
410 /* preferences layout */
411
412 #prefHeader {
413 margin : 10px 10px 10px 25px;
414 color : gray;
415 }
416
417 div.return {
418 float : right;
419 margin-right : 10px;
420 }
421
422 div.return a {
423 color : black;
424 }
425
426 div.return a:hover {
427 color : gray;
428 }
429
430 #prefContentOuter {
431 clear : left;
432 position : absolute;
433 bottom : 30px;
434 top : 75px;
435 overflow : auto;
436 left : 10px;
437 right : 10px;
438 padding : 1em;
439 margin : 0px;
440 background : white;
441 border-width : 1px 1px 1px 1px;
442 border-color : #999999;
443 border-style : solid;
444 }
445
446 #prefContent {
447 background : white;
448
449 }
450
451 .insensitive a {
452 color : gray;
453 text-decoration : underline;
454 }
455
456 .insensitive a:hover {
457 color : black;
458 }
459
460 div.topLinks a {
461 color : black;
462 }
463
464 div.topLinks a:hover {
465 color : gray;
466 }
467
468 a.visibleLink {
469 color : gray;
470 }
471
472 table.prefFilterList tr.even:hover td,
473 table.prefFilterList tr.odd:hover td,
474 table.prefFilterList tr.evenSelected:hover td,
475 table.prefFilterList tr.oddSelected:hover td
476 table.prefLabelList tr.even:hover td,
477 table.prefLabelList tr.odd:hover td,
478 table.prefLabelList tr.evenSelected:hover td,
479 table.prefLabelList tr.oddSelected:hover td,
480 table.prefUserList tr.even:hover td,
481 table.prefUserList tr.odd:hover td,
482 table.prefUserList tr.evenSelected:hover td,
483 table.prefUserList tr.oddSelected:hover td,
484 table.prefFeedList tr.even:hover td,
485 table.prefFeedList tr.odd:hover td,
486 table.prefFeedList tr.evenSelected:hover td,
487 table.prefFeedList tr.oddSelected:hover td
488 {
489 color : gray;
490 }
491
492 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
493 color : gray;
494 }
495
496 table.headlinesList tr.feedTitle td {
497 background : #efefef;
498 }
499
500 div.cdmFeedTitle {
501 background : #efefef;
502 }
503
504 div.tagCloudContainer {
505 border : 1px solid #999999;
506 }
507
508 #resize-grabber {
509 border-color : gray;
510 background : url("images/resize_horiz.png") top left;
511 }
512
513 table.prefPrefsList tr:hover td.prefValue {
514 color : gray;
515 }
516
517 table.prefPrefsList tr:hover td.prefValue input {
518 color : gray;
519 }
520
521 ul#headlineActionsBody li:hover {
522 color : black;
523 background : #ffcccc;
524 }
525
526 span#headlineActionsDrop {
527 background : #f0f0f0;
528 color : black;
529 }
530