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