]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
8ed4187624724f8d116b5159bebc637eab63599f
[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 a.feedUpdErrLink {
1581 color : #ff0000;
1582 display : block;
1583 margin-bottom : 0.5em;
1584 }
1585
1586 .catCtrHasUnread, .feedCtrHasUnread {
1587 font-weight : bold;
1588 color : #707070;
1589 }
1590
1591 .catCtrNoUnread, .feedCtrNoUnread {
1592 display : none;
1593 }
1594
1595 div.topLinks img {
1596 vertical-align : middle;
1597 cursor : pointer;
1598 }
1599
1600 #offlineModePic {
1601 margin-left : 5px;
1602 }
1603
1604 a.helpLinkPic img {
1605 border-width : 0px;
1606 vertical-align : middle;
1607 }
1608
1609 li.feedCatHolder {
1610 display : inline;
1611 }
1612
1613 table.prefFeedCatList {
1614 background-color : white;
1615 }
1616
1617 div.autocomplete {
1618 position : absolute;
1619 width : 250px;
1620 background-color : white;
1621 border :1px solid #778899;
1622 margin : 0px;
1623 padding : 0px;
1624 }
1625
1626 div.autocomplete ul {
1627 list-style-type : none;
1628 margin : 0px;
1629 padding : 0px;
1630 }
1631
1632 div.autocomplete ul li.selected {
1633 background-color : #fff7d5;
1634 }
1635
1636 div.autocomplete ul li {
1637 list-style-type : none;
1638 display : block;
1639 margin : 0;
1640 padding : 2px;
1641 height : 32px;
1642 cursor : pointer;
1643 }
1644
1645 #feedOpToolbar {
1646 float : right;
1647 }
1648
1649 div.topLinks {
1650 float : right;
1651 color : gray;
1652 font-size : 12px;
1653 }
1654
1655 div.topLinks a {
1656 color : #4684ff;
1657 }
1658
1659 div.topLinks a:hover {
1660 color : black;
1661 }
1662
1663 div.topLinks a.feedback {
1664 color : #009900;
1665 }
1666
1667 div.dashboard {
1668 margin-left : 3px;
1669 }
1670
1671 a.visibleLink {
1672 color : #4684ff;
1673 }
1674
1675 a.visibleLinkB {
1676 color : #4684ff;
1677 border : 1px solid #4684ff;
1678 padding : 2px;
1679 }
1680
1681 a.visibleLinkB:hover {
1682 background-color : #ecf4ff;
1683 }
1684
1685 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1686 color : #4684ff;
1687 }
1688
1689 div.cdmFeedTitle {
1690 border-color : #a0a0a0;
1691 border-width : 0px 0px 1px 0px;
1692 border-style : solid;
1693 padding : 5px 3px 5px 5px;
1694 background : url("images/toolbar.png") bottom left;
1695 background-repeat : repeat-x;
1696 }
1697
1698 table.headlinesList tr, table.headlinesList td {
1699 border-collapse : collapse;
1700 margin : 0px;
1701 }
1702
1703 table.headlinesList tr.feedTitle td {
1704 /* text-align : right;
1705 margin-top : 10px; */
1706 /*padding-left : 5px;*/
1707
1708 background : url("images/toolbar.png") bottom left;
1709 background-repeat : repeat-x;
1710
1711 border-color : #c0c0c0;
1712 border-width : 0px 0px 1px 0px;
1713 border-style : solid;
1714 padding : 5px 3px 5px 5px;
1715
1716 }
1717
1718 td.hlContent, td.hlContentL, td.hlContentH {
1719 cursor : pointer;
1720 }
1721
1722 td.hlContentH a, td.hlContentH span {
1723 color : #00cc00;
1724 }
1725
1726 td.hlContentL a, td.hlContentL span {
1727 color : #909090;
1728 text-decoration : line-through;
1729 }
1730
1731 span.titleWrapH, span.titleWrapH a {
1732 color : #00cc00;
1733 }
1734
1735 span.titleWrapL, span.titleWrapL a {
1736 color : #909090;
1737 text-decoration : line-through;
1738 }
1739
1740 img.hlScorePic {
1741 vertical-align : middle;
1742 width : 16px;
1743 height : 16px;
1744 }
1745
1746 div#hotkey_help_overlay {
1747 position : absolute;
1748 left : 30px;
1749 right : 30px;
1750 top : 30px;
1751 z-index : 999;
1752 color : white;
1753 font-size : 15px;
1754 }
1755
1756 div#hotkey_help_overlay h1 {
1757 text-align : center;
1758 }
1759
1760 div#hotkey_help_overlay ul {
1761 list-style-type : none;
1762 margin : 0px;
1763 }
1764
1765 div#hotkey_help_overlay li {
1766 margin : 0px;
1767 }
1768
1769 div#hotkey_help_overlay p {
1770 text-align : center;
1771 }
1772
1773 div#hotkey_help_overlay td.n {
1774 text-align : right;
1775 font-weight : bold;
1776 width : 6em;
1777 color : #a0ffa0;
1778 padding-right : 5px;
1779 }
1780
1781 div#hotkey_help_overlay td {
1782 vertical-align : top;
1783 }
1784
1785 div#hotkey_help_overlay h1 {
1786 margin : 0px;
1787 }
1788
1789 div#hotkey_help_overlay h2 {
1790 font-size : 16px;
1791 border-width : 0px;
1792 margin : 0.3em 0px 0.3em 0px;
1793 text-align : center;
1794 color : #88b0f0;
1795 }
1796
1797 div#hotkey_help_overlay table.hho td.c1 {
1798 height : 30px;
1799 width : 30px;
1800 background : url("images/c1.png");
1801 background-repeat : no-repeat;
1802
1803 }
1804
1805 div#hotkey_help_overlay table.hho td.c2 {
1806 height : 30px;
1807 width : 30px;
1808 background : url("images/c2.png");
1809 background-repeat : no-repeat;
1810 }
1811
1812 div#hotkey_help_overlay table.hho td.c3 {
1813 height : 30px;
1814 width : 30px;
1815 background : url("images/c3.png");
1816 background-repeat : no-repeat;
1817 }
1818
1819 div#hotkey_help_overlay table.hho td.c4 {
1820 height : 30px;
1821 width : 30px;
1822 background : url("images/c4.png");
1823 background-repeat : no-repeat;
1824 }
1825
1826 div#hotkey_help_overlay table.hho td.top,
1827 div#hotkey_help_overlay table.hho td.left,
1828 div#hotkey_help_overlay table.hho td.right,
1829 div#hotkey_help_overlay table.hho td.bottom,
1830 div#hotkey_help_overlay table.hho td.content {
1831 background : url("images/shadow_dark.png");
1832 }
1833
1834 div#hotkey_help_overlay table.hho td.top,
1835 div#hotkey_help_overlay table.hho td.bottom {
1836 text-align : center;
1837 font-size : 11px;
1838 }
1839
1840 div.prefKbdHelp {
1841 float : right;
1842 font-size : 12px;
1843 margin-right : 15px;
1844 }
1845
1846 div.prefKbdHelp img {
1847 vertical-align : middle;
1848 }
1849
1850 div#l_progress_o {
1851 width : 200px;
1852 border : 1px solid black;
1853 background-color : white;
1854 margin-top : 10px;
1855 }
1856
1857 div#l_progress_i {
1858 width : 10px;
1859 background-color : #88b0f0;
1860 height : 10px;
1861 }
1862
1863 #content-insert {
1864 background-color : white;
1865 overflow : auto;
1866 position : absolute;
1867 left : 0px;
1868 right : 0px;
1869 bottom : 0px;
1870 top : 6px;
1871 }
1872
1873 div.dlgSec {
1874 font-size : 12px;
1875 color : gray;
1876 font-weight : bold;
1877 clear : both;
1878 height : 20px;
1879 }
1880
1881 div.dlgSecCont {
1882 position : relative;
1883 left : 150px;
1884 top : -20px;
1885 float : left;
1886 font-size : 12px;
1887 font-weight : normal;
1888 line-height : 200%;
1889 }
1890
1891 div.dlgButtons {
1892 text-align : right;
1893 clear : both;
1894 }
1895
1896 pre, code {
1897 font-size : 12px;
1898 font-family : monospace;
1899 }
1900
1901 span#headlineActionsDrop {
1902 border : 1px solid #c0c0c0;
1903 padding : 1px 5px 1px 10px;
1904 color : #063064;
1905 cursor : pointer;
1906 }
1907
1908 ul#headlineActionsBody {
1909 list-style-type : none;
1910 position : absolute;
1911 margin : 0px;
1912 padding : 0px;
1913 background-color : white;
1914 width : 150px;
1915 z-index : 4;
1916 top : auto;
1917 left : auto;
1918 border-width : 1px 1px 1px 1px;
1919 border-color : #c0c0c0;
1920 border-style : solid;
1921 margin-left : -1px;
1922 max-height : 250px;
1923 overflow : auto;
1924 }
1925
1926 ul#headlineActionsBody li {
1927 padding : 2px 5px 2px 10px;
1928 color : black;
1929 }
1930
1931 ul#headlineActionsBody li:hover {
1932 color : #4684ff;
1933 cursor : pointer;
1934 background : #ecf4ff;
1935 }
1936
1937 ul#headlineActionsBody li.insensitive {
1938 color : gray;
1939 }
1940
1941 ul#headlineActionsBody li.insensitive:hover {
1942 background : white;
1943 cursor : normal;
1944 color : gray;
1945 }
1946
1947 div#errorBox div#xebTitle {
1948 background-color : #ff0000;
1949 color : white;
1950 padding : 4px 2px 4px 10px;
1951 color : white;
1952 font-weight : bold;
1953 font-size : 12px;
1954 }
1955
1956 div#errorBox div#xebContent {
1957 font-size : 12px;
1958 padding : 10px;
1959 }
1960
1961 div#errorBox textarea {
1962 width : 100%;
1963 height : 200px;
1964 }
1965
1966 div#errorBox input {
1967 margin-bottom : 10px;
1968 }
1969
1970 span.prefsLabelEntry {
1971 padding : 2px;
1972 }
1973
1974 div.labelColorIndicator {
1975 height : 14px;
1976 width : 14px;
1977 line-height : 14px;
1978 font-height : 9px;
1979 text-align : center;
1980 border : 1px solid black;
1981 float : left;
1982 background-color : #fff7d5;
1983 color : #063064;
1984 margin-right : 10px;
1985 }
1986
1987 div.colorPicker div.colorPickerEntry:hover {
1988 border : 1px solid #88b0f0;
1989 }
1990
1991 div.colorPicker div.ccPrompt:hover {
1992 color : black;
1993 }
1994
1995 div.colorPicker div.colorPickerEntry {
1996 height : 15px;
1997 width : 15px;
1998 line-height : 13px;
1999 font-height : 9px;
2000 text-align : center;
2001 border : 1px solid black;
2002 margin : 5px 5px 0px 0px;
2003 float : left;
2004 }
2005
2006 div.colorPicker {
2007 border : 1px solid #cccccc;
2008 background : #f0f0f0;
2009 width : 110px;
2010 padding : 0px 0px 5px 5px;
2011 position : absolute;
2012 left : auto;
2013 top : auto;
2014 z-index : 3;
2015 color : #909090;
2016 }
2017
2018 div#offlineModeDrop div {
2019 padding : 2px 2px 2px 2px;
2020 text-align : left;
2021 }
2022
2023 div#offlineModeDrop {
2024 position : absolute;
2025 margin : 0px;
2026 padding : 2px;
2027 background-color : white;
2028 z-index : 2;
2029 margin : 2px 0px 0px 0px;
2030 top : auto;
2031 right : 0px;
2032 border : 1px solid #cccccc;
2033 background : white;
2034 min-width : 170px;
2035 margin-left : -1px;
2036 max-height : 250px;
2037 overflow : auto;
2038 color : #909090;
2039 }
2040
2041 optgroup {
2042 color : #5050aa;
2043 font-style : normal;
2044
2045 }
2046
2047 option {
2048 color : black;
2049 }
2050
2051 div#cmdline {
2052 position : absolute;
2053 left : 5px;
2054 bottom : 5px;
2055 font-size : 11px;
2056 color : gray;
2057 font-weight : bold;
2058 background-color : white;
2059 border : 1px solid #88b0f0;
2060 padding : 3px 5px 3px 5px;
2061 z-index : 5;
2062 }
2063
2064 #feed_browser_spinner {
2065 vertical-align : middle;
2066 height : 18px;
2067 width : 18px;
2068 }
2069
2070 div#auxDlg {
2071 position : absolute;
2072 z-index : 3;
2073 bottom : 5px;
2074 right : 25px;
2075 padding : 5px;
2076 border-width : 1px;
2077 border-style : solid;
2078 border-color : #d7c47a;
2079 background-color : #fff7d5;
2080 color : black;
2081 text-align : center;
2082 font-size : 13px;
2083 }
2084
2085 div#auxDlg a {
2086 color : #4684ff;
2087 }
2088
2089 /*
2090 button:active {
2091 background-image : url("images/button_pressed.png");
2092 }
2093
2094 button, select {
2095 background-color : transparent;
2096 background-repeat : repeat-x;
2097 background-position : top left;
2098 background-image : url("images/button.png");
2099 border : 1px solid #bebebe;
2100 font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
2101 font-size : 100%;
2102 text-decoration : none;
2103 color : #303030;
2104 cursor : pointer;
2105 padding : 1px 5px 1px 5px;
2106 margin : 0px;
2107 }
2108
2109 select {
2110 background : #ffffff;
2111 padding : 1px 0px 1px 3px;
2112 }
2113
2114 input {
2115 background : white;
2116 border : 1px solid #bebebe;
2117 font-size : 100%;
2118 padding : 1px 3px 1px 3px;
2119 }
2120
2121 button:hover {
2122 background-color : #f9faff;
2123 border : 1px solid #88b0f0;
2124 color : #336699;
2125 }
2126
2127 button[disabled] {
2128 background : #f0f0f0;
2129 color : #dedede;
2130 border : 1px solid #dedede;
2131 } */