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