]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
a830537674bad59ba09b46c03b1270e2450e1b59
[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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
614 }
615
616 div.infoBoxContents td {
617 font-size : 12px;
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 : 12px;
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 : 12px;
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 : 12px;
695 }
696
697 div.warning {
698 background : #fff7d5;
699 border : 1px solid #d7c47a;
700 font-size : 12px;
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 : 12px;
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 : 11px;
756 }
757
758 table.innerFeedTable td {
759 margin : 0px;
760 padding : 0px;
761 }
762
763 td.selectPrompt {
764 font-size : 12px;
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 : 11px;
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 : 12px;
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 : 12px;
873 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
874 }
875
876 #feedUpdateErrors {
877 display : none;
878 }
879
880 #allEntryTags {
881 font-size : 12px;
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 : 12px;
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 : #c0c0c0;
925 border-width : 1px;
926 border-style : solid;
927 background : white;
928 margin : 5px 5px 0px 5px;
929 color : black;
930 }
931
932 div.cdmArticleUnread {
933 border-color : #88b0f0;
934 border-width : 1px;
935 border-style : solid;
936 background-color : white;
937 margin : 5px 5px 0px 5px;
938 color : black;
939 }
940
941 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
942 background-color : #fff7d5;
943 border-color : #e7d796;
944 border-width : 1px;
945 border-style : solid;
946 margin : 5px 5px 0px 5px;
947 }
948
949 div.cdmArticleUnread div.cdmHeader a.title,
950 div.cdmArticleUnreadSelected div.cdmHeader a.title {
951 font-weight : bold;
952 }
953
954 div.cdmHeader {
955 padding : 5px 5px 10px 5px;
956 color : gray;
957 }
958
959 div.cdmArticleUnread div.cdmHeader {
960 background : url("images/footer.png") top left;
961 background-repeat : repeat-x;
962 }
963
964 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
965 color : black;
966 }
967
968 div.cdmArticleSelected div.cdmFooter, div.cdmArticleUnreadSelected div.cdmFooter {
969 background : #e7d796;
970 }
971
972 div.cdmFooter input {
973 vertical-align : middle;
974 }
975
976 div.cdmFooter {
977 font-size : 12px;
978 color : black;
979 padding : 5px;
980 color : gray;
981 background : #f9f9f9;
982 /* border-width : 1px 0px 0px 0px;
983 border-style : solid;
984 border-color : #88b0f0; */
985 }
986
987 div.cdmFooter span.s0 {
988 border-width : 0px 1px 0px 0px;
989 border-color : #c0c0c0;
990 border-style : dotted;
991 padding : 0px 5px 0px 0px;
992 }
993
994 div.cdmFooter span.s1 {
995 border-width : 0px 1px 0px 0px;
996 border-color : #c0c0c0;
997 border-style : dotted;
998 padding : 0px 5px 0px 5px;
999 }
1000
1001 div.cdmFooter span.s2 {
1002 padding : 0px 5px 0px 5px;
1003 }
1004
1005 div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
1006 width : 16px;
1007 height : 16px;
1008 vertical-align : middle;
1009 }
1010
1011 div.cdmHeader div.articleUpdated {
1012 float : right;
1013 font-weight : bold;
1014 color : gray;
1015 }
1016
1017 div.cdmHeader div.articleUpdated img {
1018 vertical-align : middle;
1019 }
1020
1021 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
1022 margin : 0px;
1023 }
1024
1025 div.cdmHeader, div.cdmHeader a {
1026 color : #505050;
1027 font-size : 12px;
1028 }
1029
1030 div.cdmHeader a:hover {
1031 color : #4684ff;
1032 }
1033
1034 div.cdmContent {
1035 margin : 0px 15px 5px 15px;
1036 }
1037
1038 div.cdmContent img {
1039 border-width : 0px;
1040 max-width : 98%;
1041 }
1042
1043 div.cdmContent:hover {
1044 cursor : pointer;
1045 }
1046
1047 div.cdmExcerpt {
1048 margin : 0px 15px 5px 15px;
1049 }
1050
1051 div.cdmExcerpt:hover {
1052 cursor : pointer;
1053 color : #88b0f0;
1054 }
1055
1056 div.cdmEnclosures {
1057 margin-top : 1em;
1058 color : gray;
1059 }
1060
1061 img.markedPic {
1062 cursor : pointer;
1063 }
1064
1065 a.warning {
1066 color : #f04040;
1067 }
1068
1069 img.closeButton {
1070 border-width : 0px;
1071 float : right;
1072 }
1073
1074 span.groupPrompt {
1075 font-size : 12px;
1076 color : #4684ff;
1077 }
1078
1079 div.tagCloudContainer {
1080 border : 1px solid #99d67a;
1081 background-color : white;
1082 margin : 5px 0px 5px 0px;
1083 padding : 5px;
1084 text-align : center;
1085 }
1086
1087 div.errorExplained {
1088 border : 1px solid #99d67a;
1089 background-color : white;
1090 margin : 5px 0px 5px 0px;
1091 padding : 5px;
1092 }
1093
1094 ul.feedErrorsList {
1095 height : 300px;
1096 overflow : auto;
1097 list-style-type : none;
1098 border : 1px solid #99d67a;
1099 background-color : white;
1100 margin : 0px 0px 5px 0px;
1101 padding : 0px;
1102 }
1103
1104 ul.userFeedList {
1105 height : 300px;
1106 overflow : auto;
1107 list-style-type : none;
1108 border : 1px solid #99d67a;
1109 background-color : white;
1110 margin : 0px 0px 5px 0px;
1111 padding : 0px;
1112 }
1113
1114 ul.browseFeedList {
1115 height : 300px;
1116 overflow : auto;
1117 list-style-type : none;
1118 margin : 0px 0px 5px 0px;
1119 padding : 0px;
1120 border : 1px solid #99d67a;
1121 background-color : white;
1122 }
1123
1124 ul.browseFeedList li {
1125 margin : 0px;
1126 padding : 0px;
1127 }
1128
1129 span.subscribers {
1130 color : #808080;
1131 }
1132
1133 div.subscribers {
1134 color : #808080;
1135 font-size : 12px;
1136 float : right;
1137 }
1138
1139 input.feedBrowseCB {
1140 margin-right : 1em;
1141 }
1142
1143 div.browserDetails {
1144 margin : 5px 5px 5px 5px;
1145 padding : 5px;
1146 }
1147
1148 ul.compact {
1149 list-style-type : none;
1150 margin : 0px;
1151 padding : 0px;
1152 }
1153
1154 ul.compact li {
1155 margin : 0px;
1156 padding : 0px;
1157 }
1158
1159 div.browserFeedInfo {
1160 font-size : 12px;
1161 /* border : 1px solid #88b0f0;
1162 background-color : #ecf4ff;
1163 -moz-border-radius : 5px; */
1164 padding : 5px;
1165 }
1166
1167 div.browserFeedInfo div.detailsPart {
1168 margin : 5px 0px 5px 5px;
1169 }
1170
1171 div.cdmContent a {
1172 color : #4684ff;
1173 }
1174
1175 div.cdmContent a:hover {
1176 color : black;
1177 }
1178
1179 a.cdmToggleLink {
1180 color : #808080;
1181 font-size : 12px;
1182 }
1183
1184 a.cdmToggleLink:hover {
1185 color : #4684ff;
1186 }
1187
1188 .noborder {
1189 border-width : 0px;
1190 }
1191
1192 #debug_output {
1193 position : absolute;
1194 width : 400px;
1195 height : 200px;
1196 right : 20px;
1197 bottom : 20px;
1198 z-index : 999;
1199 background-color : white;
1200 border : 1px solid #c0c0c0;
1201 overflow : auto;
1202 margin : 0px;
1203 padding : 0px;
1204 list-style-type : none;
1205 }
1206
1207 #debug_output li {
1208 margin : 0px;
1209 padding : 0px;
1210 font-size : 11px;
1211 }
1212
1213 #dialog_overlay {
1214 left : 0;
1215 top : 0;
1216 height : 100%;
1217 width : 100%;
1218 z-index : 4;
1219 position : absolute;
1220 background-image : url("images/shadow_white.png");
1221 }
1222
1223 #overlay {
1224 background : white;
1225 left : 0;
1226 top : 0;
1227 height : 100%;
1228 width : 100%;
1229 z-index : 100;
1230 position : absolute;
1231 }
1232
1233 #overlay_inner {
1234 font-weight : bold;
1235 margin : 10px;
1236 }
1237
1238 #noDaemonWarning {
1239 position : absolute;
1240 background-color : #ecf4ff;
1241 border : 1px solid #88b0f0;
1242 padding : 10px;
1243 margin : 5px;
1244 z-index : 2;
1245 display : none;
1246 }
1247
1248 #qafInput {
1249 width : 100%;
1250 }
1251
1252 form {
1253 margin : 0px;
1254 padding : 0px;
1255 }
1256
1257 #main_toolbar_form {
1258 margin : 0px;
1259 padding : 0px;
1260 display : inline;
1261 }
1262
1263 div.feedExtInfo {
1264 margin-left : 2em;
1265 font-size : 7pt;
1266 color : gray;
1267 font-weight : normal;
1268 }
1269
1270 span.debugTS {
1271 color : #4684ff;
1272 }
1273
1274 #backReqBox {
1275 display : none;
1276 }
1277
1278 /*.scriptWarn:before {
1279 content : "Disabled script:";
1280 }*/
1281
1282 .scriptWarn {
1283 color : white;
1284 background-color : #903030;
1285 border : 1px solid #601010;
1286 padding : 3px;
1287 font-weight : bold;
1288 display : none;
1289 }
1290
1291 .objectWarn {
1292 color : gray;
1293 font-style: italic;
1294 text-align : center;
1295 }
1296
1297 table.loginForm2 {
1298 padding : 1em;
1299 }
1300
1301 table.loginForm2 .loginTop {
1302 border-width : 0px 0px 1px 0px;
1303 border-color : #88b0f0;
1304 border-style : solid;
1305 padding : 0.5em;
1306 }
1307
1308 table.loginForm2 .loginMiddle {
1309 padding : 3em;
1310 }
1311
1312 table.loginForm2 .loginBottom {
1313 border-width : 1px 0px 0px 0px;
1314 border-color : #88b0f0;
1315 border-style : solid;
1316 font-size : 12px;
1317 text-align : center;
1318 color : #909090;
1319 padding : 0.5em;
1320 }
1321
1322 table.loginForm2 .loginBottom a {
1323 color : gray;
1324 }
1325
1326 table.loginForm2 .loginBottom a:hover {
1327 color : #4684ff;
1328 }
1329
1330 table.loginForm2 .loginError {
1331 color : red;
1332 margin : 0.5em;
1333 }
1334
1335 table.loginForm2 .innerLoginCell {
1336 padding-top : 0.5em;
1337 }
1338
1339 #milestoneDetails {
1340 display : none;
1341 }
1342
1343 div.loadingPrompt {
1344 padding : 1em;
1345 text-align : center;
1346 font-weight : bold;
1347 }
1348
1349 div.whiteBox {
1350 background-color : white;
1351 margin-left : 1px;
1352 text-align : center;
1353 padding : 1em;
1354 }
1355
1356 /* layout */
1357
1358 #header {
1359 position : absolute;
1360 white-space: nowrap;
1361 top : 5px;
1362 left : 15px;
1363 right : 5px;
1364 height : 35px;
1365 color : #4684ff;
1366 font-size : 12px;
1367 }
1368
1369 #feeds-holder {
1370 border-width : 1px 1px 0px 0px;
1371 border-style : dotted solid;
1372 border-color : #88b0f0;
1373 top : 40px;
1374 left : 0px;
1375 position : absolute;
1376 width : 260px;
1377 overflow : auto;
1378 bottom : 0px;
1379 border-collapse : collapse;
1380 }
1381
1382 #toolbar div.actionChooser {
1383 margin-right : 5px;
1384 float : right;
1385 }
1386
1387 #toolbar {
1388 position : absolute;
1389 left : 261px;
1390 padding : 0px 0px 0px 10px;
1391 top : 40px;
1392 right : 0px;
1393 white-space: nowrap;
1394 height : 30px;
1395 background-image : url("images/toolbar.png");
1396 background-position : bottom left;
1397 background-repeat : repeat-x;
1398 font-size : 12px;
1399 }
1400
1401 #toolbar input {
1402 vertical-align : middle;
1403 }
1404
1405 div.headlines_normal {
1406 position : absolute;
1407 border-width : 1px 0px 0px 0px;
1408 border-style : solid;
1409 border-color : #88b0f0;
1410 left : 261px;
1411 height : 305px;
1412 top : 70px;
1413 right : 0px;
1414 overflow : hidden;
1415 font-size : 12px;
1416 border-collapse : collapse;
1417 }
1418
1419 div.headlines_cdm {
1420 position : absolute;
1421 border-width : 1px 0px 1px 0px;
1422 border-style : solid;
1423 border-color : #88b0f0;
1424 left : 261px;
1425 bottom : 40px;
1426 top : 70px;
1427 right : 0px;
1428 overflow : hidden;
1429 font-size : 12px;
1430 border-collapse : collapse;
1431 }
1432
1433 #content-frame {
1434 position : absolute;
1435 border-width : 1px 0px 0px 0px;
1436 border-style : solid;
1437 border-color : #88b0f0;
1438 overflow : auto;
1439 top : 390px;
1440 left : 261px;
1441 bottom : 40px;
1442 right : 0px;
1443 border-collapse : collapse;
1444 }
1445
1446 /*#resize-grabber {
1447 position : absolute;
1448 border-width : 1px;
1449 border-style : dotted;
1450 border-color : #88b0f0;
1451 background-color : white;
1452 width : 8px;
1453 height : 8px;
1454 z-index : 20;
1455 right : 20px;
1456 top : 20px;
1457 display : none;
1458 cursor : move;
1459 }*/
1460
1461 #resize-grabber {
1462 height : 5px;
1463 border-width : 0px 0px 1px 0px;
1464 border-style : solid;
1465 border-color : #88b0f0;
1466 background : url("images/resize_horiz.png") top left;
1467 cursor : move;
1468 text-align : center;
1469 }
1470
1471 #footer, #prefFooter {
1472 position : absolute;
1473 bottom : 0px;
1474 height : 20px;
1475 text-align : center;
1476 color : gray;
1477 font-size : 12px;
1478 background-image : url("images/footer.png");
1479 background-position : top left;
1480 background-repeat : repeat-x;
1481 background-color : white;
1482 right : 0px;
1483 left : 261px;
1484 padding : 10px;
1485 border-collapse : collapse;
1486 border-width : 1px 0px 0px 0px;
1487 border-style : solid;
1488 border-color : #88b0f0;
1489
1490 }
1491
1492 #prefFooter {
1493 left : 0px;
1494 }
1495
1496 #footer a, #prefFooter a {
1497 color : gray;
1498 }
1499
1500 #footer a:hover, #prefFooter a:hover {
1501 color : black;
1502 }
1503
1504 #headlinesContainer {
1505 margin-left : 0px;
1506 background-color : white;
1507 }
1508
1509 #headlineActionsTop {
1510 font-size : 12px;
1511 }
1512
1513 #headlinesInnerContainer {
1514 overflow : auto;
1515 position : absolute;
1516 left : 0px;
1517 right : 0px;
1518 bottom : 0px;
1519 top : 25px;
1520 }
1521
1522 /* preferences layout */
1523
1524 #prefHeader {
1525 color : #4684ff;
1526 font-size : 12px;
1527 margin : 10px;
1528 height : 33px;
1529 }
1530
1531 div.return {
1532 float : right;
1533 font-size : 12px;
1534 margin-right : 10px;
1535 }
1536
1537 div.return a {
1538 color : #4684ff;
1539 }
1540
1541 div.return a:hover {
1542 color : black;
1543 }
1544
1545 #prefContentOuter {
1546 clear : left;
1547 position : absolute;
1548 bottom : 41px;
1549 top : 75px;
1550 left : 0px;
1551 right : 0px;
1552 min-height : 300px;
1553 border-width : 1px 0px 0px 0px;
1554 border-color : #88b0f0;
1555 border-style : solid;
1556 font-size : 12px;
1557 }
1558
1559 #prefContent {
1560 z-index : 4;
1561 background-image : url("images/prefs-content.png");
1562 background-position : top left;
1563 background-repeat : repeat-x;
1564 position : absolute;
1565 bottom : 0px;
1566 top : 0px;
1567 left : 0px;
1568 right : 0px;
1569 padding : 1em;
1570 overflow : auto;
1571
1572 }
1573
1574 #userSwitch {
1575 position : absolute;
1576 bottom : 2px;
1577 right : 2px;
1578 }
1579
1580 .catCtrHasUnread, .feedCtrHasUnread {
1581 font-weight : bold;
1582 color : #707070;
1583 }
1584
1585 .catCtrNoUnread, .feedCtrNoUnread {
1586 display : none;
1587 }
1588
1589 div.topLinks img {
1590 vertical-align : middle;
1591 cursor : pointer;
1592 }
1593
1594 #offlineModePic {
1595 margin-left : 5px;
1596 }
1597
1598 a.helpLinkPic img {
1599 border-width : 0px;
1600 vertical-align : middle;
1601 }
1602
1603 li.feedCatHolder {
1604 display : inline;
1605 }
1606
1607 table.prefFeedCatList {
1608 background-color : white;
1609 }
1610
1611 div.autocomplete {
1612 position : absolute;
1613 width : 250px;
1614 background-color : white;
1615 border :1px solid #778899;
1616 margin : 0px;
1617 padding : 0px;
1618 }
1619
1620 div.autocomplete ul {
1621 list-style-type : none;
1622 margin : 0px;
1623 padding : 0px;
1624 }
1625
1626 div.autocomplete ul li.selected {
1627 background-color : #fff7d5;
1628 }
1629
1630 div.autocomplete ul li {
1631 list-style-type : none;
1632 display : block;
1633 margin : 0;
1634 padding : 2px;
1635 height : 32px;
1636 cursor : pointer;
1637 }
1638
1639 #feedOpToolbar {
1640 float : right;
1641 }
1642
1643 div.topLinks {
1644 float : right;
1645 color : gray;
1646 font-size : 12px;
1647 }
1648
1649 div.topLinks a {
1650 color : #4684ff;
1651 }
1652
1653 div.topLinks a:hover {
1654 color : black;
1655 }
1656
1657 div.topLinks a.feedback {
1658 color : #009900;
1659 }
1660
1661 div.dashboard {
1662 margin-left : 3px;
1663 }
1664
1665 a.visibleLink {
1666 color : #4684ff;
1667 }
1668
1669 a.visibleLinkB {
1670 color : #4684ff;
1671 border : 1px solid #4684ff;
1672 padding : 2px;
1673 }
1674
1675 a.visibleLinkB:hover {
1676 background-color : #ecf4ff;
1677 }
1678
1679 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1680 color : #4684ff;
1681 }
1682
1683 div.cdmFeedTitle {
1684 border-color : #a0a0a0;
1685 border-width : 0px 0px 1px 0px;
1686 border-style : solid;
1687 padding : 5px 3px 5px 5px;
1688 background : url("images/toolbar.png") bottom left;
1689 background-repeat : repeat-x;
1690 }
1691
1692 table.headlinesList tr, table.headlinesList td {
1693 border-collapse : collapse;
1694 margin : 0px;
1695 }
1696
1697 table.headlinesList tr.feedTitle td {
1698 /* text-align : right;
1699 margin-top : 10px; */
1700 /*padding-left : 5px;*/
1701
1702 background : url("images/toolbar.png") bottom left;
1703 background-repeat : repeat-x;
1704
1705 border-color : #c0c0c0;
1706 border-width : 0px 0px 1px 0px;
1707 border-style : solid;
1708 padding : 5px 3px 5px 5px;
1709
1710 }
1711
1712 td.hlContent, td.hlContentL, td.hlContentH {
1713 cursor : pointer;
1714 }
1715
1716 td.hlContentH a, td.hlContentH span {
1717 color : #00cc00;
1718 }
1719
1720 td.hlContentL a, td.hlContentL span {
1721 color : #909090;
1722 text-decoration : line-through;
1723 }
1724
1725 span.titleWrapH, span.titleWrapH a {
1726 color : #00cc00;
1727 }
1728
1729 span.titleWrapL, span.titleWrapL a {
1730 color : #909090;
1731 text-decoration : line-through;
1732 }
1733
1734 img.hlScorePic {
1735 vertical-align : middle;
1736 width : 16px;
1737 height : 16px;
1738 }
1739
1740 div#hotkey_help_overlay {
1741 position : absolute;
1742 left : 30px;
1743 right : 30px;
1744 top : 30px;
1745 z-index : 999;
1746 color : white;
1747 font-size : 15px;
1748 }
1749
1750 div#hotkey_help_overlay h1 {
1751 text-align : center;
1752 }
1753
1754 div#hotkey_help_overlay ul {
1755 list-style-type : none;
1756 margin : 0px;
1757 }
1758
1759 div#hotkey_help_overlay li {
1760 margin : 0px;
1761 }
1762
1763 div#hotkey_help_overlay p {
1764 text-align : center;
1765 }
1766
1767 div#hotkey_help_overlay td.n {
1768 text-align : right;
1769 font-weight : bold;
1770 width : 6em;
1771 color : #a0ffa0;
1772 padding-right : 5px;
1773 }
1774
1775 div#hotkey_help_overlay td {
1776 vertical-align : top;
1777 }
1778
1779 div#hotkey_help_overlay h1 {
1780 margin : 0px;
1781 }
1782
1783 div#hotkey_help_overlay h2 {
1784 font-size : 16px;
1785 border-width : 0px;
1786 margin : 0.3em 0px 0.3em 0px;
1787 text-align : center;
1788 color : #88b0f0;
1789 }
1790
1791 div#hotkey_help_overlay table.hho td.c1 {
1792 height : 30px;
1793 width : 30px;
1794 background : url("images/c1.png");
1795 background-repeat : no-repeat;
1796
1797 }
1798
1799 div#hotkey_help_overlay table.hho td.c2 {
1800 height : 30px;
1801 width : 30px;
1802 background : url("images/c2.png");
1803 background-repeat : no-repeat;
1804 }
1805
1806 div#hotkey_help_overlay table.hho td.c3 {
1807 height : 30px;
1808 width : 30px;
1809 background : url("images/c3.png");
1810 background-repeat : no-repeat;
1811 }
1812
1813 div#hotkey_help_overlay table.hho td.c4 {
1814 height : 30px;
1815 width : 30px;
1816 background : url("images/c4.png");
1817 background-repeat : no-repeat;
1818 }
1819
1820 div#hotkey_help_overlay table.hho td.top,
1821 div#hotkey_help_overlay table.hho td.left,
1822 div#hotkey_help_overlay table.hho td.right,
1823 div#hotkey_help_overlay table.hho td.bottom,
1824 div#hotkey_help_overlay table.hho td.content {
1825 background : url("images/shadow_dark.png");
1826 }
1827
1828 div#hotkey_help_overlay table.hho td.top,
1829 div#hotkey_help_overlay table.hho td.bottom {
1830 text-align : center;
1831 font-size : 11px;
1832 }
1833
1834 div.prefKbdHelp {
1835 float : right;
1836 font-size : 12px;
1837 margin-right : 15px;
1838 }
1839
1840 div.prefKbdHelp img {
1841 vertical-align : middle;
1842 }
1843
1844 div#l_progress_o {
1845 width : 200px;
1846 border : 1px solid black;
1847 background-color : white;
1848 margin-top : 10px;
1849 }
1850
1851 div#l_progress_i {
1852 width : 10px;
1853 background-color : #88b0f0;
1854 height : 10px;
1855 }
1856
1857 #content-insert {
1858 background-color : white;
1859 overflow : auto;
1860 position : absolute;
1861 left : 0px;
1862 right : 0px;
1863 bottom : 0px;
1864 top : 6px;
1865 }
1866
1867 div.dlgSec {
1868 font-size : 12px;
1869 color : gray;
1870 font-weight : bold;
1871 clear : both;
1872 height : 20px;
1873 }
1874
1875 div.dlgSecCont {
1876 position : relative;
1877 left : 150px;
1878 top : -20px;
1879 float : left;
1880 font-size : 12px;
1881 font-weight : normal;
1882 line-height : 200%;
1883 }
1884
1885 div.dlgButtons {
1886 text-align : right;
1887 clear : both;
1888 }
1889
1890 pre, code {
1891 font-size : 12px;
1892 font-family : monospace;
1893 }
1894
1895 span#headlineActionsDrop {
1896 border : 1px solid #c0c0c0;
1897 padding : 1px 5px 1px 10px;
1898 color : #063064;
1899 cursor : pointer;
1900 }
1901
1902 ul#headlineActionsBody {
1903 list-style-type : none;
1904 position : absolute;
1905 margin : 0px;
1906 padding : 0px;
1907 background-color : white;
1908 width : 150px;
1909 z-index : 4;
1910 top : auto;
1911 left : auto;
1912 border-width : 1px 1px 1px 1px;
1913 border-color : #c0c0c0;
1914 border-style : solid;
1915 margin-left : -1px;
1916 max-height : 250px;
1917 overflow : auto;
1918 }
1919
1920 ul#headlineActionsBody li {
1921 padding : 2px 5px 2px 10px;
1922 color : black;
1923 }
1924
1925 ul#headlineActionsBody li:hover {
1926 color : #4684ff;
1927 cursor : pointer;
1928 background : #ecf4ff;
1929 }
1930
1931 ul#headlineActionsBody li.insensitive {
1932 color : gray;
1933 }
1934
1935 ul#headlineActionsBody li.insensitive:hover {
1936 background : white;
1937 cursor : normal;
1938 color : gray;
1939 }
1940
1941 div#errorBox div#xebTitle {
1942 background-color : #ff0000;
1943 color : white;
1944 padding : 4px 2px 4px 10px;
1945 color : white;
1946 font-weight : bold;
1947 font-size : 12px;
1948 }
1949
1950 div#errorBox div#xebContent {
1951 font-size : 12px;
1952 padding : 10px;
1953 }
1954
1955 div#errorBox textarea {
1956 width : 100%;
1957 height : 200px;
1958 }
1959
1960 div#errorBox input {
1961 margin-bottom : 10px;
1962 }
1963
1964 span.prefsLabelEntry {
1965 padding : 2px;
1966 }
1967
1968 div.labelColorIndicator {
1969 height : 14px;
1970 width : 14px;
1971 line-height : 14px;
1972 font-height : 9px;
1973 text-align : center;
1974 border : 1px solid black;
1975 float : left;
1976 background-color : #fff7d5;
1977 color : #063064;
1978 margin-right : 10px;
1979 }
1980
1981 div.colorPicker div.colorPickerEntry:hover {
1982 border : 1px solid #88b0f0;
1983 }
1984
1985 div.colorPicker div.ccPrompt:hover {
1986 color : black;
1987 }
1988
1989 div.colorPicker div.colorPickerEntry {
1990 height : 15px;
1991 width : 15px;
1992 line-height : 13px;
1993 font-height : 9px;
1994 text-align : center;
1995 border : 1px solid black;
1996 margin : 5px 5px 0px 0px;
1997 float : left;
1998 }
1999
2000 div.colorPicker {
2001 border : 1px solid #cccccc;
2002 background : #f0f0f0;
2003 width : 110px;
2004 padding : 0px 0px 5px 5px;
2005 position : absolute;
2006 left : auto;
2007 top : auto;
2008 z-index : 3;
2009 color : #909090;
2010 }
2011
2012 div#offlineModeDrop div {
2013 padding : 2px 2px 2px 2px;
2014 text-align : left;
2015 }
2016
2017 div#offlineModeDrop {
2018 position : absolute;
2019 margin : 0px;
2020 padding : 2px;
2021 background-color : white;
2022 z-index : 2;
2023 margin : 2px 0px 0px 0px;
2024 top : auto;
2025 right : 0px;
2026 border : 1px solid #cccccc;
2027 background : white;
2028 min-width : 170px;
2029 margin-left : -1px;
2030 max-height : 250px;
2031 overflow : auto;
2032 color : #909090;
2033 }
2034
2035 optgroup {
2036 color : #4684ff;
2037 font-style : normal;
2038 }
2039
2040 option {
2041 color : black;
2042 }
2043
2044 div#cmdline {
2045 position : absolute;
2046 left : 5px;
2047 bottom : 5px;
2048 font-size : 11px;
2049 color : gray;
2050 font-weight : bold;
2051 background-color : white;
2052 border : 1px solid #88b0f0;
2053 padding : 3px 5px 3px 5px;
2054 z-index : 5;
2055 }
2056
2057 #feed_browser_spinner {
2058 vertical-align : middle;
2059 height : 18px;
2060 width : 18px;
2061 }
2062
2063 div#auxDlg {
2064 position : absolute;
2065 z-index : 3;
2066 bottom : 5px;
2067 right : 25px;
2068 padding : 5px;
2069 border-width : 1px;
2070 border-style : solid;
2071 border-color : #d7c47a;
2072 background-color : #fff7d5;
2073 color : black;
2074 text-align : center;
2075 font-size : 13px;
2076 }
2077
2078 div#auxDlg a {
2079 color : #4684ff;
2080 }
2081
2082 /*
2083 button:active {
2084 background-image : url("images/button_pressed.png");
2085 }
2086
2087 button, select {
2088 background-color : transparent;
2089 background-repeat : repeat-x;
2090 background-position : top left;
2091 background-image : url("images/button.png");
2092 border : 1px solid #bebebe;
2093 font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
2094 font-size : 100%;
2095 text-decoration : none;
2096 color : #303030;
2097 cursor : pointer;
2098 padding : 1px 5px 1px 5px;
2099 margin : 0px;
2100 }
2101
2102 select {
2103 background : #ffffff;
2104 padding : 1px 0px 1px 3px;
2105 }
2106
2107 input {
2108 background : white;
2109 border : 1px solid #bebebe;
2110 font-size : 100%;
2111 padding : 1px 3px 1px 3px;
2112 }
2113
2114 button:hover {
2115 background-color : #f9faff;
2116 border : 1px solid #88b0f0;
2117 color : #336699;
2118 }
2119
2120 button[disabled] {
2121 background : #f0f0f0;
2122 color : #dedede;
2123 border : 1px solid #dedede;
2124 } */