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