]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
mark feeds with update errors in feedlist (closes #8)
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
71500c40 6 font-family : sans-serif;
1cd17194
AD
7}
8
e828e31e 9/* common styles */
1cd17194 10
b3a9dadd 11table.main td.headerBox {
e828e31e
AD
12 background-image : url("images/vgrad_light_rev2.png");
13 background-position : top left;
14 background-repeat : repeat-x;
2c1dd701
AD
15}
16
b3a9dadd
AD
17table.main td.header {
18 padding : 10px 10px 10px 30px;
f46b6ad0 19 height : 70px;
b3a9dadd
AD
20}
21
e828e31e
AD
22table.main td.mainToolbar {
23 border-width : 0px 0px 0px 0px;
24 border-style : solid;
25 border-color : #c0c0c0;
13f832b3 26 padding : 3px 25px 3px 10px;
e5d45654
AD
27}
28
0eef53fe 29table.main td.prefsToolbar {
f5a50b25 30 padding : 0px 5px 5px 0px;
0eef53fe
AD
31}
32
e828e31e
AD
33table.main td.feeds {
34 width : 300px;
35 height : 100%;
36 border-width : 1px 0px 0px 0px;
37 border-style : solid;
38 border-color : #c0c0c0;
d5224f0d 39 padding : 0px;
e5d45654
AD
40}
41
e828e31e 42table.main td.headlinesToolbarBox {
f0601b87 43 padding : 10px;
e828e31e 44 border-width : 0px 0px 1px 1px;
d76a3b03 45 border-style : solid;
e828e31e
AD
46 border-color : #c0c0c0;
47 background-image : url("images/vgrad_light.png");
48 background-position : bottom left;
49 background-repeat : repeat-x;
d76a3b03
AD
50}
51
e828e31e
AD
52table.main td.footer {
53 border-width : 1px 0px 0px 0px;
a2015351 54 border-style : solid;
e828e31e
AD
55 border-color : #c0c0c0;
56 padding : 10px;
57 text-align : center;
58 font-size : x-small;
59 background-image : url("images/vgrad_light_rev2.png");
60 background-position : top left;
61 background-repeat : repeat-x;
62 color : gray;
a2015351
AD
63}
64
e828e31e
AD
65table.main td.footer a {
66 color : gray;
d76a3b03
AD
67}
68
e828e31e
AD
69table.main td.footer a:hover {
70 color : #5050aa;
ac53063a
AD
71}
72
e828e31e
AD
73table.main td.headlines {
74 height : 25%;
75 border-width : 0px 0px 1px 1px;
76 border-style : solid;
77 border-color : #c0c0c0;
71ad3959
AD
78}
79
386cbf27
AD
80table.main td.headlines2 {
81 height : 100%;
06300301 82 border-width : 0px 0px 0px 1px;
386cbf27
AD
83 border-style : solid;
84 border-color : #c0c0c0;
85}
86
e828e31e
AD
87table.main td.content {
88 height : 100%;
89 background-image : url("images/vgrad_light_rev.png");
90 background-position : top left;
91 background-repeat : repeat-x;
92 border-width : 0px 0px 0px 1px;
93 border-style : solid;
94 border-color : #c0c0c0;
1cd17194
AD
95}
96
e828e31e
AD
97table.main td.prefContent {
98 height : 100%;
99 background-image : url("images/vgrad_light_rev.png");
100 background-position : top left;
101 background-repeat : repeat-x;
102 border-width : 1px 0px 0px 0px;
103 border-style : solid;
104 border-color : #c0c0c0;
105 padding : 20px;
1a66d16e
AD
106}
107
e828e31e
AD
108div.postReply {
109 background-image : url("images/vgrad_light_rev.png");
a1a8a2be
AD
110 background-position : top left;
111 background-repeat : repeat-x;
e828e31e
AD
112 height : 100%;
113 padding : 10px;
1cd17194
AD
114}
115
f7181e9b
AD
116div.postReply a {
117 color : #5050aa;
118}
119
120div.postReply a:hover {
121 color : black;
122}
123
e828e31e
AD
124div.postReply div.postHeader {
125 background : white;
126 border : 1px solid #c0c0c0;
1a66d16e 127 padding : 5px;
1cd17194
AD
128}
129
e828e31e 130div.postReply div.postContent {
1cd17194 131 padding : 10px;
f0601b87
AD
132}
133
e828e31e
AD
134div.postReply div.postIcon {
135 float : right;
136 border : 0px;
e9e4c6e2 137 margin : 10px 0px 10px 10px;
5f89f780 138}
e828e31e
AD
139
140ul.feedList {
141 list-style-type : none;
91ff844a
AD
142 margin : 5px;
143 padding : 0px 0px 0px 10px;
144}
145
146ul.feedList li.feedCat {
e828e31e 147 margin : 0px;
91ff844a
AD
148 padding : 3px 0px 3px 0px;
149/* border-width : 0px 0px 1px 0px;
150 border-color : #f0f0f0;
151 border-style : solid; */
152 color : #707070;
721064e1 153 font-size : small;
91ff844a
AD
154}
155
fe14aeb8
AD
156ul.feedList li.feedCat a {
157 color : #707070;
158}
159
160ul.feedList li.feedCat a:hover {
161 color : #5050aa;
162}
163
91ff844a
AD
164ul.feedCatList {
165 list-style-type : none;
166 margin : 0px;
167 padding : 0px 0px 0px 10px;
168}
169
170ul.feedCatList li {
171 margin : 0px;
172 padding : 0px 0px 0px 0px;
1cd17194
AD
173}
174
e828e31e 175ul.feedList li {
91ff844a 176 margin : 0px;
e828e31e
AD
177}
178
4f3a84f4 179/*
f0b3b4eb
AD
180li.oddSelected, li.evenSelected {
181 background-color : white;
182}
183
184li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
0c674406 185 li.oddSelectedUnread {
e828e31e 186 background-color : white;
f0b3b4eb 187 font-weight : bold;
e828e31e
AD
188}
189
190li.oddSelected a, li.evenSelected a,
191 li.oddUnreadSelected a, li.evenUnreadSelected a {
192 color : #5050aa;
3745788e
AD
193}
194
195ul.feedlist
196 li.virtSelected,
197 li.virtUnreadSelected,
2e346560 198 li.virtSelectedUnread,
3745788e
AD
199 li.feedSelected,
200 li.labelSelected,
201 li.feedUnreadSelected,
2e346560
AD
202 li.labelUnreadSelected,
203 li.feedSelectedUnread,
204 li.labelSelectedUnread {
3745788e
AD
205 background-color : white;
206}
207
208ul.feedlist
209 li.feedSelected a,
210 li.labelSelected a,
211 li.feedUnreadSelected a,
212 li.labelUnreadSelected a,
213 li.virtSelected a,
214 li.virtUnreadSelected a,
215 li.virtSelectedUnread a {
216 color : #5050aa;
4f3a84f4
AD
217} */
218
83957936 219ul.feedlist li.feedUnread,
023fe037 220ul.feedlist li.errorUnread,
83957936
AD
221ul.feedlist li.labelUnread,
222ul.feedlist li.virtUnread,
223ul.feedlist li.tagUnread {
224 font-weight : bold;
225}
226
023fe037
AD
227ul.feedlist li.errorSelected a,
228ul.feedlist li.errorUnread a,
229ul.feedlist li.errorUnreadSelected a {
230 color : #f04040;
231}
83957936 232
4f3a84f4
AD
233ul.feedlist li.feedSelected a,
234ul.feedlist li.labelSelected a,
83957936
AD
235ul.feedlist li.virtSelected a,
236ul.feedlist li.tagSelected a {
4f3a84f4
AD
237 color : #5050aa;
238}
239
240ul.feedlist li.feedUnreadSelected a,
241ul.feedlist li.labelUnreadSelected a,
83957936
AD
242ul.feedlist li.virtUnreadSelected a,
243ul.feedlist li.tagUnreadSelected a {
4f3a84f4
AD
244 color : #5050aa;
245}
246
023fe037
AD
247ul.feedlist li.feedUnreadSelected,
248ul.feedlist li.errorUnreadSelected,
4f3a84f4 249ul.feedlist li.labelUnreadSelected,
83957936
AD
250ul.feedlist li.virtUnreadSelected,
251ul.feedlist li.tagUnreadSelected {
4f3a84f4 252 font-weight : bold;
3745788e
AD
253}
254
255ul.feedList li.feed {
256 display : block;
257}
508a81e1 258
6c56687e 259ul.feedList img, img.tinyFeedIcon {
e828e31e
AD
260 margin : 0px 3px 0px 0px;
261 width : 16px;
262 height : 16px;
327a3bbe 263 border-width : 0px;
331900c6
AD
264}
265
e828e31e
AD
266h1 {
267 font-size : 16pt;
f0601b87
AD
268}
269
e828e31e
AD
270h2 {
271 font-size : 14pt;
96369d8e 272 font-weight : bold;
e828e31e 273 border-width : 0px 0px 1px 0px;
1cd17194 274 border-style : solid;
e828e31e 275 border-color : #e0e0e0;
1cd17194
AD
276}
277
f5a50b25
AD
278h3 {
279 font-size : 12pt;
280 font-weight : bold;
281 border-width : 0px 0px 1px 0px;
282 border-style : solid;
283 border-color : #e0e0e0;
284}
285
e828e31e
AD
286hr {
287 border-width : 0px 0px 1px 0px;
288 border-style : dashed;
289 border-color : #e0e0e0;
290}
67824557 291
e828e31e
AD
292a {
293 color : black;
294 text-decoration : none;
1cd17194
AD
295}
296
e828e31e
AD
297a:hover {
298 color : #5050aa;
9b307248
AD
299}
300
e828e31e
AD
301#piggie {
302 width : 400;
303 height : 400;
304 left : 50;
305 background-color : white;
306 display : none;
307 z-index : 3;
308 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
309 background-position : center center;
310 background-repeat : no-repeat;
311 position : absolute;
312 border : 1px solid pink;
313 margin-left : auto;
314 margin-right : auto;
315 -moz-border-radius : 10px;
316 opacity : 0.8;
9b307248
AD
317}
318
5d73494a 319#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a 320#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
47c6c988 321#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass {
e828e31e
AD
322 width : 100%;
323 padding-left : 2px;
1cd17194
AD
324}
325
77e96719
AD
326input.editbox {
327 width : 200px;
328 padding-left : 2px;
329}
330
e828e31e 331#notify {
d5224f0d 332 font-size : 10pt;
828a8ecc 333 text-align : right;
8dcfffd0
AD
334 color : black;
335 font-weight : bold;
828a8ecc 336 padding : 3px;
1cd17194
AD
337}
338
8143ae1f
AD
339#dispSwitch {
340 text-align : right;
341 padding : 5px 5px 5px 0px;
342 font-size : x-small;
343}
344
345#dispSwitch a {
346 color : gray;
347}
348
349#dispSwitch a:hover {
350 color : #5050aa;
351}
352
e828e31e
AD
353div.expPane {
354 margin : 15px;
d76a3b03 355}
1cd17194 356
5bfef089
AD
357iframe {
358 border : 0px solid white;
359}
360
f69ea84d
AD
361iframe.feedsFrameWithActions {
362 width : 100%;
363 height : 90%;
364 margin : 0px;
365 padding : 0px;
366}
367
e828e31e
AD
368iframe.feedsFrame {
369 width : 100%;
f932bc9f 370 height : 100%;
e828e31e
AD
371 margin : 0px;
372 padding : 0px;
a1a8a2be 373}
007bda35 374
e828e31e
AD
375iframe.contentFrame, iframe.headlinesFrame {
376 width : 100%;
e828e31e
AD
377 padding : 0px;
378 margin : 0px;
379 height : 100%;
007bda35
AD
380}
381
e828e31e
AD
382.button {
383 border : 1px solid #d0d0d0;
384 background-image : url("images/button.png");
385 background-position : top;
386 background-repeat : repeat-x;
387 background-color : white;
388 color : black;
007bda35
AD
389}
390
e828e31e
AD
391.button:hover {
392 background : white;
393 text-decoration : none;
394 color : black;
395}
396
397a.button {
398 padding : 2px 5px 2px 5px;
399 font-size : small;
007bda35
AD
400}
401
4f3a84f4 402.evenUnreadSelected, .evenSelectedUnread {
a3ee2a38
AD
403 background-color : #e0e0ff;
404 font-weight : bold;
405}
406
4f3a84f4 407.oddUnreadSelected, .oddSelectedUnread {
a3ee2a38
AD
408 background-color : #e0e0ff;
409 font-weight : bold;
410}
411
7719618b 412.evenSelected, .oddSelected {
7e00c981 413 background-color : #e0e0ff;
007bda35
AD
414}
415
3745788e 416
4f3a84f4 417/*
3745788e
AD
418.feedUnreadSelected, .feedSelectedUnread,
419.virtUnreadSelected, .virtSelectedUnread,
420.labelUnreadSelected, .labelSelectedUnread {
421 background-color : #e0e0ff;
422 font-weight : bold;
4f3a84f4 423} */
3745788e 424
ac43eba1 425.disabledButton {
d5224f0d
AD
426 border : 1px solid #c0c0c0;
427 background-color : white;
428 color : gray;
e6d1c0a0
AD
429}
430
e828e31e
AD
431.evenGrayed {
432 background-color : #f0f0f0;
433 color : #909090;
b7f4bda2
AD
434}
435
e828e31e
AD
436.oddGrayed {
437 color : #909090;
f07c0eb4
AD
438}
439
e828e31e
AD
440.even {
441 background-color : #f0f0f0;
ac43eba1 442}
a2015351 443
e828e31e
AD
444.evenUnread {
445 background-color : #f0f0f0;
446 font-weight : bold;
f07c0eb4
AD
447}
448
e828e31e
AD
449.oddUnread {
450 font-weight : bold;
f07c0eb4 451}
508a81e1 452
e828e31e 453.invisible {
508a81e1 454 display : none;
508a81e1 455}
b7f4bda2 456
e828e31e
AD
457input {
458 border : 1px solid #a0a0a0;
b7f4bda2 459}
603c27f8 460
e828e31e 461/* preferences */
603c27f8 462
327a3bbe 463tr.title td {
e828e31e
AD
464 border-width : 0px 0px 1px 0px;
465 border-color : #f0f0f0;
466 border-style : solid;
0ea4fb50 467 font-size : x-small;
a426e532 468 color : gray;
0ea4fb50
AD
469}
470
a426e532
AD
471tr.title td a {
472 color : gray;
473}
474
475tr.title td a:hover {
476 color : #5050aa;
477}
327a3bbe 478
0ea4fb50
AD
479table.prefFeedList td.feedEditCat {
480 font-size : large;
481 font-weight : bold;
0ea4fb50 482 padding : 5px 0px 5px 0px;
70830c87 483}
f0601b87 484
62ac0cc8 485table.prefFeedList td.feedIcon {
841fe9a1 486 text-align : center;
62ac0cc8
AD
487}
488
489table.prefFeedList td.feedSelect {
490 text-align : center;
491}
492
7dc66a61
AD
493a.helpLink {
494 color : #808080;
495}
496
497a.helpLink:hover {
498 color : #5050aa;
499}
500
1a7572cb 501div.helpResponse {
7dc66a61
AD
502 margin : 10px;
503 background-image : url("images/vgrad_light_rev2.png");
504 background-position : top left;
505 background-repeat : repeat-x;
506 padding : 10px 20px 10px 20px;
507 border : 1px solid #f0f0f0;
508}
509
76332f3c
AD
510#userDlgShadow {
511 z-index : 3;
512 position : absolute;
513 left : 30%;
514 top : 30%;
515 display : none;
516 background-image : url("images/shadow.png");
517}
518
519#userDlg {
520 background : #fffff0;
521 position : relative;
522 bottom : 2px;
523 right : 2px;
524 padding : 15px;
525 border : 1px solid #c0c0c0;
526}
527
528#qafInput {
529 width : 300px;
530}
531
532
2317ffaa
AD
533#infoBox {
534 border : 1px solid #c0c0c0;
535 padding-bottom : 10px;
536 font-size : small;
537 position : relative;
538 bottom : 2px;
539 right : 2px;
540 background-color : white;
541}
542
543#infoBoxShadow {
544 background-image : url("images/shadow.png");
545 position : absolute;
546 margin-left : 30%;
547 width : 30%;
548 z-index : 3;
549 display : none;
5e9188f2 550 top : 30%;
2317ffaa
AD
551}
552
c6c3a07f 553div.infoBoxContents {
1a7572cb
AD
554 background-image : url("images/vgrad_light_rev2.png");
555 background-position : top left;
556 background-repeat : repeat-x;
557 padding : 5px;
2317ffaa
AD
558 margin-bottom : 5px;
559}
560
561div.infoBoxContents td {
562 font-size : small;
1a7572cb
AD
563}
564
2317ffaa 565
c6c3a07f 566div.helpResponse h1, div.infoBoxContents h1 {
7dc66a61
AD
567 border-width : 0px 0px 1px 0px;
568 border-style : solid;
569 border-color : #c0c0c0;
570 font-size : 16pt;
571}
572
c6c3a07f 573div.helpResponse h2, div.infoBoxContents h2 {
7dc66a61
AD
574 border-width : 0px 0px 0px 0px;
575 font-size : 12pt;
7dc66a61
AD
576}
577
ea5c8102 578/* pre {
7dc66a61
AD
579 border : 1px solid #c0c0c0;
580 padding : 5px;
581 background : #f0f0f0;
01c9c74a 582 margin : 5px 10px 5px 10px;
ea5c8102
AD
583} */
584
585pre {
586 margin : 5px;
7dc66a61 587}
e2f8f7b4 588
033e47e0
AD
589input.extSearch {
590 width : 200px;
591}
f5a50b25
AD
592
593table.main td.prefsTabs {
594 padding-left : 15px;
595}
596
597input.prefsTab {
598 border-width : 1px 1px 0px 1px;
599 border-color : #c0c0c0;
600 padding : 2px 7px 2px 7px;
601 margin : 0px 1px 0px 0px;
602 width : 150px;
603 background-image : url("images/vgrad_light_rev2.png");
604 background-position : top left;
605 background-repeat : repeat-x;
a3ab6633 606 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
607}
608
609input.prefsTabSelected {
610 border-width : 1px 1px 0px 1px;
611 border-color : #c0c0c0;
612 padding : 2px 7px 2px 7px;
613 margin : 0px 1px 0px 0px;
614 width : 150px;
615 background : white;
616 font-weight : bold;
617 background-position : top left;
618 background-repeat : repeat-x;
a3ab6633 619 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
620}
621
622
623input.prefsTab:hover {
624 background : white;
625}
ab3d0b99
AD
626
627div.warning {
628 background : #fffff0;
629 border : 1px solid #c0c0c0;
630 padding : 5px;
e6cb77a0
AD
631 margin : 5px;
632 font-size : x-small;
633}
634
635div.notice {
636 background : #ffffff;
637 border : 1px solid #c0c0c0;
638 padding : 5px;
ab3d0b99
AD
639 margin : 5px;
640 font-size : x-small;
641}
642
643ul.nomarks {
644 list-style-type : none;
645 margin : 0px;
646 padding : 10px;
647}
648
295f9b42
AD
649div.bigErrorMsg {
650 border : 1px solid #c0c0c0;
651 background : #fff0f0;
652 padding : 30px;
653 margin : 20px;
654}
2f587484 655
b1895692
AD
656div.prefHelp, td.prefHelp {
657 font-size : x-small;
658 color : gray;
659 padding : 5px;
660}
661
c93f38c4
AD
662td.welcomePrompt {
663 font-size : small;
664 color : gray;
665 text-align : right;
666 padding-right : 10px;
667
668}
f1cdb8c6 669
8cb74804
AD
670td.httpWelcomePrompt {
671 font-size : small;
672 color : gray;
673 text-align : right;
674}
675
f1cdb8c6
AD
676table.loginForm {
677 background-image : url("images/vgrad_light_rev.png");
678 background-color : white;
679 background-position : top left;
680 background-repeat : repeat-x;
681}
682
683table.innerLoginForm {
684 border : 1px solid #f0f0f0;
685 padding : 50px;
686 background-color : white;
687}
688
689table.innerLoginForm td {
690 padding : 3px 3px 5px 3px;
691}
1a7572cb 692
c6c3a07f
AD
693div.small, p.small {
694 font-size : x-small;
1a7572cb 695}
bca02305
AD
696
697span.insensitive {
698 color : gray;
699}
afb7a1d6 700
f932bc9f 701.prefGenericAddBox {
afb7a1d6 702 margin : 5px;
19c9cb11
AD
703 font-size : small;
704}
705
706.prefGenericAddBox td {
707 font-size : small;
afb7a1d6 708}
f557cd78
AD
709
710body.logoutBody {
711 background-color : #f0f0f0;
712 color : black;
713}
714
715span.logoutWarning {
716 color : red;
717 font-weight : bold;
718}
719
720div.logoutContent {
721 width : 600px;
722 border : 1px solid #c0c0c0;
723 background-color : white;
724 margin-left : auto;
725 margin-right : auto;
726 margin-top : 20px;
727 padding : 10px;
728}
d9dde1d6
AD
729
730.small {
731 font-size : small;
732}
28fa9253
AD
733
734table.innerFeedTable td {
735 margin : 0px;
736 padding : 0px;
737}
35f3c923
AD
738
739td.selectPrompt {
740 font-size : x-small;
741 color : gray;
742}
1572afe5
AD
743
744table.headlinesSubToolbar td.headlineActions {
745 font-size : x-small;
746 color : gray;
747 padding : 5px 0px 5px 5px;
748}
749
750table.headlinesSubToolbar td.headlineTitle {
751 font-size : x-small;
752 color : gray;
753 padding : 5px 5px 5px 0px;
754 text-align : right;
755}
756
591c396d
AD
757span.contentPreview {
758 font-size : x-small;
759 color : gray;
760 font-weight : normal;
761}
179d6f57 762
0f172fff
AD
763span.contentPreview:hover {
764 color : #5050aa;
765}
766
bd34c528 767table.headlinesList td.hlMarkedPic {
179d6f57
AD
768 width : 25px;
769 text-align : center;
770}
771
bd34c528
AD
772table.headlinesList td.hlfeed {
773 text-align : right;
774 font-size : small;
775}
776
179d6f57
AD
777td.hlSelectRow, td.hlUpdatePic {
778 width : 25px;
779 text-align : center;
780}
781
bd34c528 782table.headlinesList td.hlUpdated {
179d6f57
AD
783 font-size : small;
784 color : gray;
785 text-align : right;
786 width : 100px;
787}
788
7acf5208
AD
789table.headlinesList tr td {
790 padding : 2px 0px 2px 0px;
791}
792
179d6f57
AD
793/*
794tr.even td.headlineContent, tr.evenUnread td.headlineContent {
795 display : block;
796 overflow : hidden;
797 height : 1em;
798 background-color : #f0f0f0;
799}
800
801tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
802 display : block;
803 overflow : hidden;
804 height : 1em;
805}
806
807tr.oddSelected td.headlineContent,
808tr.evenSelected td.headlineContent,
809tr.oddUnreadSelected td.headlineContent,
810tr.evenUnreadSelected td.headlineContent {
811 display : block;
812 overflow : hidden;
813 height : 1em;
814 background-color : #e0e0ff;
815} */
9167e250
AD
816
817div.postHeader td.postDate {
818 font-size : x-small;
819 text-align : right;
820 color : gray;
821}
36aab70f
AD
822
823#feedUpdateErrors {
824 display : none;
825}
826
42918a07
AD
827#allEntryTags {
828 font-size : x-small;
829 border-width : 0px 0px 1px 0px;
830 border-style : solid;
831 border-color : #c0c0c0;
832 padding-bottom : 5px;
833 display : none;
834}
13ce14e8 835
de244d27
AD
836td.hlContent {
837 overflow : hidden;
838 height : 1em;
839 display : block;
840}
4663f9c6
AD
841
842td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
843 height : 1em;
844}
386cbf27
AD
845
846div.cdmArticle {
847 border : 1px solid #f0f0f0;
848 background-color : #fafafa;
849 -moz-border-radius : 5px;
850 margin : 10px 10px 0px 10px;
851 padding : 10px;
852}
853
854div.cdmArticleUnread {
855 border : 1px solid #d5f1f4;
856 background-color : #fafeff;
857 -moz-border-radius : 5px;
858 margin : 10px 10px 0px 10px;
859 padding : 10px;
860}
861
862div.cdmArticleSelected, div.cdmArticleUnreadSelected {
863 border : 1px solid #d0d0f6;
864 background-color : #eaeaff;
865 -moz-border-radius : 5px;
866 margin : 10px 10px 0px 10px;
867 padding : 10px;
868}
869
870div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
871 font-weight : bold;
872}
873
874div.cdmHeader {
875 padding-bottom : 5px;
876}
877
878div.cdmFooter {
879 font-size : x-small;
880 color : gray;
881 padding-top : 5px;
882}
883
884div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
885 margin : 0px;
886}
887
888div.cdmHeader, div.cdmHeader a {
889 color : gray;
890 font-size : x-small;
891}
892
893div.cdmHeader a:hover {
894 color : #5050aa;
895}
896
897div.cdmContent {
898}