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