]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
update close.svg; add hideParentElement() function
[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;
15da5cc1
AD
531 background-image : url("images/vgrad_light_rev2.png");
532 background-position : top left;
533 background-repeat : repeat-x;
76332f3c
AD
534}
535
536#qafInput {
537 width : 300px;
538}
539
540
2317ffaa
AD
541#infoBox {
542 border : 1px solid #c0c0c0;
543 padding-bottom : 10px;
544 font-size : small;
545 position : relative;
546 bottom : 2px;
547 right : 2px;
548 background-color : white;
549}
550
551#infoBoxShadow {
552 background-image : url("images/shadow.png");
553 position : absolute;
554 margin-left : 30%;
555 width : 30%;
556 z-index : 3;
557 display : none;
5e9188f2 558 top : 30%;
2317ffaa
AD
559}
560
c6c3a07f 561div.infoBoxContents {
1a7572cb
AD
562 background-image : url("images/vgrad_light_rev2.png");
563 background-position : top left;
564 background-repeat : repeat-x;
565 padding : 5px;
2317ffaa
AD
566 margin-bottom : 5px;
567}
568
569div.infoBoxContents td {
570 font-size : small;
1a7572cb
AD
571}
572
2317ffaa 573
c6c3a07f 574div.helpResponse h1, div.infoBoxContents h1 {
7dc66a61
AD
575 border-width : 0px 0px 1px 0px;
576 border-style : solid;
577 border-color : #c0c0c0;
578 font-size : 16pt;
579}
580
c6c3a07f 581div.helpResponse h2, div.infoBoxContents h2 {
7dc66a61
AD
582 border-width : 0px 0px 0px 0px;
583 font-size : 12pt;
7dc66a61
AD
584}
585
ea5c8102 586/* pre {
7dc66a61
AD
587 border : 1px solid #c0c0c0;
588 padding : 5px;
589 background : #f0f0f0;
01c9c74a 590 margin : 5px 10px 5px 10px;
ea5c8102
AD
591} */
592
593pre {
594 margin : 5px;
7dc66a61 595}
e2f8f7b4 596
033e47e0
AD
597input.extSearch {
598 width : 200px;
599}
f5a50b25
AD
600
601table.main td.prefsTabs {
602 padding-left : 15px;
603}
604
605input.prefsTab {
606 border-width : 1px 1px 0px 1px;
607 border-color : #c0c0c0;
608 padding : 2px 7px 2px 7px;
609 margin : 0px 1px 0px 0px;
610 width : 150px;
611 background-image : url("images/vgrad_light_rev2.png");
612 background-position : top left;
613 background-repeat : repeat-x;
a3ab6633 614 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
615}
616
617input.prefsTabSelected {
618 border-width : 1px 1px 0px 1px;
619 border-color : #c0c0c0;
620 padding : 2px 7px 2px 7px;
621 margin : 0px 1px 0px 0px;
622 width : 150px;
623 background : white;
624 font-weight : bold;
625 background-position : top left;
626 background-repeat : repeat-x;
a3ab6633 627 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
628}
629
630
631input.prefsTab:hover {
632 background : white;
633}
ab3d0b99
AD
634
635div.warning {
636 background : #fffff0;
637 border : 1px solid #c0c0c0;
638 padding : 5px;
e6cb77a0
AD
639 margin : 5px;
640 font-size : x-small;
641}
642
643div.notice {
644 background : #ffffff;
645 border : 1px solid #c0c0c0;
646 padding : 5px;
ab3d0b99
AD
647 margin : 5px;
648 font-size : x-small;
649}
650
651ul.nomarks {
652 list-style-type : none;
653 margin : 0px;
654 padding : 10px;
655}
656
295f9b42
AD
657div.bigErrorMsg {
658 border : 1px solid #c0c0c0;
659 background : #fff0f0;
660 padding : 30px;
661 margin : 20px;
662}
2f587484 663
b1895692
AD
664div.prefHelp, td.prefHelp {
665 font-size : x-small;
666 color : gray;
667 padding : 5px;
668}
669
c93f38c4
AD
670td.welcomePrompt {
671 font-size : small;
672 color : gray;
673 text-align : right;
674 padding-right : 10px;
675
676}
f1cdb8c6 677
8cb74804
AD
678td.httpWelcomePrompt {
679 font-size : small;
680 color : gray;
681 text-align : right;
682}
683
f1cdb8c6
AD
684table.loginForm {
685 background-image : url("images/vgrad_light_rev.png");
686 background-color : white;
687 background-position : top left;
688 background-repeat : repeat-x;
689}
690
691table.innerLoginForm {
692 border : 1px solid #f0f0f0;
693 padding : 50px;
694 background-color : white;
695}
696
697table.innerLoginForm td {
698 padding : 3px 3px 5px 3px;
699}
1a7572cb 700
bca02305
AD
701span.insensitive {
702 color : gray;
703}
afb7a1d6 704
f932bc9f 705.prefGenericAddBox {
afb7a1d6 706 margin : 5px;
19c9cb11
AD
707 font-size : small;
708}
709
710.prefGenericAddBox td {
711 font-size : small;
afb7a1d6 712}
f557cd78
AD
713
714body.logoutBody {
715 background-color : #f0f0f0;
716 color : black;
717}
718
719span.logoutWarning {
720 color : red;
721 font-weight : bold;
722}
723
724div.logoutContent {
725 width : 600px;
726 border : 1px solid #c0c0c0;
727 background-color : white;
728 margin-left : auto;
729 margin-right : auto;
730 margin-top : 20px;
731 padding : 10px;
732}
d9dde1d6
AD
733
734.small {
82e1fe00 735 font-size : x-small;
d9dde1d6 736}
28fa9253
AD
737
738table.innerFeedTable td {
739 margin : 0px;
740 padding : 0px;
741}
35f3c923
AD
742
743td.selectPrompt {
744 font-size : x-small;
745 color : gray;
746}
1572afe5
AD
747
748table.headlinesSubToolbar td.headlineActions {
749 font-size : x-small;
750 color : gray;
751 padding : 5px 0px 5px 5px;
752}
753
754table.headlinesSubToolbar td.headlineTitle {
755 font-size : x-small;
756 color : gray;
757 padding : 5px 5px 5px 0px;
758 text-align : right;
759}
760
591c396d
AD
761span.contentPreview {
762 font-size : x-small;
763 color : gray;
764 font-weight : normal;
765}
179d6f57 766
0f172fff
AD
767span.contentPreview:hover {
768 color : #5050aa;
769}
770
bd34c528 771table.headlinesList td.hlMarkedPic {
179d6f57
AD
772 width : 25px;
773 text-align : center;
774}
775
bd34c528
AD
776table.headlinesList td.hlfeed {
777 text-align : right;
778 font-size : small;
779}
780
179d6f57
AD
781td.hlSelectRow, td.hlUpdatePic {
782 width : 25px;
783 text-align : center;
784}
785
bd34c528 786table.headlinesList td.hlUpdated {
179d6f57
AD
787 font-size : small;
788 color : gray;
789 text-align : right;
790 width : 100px;
791}
792
7acf5208
AD
793table.headlinesList tr td {
794 padding : 2px 0px 2px 0px;
795}
796
179d6f57
AD
797/*
798tr.even td.headlineContent, tr.evenUnread td.headlineContent {
799 display : block;
800 overflow : hidden;
801 height : 1em;
802 background-color : #f0f0f0;
803}
804
805tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
806 display : block;
807 overflow : hidden;
808 height : 1em;
809}
810
811tr.oddSelected td.headlineContent,
812tr.evenSelected td.headlineContent,
813tr.oddUnreadSelected td.headlineContent,
814tr.evenUnreadSelected td.headlineContent {
815 display : block;
816 overflow : hidden;
817 height : 1em;
818 background-color : #e0e0ff;
819} */
9167e250
AD
820
821div.postHeader td.postDate {
822 font-size : x-small;
823 text-align : right;
824 color : gray;
825}
36aab70f
AD
826
827#feedUpdateErrors {
828 display : none;
829}
830
42918a07
AD
831#allEntryTags {
832 font-size : x-small;
833 border-width : 0px 0px 1px 0px;
834 border-style : solid;
835 border-color : #c0c0c0;
836 padding-bottom : 5px;
837 display : none;
838}
13ce14e8 839
de244d27
AD
840td.hlContent {
841 overflow : hidden;
842 height : 1em;
843 display : block;
844}
4663f9c6
AD
845
846td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
847 height : 1em;
848}
386cbf27
AD
849
850div.cdmArticle {
851 border : 1px solid #f0f0f0;
852 background-color : #fafafa;
853 -moz-border-radius : 5px;
854 margin : 10px 10px 0px 10px;
855 padding : 10px;
856}
857
858div.cdmArticleUnread {
859 border : 1px solid #d5f1f4;
860 background-color : #fafeff;
861 -moz-border-radius : 5px;
862 margin : 10px 10px 0px 10px;
863 padding : 10px;
864}
865
866div.cdmArticleSelected, div.cdmArticleUnreadSelected {
867 border : 1px solid #d0d0f6;
868 background-color : #eaeaff;
869 -moz-border-radius : 5px;
870 margin : 10px 10px 0px 10px;
871 padding : 10px;
872}
873
874div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
875 font-weight : bold;
876}
877
878div.cdmHeader {
879 padding-bottom : 5px;
880}
881
882div.cdmFooter {
883 font-size : x-small;
884 color : gray;
885 padding-top : 5px;
886}
887
888div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
889 margin : 0px;
890}
891
892div.cdmHeader, div.cdmHeader a {
893 color : gray;
894 font-size : x-small;
895}
896
897div.cdmHeader a:hover {
898 color : #5050aa;
899}
900
901div.cdmContent {
902}
1e471f3b
AD
903
904a.warning {
905 color : #f04040;
906}
a9b0bfd5
AD
907
908img.closeButton {
909 border-width : 0px;
910 float : right;
911}