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