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