]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
tweak feed errors notification
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
7 }
8
9 blockquote {
10 margin : 5px;
11 border-width : 0px 0px 0px 4px;
12 border-color : #f0f0f0;
13 border-style : solid;
14 padding : 2px 0px 2px 5px;
15 }
16
17 div.postReply {
18 padding : 10px;
19 font-size : medium;
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 }
34
35 div.postReply > div.postHeader {
36 padding : 5px;
37 }
38
39 div.postReply div.postContent {
40 padding : 10px;
41 }
42
43 div.postReply div.postIcon {
44 float : right;
45 border : 0px;
46 margin : 10px 0px 10px 10px;
47 }
48
49 ul.feedList {
50 list-style-type : none;
51 margin : 5px;
52 padding : 0px 0px 0px 5px;
53 font-size : small;
54 }
55
56 ul.feedList li.feedCat {
57 margin : 0px;
58 padding : 3px 0px 3px 0px;
59 color : #707070;
60 font-size : small;
61 }
62
63 ul.feedList li.feedCat a {
64 color : #707070;
65 }
66
67 ul.feedList li.feedCat a:hover {
68 color : #4684ff;
69 }
70
71 ul.feedCatList {
72 list-style-type : none;
73 margin : 0px 0px 0px 15px;
74 padding : 0px;
75 }
76
77 ul.feedCatList li {
78 margin : 0px;
79 padding : 0px 0px 0px 0px;
80 color : black;
81 }
82
83 ul.feedList li {
84 margin : 0px;
85 font-size : small;
86 }
87
88 li.feedUnread,
89 li.errorUnread,
90 li.labelUnread,
91 li.virtUnread,
92 li.tagUnread {
93 font-weight : bold;
94 }
95
96 li.errorSelected a,
97 li.error a,
98 li.errorUnread a,
99 li.errorUnreadSelected a {
100 color : #f04040;
101 }
102
103 li.feedSelected a,
104 li.labelSelected a,
105 li.virtSelected a,
106 li.tagSelected a {
107 color : #4684ff;
108 }
109
110 li.feedUnreadSelected a,
111 li.labelUnreadSelected a,
112 li.virtUnreadSelected a,
113 li.tagUnreadSelected a {
114 color : #4684ff;
115 }
116
117 li.feedUnreadSelected,
118 li.errorUnreadSelected,
119 li.labelUnreadSelected,
120 li.virtUnreadSelected,
121 li.tagUnreadSelected {
122 font-weight : bold;
123 }
124
125 li.feed {
126 display : block;
127 }
128
129 ul.feedList img, img.tinyFeedIcon {
130 margin : 0px 3px 0px 0px;
131 width : 16px;
132 height : 16px;
133 border-width : 0px;
134 }
135
136 h1 {
137 font-size : 16pt;
138 }
139
140 h2 {
141 font-size : 14pt;
142 font-weight : bold;
143 border-width : 0px 0px 1px 0px;
144 border-style : solid;
145 border-color : #ecf4ff;
146 }
147
148 h3 {
149 font-size : 12pt;
150 font-weight : bold;
151 border-width : 0px 0px 1px 0px;
152 border-style : solid;
153 border-color : #ecf4ff;
154 }
155
156 hr {
157 border-width : 0px 0px 1px 0px;
158 border-style : dashed;
159 border-color : #e0e0e0;
160 }
161
162 a {
163 color : black;
164 text-decoration : none;
165 }
166
167 a:hover {
168 color : #4684ff;
169 }
170
171 #piggie {
172 width : 400;
173 height : 400;
174 right : 0;
175 top : -400;
176 background-color : white;
177 display : none;
178 z-index : 999;
179 background-image : url("images/piggie.png");
180 background-position : center center;
181 background-repeat : no-repeat;
182 position : absolute;
183 border : 1px solid pink;
184 margin-left : auto;
185 margin-right : auto;
186 -moz-border-radius : 10px;
187 opacity : 0.8;
188 }
189
190 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
191 #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
192 #iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
193 #iedit_parent_feed {
194 width : 100%;
195 padding-left : 2px;
196 background-color : #f0fff0;
197 }
198
199 textarea.iedit {
200 width : 100%;
201 }
202
203 input.iedit {
204 width : 100%;
205 padding-left : 2px;
206 }
207
208 select.iedit {
209 width : 100%;
210 }
211
212 input.editbox {
213 width : 200px;
214 padding-left : 2px;
215 }
216
217 #notify {
218 border-width : 1px;
219 border-style : solid;
220 top : 10px;
221 right : 35%;
222 min-width : 30%;
223 position : absolute;
224 display : none;
225 float : right;
226 font-size : small;
227 text-align : center;
228 z-index : 999;
229 -moz-border-radius : 2px;
230 padding : 5px 5px 5px 5px;
231 }
232
233 .notify {
234 border-color : #d7c47a;
235 background-color : #fff7d5;
236 color : black;
237 }
238
239 .notifyError {
240 background-color : #ffcccc;
241 border-color : #ff0000;
242 color : black;
243 }
244
245 #dispSwitch {
246 font-size : x-small;
247 text-align : right;
248 float : right;
249 margin : 5px 5px 0px 0px;
250 }
251
252 #dispSwitch a {
253 color : gray;
254 }
255
256 #dispSwitch a:hover {
257 color : #4684ff;
258 }
259
260 div.expPane {
261 margin : 15px;
262 }
263
264 iframe {
265 border : 0px solid white;
266 }
267
268 iframe.feedsFrameWithActions {
269 width : 100%;
270 height : 90%;
271 margin : 0px;
272 padding : 0px;
273 }
274
275 iframe.feedsFrame {
276 width : 100%;
277 height : 100%;
278 margin : 0px;
279 padding : 0px;
280 }
281
282 iframe.contentFrame, iframe.headlinesFrame {
283 width : 100%;
284 padding : 0px;
285 margin : 0px;
286 height : 100%;
287 }
288
289 /*.button {
290 border : 1px solid #d0d0d0;
291 background-image : url("images/button.png");
292 background-position : top;
293 background-repeat : repeat-x;
294 background-color : white;
295 color : black;
296 }
297
298 .button:hover {
299 background : white;
300 text-decoration : none;
301 color : black;
302 }
303
304 .disabledButton {
305 border : 1px solid #c0c0c0;
306 background-color : white;
307 color : gray;
308 }
309
310 a.button {
311 padding : 2px 5px 2px 5px;
312 font-size : small;
313 } */
314
315 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
316 .evenSelectedUnread td {
317 background-color : #fff7d5;
318 font-weight : bold;
319 border-width : 1px 0px 1px 0px;
320 border-style : solid;
321 border-color : #e7d796;
322 }
323
324 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
325 .oddSelectedUnread td {
326 background-color : #fff7d5;
327 font-weight : bold;
328 }
329
330 .evenSelected, .evenSelected td {
331 background-color : #fff7d5;
332 border-width : 1px 0px 1px 0px;
333 border-style : solid;
334 border-color : #e7d796;
335 }
336
337 .oddSelected, .evenSelected td {
338 background-color : #fff7d5;
339 }
340
341 .evenGrayed, .evenGrayed td {
342 background-color : #f0f0f0;
343 color : #909090;
344 border-width : 1px 0px 1px 0px;
345 border-style : solid;
346 border-color : #c0c0c0;
347 }
348
349 .oddGrayed {
350 color : #909090;
351 }
352
353 .even, .even td {
354 border-width : 1px 0px 1px 0px;
355 border-style : solid;
356 border-color : #c0c0c0;
357 background-color : #f0f0f0;
358 }
359
360 .evenUnread, .evenUnread td {
361 background-color : #f0f0f0;
362 font-weight : bold;
363 border-width : 1px 0px 1px 0px;
364 border-style : solid;
365 border-color : #c0c0c0;
366 }
367
368 .oddUnread, .oddUnread td {
369 font-weight : bold;
370 }
371
372 .invisible {
373 display : none;
374 }
375
376 /* preferences */
377
378 tr.title td {
379 border-width : 0px 0px 1px 0px;
380 border-color : #ecf4ff;
381 border-style : solid;
382 font-size : small;
383 color : #4684ff;
384 }
385
386 tr.title td a {
387 color : #4684ff;
388 }
389
390 tr.title td a:hover {
391 color : black;
392 }
393
394 div.feedEditSearch {
395 float : right;
396 }
397
398 table.prefFeedList td.feedEditCat {
399 font-weight : bold;
400 border-width : 0px 0px 1px 0px;
401 border-style : solid;
402 border-color : #88b0f0;
403 padding-top : 0.5em;
404 }
405
406 table.prefFeedList td.feedIcon {
407 text-align : center;
408 }
409
410 table.prefFeedList td.feedSelect {
411 text-align : center;
412 }
413
414 div.prefFeedCatHolder {
415 height : 250px;
416 overflow : auto;
417 border : 1px solid #88b0f0;
418 margin : 5px 0px 5px 0px;
419 }
420
421 a.helpLink {
422 color : #808080;
423 }
424
425 a.helpLink:hover {
426 color : #4684ff;
427 }
428
429 div.helpResponse {
430 margin : 10px;
431 background-image : url("images/vgrad_light_rev2.png");
432 background-position : top left;
433 background-repeat : repeat-x;
434 padding : 10px 20px 10px 20px;
435 border : 1px solid #f0f0f0;
436 }
437
438 #infoBoxTitle {
439 border-width : 1px 1px 1px 1px;
440 border-style : solid;
441 border-color : #88b0f0;
442 background-color : #88b0f0;
443 padding : 2px;
444 color : white;
445 }
446
447
448 #infoBox {
449 border-width : 1px 1px 1px 1px;
450 border-style : solid;
451 border-color : #88b0f0;
452 font-size : small;
453 position : relative;
454 bottom : 2px;
455 right : 2px;
456 padding-bottom : 5px;
457 background-image : url("images/prefs-content.png");
458 background-position : top left;
459 background-repeat : repeat-x;
460 background-color : white;
461 }
462
463 #infoBoxShadow {
464 background-image : url("images/shadow.png");
465 left : 30%;
466 top : 30%;
467 width : 30%;
468 z-index : 3;
469 position : absolute;
470 display : none;
471 }
472
473 div.infoBoxContents {
474 padding : 10px;
475 margin-bottom : 5px;
476 font-size : small;
477 }
478
479 div.infoBoxContents td {
480 font-size : small;
481 }
482
483 div.helpResponse h1, div.infoBoxContents h1 {
484 /* border-width : 0px 0px 1px 0px;
485 border-style : solid;
486 border-color : #c0c0c0; */
487 font-size : 16pt;
488 }
489
490 div.helpResponse h2, div.infoBoxContents h2 {
491 /* border-width : 0px 0px 0px 0px; */
492 font-size : 12pt;
493 }
494
495 pre {
496 margin : 5px;
497 }
498
499 input.extSearch {
500 width : 100%;
501 }
502
503 div.firstTab {
504 width : 10px;
505 float : left;
506 }
507
508 div.prefsTab:hover {
509 cursor : pointer;
510 }
511
512 div.prefsTabSelected:hover {
513 cursor : pointer;
514 }
515
516 div.prefsTab {
517 float : left;
518 border-width : 1px 1px 0px 1px;
519 border-color : #88b0f0;
520 border-style : solid;
521 margin : 0px 0px 0px 5px;
522 padding : 3px 5px 3px 5px;
523 font-size : small;
524 position : relative;
525 bottom : -1px;
526 border-collapse : collapse;
527 -moz-border-radius : 3px;
528 min-width : 100px;
529 text-align : center;
530 }
531
532 div.prefsTabSelected {
533 float : left;
534 border-width : 1px 1px 0px 1px;
535 border-color : #88b0f0;
536 border-style : solid;
537 margin : 0px 0px 0px 5px;
538 padding : 3px 5px 3px 5px;
539 background-color : #ecf4ff;
540 font-size : small;
541 position : relative;
542 bottom : -1px;
543 border-collapse : collapse;
544 -moz-border-radius : 3px;
545 font-weight : bold;
546 min-width : 100px;
547 text-align : center;
548 }
549
550 div.warning {
551 background : #fff7d5;
552 border : 1px solid #d7c47a;
553 padding : 5px;
554 margin : 0px 0px 5px 0px;
555 font-size : small;
556 }
557
558 div.notice {
559 background : #ffffff;
560 border : 1px solid #88b0f0;
561 padding : 5px;
562 margin : 0px 0px 5px 0px;
563 font-size : small;
564 }
565
566 div.error {
567 border : 1px solid #ff0000;
568 background : #ffcccc;
569 padding : 5px;
570 margin : 0px 0px 5px 0px;
571 font-size : small;
572 }
573
574 ul.nomarks {
575 list-style-type : none;
576 margin : 0px;
577 padding : 10px;
578 }
579
580 div.prefHelp, td.prefHelp {
581 font-size : small;
582 color : gray;
583 padding : 5px;
584 }
585
586 table.loginForm {
587 background-color : #ecf4ff;
588 }
589
590 table.innerLoginForm {
591 border : 1px solid #88b0f0;
592 padding : 50px;
593 background-color : white;
594 }
595
596 table.innerLoginForm td {
597 padding : 3px 3px 5px 3px;
598 }
599
600 span.insensitive {
601 color : gray;
602 }
603
604 .prefGenericAddBox {
605 font-size : small;
606 }
607
608 body.logoutBody {
609 background-color : #f0f0f0;
610 color : black;
611 }
612
613 span.logoutWarning {
614 color : red;
615 font-weight : bold;
616 }
617
618 div.logoutContent {
619 width : 600px;
620 border : 1px solid #c0c0c0;
621 background-color : white;
622 margin-left : auto;
623 margin-right : auto;
624 margin-top : 20px;
625 padding : 10px;
626 }
627
628 .small {
629 font-size : small;
630 }
631
632 table.innerFeedTable td {
633 margin : 0px;
634 padding : 0px;
635 }
636
637 td.selectPrompt {
638 font-size : x-small;
639 color : gray;
640 }
641
642 table.headlinesSubToolbar {
643 border-width : 0px 0px 1px 0px;
644 border-style : solid;
645 border-color : #f0f0f0;
646 position : absolute;
647 left : 1px;
648 top : 0px;
649 height : 25px;
650 right : 0px;
651 background-color : white;
652 }
653
654 table.headlinesSubToolbar td.headlineActions {
655 font-size : x-small;
656 color : gray;
657 padding : 0px 5px 0px 5px;
658 }
659
660 table.headlinesSubToolbar td.headlineActionsRTL {
661 font-size : x-small;
662 color : gray;
663 padding : 0px 5px 0px 5px;
664 }
665
666 table.headlinesSubToolbar td.headlineTitle {
667 font-size : x-small;
668 color : gray;
669 padding : 0px 5px 0px 5px;
670 text-align : right;
671 }
672
673 table.headlinesSubToolbar td.headlineTitleRTL {
674 font-size : x-small;
675 color : gray;
676 padding : 0px 5px 0px 5px;
677 text-align : left;
678 }
679
680 span.contentPreview {
681 font-size : x-small;
682 color : gray;
683 font-weight : normal;
684 }
685
686 span.contentPreview:hover {
687 color : #4684ff;
688 }
689
690 table.headlinesList td.hlMarkedPic {
691 width : 25px;
692 text-align : center;
693 }
694
695 table.headlinesList td.hlfeed {
696 text-align : right;
697 font-size : small;
698 }
699
700 td.hlSelectRow, td.hlUpdatePic {
701 width : 25px;
702 text-align : center;
703 }
704
705 table.headlinesList td.hlUpdated {
706 font-size : small;
707 color : gray;
708 text-align : right;
709 width : 100px;
710 }
711
712 table.headlinesList tr td {
713 padding : 2px 0px 2px 0px;
714 }
715
716 div.postHeader td.postDate {
717 font-size : x-small;
718 text-align : right;
719 color : gray;
720 }
721
722 div.postHeader td.postDateRTL {
723 font-size : x-small;
724 text-align : left;
725 color : gray;
726 }
727
728 #feedUpdateErrors {
729 display : none;
730 }
731
732 #allEntryTags {
733 font-size : x-small;
734 border-width : 0px 0px 1px 0px;
735 border-style : solid;
736 border-color : #c0c0c0;
737 padding-bottom : 5px;
738 display : none;
739 }
740
741 /*td.hlContent {
742 overflow : hidden;
743 height : 1em;
744 display : block;
745 } */
746
747 td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
748 height : 1em;
749 }
750
751 td.hlFeed {
752 text-align : right;
753 }
754
755 div.cdmArticle {
756 border-color : #c0c0c0;
757 border-width : 0px 0px 1px 0px;
758 border-style : solid;
759 background-color : #fafafa;
760 margin : 0px;
761 padding : 10px;
762 }
763
764 div.cdmArticleUnread {
765 border-color : #c0c0c0;
766 border-width : 0px 0px 1px 0px;
767 border-style : solid;
768 background-color : #fafeff;
769 margin : 0px;
770 padding : 10px;
771 }
772
773 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
774 margin : 0px;
775 padding : 10px;
776 background-color : #fff7d5;
777 border-color : #e7d796;
778 border-width : 0px 0px 1px 0px;
779 border-style : solid;
780 }
781
782 div.cdmArticleUnread div.cdmHeader a.title,
783 div.cdmArticleUnreadSelected div.cdmHeader a.title {
784 font-weight : bold;
785 }
786
787 div.cdmHeader {
788 padding-bottom : 5px;
789 }
790
791 div.cdmFooter {
792 font-size : x-small;
793 color : gray;
794 padding-top : 5px;
795 }
796
797 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
798 margin : 0px;
799 }
800
801 div.cdmHeader, div.cdmHeader a {
802 color : gray;
803 font-size : x-small;
804 }
805
806 div.cdmHeader a:hover {
807 color : #4684ff;
808 }
809
810 div.cdmContent {
811 margin-bottom : 5px;
812 }
813
814 a.warning {
815 color : #f04040;
816 }
817
818 img.closeButton {
819 border-width : 0px;
820 float : right;
821 }
822
823 span.groupPrompt {
824 font-size : x-small;
825 color : #4684ff;
826 }
827
828 ul.userFeedList {
829 height : 300px;
830 overflow : auto;
831 list-style-type : none;
832 border : 1px solid #88b0f0;
833 background-color : white;
834 margin : 0px 0px 5px 0px;
835 padding : 0px;
836 }
837
838 /* #browseBigFeedList li.oddSelected {
839 border : 1px solid #d0d0f6;
840 background-color : #eaeaff;
841 -moz-border-radius : 5px;
842 } */
843
844 ul.labelTestResults {
845 height : 100px;
846 overflow : auto;
847 list-style-type : none;
848 margin : 0px 0px 5px 0px;
849 padding : 0px;
850 border : 1px solid #88b0f0;
851 background-color : white;
852 }
853
854 ul.filterTestResults {
855 height : 300px;
856 overflow : auto;
857 list-style-type : none;
858 margin : 0px 0px 5px 0px;
859 padding : 0px;
860 border : 1px solid #88b0f0;
861 background-color : white;
862 }
863
864 ul.browseFeedList {
865 height : 300px;
866 overflow : auto;
867 list-style-type : none;
868 margin : 0px 0px 5px 0px;
869 padding : 0px;
870 border : 1px solid #88b0f0;
871 background-color : white;
872 }
873
874 ul.browseFeedList li {
875 margin : 0px;
876 padding : 0px;
877 }
878
879 span.subscribers {
880 color : #808080;
881 }
882
883 div.subscribers {
884 color : #808080;
885 font-size : x-small;
886 float : right;
887 }
888
889 input.feedBrowseCB {
890 margin-right : 1em;
891 }
892
893 div.browserDetails {
894 margin : 5px 5px 5px 5px;
895 display : none;
896 padding : 5px;
897 }
898
899 ul.compact {
900 list-style-type : none;
901 margin : 0px;
902 padding : 0px;
903 }
904
905 ul.compact li {
906 margin : 0px;
907 padding : 0px;
908 }
909
910 div.browserFeedInfo {
911 font-size : x-small;
912 /* border : 1px solid #88b0f0;
913 background-color : #ecf4ff;
914 -moz-border-radius : 5px; */
915 padding : 5px;
916 }
917
918 div.browserFeedInfo div.detailsPart {
919 margin : 5px 0px 5px 5px;
920 }
921
922 div.cdmContent a {
923 color : #4684ff;
924 }
925
926 div.cdmContent a:hover {
927 color : black;
928 }
929
930 a.cdmToggleLink {
931 color : #808080;
932 font-size : x-small;
933 }
934
935 a.cdmToggleLink:hover {
936 color : #4684ff;
937 }
938
939 .noborder {
940 border-width : 0px;
941 }
942
943 #debug_output {
944 position : absolute;
945 width : 400px;
946 height : 200px;
947 right : 20px;
948 bottom : 20px;
949 z-index : 999;
950 background-color : white;
951 display : none;
952 border : 1px solid #c0c0c0;
953 overflow : auto;
954 margin : 0px;
955 padding : 0px;
956 list-style-type : none;
957 }
958
959 #debug_output li {
960 margin : 0px;
961 padding : 0px;
962 font-size : x-small;
963 }
964
965 #overlay {
966 background : white;
967 left : 0;
968 top : 0;
969 height : 100%;
970 width : 100%;
971 z-index : 100;
972 position : absolute;
973 }
974
975 #overlay_inner {
976 font-weight : bold;
977 text-align : center;
978 margin : 10px;
979 }
980
981 #fatal_error {
982 background : white;
983 left : 0;
984 top : 0;
985 height : 100%;
986 width : 100%;
987 z-index : 200;
988 display : none;
989 position : absolute;
990 }
991
992 #fatal_error_inner {
993 font-weight : bold;
994 margin : 10px;
995 color : red;
996 }
997
998 #fatal_error_msg {
999 border : 1px solid #c0c0c0;
1000 background-color : #f0f0f0;
1001 color : black;
1002 padding : 10px;
1003 font-weight : normal;
1004 }
1005
1006 #noDaemonWarning {
1007 position : absolute;
1008 background-color : #ecf4ff;
1009 border : 1px solid #88b0f0;
1010 padding : 10px;
1011 margin : 5px;
1012 z-index : 2;
1013 display : none;
1014 }
1015
1016 #qafInput {
1017 width : 100%;
1018 }
1019
1020 form {
1021 margin : 0px;
1022 padding : 0px;
1023 }
1024
1025 #main_toolbar_form {
1026 display : inline;
1027 }
1028
1029 div.feedExtInfo {
1030 margin-left : 2em;
1031 font-size : 7pt;
1032 color : gray;
1033 font-weight : normal;
1034 }
1035
1036 span.debugTS {
1037 color : #4684ff;
1038 }
1039
1040 #backReqBox {
1041 display : none;
1042 }
1043
1044 /*.scriptWarn:before {
1045 content : "Disabled script:";
1046 }*/
1047
1048 .scriptWarn {
1049 color : white;
1050 background-color : #903030;
1051 border : 1px solid #601010;
1052 padding : 3px;
1053 font-weight : bold;
1054 }
1055
1056 .objectWarn {
1057 color : gray;
1058 font-style: italic;
1059 text-align : center;
1060 }
1061
1062 table.loginForm2 {
1063 padding : 1em;
1064 }
1065
1066 table.loginForm2 .loginTop {
1067 border-width : 0px 0px 1px 0px;
1068 border-color : #88b0f0;
1069 border-style : solid;
1070 padding : 0.5em;
1071 }
1072
1073 table.loginForm2 .loginMiddle {
1074 padding : 3em;
1075 }
1076
1077 table.loginForm2 .loginBottom {
1078 border-width : 1px 0px 0px 0px;
1079 border-color : #88b0f0;
1080 border-style : solid;
1081 font-size : x-small;
1082 text-align : center;
1083 color : #909090;
1084 padding : 0.5em;
1085 }
1086
1087 table.loginForm2 .loginBottom a {
1088 color : gray;
1089 }
1090
1091 table.loginForm2 .loginBottom a:hover {
1092 color : #4684ff;
1093 }
1094
1095 table.loginForm2 .loginError {
1096 color : red;
1097 margin : 0.5em;
1098 }
1099
1100 table.loginForm2 .innerLoginCell {
1101 padding-top : 0.5em;
1102 }
1103
1104 #milestoneDetails {
1105 display : none;
1106 }
1107
1108 div.loadingPrompt {
1109 padding : 1em;
1110 text-align : center;
1111 font-weight : bold;
1112 }
1113
1114 div.whiteBox {
1115 background-color : white;
1116 margin-left : 1px;
1117 text-align : center;
1118 padding : 1em;
1119 }
1120
1121 /* layout */
1122
1123 #header {
1124 position : absolute;
1125 white-space: nowrap;
1126 top : 10px;
1127 left : 15px;
1128 right : 5px;
1129 height : 40px;
1130 color : #4684ff;
1131 font-size : small;
1132 }
1133
1134 #feeds-holder {
1135 border-width : 1px 1px 1px 0px;
1136 border-style : solid;
1137 border-color : #88b0f0;
1138 top : 50px;
1139 left : 0px;
1140 position : absolute;
1141 width : 260px;
1142 overflow : auto;
1143 bottom : 40px;
1144 border-collapse : collapse;
1145 height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
1146 }
1147
1148 #toolbar {
1149 position : absolute;
1150 left : 261px;
1151 padding : 5px 10px 5px 10px;
1152 top : 50px;
1153 right : 0px;
1154 white-space: nowrap;
1155 height : 30px;
1156 background-image : url("images/toolbar.png");
1157 background-position : bottom left;
1158 background-repeat : repeat-x;
1159 }
1160
1161 div.headlines_normal {
1162 position : absolute;
1163 border-width : 1px 0px 0px 0px;
1164 border-style : solid;
1165 border-color : #88b0f0;
1166 left : 260px;
1167 height : 305px;
1168 top : 85px;
1169 right : 0px;
1170 overflow : hidden;
1171 font-size : small;
1172 border-collapse : collapse;
1173 /* css hack for IE */
1174 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
1175 }
1176
1177 div.headlines_cdm {
1178 position : absolute;
1179 border-width : 1px 0px 1px 0px;
1180 border-style : solid;
1181 border-color : #88b0f0;
1182 left : 260px;
1183 bottom : 40px;
1184 top : 85px;
1185 right : 0px;
1186 overflow : hidden;
1187 font-size : small;
1188 border-collapse : collapse;
1189 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
1190 }
1191
1192 #content-frame {
1193 position : absolute;
1194 border-width : 1px 0px 1px 0px;
1195 border-style : solid;
1196 border-color : #88b0f0;
1197 overflow : auto;
1198 top : 390px;
1199 left : 260px;
1200 bottom : 40px;
1201 right : 0px;
1202 border-collapse : collapse;
1203 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
1204 height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
1205 }
1206
1207 #footer, #prefFooter {
1208 position : absolute;
1209 bottom : 0px;
1210 height : 20px;
1211 text-align : center;
1212 color : gray;
1213 font-size : x-small;
1214 background-image : url("images/footer.png");
1215 background-position : top left;
1216 background-repeat : repeat-x;
1217 background-color : white;
1218 right : 0px;
1219 left : 0px;
1220 padding : 10px;
1221 width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
1222 border-collapse : collapse;
1223 border-width : 1px 0px 0px 0px;
1224 border-style : solid;
1225 border-color : #88b0f0;
1226
1227 }
1228
1229 #footer a, #prefFooter a {
1230 color : gray;
1231 }
1232
1233 #footer a:hover, #prefFooter a:hover {
1234 color : black;
1235 }
1236
1237 #headlinesContainer {
1238 margin-left : 1px;
1239 background-color : white;
1240 }
1241
1242 #headlineActionsTop {
1243 /* border-width : 0px 0px 1px 0px;
1244 border-style : solid;
1245 border-color : #c0c0c0;
1246 background-color : #fafafa; */
1247 font-size : x-small;
1248 }
1249
1250 #headlinesInnerContainer {
1251 overflow : auto;
1252 position : absolute;
1253 left : 1px;
1254 right : 0px;
1255 bottom : 0px;
1256 top : 25px;
1257 }
1258
1259 /* preferences layout */
1260
1261 #prefHeader {
1262 color : #4684ff;
1263 font-size : small;
1264 margin : 10px;
1265 height : 33px;
1266 }
1267
1268 div.return {
1269 float : right;
1270 font-size : small;
1271 margin-right : 10px;
1272 }
1273
1274 div.return a {
1275 color : #4684ff;
1276 }
1277
1278 div.return a:hover {
1279 color : black;
1280 }
1281
1282 #prefContent {
1283 clear : left;
1284 position : absolute;
1285 bottom : 40px;
1286 top : 75px;
1287 left : 0px;
1288 right : 0px;
1289 padding : 1em;
1290 overflow : auto;
1291 min-height : 300px;
1292 background-image : url("images/prefs-content.png");
1293 background-position : top left;
1294 background-repeat : repeat-x;
1295 font-size : small;
1296 border-width : 1px 0px 0px 0px;
1297 border-color : #88b0f0;
1298 border-style : solid;
1299 height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
1300 width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
1301
1302
1303 }
1304
1305 #userSwitch {
1306 position : absolute;
1307 bottom : 2px;
1308 right : 2px;
1309 }
1310
1311 a.feedUpdErrLink {
1312 color : #ff0000;
1313 display : block;
1314 margin-bottom : 0.5em;
1315 }