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