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