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