]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
better fatal error handling by frontend (remove error.php)
[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;
1cac3c31
AD
306 right : 0;
307 top : -400;
e828e31e
AD
308 background-color : white;
309 display : none;
310 z-index : 3;
311 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
312 background-position : center center;
313 background-repeat : no-repeat;
314 position : absolute;
315 border : 1px solid pink;
316 margin-left : auto;
317 margin-right : auto;
318 -moz-border-radius : 10px;
319 opacity : 0.8;
9b307248
AD
320}
321
5d73494a 322#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a 323#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
1da7e457
AD
324#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
325#iedit_parent_feed {
e828e31e
AD
326 width : 100%;
327 padding-left : 2px;
1cd17194
AD
328}
329
77e96719
AD
330input.editbox {
331 width : 200px;
332 padding-left : 2px;
333}
334
82e1fe00 335td.notifyBox {
d5224f0d 336 font-size : 10pt;
828a8ecc 337 text-align : right;
82e1fe00
AD
338}
339
340#notify {
8dcfffd0
AD
341 color : black;
342 font-weight : bold;
828a8ecc 343 padding : 3px;
1cd17194
AD
344}
345
8143ae1f 346#dispSwitch {
8143ae1f
AD
347 padding : 5px 5px 5px 0px;
348 font-size : x-small;
82e1fe00 349 text-align : right;
8143ae1f
AD
350}
351
352#dispSwitch a {
353 color : gray;
354}
355
356#dispSwitch a:hover {
357 color : #5050aa;
358}
359
e828e31e
AD
360div.expPane {
361 margin : 15px;
d76a3b03 362}
1cd17194 363
5bfef089
AD
364iframe {
365 border : 0px solid white;
366}
367
f69ea84d
AD
368iframe.feedsFrameWithActions {
369 width : 100%;
370 height : 90%;
371 margin : 0px;
372 padding : 0px;
373}
374
e828e31e
AD
375iframe.feedsFrame {
376 width : 100%;
f932bc9f 377 height : 100%;
e828e31e
AD
378 margin : 0px;
379 padding : 0px;
a1a8a2be 380}
007bda35 381
e828e31e
AD
382iframe.contentFrame, iframe.headlinesFrame {
383 width : 100%;
e828e31e
AD
384 padding : 0px;
385 margin : 0px;
386 height : 100%;
007bda35
AD
387}
388
e828e31e
AD
389.button {
390 border : 1px solid #d0d0d0;
391 background-image : url("images/button.png");
392 background-position : top;
393 background-repeat : repeat-x;
394 background-color : white;
395 color : black;
007bda35
AD
396}
397
e828e31e
AD
398.button:hover {
399 background : white;
400 text-decoration : none;
401 color : black;
402}
403
404a.button {
405 padding : 2px 5px 2px 5px;
406 font-size : small;
007bda35
AD
407}
408
4f3a84f4 409.evenUnreadSelected, .evenSelectedUnread {
a3ee2a38
AD
410 background-color : #e0e0ff;
411 font-weight : bold;
412}
413
4f3a84f4 414.oddUnreadSelected, .oddSelectedUnread {
a3ee2a38
AD
415 background-color : #e0e0ff;
416 font-weight : bold;
417}
418
7719618b 419.evenSelected, .oddSelected {
7e00c981 420 background-color : #e0e0ff;
007bda35
AD
421}
422
3745788e 423
4f3a84f4 424/*
3745788e
AD
425.feedUnreadSelected, .feedSelectedUnread,
426.virtUnreadSelected, .virtSelectedUnread,
427.labelUnreadSelected, .labelSelectedUnread {
428 background-color : #e0e0ff;
429 font-weight : bold;
4f3a84f4 430} */
3745788e 431
ac43eba1 432.disabledButton {
d5224f0d
AD
433 border : 1px solid #c0c0c0;
434 background-color : white;
435 color : gray;
e6d1c0a0
AD
436}
437
e828e31e
AD
438.evenGrayed {
439 background-color : #f0f0f0;
440 color : #909090;
b7f4bda2
AD
441}
442
e828e31e
AD
443.oddGrayed {
444 color : #909090;
f07c0eb4
AD
445}
446
e828e31e
AD
447.even {
448 background-color : #f0f0f0;
ac43eba1 449}
a2015351 450
e828e31e
AD
451.evenUnread {
452 background-color : #f0f0f0;
453 font-weight : bold;
f07c0eb4
AD
454}
455
e828e31e
AD
456.oddUnread {
457 font-weight : bold;
f07c0eb4 458}
508a81e1 459
e828e31e 460.invisible {
508a81e1 461 display : none;
508a81e1 462}
b7f4bda2 463
bd62b8b3 464td > input, div > input {
e828e31e 465 border : 1px solid #a0a0a0;
b7f4bda2 466}
603c27f8 467
e828e31e 468/* preferences */
603c27f8 469
327a3bbe 470tr.title td {
e828e31e
AD
471 border-width : 0px 0px 1px 0px;
472 border-color : #f0f0f0;
473 border-style : solid;
0ea4fb50 474 font-size : x-small;
a426e532 475 color : gray;
0ea4fb50
AD
476}
477
a426e532
AD
478tr.title td a {
479 color : gray;
480}
481
482tr.title td a:hover {
483 color : #5050aa;
484}
327a3bbe 485
0ea4fb50
AD
486table.prefFeedList td.feedEditCat {
487 font-size : large;
488 font-weight : bold;
0ea4fb50 489 padding : 5px 0px 5px 0px;
70830c87 490}
f0601b87 491
62ac0cc8 492table.prefFeedList td.feedIcon {
841fe9a1 493 text-align : center;
62ac0cc8
AD
494}
495
496table.prefFeedList td.feedSelect {
497 text-align : center;
498}
499
7dc66a61
AD
500a.helpLink {
501 color : #808080;
502}
503
504a.helpLink:hover {
505 color : #5050aa;
506}
507
1a7572cb 508div.helpResponse {
7dc66a61
AD
509 margin : 10px;
510 background-image : url("images/vgrad_light_rev2.png");
511 background-position : top left;
512 background-repeat : repeat-x;
513 padding : 10px 20px 10px 20px;
514 border : 1px solid #f0f0f0;
515}
516
76332f3c
AD
517#userDlgShadow {
518 z-index : 3;
519 position : absolute;
520 left : 30%;
521 top : 30%;
522 display : none;
523 background-image : url("images/shadow.png");
524}
525
526#userDlg {
03095a98
AD
527 padding : 15px;
528 border : 1px solid #c0c0c0;
529 font-size : small;
76332f3c
AD
530 position : relative;
531 bottom : 2px;
532 right : 2px;
03095a98 533 background-color : white;
15da5cc1
AD
534 background-image : url("images/vgrad_light_rev2.png");
535 background-position : top left;
536 background-repeat : repeat-x;
76332f3c
AD
537}
538
539#qafInput {
540 width : 300px;
541}
542
543
2317ffaa
AD
544#infoBox {
545 border : 1px solid #c0c0c0;
546 padding-bottom : 10px;
547 font-size : small;
548 position : relative;
549 bottom : 2px;
550 right : 2px;
551 background-color : white;
552}
553
554#infoBoxShadow {
555 background-image : url("images/shadow.png");
556 position : absolute;
2317ffaa 557 width : 30%;
5917a8e4
AD
558 left : 35%;
559 top : 30%;
2317ffaa
AD
560 z-index : 3;
561 display : none;
562}
563
c6c3a07f 564div.infoBoxContents {
1a7572cb
AD
565 background-image : url("images/vgrad_light_rev2.png");
566 background-position : top left;
567 background-repeat : repeat-x;
568 padding : 5px;
2317ffaa
AD
569 margin-bottom : 5px;
570}
571
572div.infoBoxContents td {
573 font-size : small;
1a7572cb
AD
574}
575
2317ffaa 576
c6c3a07f 577div.helpResponse h1, div.infoBoxContents h1 {
7dc66a61
AD
578 border-width : 0px 0px 1px 0px;
579 border-style : solid;
580 border-color : #c0c0c0;
581 font-size : 16pt;
582}
583
c6c3a07f 584div.helpResponse h2, div.infoBoxContents h2 {
7dc66a61
AD
585 border-width : 0px 0px 0px 0px;
586 font-size : 12pt;
7dc66a61
AD
587}
588
ea5c8102 589/* pre {
7dc66a61
AD
590 border : 1px solid #c0c0c0;
591 padding : 5px;
592 background : #f0f0f0;
01c9c74a 593 margin : 5px 10px 5px 10px;
ea5c8102
AD
594} */
595
596pre {
597 margin : 5px;
7dc66a61 598}
e2f8f7b4 599
033e47e0
AD
600input.extSearch {
601 width : 200px;
602}
f5a50b25
AD
603
604table.main td.prefsTabs {
1b2e1b0e 605 padding-left : 5px;
f5a50b25
AD
606}
607
608input.prefsTab {
609 border-width : 1px 1px 0px 1px;
610 border-color : #c0c0c0;
611 padding : 2px 7px 2px 7px;
612 margin : 0px 1px 0px 0px;
1b2e1b0e 613 width : 130px;
f5a50b25
AD
614 background-image : url("images/vgrad_light_rev2.png");
615 background-position : top left;
616 background-repeat : repeat-x;
a3ab6633 617 -moz-border-radius : 7px 7px 0px 0px;
7f423315 618 font-size : small;
f5a50b25
AD
619}
620
621input.prefsTabSelected {
622 border-width : 1px 1px 0px 1px;
623 border-color : #c0c0c0;
624 padding : 2px 7px 2px 7px;
625 margin : 0px 1px 0px 0px;
0f27cb18 626 width : 130px;
f5a50b25
AD
627 background : white;
628 font-weight : bold;
629 background-position : top left;
630 background-repeat : repeat-x;
a3ab6633 631 -moz-border-radius : 7px 7px 0px 0px;
7f423315 632 font-size : small;
f5a50b25
AD
633}
634
635
636input.prefsTab:hover {
637 background : white;
638}
ab3d0b99
AD
639
640div.warning {
641 background : #fffff0;
642 border : 1px solid #c0c0c0;
643 padding : 5px;
e6cb77a0
AD
644 margin : 5px;
645 font-size : x-small;
646}
647
648div.notice {
649 background : #ffffff;
650 border : 1px solid #c0c0c0;
651 padding : 5px;
ab3d0b99
AD
652 margin : 5px;
653 font-size : x-small;
654}
655
656ul.nomarks {
657 list-style-type : none;
658 margin : 0px;
659 padding : 10px;
660}
661
295f9b42
AD
662div.bigErrorMsg {
663 border : 1px solid #c0c0c0;
664 background : #fff0f0;
665 padding : 30px;
666 margin : 20px;
667}
2f587484 668
b1895692
AD
669div.prefHelp, td.prefHelp {
670 font-size : x-small;
671 color : gray;
672 padding : 5px;
673}
674
c93f38c4 675td.welcomePrompt {
96737ce9 676 font-size : x-small;
c93f38c4
AD
677 color : gray;
678 text-align : right;
679 padding-right : 10px;
680
681}
f1cdb8c6 682
8cb74804
AD
683td.httpWelcomePrompt {
684 font-size : small;
685 color : gray;
686 text-align : right;
687}
688
f1cdb8c6
AD
689table.loginForm {
690 background-image : url("images/vgrad_light_rev.png");
691 background-color : white;
692 background-position : top left;
693 background-repeat : repeat-x;
694}
695
696table.innerLoginForm {
697 border : 1px solid #f0f0f0;
698 padding : 50px;
699 background-color : white;
700}
701
702table.innerLoginForm td {
703 padding : 3px 3px 5px 3px;
704}
1a7572cb 705
bca02305
AD
706span.insensitive {
707 color : gray;
708}
afb7a1d6 709
f932bc9f 710.prefGenericAddBox {
afb7a1d6 711 margin : 5px;
19c9cb11
AD
712 font-size : small;
713}
714
715.prefGenericAddBox td {
716 font-size : small;
afb7a1d6 717}
f557cd78
AD
718
719body.logoutBody {
720 background-color : #f0f0f0;
721 color : black;
722}
723
724span.logoutWarning {
725 color : red;
726 font-weight : bold;
727}
728
729div.logoutContent {
730 width : 600px;
731 border : 1px solid #c0c0c0;
732 background-color : white;
733 margin-left : auto;
734 margin-right : auto;
735 margin-top : 20px;
736 padding : 10px;
737}
d9dde1d6
AD
738
739.small {
82e1fe00 740 font-size : x-small;
d9dde1d6 741}
28fa9253
AD
742
743table.innerFeedTable td {
744 margin : 0px;
745 padding : 0px;
746}
35f3c923
AD
747
748td.selectPrompt {
749 font-size : x-small;
750 color : gray;
751}
1572afe5
AD
752
753table.headlinesSubToolbar td.headlineActions {
754 font-size : x-small;
755 color : gray;
756 padding : 5px 0px 5px 5px;
757}
758
c1c9df00
AD
759table.headlinesSubToolbar td.headlineActionsRTL {
760 font-size : x-small;
761 color : gray;
762 padding : 5px 5px 5px 0px;
763}
764
1572afe5
AD
765table.headlinesSubToolbar td.headlineTitle {
766 font-size : x-small;
767 color : gray;
768 padding : 5px 5px 5px 0px;
769 text-align : right;
770}
771
c1c9df00
AD
772table.headlinesSubToolbar td.headlineTitleRTL {
773 font-size : x-small;
774 color : gray;
775 padding : 5px 0px 5px 5px;
776 text-align : left;
777}
778
591c396d
AD
779span.contentPreview {
780 font-size : x-small;
781 color : gray;
782 font-weight : normal;
783}
179d6f57 784
0f172fff
AD
785span.contentPreview:hover {
786 color : #5050aa;
787}
788
bd34c528 789table.headlinesList td.hlMarkedPic {
179d6f57
AD
790 width : 25px;
791 text-align : center;
792}
793
bd34c528
AD
794table.headlinesList td.hlfeed {
795 text-align : right;
796 font-size : small;
797}
798
179d6f57
AD
799td.hlSelectRow, td.hlUpdatePic {
800 width : 25px;
801 text-align : center;
802}
803
bd34c528 804table.headlinesList td.hlUpdated {
179d6f57
AD
805 font-size : small;
806 color : gray;
807 text-align : right;
808 width : 100px;
809}
810
7acf5208
AD
811table.headlinesList tr td {
812 padding : 2px 0px 2px 0px;
813}
814
179d6f57
AD
815/*
816tr.even td.headlineContent, tr.evenUnread td.headlineContent {
817 display : block;
818 overflow : hidden;
819 height : 1em;
820 background-color : #f0f0f0;
821}
822
823tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
824 display : block;
825 overflow : hidden;
826 height : 1em;
827}
828
829tr.oddSelected td.headlineContent,
830tr.evenSelected td.headlineContent,
831tr.oddUnreadSelected td.headlineContent,
832tr.evenUnreadSelected td.headlineContent {
833 display : block;
834 overflow : hidden;
835 height : 1em;
836 background-color : #e0e0ff;
837} */
9167e250
AD
838
839div.postHeader td.postDate {
840 font-size : x-small;
841 text-align : right;
842 color : gray;
843}
36aab70f 844
ed51e128
AD
845div.postHeader td.postDateRTL {
846 font-size : x-small;
847 text-align : left;
848 color : gray;
849}
850
36aab70f
AD
851#feedUpdateErrors {
852 display : none;
853}
854
42918a07
AD
855#allEntryTags {
856 font-size : x-small;
857 border-width : 0px 0px 1px 0px;
858 border-style : solid;
859 border-color : #c0c0c0;
860 padding-bottom : 5px;
861 display : none;
862}
13ce14e8 863
070d0d2a 864/*td.hlContent {
de244d27 865 overflow : hidden;
35f0a0b6 866 height : 1em;
de244d27 867 display : block;
070d0d2a 868} */
4663f9c6
AD
869
870td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
871 height : 1em;
872}
386cbf27
AD
873
874div.cdmArticle {
875 border : 1px solid #f0f0f0;
876 background-color : #fafafa;
877 -moz-border-radius : 5px;
878 margin : 10px 10px 0px 10px;
879 padding : 10px;
880}
881
882div.cdmArticleUnread {
883 border : 1px solid #d5f1f4;
884 background-color : #fafeff;
885 -moz-border-radius : 5px;
886 margin : 10px 10px 0px 10px;
887 padding : 10px;
888}
889
890div.cdmArticleSelected, div.cdmArticleUnreadSelected {
891 border : 1px solid #d0d0f6;
892 background-color : #eaeaff;
893 -moz-border-radius : 5px;
894 margin : 10px 10px 0px 10px;
895 padding : 10px;
896}
897
898div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
899 font-weight : bold;
900}
901
902div.cdmHeader {
903 padding-bottom : 5px;
904}
905
906div.cdmFooter {
907 font-size : x-small;
908 color : gray;
909 padding-top : 5px;
910}
911
912div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
913 margin : 0px;
914}
915
916div.cdmHeader, div.cdmHeader a {
917 color : gray;
918 font-size : x-small;
919}
920
921div.cdmHeader a:hover {
922 color : #5050aa;
923}
924
925div.cdmContent {
926}
1e471f3b
AD
927
928a.warning {
929 color : #f04040;
930}
a9b0bfd5
AD
931
932img.closeButton {
933 border-width : 0px;
934 float : right;
935}
1da7e457
AD
936
937span.groupPrompt {
938 font-size : x-small;
939 color : #505050;
940}
9b3e2cc7
AD
941
942ul.userFeedList {
943 height : 300px;
944 overflow : auto;
945 list-style-type : none;
946}
f9cb39ac 947
0fefdacc
AD
948/* #browseBigFeedList li.oddSelected {
949 border : 1px solid #d0d0f6;
950 background-color : #eaeaff;
951 -moz-border-radius : 5px;
952} */
953
f9cb39ac
AD
954ul.browseFeedList {
955 height : 300px;
956 overflow : auto;
957 list-style-type : none;
b92e6209
AD
958 margin : 0px 0px 5px 0px;
959 padding : 0px;
960}
961
962ul.browseFeedList li {
963 margin : 0px;
964 padding : 0px;
f9cb39ac
AD
965}
966
967span.subscribers {
968 color : #808080;
969}
970
c6232e43
AD
971div.subscribers {
972 color : #808080;
973 font-size : x-small;
974 float : right;
975}
976
f9cb39ac
AD
977input.feedBrowseCB {
978 margin-right : 1em;
979}
c6232e43
AD
980
981div.browserDetails {
982 margin : 5px 5px 5px 5px;
983 display : none;
984 padding : 5px;
985}
c2b2aee0
AD
986
987ul.compact {
988 list-style-type : none;
989 margin : 0px;
990 padding : 0px;
991}
992
993ul.compact li {
994 margin : 0px;
995 padding : 0px;
996}
997
072f1ee2
AD
998div.browserFeedInfo {
999 font-size : x-small;
1000}
1001
1002div.browserFeedInfo div.detailsPart {
c2b2aee0
AD
1003 margin : 5px 0px 5px 5px;
1004}
1a3eb77e
AD
1005
1006div.cdmContent a {
1007 color : #5050aa;
1008}
1009
1010div.cdmContent a:hover {
1011 color : black;
1012}
1013
69654950
AD
1014.noborder {
1015 border-width : 0px;
1016}
0ee1d1a0
AD
1017
1018#debug_output {
befc807f
AD
1019 width : 400;
1020 height : 200;
0ee1d1a0
AD
1021 right : 20;
1022 bottom : 20;
1023 background-color : white;
1024 display : none;
061c2676 1025 z-index : 999;
0ee1d1a0
AD
1026 position : absolute;
1027 border : 1px solid #c0c0c0;
1028 overflow : auto;
1029 margin : 0px;
cf1bc085 1030 padding : 0px;
0ee1d1a0
AD
1031 list-style-type : none;
1032}
1033
1034#debug_output li {
1035 margin : 0px;
1036 padding : 0px;
1037 font-size : x-small;
1038}
2055d4a6
AD
1039
1040#overlay {
1041 background : white;
1042 left : 0;
1043 top : 0;
1044 height : 100%;
1045 width : 100%;
1046 z-index : 100;
1047 position : absolute;
1048}
1049
1050#overlay_inner {
1051 font-weight : bold;
1052 text-align : center;
1053 margin : 10px;
1054}
af106b0e
AD
1055
1056#fatal_error {
1057 background : white;
1058 left : 0;
1059 top : 0;
1060 height : 100%;
1061 width : 100%;
1062 z-index : 200;
1063 display : none;
1064 position : absolute;
1065}
1066
1067#fatal_error_inner {
1068 font-weight : bold;
1069 margin : 10px;
1070 color : red;
1071}
1072
1073#fatal_error_msg {
1074 border : 1px solid #c0c0c0;
1075 background-color : #f0f0f0;
1076 width : 50%;
1077 color : black;
1078 padding : 10px;
1079 font-weight : normal;
1080}