]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
redirect to login page when session is expired
[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;
557 margin-left : 30%;
558 width : 30%;
559 z-index : 3;
560 display : none;
5e9188f2 561 top : 30%;
2317ffaa
AD
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 {
605 padding-left : 15px;
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;
613 width : 150px;
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;
f5a50b25
AD
618}
619
620input.prefsTabSelected {
621 border-width : 1px 1px 0px 1px;
622 border-color : #c0c0c0;
623 padding : 2px 7px 2px 7px;
624 margin : 0px 1px 0px 0px;
625 width : 150px;
626 background : white;
627 font-weight : bold;
628 background-position : top left;
629 background-repeat : repeat-x;
a3ab6633 630 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
631}
632
633
634input.prefsTab:hover {
635 background : white;
636}
ab3d0b99
AD
637
638div.warning {
639 background : #fffff0;
640 border : 1px solid #c0c0c0;
641 padding : 5px;
e6cb77a0
AD
642 margin : 5px;
643 font-size : x-small;
644}
645
646div.notice {
647 background : #ffffff;
648 border : 1px solid #c0c0c0;
649 padding : 5px;
ab3d0b99
AD
650 margin : 5px;
651 font-size : x-small;
652}
653
654ul.nomarks {
655 list-style-type : none;
656 margin : 0px;
657 padding : 10px;
658}
659
295f9b42
AD
660div.bigErrorMsg {
661 border : 1px solid #c0c0c0;
662 background : #fff0f0;
663 padding : 30px;
664 margin : 20px;
665}
2f587484 666
b1895692
AD
667div.prefHelp, td.prefHelp {
668 font-size : x-small;
669 color : gray;
670 padding : 5px;
671}
672
c93f38c4 673td.welcomePrompt {
96737ce9 674 font-size : x-small;
c93f38c4
AD
675 color : gray;
676 text-align : right;
677 padding-right : 10px;
678
679}
f1cdb8c6 680
8cb74804
AD
681td.httpWelcomePrompt {
682 font-size : small;
683 color : gray;
684 text-align : right;
685}
686
f1cdb8c6
AD
687table.loginForm {
688 background-image : url("images/vgrad_light_rev.png");
689 background-color : white;
690 background-position : top left;
691 background-repeat : repeat-x;
692}
693
694table.innerLoginForm {
695 border : 1px solid #f0f0f0;
696 padding : 50px;
697 background-color : white;
698}
699
700table.innerLoginForm td {
701 padding : 3px 3px 5px 3px;
702}
1a7572cb 703
bca02305
AD
704span.insensitive {
705 color : gray;
706}
afb7a1d6 707
f932bc9f 708.prefGenericAddBox {
afb7a1d6 709 margin : 5px;
19c9cb11
AD
710 font-size : small;
711}
712
713.prefGenericAddBox td {
714 font-size : small;
afb7a1d6 715}
f557cd78
AD
716
717body.logoutBody {
718 background-color : #f0f0f0;
719 color : black;
720}
721
722span.logoutWarning {
723 color : red;
724 font-weight : bold;
725}
726
727div.logoutContent {
728 width : 600px;
729 border : 1px solid #c0c0c0;
730 background-color : white;
731 margin-left : auto;
732 margin-right : auto;
733 margin-top : 20px;
734 padding : 10px;
735}
d9dde1d6
AD
736
737.small {
82e1fe00 738 font-size : x-small;
d9dde1d6 739}
28fa9253
AD
740
741table.innerFeedTable td {
742 margin : 0px;
743 padding : 0px;
744}
35f3c923
AD
745
746td.selectPrompt {
747 font-size : x-small;
748 color : gray;
749}
1572afe5
AD
750
751table.headlinesSubToolbar td.headlineActions {
752 font-size : x-small;
753 color : gray;
754 padding : 5px 0px 5px 5px;
755}
756
757table.headlinesSubToolbar td.headlineTitle {
758 font-size : x-small;
759 color : gray;
760 padding : 5px 5px 5px 0px;
761 text-align : right;
762}
763
591c396d
AD
764span.contentPreview {
765 font-size : x-small;
766 color : gray;
767 font-weight : normal;
768}
179d6f57 769
0f172fff
AD
770span.contentPreview:hover {
771 color : #5050aa;
772}
773
bd34c528 774table.headlinesList td.hlMarkedPic {
179d6f57
AD
775 width : 25px;
776 text-align : center;
777}
778
bd34c528
AD
779table.headlinesList td.hlfeed {
780 text-align : right;
781 font-size : small;
782}
783
179d6f57
AD
784td.hlSelectRow, td.hlUpdatePic {
785 width : 25px;
786 text-align : center;
787}
788
bd34c528 789table.headlinesList td.hlUpdated {
179d6f57
AD
790 font-size : small;
791 color : gray;
792 text-align : right;
793 width : 100px;
794}
795
7acf5208
AD
796table.headlinesList tr td {
797 padding : 2px 0px 2px 0px;
798}
799
179d6f57
AD
800/*
801tr.even td.headlineContent, tr.evenUnread td.headlineContent {
802 display : block;
803 overflow : hidden;
804 height : 1em;
805 background-color : #f0f0f0;
806}
807
808tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
809 display : block;
810 overflow : hidden;
811 height : 1em;
812}
813
814tr.oddSelected td.headlineContent,
815tr.evenSelected td.headlineContent,
816tr.oddUnreadSelected td.headlineContent,
817tr.evenUnreadSelected td.headlineContent {
818 display : block;
819 overflow : hidden;
820 height : 1em;
821 background-color : #e0e0ff;
822} */
9167e250
AD
823
824div.postHeader td.postDate {
825 font-size : x-small;
826 text-align : right;
827 color : gray;
828}
36aab70f
AD
829
830#feedUpdateErrors {
831 display : none;
832}
833
42918a07
AD
834#allEntryTags {
835 font-size : x-small;
836 border-width : 0px 0px 1px 0px;
837 border-style : solid;
838 border-color : #c0c0c0;
839 padding-bottom : 5px;
840 display : none;
841}
13ce14e8 842
070d0d2a 843/*td.hlContent {
de244d27 844 overflow : hidden;
35f0a0b6 845 height : 1em;
de244d27 846 display : block;
070d0d2a 847} */
4663f9c6
AD
848
849td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
850 height : 1em;
851}
386cbf27
AD
852
853div.cdmArticle {
854 border : 1px solid #f0f0f0;
855 background-color : #fafafa;
856 -moz-border-radius : 5px;
857 margin : 10px 10px 0px 10px;
858 padding : 10px;
859}
860
861div.cdmArticleUnread {
862 border : 1px solid #d5f1f4;
863 background-color : #fafeff;
864 -moz-border-radius : 5px;
865 margin : 10px 10px 0px 10px;
866 padding : 10px;
867}
868
869div.cdmArticleSelected, div.cdmArticleUnreadSelected {
870 border : 1px solid #d0d0f6;
871 background-color : #eaeaff;
872 -moz-border-radius : 5px;
873 margin : 10px 10px 0px 10px;
874 padding : 10px;
875}
876
877div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
878 font-weight : bold;
879}
880
881div.cdmHeader {
882 padding-bottom : 5px;
883}
884
885div.cdmFooter {
886 font-size : x-small;
887 color : gray;
888 padding-top : 5px;
889}
890
891div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
892 margin : 0px;
893}
894
895div.cdmHeader, div.cdmHeader a {
896 color : gray;
897 font-size : x-small;
898}
899
900div.cdmHeader a:hover {
901 color : #5050aa;
902}
903
904div.cdmContent {
905}
1e471f3b
AD
906
907a.warning {
908 color : #f04040;
909}
a9b0bfd5
AD
910
911img.closeButton {
912 border-width : 0px;
913 float : right;
914}
1da7e457
AD
915
916span.groupPrompt {
917 font-size : x-small;
918 color : #505050;
919}
9b3e2cc7
AD
920
921ul.userFeedList {
922 height : 300px;
923 overflow : auto;
924 list-style-type : none;
925}
f9cb39ac 926
0fefdacc
AD
927/* #browseBigFeedList li.oddSelected {
928 border : 1px solid #d0d0f6;
929 background-color : #eaeaff;
930 -moz-border-radius : 5px;
931} */
932
f9cb39ac
AD
933ul.browseFeedList {
934 height : 300px;
935 overflow : auto;
936 list-style-type : none;
b92e6209
AD
937 margin : 0px 0px 5px 0px;
938 padding : 0px;
939}
940
941ul.browseFeedList li {
942 margin : 0px;
943 padding : 0px;
f9cb39ac
AD
944}
945
946span.subscribers {
947 color : #808080;
948}
949
c6232e43
AD
950div.subscribers {
951 color : #808080;
952 font-size : x-small;
953 float : right;
954}
955
f9cb39ac
AD
956input.feedBrowseCB {
957 margin-right : 1em;
958}
c6232e43
AD
959
960div.browserDetails {
961 margin : 5px 5px 5px 5px;
962 display : none;
963 padding : 5px;
964}
c2b2aee0
AD
965
966ul.compact {
967 list-style-type : none;
968 margin : 0px;
969 padding : 0px;
970}
971
972ul.compact li {
973 margin : 0px;
974 padding : 0px;
975}
976
072f1ee2
AD
977div.browserFeedInfo {
978 font-size : x-small;
979}
980
981div.browserFeedInfo div.detailsPart {
c2b2aee0
AD
982 margin : 5px 0px 5px 5px;
983}
1a3eb77e
AD
984
985div.cdmContent a {
986 color : #5050aa;
987}
988
989div.cdmContent a:hover {
990 color : black;
991}
992
69654950
AD
993.noborder {
994 border-width : 0px;
995}