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