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