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