]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
graycube fixes
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : "Lucida Grande", Arial, sans-serif;
7 }
8
9 blockquote {
10 margin : 0px;
11 border-width : 0px 0px 0px 8px;
12 border-color : #e0e0e0;
13 border-style : solid;
14 padding : 10px;
15 background-color : #f0f0f0;
16 }
17
18 div.postReply {
19 padding : 0px;
20 }
21
22 div.postReply a {
23 color : #4684ff;
24 }
25
26 div.postReply a:hover {
27 color : black;
28 }
29
30 div.postReply div.postHeader {
31 border-width : 0px 0px 1px 0px;
32 border-style : solid;
33 border-color : #a0a0a0;
34 background-color : #f9faff;
35 margin : 0px 1px 0px 0px;
36 padding : 5px;
37 cursor : move;
38 color : #909090;
39 }
40
41 div.postReply div.postContent {
42 padding : 10px;
43 font-size : 14px;
44 }
45
46 div.postReply div.postContent img {
47 border-width : 0px;
48 max-width : 98%;
49 }
50
51 div.postReply div.postIcon {
52 float : right;
53 border : 0px;
54 margin : 10px 0px 10px 10px;
55 }
56
57 div.postReply div.postEnclosures {
58 margin-top : 1em;
59 color : gray;
60 }
61
62 div.postReply img.tagsPic {
63 width : 16px;
64 height : 16px;
65 margin-left : 4px;
66 vertical-align : middle;
67 }
68
69 div.articleNote div.articleNoteOps {
70 text-align : center;
71 color : #9a8c59;
72 font-style : italic;
73 margin-top : 5px;
74 }
75
76 div.articleNote div.articleNoteOps a {
77 color : #9a8c59;
78 }
79
80 div.articleNote div.articleNoteOps a:hover {
81 color : black;
82 }
83
84 div.articleNote {
85 background-color : #fff7d5;
86 border-width : 1px;
87 padding : 5px;
88 border-style : dashed;
89 border-color : #e7d796;
90 font-size : 8px;
91 margin-bottom : 5px;
92 margin-top : 5px;
93 margin-left : 5px;
94 float : right;
95 color : #9a8c59;
96 max-width : 150px;
97 text-align : justify;
98 }
99
100 div.postReply span.author {
101 font-size : 14px;
102 }
103
104 ul.feedList img.hlLoading {
105 margin-left : 5px;
106 vertical-align : middle;
107 height : 10px;
108 }
109
110 ul.feedList {
111 list-style-type : none;
112 margin : 5px 5px 5px 0px;
113 padding : 0px 0px 0px 5px;
114 font-size : 14px;
115 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
116 }
117
118 ul.feedList li.feedCat, ul.feedList li.virtCat {
119 margin : 0px;
120 padding : 3px 0px 3px 0px;
121 color : #707070;
122 font-size : 14px;
123 }
124
125 ul.feedList img.catCollapse {
126 cursor : pointer;
127 }
128
129 ul.feedList span.catTitle {
130 color : #707070;
131 cursor : pointer;
132 }
133
134 ul.feedList span.catTitle:hover {
135 color : #4684ff;
136 }
137
138 ul.feedList li.feedCatSelected {
139 margin : 0px;
140 padding : 3px 0px 3px 0px;
141 color : #4684ff;
142 font-size : 14px;
143 }
144
145 ul.feedList li.feedCatSelected span.catTitle {
146 color : #4684ff;
147 cursor : pointer;
148 }
149
150 ul.feedCatList {
151 list-style-type : none;
152 margin : 0px 0px 0px 20px;
153 padding : 0px;
154 }
155
156 ul.feedCatList li {
157 margin : 0px;
158 padding : 0px 0px 2px 0px;
159 color : black;
160 }
161
162 ul.feedList > li {
163 padding : 0px 0px 2px 0px;
164 }
165
166 ul.feedCatList img, ul.feedList img {
167 vertical-align : bottom;
168 }
169
170 li.feedUnread,
171 li.errorUnread,
172 li.labelUnread,
173 li.virtUnread,
174 li.tagUnread {
175 font-weight : bold;
176 }
177
178 li.errorSelected a,
179 li.error a,
180 li.errorUnread a,
181 li.errorUnreadSelected a {
182 color : #f04040;
183 }
184
185 li.feedSelected a,
186 li.labelSelected a,
187 li.virtSelected a,
188 li.tagSelected a {
189 color : #4684ff;
190 }
191
192 li.feedUnreadSelected a,
193 li.labelUnreadSelected a,
194 li.virtUnreadSelected a,
195 li.tagUnreadSelected a {
196 color : #4684ff;
197 }
198
199 li.feedUnreadSelected,
200 li.errorUnreadSelected,
201 li.labelUnreadSelected,
202 li.virtUnreadSelected,
203 li.tagUnreadSelected {
204 font-weight : bold;
205 }
206
207 li.feed {
208 display : block;
209 }
210
211 ul.feedList img, img.tinyFeedIcon {
212 margin : 0px 3px 0px 0px;
213 width : 16px;
214 height : 16px;
215 vertical-align : middle;
216 border-width : 0px;
217 }
218
219 h1 {
220 font-size : 18px;
221 }
222
223 h2 {
224 font-size : 16px;
225 font-weight : bold;
226 border-width : 0px 0px 1px 0px;
227 border-style : solid;
228 border-color : #ecf4ff;
229 }
230
231 h3 {
232 font-size : 14px;
233 font-weight : bold;
234 border-width : 0px 0px 1px 0px;
235 border-style : solid;
236 border-color : #ecf4ff;
237 }
238
239 hr {
240 border-width : 0px 0px 1px 0px;
241 border-style : dashed;
242 border-color : #e0e0e0;
243 }
244
245 a {
246 color : black;
247 text-decoration : none;
248 }
249
250 a:hover {
251 color : #4684ff;
252 }
253
254 #piggie {
255 z-index : 999;
256 position : absolute;
257 }
258
259 textarea.iedit {
260 width : 100%;
261 }
262
263 input.iedit {
264 width : 100%;
265 padding-left : 2px;
266 }
267
268 select.iedit {
269 width : 100%;
270 }
271
272 input.editbox {
273 width : 200px;
274 padding-left : 2px;
275 }
276
277 #notify {
278 border-width : 0px 1px 1px 1px;
279 border-style : solid;
280 top : 0px;
281 right : 35%;
282 min-width : 30%;
283 position : absolute;
284 display : none;
285 float : right;
286 font-size : 14px;
287 z-index : 998;
288 padding : 5px 5px 5px 5px;
289 }
290
291 #notify img {
292 vertical-align : middle;
293 }
294
295 .notifyProgress {
296 border-color : #d7c47a;
297 background-color : #fff7d5;
298 color : black;
299 }
300
301 .notifyInfo {
302 border-color : #7AD78E;
303 background-color : #D5FFDB;
304 color : black;
305 }
306
307 .notify {
308 border-color : #d7c47a;
309 background-color : #fff7d5;
310 color : black;
311 }
312
313 .notifyError {
314 background-color : #ffcccc;
315 border-color : #ff0000;
316 color : black;
317 }
318
319 .notifyError span:hover {
320 color : red;
321 cursor : pointer;
322 }
323
324 #dispSwitch {
325 font-size : 14px;
326 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
327 text-align : right;
328 float : right;
329 margin : 5px 5px 0px 0px;
330 }
331
332 #dispSwitch a {
333 color : gray;
334 }
335
336 #dispSwitch a:hover {
337 color : #4684ff;
338 }
339
340 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
341 .evenSelectedUnread td {
342 background-color : #fff7d5;
343 font-weight : bold;
344 border-width : 0px 0px 1px 0px;
345 border-style : solid;
346 border-color : #e7d796;
347 }
348
349 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
350 .oddSelectedUnread td {
351 background-color : #fff7d5;
352 font-weight : bold;
353 border-width : 0px 0px 1px 0px;
354 border-style : solid;
355 border-color : #e7d796;
356 }
357
358 .evenSelected, .evenSelected td {
359 background-color : #fff7d5;
360 border-width : 0px 0px 1px 0px;
361 border-style : solid;
362 border-color : #e7d796;
363 border-collapse : collapse;
364 }
365
366 .oddSelected, .oddSelected td {
367 background-color : #fff7d5;
368 border-width : 0px 0px 1px 0px;
369 border-style : solid;
370 border-color : #e7d796;
371 border-collapse : collapse;
372 }
373
374 .evenGrayed, .evenGrayed td {
375 background-color : #f0f0f0;
376 color : #909090;
377 border-width : 0px 0px 1px 0px;
378 border-style : solid;
379 border-color : #c0c0c0;
380 border-collapse : collapse;
381 }
382
383 .oddGrayed {
384 color : #909090;
385 }
386
387 .even, .even td {
388 border-width : 0px 0px 1px 0px;
389 border-style : solid;
390 border-color : #c0c0c0;
391 background-color : #f0f0f0;
392 border-collapse : collapse;
393 }
394
395 .odd, .odd td {
396 border-width : 0px 0px 1px 0px;
397 border-style : solid;
398 border-color : #c0c0c0;
399 border-collapse : collapse;
400 }
401
402 .evenUnread, .evenUnread td {
403 background-color : #f0f0f0;
404 font-weight : bold;
405 border-width : 0px 0px 1px 0px;
406 border-style : solid;
407 border-color : #c0c0c0;
408 border-collapse : collapse;
409 }
410
411 .oddUnread, .oddUnread td {
412 font-weight : bold;
413 border-width : 0px 0px 1px 0px;
414 border-style : solid;
415 border-color : #c0c0c0;
416 }
417
418 .invisible {
419 display : none;
420 }
421
422 /* preferences */
423
424 table.prefPrefsList tr:hover td.prefValue {
425 color : #88b0f0;
426 }
427
428 table.prefPrefsList tr:hover td.prefValue input {
429 color : #88b0f0;
430 }
431
432 tr.title td {
433 border-width : 0px 0px 1px 0px;
434 border-color : #ecf4ff;
435 border-style : solid;
436 color : #4684ff;
437 }
438
439 tr.title td a {
440 color : #4684ff;
441 }
442
443 tr.title td a:hover {
444 color : black;
445 }
446
447 table.prefFeedList td.feedEditCat {
448 font-weight : bold;
449 border-width : 0px 0px 1px 0px;
450 border-style : solid;
451 border-color : #88b0f0;
452 padding-top : 0.5em;
453 }
454
455 table.prefFilterList td.filterEditCat {
456 font-weight : bold;
457 border-width : 0px 0px 1px 0px;
458 border-style : solid;
459 border-color : #88b0f0;
460 padding-top : 0.5em;
461 }
462
463 /* oh for the love of... */
464
465 table.prefFilterList tr.even,
466 table.prefFilterList tr.odd,
467 table.prefFilterList tr.evenSelected,
468 table.prefFilterList tr.oddSelected,
469 table.prefLabelList tr.even,
470 table.prefLabelList tr.odd,
471 table.prefLabelList tr.evenSelected,
472 table.prefLabelList tr.oddSelected,
473 table.prefUserList tr.even,
474 table.prefUserList tr.odd,
475 table.prefUserList tr.evenSelected,
476 table.prefUserList tr.oddSelected,
477 table.prefFeedList tr.even,
478 table.prefFeedList tr.odd,
479 table.prefFeedList tr.evenSelected,
480 table.prefFeedList tr.oddSelected
481 {
482 cursor : pointer;
483 }
484
485 table.prefFilterList tr.even:hover td,
486 table.prefFilterList tr.odd:hover td,
487 table.prefFilterList tr.evenSelected:hover td,
488 table.prefFilterList tr.oddSelected:hover td
489 table.prefLabelList tr.even:hover td,
490 table.prefLabelList tr.odd:hover td,
491 table.prefLabelList tr.evenSelected:hover td,
492 table.prefLabelList tr.oddSelected:hover td,
493 table.prefUserList tr.even:hover td,
494 table.prefUserList tr.odd:hover td,
495 table.prefUserList tr.evenSelected:hover td,
496 table.prefUserList tr.oddSelected:hover td,
497 table.prefFeedList tr.even:hover td,
498 table.prefFeedList tr.odd:hover td,
499 table.prefFeedList tr.evenSelected:hover td,
500 table.prefFeedList tr.oddSelected:hover td
501 {
502 color : #88b0f0;
503 }
504
505 table.prefFeedList td.feedIcon {
506 text-align : center;
507 }
508
509 table.prefFeedList td.feedSelect {
510 text-align : center;
511 }
512
513 div.prefFeedCatHolder {
514 height : 250px;
515 overflow : auto;
516 border : 1px solid #99d67a;
517 margin : 5px 0px 5px 0px;
518 background-color : white;
519 }
520
521 a.helpLink {
522 color : #808080;
523 }
524
525 a.helpLink:hover {
526 color : #4684ff;
527 }
528
529 #infoBoxTitle {
530 border-width : 0px 0px 1px 0px;
531 border-style : solid;
532 border-color : #659a4c;
533 background-color : #99d67a;
534 padding : 4px 2px 4px 10px;
535 color : white;
536 font-weight : bold;
537 font-size : 16px;
538 text-shadow : #659a4c 0px 1px 0px;
539 }
540
541 /* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
542
543 #infoBox {
544 border-width : 1px 1px 1px 1px;
545 border-style : solid;
546 border-color : #659a4c;
547 background-color : #f8fcf5;
548 position: relative;
549 overflow : hidden;
550 left : -4px;
551 top : -4px;
552 }
553
554 div#errorBox {
555 background-color : #ffcccc;
556 border : 1px solid #ff0000;
557 font-size : 14px;
558 position: relative;
559 overflow : hidden;
560 left : -4px;
561 top : -4px;
562 }
563
564 html>body #infoBox, html>body #errorBox {
565 left : -10px;
566 top : -10px;
567 margin : 0;
568 }
569
570 #infoBoxShadow:before, #infoBoxShadow:after,
571 #errorBoxShadow:before, #errorBoxShadow:after {
572 content : " ";
573 display : block;
574 background : inherit;
575 width : 10px;
576 height : 10px;
577 }
578
579 #infoBoxShadow:before, #errorBoxShadow:before {
580 position : absolute;
581 top : 0;
582 right : 0;
583 margin : -10px 0 0 auto;
584 background-position : right top;
585 }
586
587 #infoBoxShadow:after, #errorBoxShadow:after {
588 margin : -10px 0 0 -10px;
589 background-position : left bottom;
590 }
591
592 #infoBoxShadow, #errorBoxShadow {
593 background-image : url("images/shadow.png");
594 background-position : bottom right;
595 left : 25%;
596 top : 50px;
597 width : 50%;
598 position : absolute;
599 min-width : 600px;
600 }
601
602 #infoBoxShadow {
603 z-index : 5;
604 }
605
606 #errorBoxShadow {
607 z-index : 400;
608 }
609
610 div.infoBoxContents {
611 padding : 10px;
612 margin-bottom : 5px;
613 font-size : 14px;
614 }
615
616 div.infoBoxContents td {
617 font-size : 14px;
618 }
619
620 div.infoBoxContents a {
621 color : #527040;
622 }
623
624 div.infoBoxContents a:hover {
625 color : black;
626 }
627
628 pre {
629 margin : 5px;
630 }
631
632 input.extSearch {
633 width : 100%;
634 }
635
636 div.firstTab {
637 width : 10px;
638 float : left;
639 }
640
641 div.prefsTab:hover {
642 cursor : pointer;
643 }
644
645 div.prefsTabSelected:hover {
646 cursor : pointer;
647 }
648
649 div.prefsTab {
650 float : left;
651 border-width : 1px 1px 0px 1px;
652 border-color : #C4D1E4;
653 border-style : solid;
654 margin : 0px 0px 0px 5px;
655 padding : 3px 5px 3px 5px;
656 font-size : 14px;
657 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
658 border-collapse : collapse;
659 min-width : 100px;
660 text-align : center;
661 cursor : pointer;
662 position : relative;
663 bottom : -1px;
664 height : 30px;
665 }
666
667 div.prefsTabSelected {
668 float : left;
669 border-width : 1px 1px 0px 1px;
670 border-color : #88b0f0;
671 border-style : solid;
672 margin : 0px 0px 0px 5px;
673 padding : 3px 5px 3px 5px;
674 background-color : #ecf4ff;
675 font-size : 14px;
676 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
677 border-collapse : collapse;
678 font-weight : bold;
679 min-width : 100px;
680 text-align : center;
681 cursor : pointer;
682 position : relative;
683 bottom : -1px;
684 z-index : 3;
685 height : 30px;
686 }
687
688 div.notice {
689 background : #ffffff;
690 border : 1px solid #88b0f0;
691 width : 60%;
692 padding : 5px;
693 margin : 0px 0px 5px 0px;
694 font-size : 14px;
695 }
696
697 div.warning {
698 background : #fff7d5;
699 border : 1px solid #d7c47a;
700 font-size : 14px;
701 width : 60%;
702 padding : 5px;
703 margin : 0px 0px 5px 0px;
704 }
705
706 div.warning img, div.notice img, div.error img {
707 vertical-align : middle;
708 padding : 5px;
709 }
710
711 span.filterDateError {
712 color : #ff0000;
713 }
714
715 div.error {
716 border : 1px solid #ff0000;
717 background : #ffcccc;
718 padding : 5px;
719 margin : 0px 0px 5px 0px;
720 font-size : 14px;
721 }
722
723 ul.nomarks {
724 list-style-type : none;
725 margin : 0px;
726 padding : 10px;
727 }
728
729 div.prefHelp, td.prefHelp {
730 color : gray;
731 padding : 5px;
732 }
733
734 table.loginForm {
735 background-color : #ecf4ff;
736 }
737
738 span.feed_error {
739 color : red;
740 }
741
742 .insensitive {
743 color : gray;
744 }
745
746 .insensitive a {
747 color : #4684ff;
748 }
749
750 .insensitive a:hover {
751 color : black;
752 }
753
754 .small {
755 font-size : 13px;
756 }
757
758 table.innerFeedTable td {
759 margin : 0px;
760 padding : 0px;
761 }
762
763 td.selectPrompt {
764 font-size : 14px;
765 color : gray;
766 }
767
768 div.headlinesSubToolbar {
769 border-width : 0px 0px 1px 0px;
770 border-style : solid;
771 border-color : #f0f0f0;
772 position : absolute;
773 left : 0px;
774 top : 0px;
775 height : 25px;
776 line-height : 25px;
777 padding-left : 5px;
778 padding-right : 5px;
779 right : 0px;
780 background-color : white;
781 font-size : 13px;
782 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
783 color : gray;
784 }
785
786 div.headlinesSubToolbar * {
787 line-height : normal;
788 }
789
790
791 div.headlinesSubToolbar div#subtoolbar_ftitle {
792 float : right;
793 line-height : 25px;
794
795 }
796
797 span.contentPreview {
798 font-size : 14px;
799 color : gray;
800 font-weight : normal;
801 }
802
803 span.contentPreview:hover {
804 color : #4684ff;
805 }
806
807 table.headlinesList {
808 width : 100%;
809 }
810
811 table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
812 background-color : #fff7d5;
813 font-height : 8px;
814 color : #063064;
815 font-weight : normal;
816 margin : 0px 3px 0px 3px;
817 padding : 0px 4px 0px 4px;
818 white-space: nowrap;
819 }
820
821 table.headlinesList img.hlLoading {
822 margin-left : 5px;
823 vertical-align : middle;
824 }
825
826 table.headlinesList td.hlFeedIcon {
827 width : 25px;
828 text-align : center;
829 cursor : pointer;
830 }
831
832
833 table.headlinesList td.hlMarkedPic {
834 width : 25px;
835 text-align : center;
836 }
837
838 table.headlinesList td.hlfeed {
839 text-align : right;
840 }
841
842 td.hlSelectRow, td.hlUpdPic {
843 width : 25px;
844 text-align : center;
845 }
846
847 table.headlinesList td.hlUpdated {
848 color : gray;
849 text-align : right;
850 width : 100px;
851 cursor : pointer;
852 }
853
854 table.headlinesList tr td {
855 padding : 2px 0px 2px 0px;
856 }
857
858 div.postHeader div.postDate {
859 text-align : right;
860 color : gray;
861 float : right;
862 }
863
864 div.postHeader div.postDateRTL {
865 text-align : left;
866 color : gray;
867 float : right;
868 }
869
870 div.postHeader div {
871 padding-bottom : 3px;
872 font-size : 14px;
873 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
874 }
875
876 #feedUpdateErrors {
877 display : none;
878 }
879
880 #allEntryTags {
881 font-size : 14px;
882 border-width : 0px 0px 1px 0px;
883 border-style : solid;
884 border-color : #c0c0c0;
885 padding-bottom : 5px;
886 display : none;
887 }
888
889 td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
890 height : 1em;
891 }
892
893 td.hlFeed {
894 text-align : right;
895 }
896
897 span.hlFeed, span.hlFeed a {
898 font-size : 14px;
899 color : gray;
900 }
901
902 span.hlFeed a:hover {
903 color : #4684ff;
904 }
905
906 div.cdmAllTags {
907 float : left;
908 background-color : white;
909 border : 1px solid #c0c0c0;
910 display : none;
911 z-index : 3;
912 top : auto;
913 left : auto;
914 right : auto;
915 position : absolute;
916 padding : 10px;
917 }
918
919 span.cdmAllTagsCtr:hover div {
920 display : block;
921 }
922
923 div.cdmArticle {
924 border-color : #a0a0a0;
925 border-width : 0px 0px 1px 0px;
926 border-style : solid;
927 background-color : #f9faff;
928 margin : 0px;
929 color : #505050;
930 color : black;
931 }
932
933 div.cdmArticleUnread {
934 border-color : #a0a0a0;
935 border-width : 0px 0px 1px 0px;
936 border-style : solid;
937 background-color : white;
938 margin : 0px;
939 color : black;
940 }
941
942 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
943 margin : 0px;
944 background-color : #fff7d5;
945 border-color : #e7d796;
946 border-width : 0px 0px 1px 0px;
947 border-style : solid;
948 }
949
950 div.cdmArticleUnread div.cdmHeader a.title,
951 div.cdmArticleUnreadSelected div.cdmHeader a.title {
952 font-weight : bold;
953 }
954
955 div.cdmHeader {
956 padding : 5px 5px 10px 5px;
957 color : gray;
958
959 }
960
961 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
962 color : black;
963 }
964
965 div.cdmFooter {
966 font-size : 14px;
967 color : black;
968 padding : 5px;
969 color : gray;
970 border-width : 1px 0px 0px 0px;
971 border-color : #c0c0c0;
972 border-style : dotted;
973 }
974
975 div.cdmFooter span.s0 {
976 border-width : 0px 1px 0px 0px;
977 border-color : #c0c0c0;
978 border-style : dotted;
979 padding : 0px 5px 0px 0px;
980 }
981
982 div.cdmFooter span.s1 {
983 border-width : 0px 1px 0px 0px;
984 border-color : #c0c0c0;
985 border-style : dotted;
986 padding : 0px 5px 0px 5px;
987 }
988
989 div.cdmFooter span.s2 {
990 padding : 0px 5px 0px 5px;
991 }
992
993 div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
994 width : 16px;
995 height : 16px;
996 vertical-align : middle;
997 }
998
999 img.markedPic {
1000 cursor : pointer;
1001 }
1002
1003 div.cdmHeader div.articleUpdated {
1004 float : right;
1005 font-weight : bold;
1006 color : gray;
1007 }
1008
1009 div.cdmHeader div.articleUpdated img {
1010 vertical-align : middle;
1011 }
1012
1013 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
1014 margin : 0px;
1015 }
1016
1017 div.cdmHeader, div.cdmHeader a {
1018 color : #505050;
1019 font-size : 14px;
1020 }
1021
1022 div.cdmHeader a:hover {
1023 color : #4684ff;
1024 }
1025
1026 div.cdmContent {
1027 margin : 0px 15px 5px 15px;
1028 }
1029
1030 div.cdmContent img {
1031 border-width : 0px;
1032 max-width : 98%;
1033 }
1034
1035 div.cdmContent:hover {
1036 cursor : pointer;
1037 }
1038
1039 div.cdmExcerpt {
1040 margin : 0px 15px 5px 15px;
1041 }
1042
1043 div.cdmExcerpt:hover {
1044 cursor : pointer;
1045 color : #88b0f0;
1046 }
1047
1048 div.cdmEnclosures {
1049 margin-top : 1em;
1050 color : gray;
1051 }
1052
1053 a.warning {
1054 color : #f04040;
1055 }
1056
1057 img.closeButton {
1058 border-width : 0px;
1059 float : right;
1060 }
1061
1062 span.groupPrompt {
1063 font-size : 14px;
1064 color : #4684ff;
1065 }
1066
1067 div.tagCloudContainer {
1068 border : 1px solid #99d67a;
1069 background-color : white;
1070 margin : 5px 0px 5px 0px;
1071 padding : 5px;
1072 text-align : center;
1073 }
1074
1075 div.errorExplained {
1076 border : 1px solid #99d67a;
1077 background-color : white;
1078 margin : 5px 0px 5px 0px;
1079 padding : 5px;
1080 }
1081
1082 ul.feedErrorsList {
1083 height : 300px;
1084 overflow : auto;
1085 list-style-type : none;
1086 border : 1px solid #99d67a;
1087 background-color : white;
1088 margin : 0px 0px 5px 0px;
1089 padding : 0px;
1090 }
1091
1092 ul.userFeedList {
1093 height : 300px;
1094 overflow : auto;
1095 list-style-type : none;
1096 border : 1px solid #99d67a;
1097 background-color : white;
1098 margin : 0px 0px 5px 0px;
1099 padding : 0px;
1100 }
1101
1102 ul.browseFeedList {
1103 height : 300px;
1104 overflow : auto;
1105 list-style-type : none;
1106 margin : 0px 0px 5px 0px;
1107 padding : 0px;
1108 border : 1px solid #99d67a;
1109 background-color : white;
1110 }
1111
1112 ul.browseFeedList li {
1113 margin : 0px;
1114 padding : 0px;
1115 }
1116
1117 span.subscribers {
1118 color : #808080;
1119 }
1120
1121 div.subscribers {
1122 color : #808080;
1123 font-size : 14px;
1124 float : right;
1125 }
1126
1127 input.feedBrowseCB {
1128 margin-right : 1em;
1129 }
1130
1131 div.browserDetails {
1132 margin : 5px 5px 5px 5px;
1133 padding : 5px;
1134 }
1135
1136 ul.compact {
1137 list-style-type : none;
1138 margin : 0px;
1139 padding : 0px;
1140 }
1141
1142 ul.compact li {
1143 margin : 0px;
1144 padding : 0px;
1145 }
1146
1147 div.browserFeedInfo {
1148 font-size : 14px;
1149 /* border : 1px solid #88b0f0;
1150 background-color : #ecf4ff;
1151 -moz-border-radius : 5px; */
1152 padding : 5px;
1153 }
1154
1155 div.browserFeedInfo div.detailsPart {
1156 margin : 5px 0px 5px 5px;
1157 }
1158
1159 div.cdmContent a {
1160 color : #4684ff;
1161 }
1162
1163 div.cdmContent a:hover {
1164 color : black;
1165 }
1166
1167 a.cdmToggleLink {
1168 color : #808080;
1169 font-size : 14px;
1170 }
1171
1172 a.cdmToggleLink:hover {
1173 color : #4684ff;
1174 }
1175
1176 .noborder {
1177 border-width : 0px;
1178 }
1179
1180 #debug_output {
1181 position : absolute;
1182 width : 400px;
1183 height : 200px;
1184 right : 20px;
1185 bottom : 20px;
1186 z-index : 999;
1187 background-color : white;
1188 border : 1px solid #c0c0c0;
1189 overflow : auto;
1190 margin : 0px;
1191 padding : 0px;
1192 list-style-type : none;
1193 }
1194
1195 #debug_output li {
1196 margin : 0px;
1197 padding : 0px;
1198 font-size : 11px;
1199 }
1200
1201 #dialog_overlay {
1202 left : 0;
1203 top : 0;
1204 height : 100%;
1205 width : 100%;
1206 z-index : 4;
1207 position : absolute;
1208 background-image : url("images/shadow_white.png");
1209 }
1210
1211 #overlay {
1212 background : white;
1213 left : 0;
1214 top : 0;
1215 height : 100%;
1216 width : 100%;
1217 z-index : 100;
1218 position : absolute;
1219 }
1220
1221 #overlay_inner {
1222 font-weight : bold;
1223 margin : 10px;
1224 }
1225
1226 #noDaemonWarning {
1227 position : absolute;
1228 background-color : #ecf4ff;
1229 border : 1px solid #88b0f0;
1230 padding : 10px;
1231 margin : 5px;
1232 z-index : 2;
1233 display : none;
1234 }
1235
1236 #qafInput {
1237 width : 100%;
1238 }
1239
1240 form {
1241 margin : 0px;
1242 padding : 0px;
1243 }
1244
1245 #main_toolbar_form {
1246 margin : 0px;
1247 padding : 0px;
1248 display : inline;
1249 }
1250
1251 div.feedExtInfo {
1252 margin-left : 2em;
1253 font-size : 7pt;
1254 color : gray;
1255 font-weight : normal;
1256 }
1257
1258 span.debugTS {
1259 color : #4684ff;
1260 }
1261
1262 #backReqBox {
1263 display : none;
1264 }
1265
1266 /*.scriptWarn:before {
1267 content : "Disabled script:";
1268 }*/
1269
1270 .scriptWarn {
1271 color : white;
1272 background-color : #903030;
1273 border : 1px solid #601010;
1274 padding : 3px;
1275 font-weight : bold;
1276 display : none;
1277 }
1278
1279 .objectWarn {
1280 color : gray;
1281 font-style: italic;
1282 text-align : center;
1283 }
1284
1285 table.loginForm2 {
1286 padding : 1em;
1287 }
1288
1289 table.loginForm2 .loginTop {
1290 border-width : 0px 0px 1px 0px;
1291 border-color : #88b0f0;
1292 border-style : solid;
1293 padding : 0.5em;
1294 }
1295
1296 table.loginForm2 .loginMiddle {
1297 padding : 3em;
1298 }
1299
1300 table.loginForm2 .loginBottom {
1301 border-width : 1px 0px 0px 0px;
1302 border-color : #88b0f0;
1303 border-style : solid;
1304 font-size : 14px;
1305 text-align : center;
1306 color : #909090;
1307 padding : 0.5em;
1308 }
1309
1310 table.loginForm2 .loginBottom a {
1311 color : gray;
1312 }
1313
1314 table.loginForm2 .loginBottom a:hover {
1315 color : #4684ff;
1316 }
1317
1318 table.loginForm2 .loginError {
1319 color : red;
1320 margin : 0.5em;
1321 }
1322
1323 table.loginForm2 .innerLoginCell {
1324 padding-top : 0.5em;
1325 }
1326
1327 #milestoneDetails {
1328 display : none;
1329 }
1330
1331 div.loadingPrompt {
1332 padding : 1em;
1333 text-align : center;
1334 font-weight : bold;
1335 }
1336
1337 div.whiteBox {
1338 background-color : white;
1339 margin-left : 1px;
1340 text-align : center;
1341 padding : 1em;
1342 }
1343
1344 /* layout */
1345
1346 #header {
1347 position : absolute;
1348 white-space: nowrap;
1349 top : 5px;
1350 left : 15px;
1351 right : 5px;
1352 height : 35px;
1353 color : #4684ff;
1354 font-size : 14px;
1355 }
1356
1357 #feeds-holder {
1358 border-width : 1px 1px 0px 0px;
1359 border-style : dotted solid;
1360 border-color : #88b0f0;
1361 top : 40px;
1362 left : 0px;
1363 position : absolute;
1364 width : 260px;
1365 overflow : auto;
1366 bottom : 0px;
1367 border-collapse : collapse;
1368 }
1369
1370 #toolbar div.actionChooser {
1371 margin-right : 5px;
1372 float : right;
1373 }
1374
1375 #toolbar {
1376 position : absolute;
1377 left : 261px;
1378 padding : 0px 0px 0px 10px;
1379 top : 40px;
1380 right : 0px;
1381 white-space: nowrap;
1382 height : 30px;
1383 background-image : url("images/toolbar.png");
1384 background-position : bottom left;
1385 background-repeat : repeat-x;
1386 font-size : 14px;
1387 }
1388
1389 div.headlines_normal {
1390 position : absolute;
1391 border-width : 1px 0px 0px 0px;
1392 border-style : solid;
1393 border-color : #88b0f0;
1394 left : 261px;
1395 height : 305px;
1396 top : 70px;
1397 right : 0px;
1398 overflow : hidden;
1399 font-size : 14px;
1400 border-collapse : collapse;
1401 }
1402
1403 div.headlines_cdm {
1404 position : absolute;
1405 border-width : 1px 0px 1px 0px;
1406 border-style : solid;
1407 border-color : #88b0f0;
1408 left : 261px;
1409 bottom : 40px;
1410 top : 70px;
1411 right : 0px;
1412 overflow : hidden;
1413 font-size : 14px;
1414 border-collapse : collapse;
1415 }
1416
1417 #content-frame {
1418 position : absolute;
1419 border-width : 1px 0px 0px 0px;
1420 border-style : solid;
1421 border-color : #88b0f0;
1422 overflow : auto;
1423 top : 390px;
1424 left : 261px;
1425 bottom : 40px;
1426 right : 0px;
1427 border-collapse : collapse;
1428 }
1429
1430 /*#resize-grabber {
1431 position : absolute;
1432 border-width : 1px;
1433 border-style : dotted;
1434 border-color : #88b0f0;
1435 background-color : white;
1436 width : 8px;
1437 height : 8px;
1438 z-index : 20;
1439 right : 20px;
1440 top : 20px;
1441 display : none;
1442 cursor : move;
1443 }*/
1444
1445 #resize-grabber {
1446 height : 5px;
1447 border-width : 0px 0px 1px 0px;
1448 border-style : solid;
1449 border-color : #88b0f0;
1450 background : url("images/resize_horiz.png") top left;
1451 cursor : move;
1452 text-align : center;
1453 }
1454
1455 #footer, #prefFooter {
1456 position : absolute;
1457 bottom : 0px;
1458 height : 20px;
1459 text-align : center;
1460 color : gray;
1461 font-size : 14px;
1462 background-image : url("images/footer.png");
1463 background-position : top left;
1464 background-repeat : repeat-x;
1465 background-color : white;
1466 right : 0px;
1467 left : 261px;
1468 padding : 10px;
1469 border-collapse : collapse;
1470 border-width : 1px 0px 0px 0px;
1471 border-style : solid;
1472 border-color : #88b0f0;
1473
1474 }
1475
1476 #prefFooter {
1477 left : 0px;
1478 }
1479
1480 #footer a, #prefFooter a {
1481 color : gray;
1482 }
1483
1484 #footer a:hover, #prefFooter a:hover {
1485 color : black;
1486 }
1487
1488 #headlinesContainer {
1489 margin-left : 0px;
1490 background-color : white;
1491 }
1492
1493 #headlineActionsTop {
1494 font-size : 14px;
1495 }
1496
1497 #headlinesInnerContainer {
1498 overflow : auto;
1499 position : absolute;
1500 left : 0px;
1501 right : 0px;
1502 bottom : 0px;
1503 top : 25px;
1504 }
1505
1506 /* preferences layout */
1507
1508 #prefHeader {
1509 color : #4684ff;
1510 font-size : 14px;
1511 margin : 10px;
1512 height : 33px;
1513 }
1514
1515 div.return {
1516 float : right;
1517 font-size : 14px;
1518 margin-right : 10px;
1519 }
1520
1521 div.return a {
1522 color : #4684ff;
1523 }
1524
1525 div.return a:hover {
1526 color : black;
1527 }
1528
1529 #prefContentOuter {
1530 clear : left;
1531 position : absolute;
1532 bottom : 41px;
1533 top : 75px;
1534 left : 0px;
1535 right : 0px;
1536 min-height : 300px;
1537 border-width : 1px 0px 0px 0px;
1538 border-color : #88b0f0;
1539 border-style : solid;
1540 font-size : 14px;
1541 }
1542
1543 #prefContent {
1544 z-index : 4;
1545 background-image : url("images/prefs-content.png");
1546 background-position : top left;
1547 background-repeat : repeat-x;
1548 position : absolute;
1549 bottom : 0px;
1550 top : 0px;
1551 left : 0px;
1552 right : 0px;
1553 padding : 1em;
1554 overflow : auto;
1555
1556 }
1557
1558 #userSwitch {
1559 position : absolute;
1560 bottom : 2px;
1561 right : 2px;
1562 }
1563
1564 a.feedUpdErrLink {
1565 color : #ff0000;
1566 display : block;
1567 margin-bottom : 0.5em;
1568 }
1569
1570 .catCtrHasUnread, .feedCtrHasUnread {
1571 font-weight : bold;
1572 color : #707070;
1573 }
1574
1575 .catCtrNoUnread, .feedCtrNoUnread {
1576 display : none;
1577 }
1578
1579 div.topLinks img {
1580 vertical-align : middle;
1581 cursor : pointer;
1582 }
1583
1584 #offlineModePic {
1585 margin-left : 5px;
1586 }
1587
1588 a.helpLinkPic img {
1589 border-width : 0px;
1590 vertical-align : middle;
1591 }
1592
1593 li.feedCatHolder {
1594 display : inline;
1595 }
1596
1597 table.prefFeedCatList {
1598 background-color : white;
1599 }
1600
1601 div.autocomplete {
1602 position : absolute;
1603 width : 250px;
1604 background-color : white;
1605 border :1px solid #778899;
1606 margin : 0px;
1607 padding : 0px;
1608 }
1609
1610 div.autocomplete ul {
1611 list-style-type : none;
1612 margin : 0px;
1613 padding : 0px;
1614 }
1615
1616 div.autocomplete ul li.selected {
1617 background-color : #fff7d5;
1618 }
1619
1620 div.autocomplete ul li {
1621 list-style-type : none;
1622 display : block;
1623 margin : 0;
1624 padding : 2px;
1625 height : 32px;
1626 cursor : pointer;
1627 }
1628
1629 #feedOpToolbar {
1630 float : right;
1631 }
1632
1633 div.topLinks {
1634 float : right;
1635 color : gray;
1636 }
1637
1638 div.topLinks a {
1639 color : #4684ff;
1640 }
1641
1642 div.topLinks a:hover {
1643 color : black;
1644 }
1645
1646 div.topLinks a.feedback {
1647 color : #009900;
1648 }
1649
1650 div.dashboard {
1651 margin-left : 3px;
1652 }
1653
1654 a.visibleLink {
1655 color : #4684ff;
1656 }
1657
1658 a.visibleLinkB {
1659 color : #4684ff;
1660 border : 1px solid #4684ff;
1661 padding : 2px;
1662 }
1663
1664 a.visibleLinkB:hover {
1665 background-color : #ecf4ff;
1666 }
1667
1668 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1669 color : #4684ff;
1670 }
1671
1672 div.cdmFeedTitle {
1673 border-color : #a0a0a0;
1674 border-width : 0px 0px 1px 0px;
1675 border-style : solid;
1676 padding : 5px 3px 5px 5px;
1677 background : url("images/toolbar.png") bottom left;
1678 background-repeat : repeat-x;
1679 }
1680
1681 table.headlinesList tr, table.headlinesList td {
1682 border-collapse : collapse;
1683 margin : 0px;
1684 }
1685
1686 table.headlinesList tr.feedTitle td {
1687 /* text-align : right;
1688 margin-top : 10px; */
1689 /*padding-left : 5px;*/
1690
1691 background : url("images/toolbar.png") bottom left;
1692 background-repeat : repeat-x;
1693
1694 border-color : #c0c0c0;
1695 border-width : 0px 0px 1px 0px;
1696 border-style : solid;
1697 padding : 5px 3px 5px 5px;
1698
1699 }
1700
1701 td.hlContent, td.hlContentL, td.hlContentH {
1702 cursor : pointer;
1703 }
1704
1705 td.hlContentH a, td.hlContentH span {
1706 color : #00cc00;
1707 }
1708
1709 td.hlContentL a, td.hlContentL span {
1710 color : #909090;
1711 text-decoration : line-through;
1712 }
1713
1714 span.titleWrapH, span.titleWrapH a {
1715 color : #00cc00;
1716 }
1717
1718 span.titleWrapL, span.titleWrapL a {
1719 color : #909090;
1720 text-decoration : line-through;
1721 }
1722
1723 img.hlScorePic {
1724 vertical-align : middle;
1725 width : 16px;
1726 height : 16px;
1727 }
1728
1729 div#hotkey_help_overlay {
1730 position : absolute;
1731 left : 30px;
1732 right : 30px;
1733 top : 30px;
1734 z-index : 999;
1735 color : white;
1736 font-size : 15px;
1737 }
1738
1739 div#hotkey_help_overlay h1 {
1740 text-align : center;
1741 }
1742
1743 div#hotkey_help_overlay ul {
1744 list-style-type : none;
1745 margin : 0px;
1746 }
1747
1748 div#hotkey_help_overlay li {
1749 margin : 0px;
1750 }
1751
1752 div#hotkey_help_overlay p {
1753 text-align : center;
1754 }
1755
1756 div#hotkey_help_overlay td.n {
1757 text-align : right;
1758 font-weight : bold;
1759 width : 6em;
1760 color : #a0ffa0;
1761 padding-right : 5px;
1762 }
1763
1764 div#hotkey_help_overlay td {
1765 vertical-align : top;
1766 }
1767
1768 div#hotkey_help_overlay h1 {
1769 margin : 0px;
1770 }
1771
1772 div#hotkey_help_overlay h2 {
1773 font-size : 16px;
1774 border-width : 0px;
1775 margin : 0.3em 0px 0.3em 0px;
1776 text-align : center;
1777 color : #88b0f0;
1778 }
1779
1780 div#hotkey_help_overlay table.hho td.c1 {
1781 height : 30px;
1782 width : 30px;
1783 background : url("images/c1.png");
1784 background-repeat : no-repeat;
1785
1786 }
1787
1788 div#hotkey_help_overlay table.hho td.c2 {
1789 height : 30px;
1790 width : 30px;
1791 background : url("images/c2.png");
1792 background-repeat : no-repeat;
1793 }
1794
1795 div#hotkey_help_overlay table.hho td.c3 {
1796 height : 30px;
1797 width : 30px;
1798 background : url("images/c3.png");
1799 background-repeat : no-repeat;
1800 }
1801
1802 div#hotkey_help_overlay table.hho td.c4 {
1803 height : 30px;
1804 width : 30px;
1805 background : url("images/c4.png");
1806 background-repeat : no-repeat;
1807 }
1808
1809 div#hotkey_help_overlay table.hho td.top,
1810 div#hotkey_help_overlay table.hho td.left,
1811 div#hotkey_help_overlay table.hho td.right,
1812 div#hotkey_help_overlay table.hho td.bottom,
1813 div#hotkey_help_overlay table.hho td.content {
1814 background : url("images/shadow_dark.png");
1815 }
1816
1817 div#hotkey_help_overlay table.hho td.top,
1818 div#hotkey_help_overlay table.hho td.bottom {
1819 text-align : center;
1820 font-size : 13px;
1821 }
1822
1823 div.prefKbdHelp {
1824 float : right;
1825 font-size : 14px;
1826 margin-right : 15px;
1827 }
1828
1829 div.prefKbdHelp img {
1830 vertical-align : middle;
1831 }
1832
1833 div#l_progress_o {
1834 width : 200px;
1835 border : 1px solid black;
1836 background-color : white;
1837 margin-top : 10px;
1838 }
1839
1840 div#l_progress_i {
1841 width : 10px;
1842 background-color : #88b0f0;
1843 height : 10px;
1844 }
1845
1846 #content-insert {
1847 background-color : white;
1848 overflow : auto;
1849 position : absolute;
1850 left : 0px;
1851 right : 0px;
1852 bottom : 0px;
1853 top : 6px;
1854 }
1855
1856 div.dlgSec {
1857 font-size : 14px;
1858 color : gray;
1859 font-weight : bold;
1860 clear : both;
1861 height : 20px;
1862 }
1863
1864 div.dlgSecCont {
1865 position : relative;
1866 left : 150px;
1867 top : -20px;
1868 float : left;
1869 font-size : 14px;
1870 font-weight : normal;
1871 line-height : 200%;
1872 }
1873
1874 div.dlgButtons {
1875 text-align : right;
1876 clear : both;
1877 }
1878
1879 div#label_test_result {
1880 clear : both;
1881 }
1882
1883 pre, code {
1884 font-size : 14px;
1885 font-family : monospace;
1886 }
1887
1888 span#headlineActionsDrop {
1889 border : 1px solid #c0c0c0;
1890 padding : 1px 5px 1px 10px;
1891 color : #063064;
1892 cursor : pointer;
1893 }
1894
1895 ul#headlineActionsBody {
1896 list-style-type : none;
1897 position : absolute;
1898 margin : 0px;
1899 padding : 0px;
1900 background-color : white;
1901 width : 150px;
1902 z-index : 4;
1903 top : auto;
1904 left : auto;
1905 border-width : 1px 1px 1px 1px;
1906 border-color : #c0c0c0;
1907 border-style : solid;
1908 margin-left : -1px;
1909 max-height : 250px;
1910 overflow : auto;
1911 }
1912
1913 ul#headlineActionsBody li {
1914 padding : 2px 5px 2px 10px;
1915 color : black;
1916 }
1917
1918 ul#headlineActionsBody li:hover {
1919 color : #4684ff;
1920 cursor : pointer;
1921 background : #ecf4ff;
1922 }
1923
1924 ul#headlineActionsBody li.insensitive {
1925 color : gray;
1926 }
1927
1928 ul#headlineActionsBody li.insensitive:hover {
1929 background : white;
1930 cursor : normal;
1931 color : gray;
1932 }
1933
1934 div#errorBox div#xebTitle {
1935 background-color : #ff0000;
1936 color : white;
1937 padding : 4px 2px 4px 10px;
1938 color : white;
1939 font-weight : bold;
1940 font-size : 14px;
1941 }
1942
1943 div#errorBox div#xebContent {
1944 font-size : 14px;
1945 padding : 10px;
1946 }
1947
1948 div#errorBox textarea {
1949 width : 100%;
1950 height : 200px;
1951 }
1952
1953 div#errorBox input {
1954 margin-bottom : 10px;
1955 }
1956
1957 span.prefsLabelEntry {
1958 padding : 2px;
1959 }
1960
1961 div.labelColorIndicator {
1962 height : 14px;
1963 width : 14px;
1964 line-height : 14px;
1965 font-height : 9px;
1966 text-align : center;
1967 border : 1px solid black;
1968 float : left;
1969 background-color : #fff7d5;
1970 color : #063064;
1971 margin-right : 10px;
1972 }
1973
1974 div.colorPicker div.colorPickerEntry:hover {
1975 border : 1px solid #88b0f0;
1976 }
1977
1978 div.colorPicker div.ccPrompt:hover {
1979 color : black;
1980 }
1981
1982 div.colorPicker div.colorPickerEntry {
1983 height : 15px;
1984 width : 15px;
1985 line-height : 13px;
1986 font-height : 9px;
1987 text-align : center;
1988 border : 1px solid black;
1989 margin : 5px 5px 0px 0px;
1990 float : left;
1991 }
1992
1993 div.colorPicker {
1994 border : 1px solid #cccccc;
1995 background : #f0f0f0;
1996 width : 110px;
1997 padding : 0px 0px 5px 5px;
1998 position : absolute;
1999 left : auto;
2000 top : auto;
2001 z-index : 3;
2002 color : #909090;
2003 }
2004
2005 div#offlineModeDrop div {
2006 padding : 2px 2px 2px 2px;
2007 text-align : left;
2008 }
2009
2010 div#offlineModeDrop {
2011 position : absolute;
2012 margin : 0px;
2013 padding : 2px;
2014 background-color : white;
2015 z-index : 2;
2016 margin : 2px 0px 0px 0px;
2017 top : auto;
2018 right : 0px;
2019 border : 1px solid #cccccc;
2020 background : white;
2021 min-width : 170px;
2022 margin-left : -1px;
2023 max-height : 250px;
2024 overflow : auto;
2025 color : #909090;
2026 }
2027
2028 optgroup {
2029 color : #5050aa;
2030 font-style : normal;
2031
2032 }
2033
2034 option {
2035 color : black;
2036 }
2037
2038 div#cmdline {
2039 position : absolute;
2040 left : 5px;
2041 bottom : 5px;
2042 font-size : 11px;
2043 color : gray;
2044 font-weight : bold;
2045 background-color : white;
2046 border : 1px solid #88b0f0;
2047 padding : 3px 5px 3px 5px;
2048 z-index : 5;
2049 }
2050
2051 #feed_browser_spinner {
2052 vertical-align : middle;
2053 height : 18px;
2054 width : 18px;
2055 }
2056
2057 div#auxDlg {
2058 position : absolute;
2059 z-index : 3;
2060 bottom : 5px;
2061 right : 25px;
2062 padding : 5px;
2063 border-width : 1px;
2064 border-style : solid;
2065 border-color : #d7c47a;
2066 background-color : #fff7d5;
2067 color : black;
2068 text-align : center;
2069 font-size : 13px;
2070 }
2071
2072 div#auxDlg a {
2073 color : #4684ff;
2074 }
2075
2076 /*
2077 button:active {
2078 background-image : url("images/button_pressed.png");
2079 }
2080
2081 button, select {
2082 background-color : transparent;
2083 background-repeat : repeat-x;
2084 background-position : top left;
2085 background-image : url("images/button.png");
2086 border : 1px solid #bebebe;
2087 font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
2088 font-size : 100%;
2089 text-decoration : none;
2090 color : #303030;
2091 cursor : pointer;
2092 padding : 1px 5px 1px 5px;
2093 margin : 0px;
2094 }
2095
2096 select {
2097 background : #ffffff;
2098 padding : 1px 0px 1px 3px;
2099 }
2100
2101 input {
2102 background : white;
2103 border : 1px solid #bebebe;
2104 font-size : 100%;
2105 padding : 1px 3px 1px 3px;
2106 }
2107
2108 button:hover {
2109 background-color : #f9faff;
2110 border : 1px solid #88b0f0;
2111 color : #336699;
2112 }
2113
2114 button[disabled] {
2115 background : #f0f0f0;
2116 color : #dedede;
2117 border : 1px solid #dedede;
2118 } */