]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
display favicons in non-grouped CDM vfeeds
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : "Lucida Grande", Arial, sans-serif;
7 }
8
9 blockquote {
10 margin : 5px 5px 5px 5px;
11 border-width : 0px 0px 0px 4px;
12 border-color : #e0e0e0;
13 border-style : solid;
14 padding : 5px;
15 background-color : #f0f0f0;
16 }
17
18 div.postReply {
19 padding : 0px;
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 border-width : 0px 0px 1px 0px;
34 border-style : dotted;
35 border-color : #88b0f0;
36 margin : 0px 1px 0px 0px;
37 padding : 5px;
38 cursor : move;
39 }
40
41 /* div.postReply > div.postHeader {
42 padding : 5px;
43 } */
44
45 div.postReply div.postContent {
46 padding : 10px;
47 font-size : 14px;
48 }
49
50 div.postReply div.postContent img {
51 border-width : 0px;
52 }
53
54 div.postReply div.postIcon {
55 float : right;
56 border : 0px;
57 margin : 10px 0px 10px 10px;
58 }
59
60 div.postReply div.postEnclosures {
61 margin-top : 1em;
62 color : gray;
63 }
64
65 div.postReply img.tagsPic {
66 width : 16px;
67 height : 16px;
68 vertical-align : middle;
69 }
70
71 div.postReply span.author {
72 font-size : 12px;
73 }
74
75 ul.feedList {
76 list-style-type : none;
77 margin : 5px;
78 padding : 0px 0px 0px 5px;
79 font-size : 12px;
80 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
81 }
82
83 ul.feedList li.feedCat {
84 margin : 0px;
85 padding : 3px 0px 3px 0px;
86 color : #707070;
87 font-size : 12px;
88 }
89
90 ul.feedList li.feedCat a {
91 color : #707070;
92 }
93
94 ul.feedList li.feedCat a:hover {
95 color : #4684ff;
96 }
97
98 ul.feedList li.feedCatSelected {
99 margin : 0px;
100 padding : 3px 0px 3px 0px;
101 color : #4684ff;
102 font-size : 12px;
103 }
104
105 ul.feedList li.feedCatSelected a {
106 color : #4684ff;
107 }
108
109 ul.feedCatList {
110 list-style-type : none;
111 margin : 0px 0px 0px 15px;
112 padding : 0px;
113 }
114
115 ul.feedCatList li {
116 margin : 0px;
117 padding : 0px 0px 2px 0px;
118 color : black;
119 }
120
121 ul.feedList > li {
122 padding : 0px 0px 2px 0px;
123 }
124
125 ul.feedCatList img, ul.feedList img {
126 vertical-align : bottom;
127 }
128
129 li.feedUnread,
130 li.errorUnread,
131 li.labelUnread,
132 li.virtUnread,
133 li.tagUnread {
134 font-weight : bold;
135 }
136
137 li.errorSelected a,
138 li.error a,
139 li.errorUnread a,
140 li.errorUnreadSelected a {
141 color : #f04040;
142 }
143
144 li.feedSelected a,
145 li.labelSelected a,
146 li.virtSelected a,
147 li.tagSelected a {
148 color : #4684ff;
149 }
150
151 li.feedUnreadSelected a,
152 li.labelUnreadSelected a,
153 li.virtUnreadSelected a,
154 li.tagUnreadSelected a {
155 color : #4684ff;
156 }
157
158 li.feedUnreadSelected,
159 li.errorUnreadSelected,
160 li.labelUnreadSelected,
161 li.virtUnreadSelected,
162 li.tagUnreadSelected {
163 font-weight : bold;
164 }
165
166 li.feed {
167 display : block;
168 }
169
170 ul.feedList img, img.tinyFeedIcon {
171 margin : 0px 3px 0px 0px;
172 width : 16px;
173 height : 16px;
174 border-width : 0px;
175 }
176
177 h1 {
178 font-size : 18px;
179 }
180
181 h2 {
182 font-size : 16px;
183 font-weight : bold;
184 border-width : 0px 0px 1px 0px;
185 border-style : solid;
186 border-color : #ecf4ff;
187 }
188
189 h3 {
190 font-size : 14px;
191 font-weight : bold;
192 border-width : 0px 0px 1px 0px;
193 border-style : solid;
194 border-color : #ecf4ff;
195 }
196
197 hr {
198 border-width : 0px 0px 1px 0px;
199 border-style : dashed;
200 border-color : #e0e0e0;
201 }
202
203 a {
204 color : black;
205 text-decoration : none;
206 }
207
208 a:hover {
209 color : #4684ff;
210 }
211
212 #piggie {
213 z-index : 999;
214 position : absolute;
215 }
216
217 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
218 #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
219 #iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
220 #iedit_parent_feed {
221 width : 100%;
222 padding-left : 2px;
223 background-color : #f0fff0;
224 }
225
226 textarea.iedit {
227 width : 100%;
228 }
229
230 input.iedit {
231 width : 100%;
232 padding-left : 2px;
233 }
234
235 select.iedit {
236 width : 100%;
237 }
238
239 input.editbox {
240 width : 200px;
241 padding-left : 2px;
242 }
243
244 #notify {
245 border-width : 1px;
246 border-style : solid;
247 top : 10px;
248 right : 35%;
249 min-width : 30%;
250 position : absolute;
251 display : none;
252 float : right;
253 font-size : 12px;
254 z-index : 998;
255 -moz-border-radius : 2px;
256 padding : 5px 5px 5px 5px;
257 }
258
259 #notify img {
260 vertical-align : middle;
261 }
262
263 .notifyProgress {
264 border-color : #d7c47a;
265 background-color : #fff7d5;
266 color : black;
267 }
268
269 .notifyInfo {
270 border-color : #7AD78E;
271 background-color : #D5FFDB;
272 color : black;
273 }
274
275 .notify {
276 border-color : #d7c47a;
277 background-color : #fff7d5;
278 color : black;
279 }
280
281 .notifyError {
282 background-color : #ffcccc;
283 border-color : #ff0000;
284 color : black;
285 }
286
287 .notifyError span:hover {
288 color : red;
289 cursor : pointer;
290 }
291
292 #dispSwitch {
293 font-size : 12px;
294 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
295 text-align : right;
296 float : right;
297 margin : 5px 5px 0px 0px;
298 }
299
300 #dispSwitch a {
301 color : gray;
302 }
303
304 #dispSwitch a:hover {
305 color : #4684ff;
306 }
307
308 div.expPane {
309 margin : 15px;
310 }
311
312 iframe {
313 border : 0px solid white;
314 }
315
316 iframe.feedsFrameWithActions {
317 width : 100%;
318 height : 90%;
319 margin : 0px;
320 padding : 0px;
321 }
322
323 iframe.feedsFrame {
324 width : 100%;
325 height : 100%;
326 margin : 0px;
327 padding : 0px;
328 }
329
330 iframe.contentFrame, iframe.headlinesFrame {
331 width : 100%;
332 padding : 0px;
333 margin : 0px;
334 height : 100%;
335 }
336
337 /*.button {
338 border : 1px solid #d0d0d0;
339 background-image : url("images/button.png");
340 background-position : top;
341 background-repeat : repeat-x;
342 background-color : white;
343 color : black;
344 }
345
346 .button:hover {
347 background : white;
348 text-decoration : none;
349 color : black;
350 }
351
352 .disabledButton {
353 border : 1px solid #c0c0c0;
354 background-color : white;
355 color : gray;
356 }
357
358 a.button {
359 padding : 2px 5px 2px 5px;
360 font-size : small;
361 } */
362
363 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
364 .evenSelectedUnread td {
365 background-color : #fff7d5;
366 font-weight : bold;
367 border-width : 0px 0px 1px 0px;
368 border-style : solid;
369 border-color : #e7d796;
370 }
371
372 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
373 .oddSelectedUnread td {
374 background-color : #fff7d5;
375 font-weight : bold;
376 border-width : 0px 0px 1px 0px;
377 border-style : solid;
378 border-color : #e7d796;
379 }
380
381 .evenSelected, .evenSelected td {
382 background-color : #fff7d5;
383 border-width : 0px 0px 1px 0px;
384 border-style : solid;
385 border-color : #e7d796;
386 border-collapse : collapse;
387 }
388
389 .oddSelected, .oddSelected td {
390 background-color : #fff7d5;
391 border-width : 0px 0px 1px 0px;
392 border-style : solid;
393 border-color : #e7d796;
394 border-collapse : collapse;
395 }
396
397 .evenGrayed, .evenGrayed td {
398 background-color : #f0f0f0;
399 color : #909090;
400 border-width : 0px 0px 1px 0px;
401 border-style : solid;
402 border-color : #c0c0c0;
403 border-collapse : collapse;
404 }
405
406 .oddGrayed {
407 color : #909090;
408 }
409
410 .even, .even td {
411 border-width : 0px 0px 1px 0px;
412 border-style : solid;
413 border-color : #c0c0c0;
414 background-color : #f0f0f0;
415 border-collapse : collapse;
416 }
417
418 .odd, .odd td {
419 border-width : 0px 0px 1px 0px;
420 border-style : solid;
421 border-color : #c0c0c0;
422 border-collapse : collapse;
423 }
424
425 .evenUnread, .evenUnread td {
426 background-color : #f0f0f0;
427 font-weight : bold;
428 border-width : 0px 0px 1px 0px;
429 border-style : solid;
430 border-color : #c0c0c0;
431 border-collapse : collapse;
432 }
433
434 .oddUnread, .oddUnread td {
435 font-weight : bold;
436 border-width : 0px 0px 1px 0px;
437 border-style : solid;
438 border-color : #c0c0c0;
439 }
440
441 .invisible {
442 display : none;
443 }
444
445 /* preferences */
446
447 tr.title td {
448 border-width : 0px 0px 1px 0px;
449 border-color : #ecf4ff;
450 border-style : solid;
451 color : #4684ff;
452 }
453
454 tr.title td a {
455 color : #4684ff;
456 }
457
458 tr.title td a:hover {
459 color : black;
460 }
461
462 div.feedEditSearch {
463 float : right;
464 }
465
466 table.prefFeedList td.feedEditCat {
467 font-weight : bold;
468 border-width : 0px 0px 1px 0px;
469 border-style : solid;
470 border-color : #88b0f0;
471 padding-top : 0.5em;
472 }
473
474 table.prefFilterList td.filterEditCat {
475 font-weight : bold;
476 border-width : 0px 0px 1px 0px;
477 border-style : solid;
478 border-color : #88b0f0;
479 padding-top : 0.5em;
480 }
481
482 /* oh for the love of... */
483
484 table.prefFilterList tr.even,
485 table.prefFilterList tr.odd,
486 table.prefFilterList tr.evenSelected,
487 table.prefFilterList tr.oddSelected,
488 table.prefLabelList tr.even,
489 table.prefLabelList tr.odd,
490 table.prefLabelList tr.evenSelected,
491 table.prefLabelList tr.oddSelected,
492 table.prefUserList tr.even,
493 table.prefUserList tr.odd,
494 table.prefUserList tr.evenSelected,
495 table.prefUserList tr.oddSelected,
496 table.prefFeedList tr.even,
497 table.prefFeedList tr.odd,
498 table.prefFeedList tr.evenSelected,
499 table.prefFeedList tr.oddSelected
500 {
501 cursor : pointer;
502 }
503
504 table.prefFilterList tr.even:hover td,
505 table.prefFilterList tr.odd:hover td,
506 table.prefFilterList tr.evenSelected:hover td,
507 table.prefFilterList tr.oddSelected:hover td
508 table.prefLabelList tr.even:hover td,
509 table.prefLabelList tr.odd:hover td,
510 table.prefLabelList tr.evenSelected:hover td,
511 table.prefLabelList tr.oddSelected:hover td,
512 table.prefUserList tr.even:hover td,
513 table.prefUserList tr.odd:hover td,
514 table.prefUserList tr.evenSelected:hover td,
515 table.prefUserList tr.oddSelected:hover td,
516 table.prefFeedList tr.even:hover td,
517 table.prefFeedList tr.odd:hover td,
518 table.prefFeedList tr.evenSelected:hover td,
519 table.prefFeedList tr.oddSelected:hover td
520 {
521 color : #88b0f0;
522 }
523
524 table.prefFeedList td.feedIcon {
525 text-align : center;
526 }
527
528 table.prefFeedList td.feedSelect {
529 text-align : center;
530 }
531
532 div.prefFeedCatHolder {
533 height : 250px;
534 overflow : auto;
535 border : 1px solid #99d67a;
536 margin : 5px 0px 5px 0px;
537 background-color : white;
538 }
539
540 a.helpLink {
541 color : #808080;
542 }
543
544 a.helpLink:hover {
545 color : #4684ff;
546 }
547
548 div.helpResponse {
549 margin : 10px;
550 background-image : url("images/vgrad_light_rev2.png");
551 background-position : top left;
552 background-repeat : repeat-x;
553 padding : 10px 20px 10px 20px;
554 border : 1px solid #f0f0f0;
555 }
556
557 #infoBoxTitle {
558 border-width : 1px 1px 1px 1px;
559 border-style : solid;
560 border-color : #99d67a;
561 background-color : #99d67a;
562 padding : 4px 2px 4px 10px;
563 color : white;
564 font-weight : bold;
565 font-size : 12px;
566 }
567
568 /* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
569
570 #infoBox {
571 border-width : 1px 1px 1px 1px;
572 border-style : solid;
573 border-color : #99d67a;
574 background-color : #f8fcf5;
575 position: relative;
576 overflow : hidden;
577 left : -4px;
578 top : -4px;
579 }
580
581 html>body #infoBox {
582 left : -10px;
583 top : -10px;
584 margin : 0;
585 }
586
587 #infoBoxShadow:before, #infoBoxShadow:after {
588 content : " ";
589 display : block;
590 background : inherit;
591 width : 10px;
592 height : 10px;
593 }
594
595 #infoBoxShadow:before {
596 position : absolute;
597 top : 0;
598 right : 0;
599 margin : -10px 0 0 auto;
600 background-position : right top;
601 }
602
603 #infoBoxShadow:after {
604 margin : -10px 0 0 -10px;
605 background-position : left bottom;
606 }
607
608
609 #infoBoxShadow {
610 background-image : url("images/shadow.png");
611 background-position : bottom right;
612 left : 25%;
613 top : 70px;
614 width : 50%;
615 z-index : 5;
616 position : absolute;
617 display : none;
618 min-width : 600px;
619 }
620
621 div.infoBoxContents {
622 padding : 10px;
623 margin-bottom : 5px;
624 font-size : 12px;
625 }
626
627 div.infoBoxContents td {
628 font-size : 12px;
629 }
630
631 div.infoBoxContents a {
632 color : #527040;
633 }
634
635 div.infoBoxContents a:hover {
636 color : black;
637 }
638
639 div.helpResponse h1, div.infoBoxContents h1 {
640 /* border-width : 0px 0px 1px 0px;
641 border-style : solid;
642 border-color : #c0c0c0; */
643 font-size : 18px;
644 }
645
646 div.helpResponse h2, div.infoBoxContents h2 {
647 /* border-width : 0px 0px 0px 0px; */
648 font-size : 16px;
649 }
650
651 pre {
652 margin : 5px;
653 }
654
655 input.extSearch {
656 width : 100%;
657 }
658
659 div.firstTab {
660 width : 10px;
661 float : left;
662 }
663
664 div.prefsTab:hover {
665 cursor : pointer;
666 }
667
668 div.prefsTabSelected:hover {
669 cursor : pointer;
670 }
671
672 div.prefsTab {
673 float : left;
674 border-width : 1px 1px 0px 1px;
675 border-color : #88b0f0;
676 border-style : solid;
677 margin : 0px 0px 0px 5px;
678 padding : 3px 5px 3px 5px;
679 font-size : 12px;
680 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
681 border-collapse : collapse;
682 min-width : 100px;
683 text-align : center;
684 cursor : pointer;
685 position : relative;
686 bottom : -1px;
687 height : 30px;
688 }
689
690 div.prefsTabSelected {
691 float : left;
692 border-width : 1px 1px 0px 1px;
693 border-color : #88b0f0;
694 border-style : solid;
695 margin : 0px 0px 0px 5px;
696 padding : 3px 5px 3px 5px;
697 background-color : #ecf4ff;
698 font-size : 12px;
699 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
700 border-collapse : collapse;
701 font-weight : bold;
702 min-width : 100px;
703 text-align : center;
704 cursor : pointer;
705 position : relative;
706 bottom : -1px;
707 z-index : 3;
708 height : 30px;
709 }
710
711 div.notice {
712 background : #ffffff;
713 border : 1px solid #88b0f0;
714 width : 60%;
715 padding : 5px;
716 margin : 0px 0px 5px 0px;
717 font-size : 12px;
718 }
719
720 div.warning {
721 background : #fff7d5;
722 border : 1px solid #d7c47a;
723 font-size : 12px;
724 width : 60%;
725 padding : 5px;
726 margin : 0px 0px 5px 0px;
727 }
728
729
730 div.warning img, div.notice img, div.error img {
731 vertical-align : middle;
732 padding : 5px;
733 }
734
735 div.error {
736 border : 1px solid #ff0000;
737 background : #ffcccc;
738 padding : 5px;
739 margin : 0px 0px 5px 0px;
740 font-size : 12px;
741 }
742
743 ul.nomarks {
744 list-style-type : none;
745 margin : 0px;
746 padding : 10px;
747 }
748
749 div.prefHelp, td.prefHelp {
750 color : gray;
751 padding : 5px;
752 }
753
754 table.loginForm {
755 background-color : #ecf4ff;
756 }
757
758 table.innerLoginForm {
759 border : 1px solid #88b0f0;
760 padding : 50px;
761 background-color : white;
762 }
763
764 table.innerLoginForm td {
765 padding : 3px 3px 5px 3px;
766 }
767
768 span.feed_error {
769 color : red;
770 }
771
772 .insensitive {
773 color : gray;
774 }
775
776 .insensitive a {
777 color : #4684ff;
778 }
779
780 .insensitive a:hover {
781 color : black;
782 }
783
784 /* .prefGenericAddBox {
785 font-size : 12px;
786 } */
787
788 body.logoutBody {
789 background-color : #f0f0f0;
790 color : black;
791 }
792
793 span.logoutWarning {
794 color : red;
795 font-weight : bold;
796 }
797
798 div.logoutContent {
799 width : 600px;
800 border : 1px solid #c0c0c0;
801 background-color : white;
802 margin-left : auto;
803 margin-right : auto;
804 margin-top : 20px;
805 padding : 10px;
806 }
807
808 .small {
809 font-size : 12px;
810 }
811
812 table.innerFeedTable td {
813 margin : 0px;
814 padding : 0px;
815 }
816
817 td.selectPrompt {
818 font-size : 12px;
819 color : gray;
820 }
821
822 table.headlinesSubToolbar {
823 border-width : 0px 0px 1px 0px;
824 border-style : solid;
825 border-color : #f0f0f0;
826 position : absolute;
827 left : 0px;
828 top : 0px;
829 height : 25px;
830 right : 0px;
831 background-color : white;
832 font-size : 11px;
833 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
834 color : gray;
835 }
836
837 input#subtoolbar_search_box {
838 height : 10px;
839 font-size : 9px;
840 vertical-align : middle;
841 }
842
843 table.headlinesSubToolbar td.headlineActions {
844 padding : 0px 5px 0px 5px;
845 }
846
847 table.headlinesSubToolbar td.headlineActionsRTL {
848 padding : 0px 5px 0px 5px;
849 }
850
851 table.headlinesSubToolbar td.headlineTitle {
852 padding : 0px 5px 0px 5px;
853 text-align : right;
854 }
855
856 table.headlinesSubToolbar td.headlineTitleRTL {
857 padding : 0px 5px 0px 5px;
858 text-align : left;
859 }
860
861 span.contentPreview {
862 font-size : 12px;
863 color : gray;
864 font-weight : normal;
865 }
866
867 span.contentPreview:hover {
868 color : #4684ff;
869 }
870
871 table.headlinesList {
872 width : 100%;
873 }
874
875 table.headlinesList td.hlFeedIcon {
876 width : 25px;
877 text-align : center;
878 cursor : pointer;
879 }
880
881
882 table.headlinesList td.hlMarkedPic {
883 width : 25px;
884 text-align : center;
885 }
886
887 table.headlinesList td.hlfeed {
888 text-align : right;
889 }
890
891 td.hlSelectRow, td.hlUpdPic {
892 width : 25px;
893 text-align : center;
894 }
895
896 table.headlinesList td.hlUpdated {
897 color : gray;
898 text-align : right;
899 width : 100px;
900 cursor : pointer;
901 }
902
903 table.headlinesList tr td {
904 padding : 2px 0px 2px 0px;
905 }
906
907 div.postHeader div.postDate {
908 text-align : right;
909 color : gray;
910 float : right;
911 }
912
913 div.postHeader div.postDateRTL {
914 text-align : left;
915 color : gray;
916 float : right;
917 }
918
919 div.postReply span.tagList {
920 color : gray;
921 }
922
923 div.postHeader div {
924 padding-bottom : 3px;
925 font-size : 12px;
926 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
927 }
928
929 #feedUpdateErrors {
930 display : none;
931 }
932
933 #allEntryTags {
934 font-size : 12px;
935 border-width : 0px 0px 1px 0px;
936 border-style : solid;
937 border-color : #c0c0c0;
938 padding-bottom : 5px;
939 display : none;
940 }
941
942 /*td.hlContent {
943 overflow : hidden;
944 height : 1em;
945 display : block;
946 } */
947
948 td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
949 height : 1em;
950 }
951
952 td.hlFeed {
953 text-align : right;
954 }
955
956 span.hlFeed, span.hlFeed a {
957 font-size : 12px;
958 color : gray;
959 }
960
961 span.hlFeed a:hover {
962 color : #4684ff;
963 }
964
965 /* div.cdmArticle:hover {
966 background-color : white;
967 } */
968
969 div.cdmAllTags {
970 float : left;
971 background-color : white;
972 border : 1px solid #c0c0c0;
973 display : none;
974 z-index : 3;
975 top : auto;
976 left : auto;
977 right : auto;
978 position : absolute;
979 padding : 10px;
980 }
981
982 span.cdmAllTagsCtr:hover div {
983 display : block;
984 }
985
986 div.cdmArticle {
987 border-color : #a0a0a0;
988 border-width : 0px 0px 1px 0px;
989 border-style : solid;
990 background-color : #f9faff;
991 margin : 0px;
992 color : #505050;
993 /* padding : 10px; */
994 color : black;
995
996 }
997
998 /* div.cdmArticleUnread:hover {
999 background-color : white;
1000 } */
1001
1002 div.cdmArticleUnread {
1003 border-color : #a0a0a0;
1004 border-width : 0px 0px 1px 0px;
1005 border-style : solid;
1006 background-color : white;
1007 margin : 0px;
1008 /* padding : 10px; */
1009 color : black;
1010 }
1011
1012 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
1013 margin : 0px;
1014 background-color : #fff7d5;
1015 border-color : #e7d796;
1016 border-width : 0px 0px 1px 0px;
1017 border-style : solid;
1018 }
1019
1020 div.cdmArticleUnread div.cdmHeader a.title,
1021 div.cdmArticleUnreadSelected div.cdmHeader a.title {
1022 font-weight : bold;
1023 }
1024
1025 div.cdmHeader {
1026 padding : 5px 5px 10px 5px;
1027 color : gray;
1028
1029 }
1030
1031 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
1032 color : black;
1033 }
1034
1035 div.cdmFooter {
1036 font-size : 12px;
1037 color : black;
1038 padding : 5px;
1039 color : gray;
1040 /* background-color : white; */
1041 border-width : 1px 0px 0px 0px;
1042 border-color : #c0c0c0;
1043 border-style : dotted;
1044 }
1045
1046 /*div.cdmArticleSelected div.cdmFooter {
1047 background-color : transparent;
1048 }
1049
1050 div.cdmArticleUnreadSelected div.cdmFooter {
1051 background-color : transparent;
1052 }*/
1053
1054 div.cdmFooter span.s0 {
1055 border-width : 0px 1px 0px 0px;
1056 border-color : #c0c0c0;
1057 border-style : dotted;
1058 padding : 0px 5px 0px 0px;
1059 }
1060
1061 div.cdmFooter span.s1 {
1062 border-width : 0px 1px 0px 0px;
1063 border-color : #c0c0c0;
1064 border-style : dotted;
1065 padding : 0px 5px 0px 5px;
1066 }
1067
1068 div.cdmFooter span.s2 {
1069 padding : 0px 5px 0px 5px;
1070 }
1071
1072 div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
1073 width : 16px;
1074 height : 16px;
1075 vertical-align : middle;
1076 }
1077
1078 img.markedPic {
1079 cursor : pointer;
1080 }
1081
1082 div.cdmHeader div.articleUpdated {
1083 float : right;
1084 font-weight : bold;
1085 color : gray;
1086 }
1087
1088 div.cdmHeader div.articleUpdated img {
1089 vertical-align : middle;
1090 }
1091
1092 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
1093 margin : 0px;
1094 }
1095
1096 div.cdmHeader, div.cdmHeader a {
1097 color : #505050;
1098 font-size : 12px;
1099 }
1100
1101 div.cdmHeader a:hover {
1102 color : #4684ff;
1103 }
1104
1105 div.cdmContent {
1106 margin : 0px 15px 5px 15px;
1107 }
1108
1109 div.cdmContent:hover {
1110 cursor : pointer;
1111 }
1112
1113 div.cdmExcerpt {
1114 margin : 0px 15px 5px 15px;
1115 }
1116
1117 div.cdmExcerpt:hover {
1118 cursor : pointer;
1119 color : #88b0f0;
1120 }
1121
1122 div.cdmEnclosures {
1123 margin-top : 1em;
1124 color : gray;
1125 }
1126
1127 a.warning {
1128 color : #f04040;
1129 }
1130
1131 img.closeButton {
1132 border-width : 0px;
1133 float : right;
1134 }
1135
1136 span.groupPrompt {
1137 font-size : 12px;
1138 color : #4684ff;
1139 }
1140
1141 div.tagCloudContainer {
1142 /* height : 300px;
1143 overflow : auto; */
1144 border : 1px solid #99d67a;
1145 background-color : white;
1146 margin : 5px 0px 5px 0px;
1147 padding : 5px;
1148 text-align : center;
1149 }
1150
1151 ul.feedErrorsList {
1152 height : 300px;
1153 overflow : auto;
1154 list-style-type : none;
1155 border : 1px solid #99d67a;
1156 background-color : white;
1157 margin : 0px 0px 5px 0px;
1158 padding : 0px;
1159 }
1160
1161 ul.userFeedList {
1162 height : 300px;
1163 overflow : auto;
1164 list-style-type : none;
1165 border : 1px solid #99d67a;
1166 background-color : white;
1167 margin : 0px 0px 5px 0px;
1168 padding : 0px;
1169 }
1170
1171 /* #browseBigFeedList li.oddSelected {
1172 border : 1px solid #d0d0f6;
1173 background-color : #eaeaff;
1174 -moz-border-radius : 5px;
1175 } */
1176
1177 /*#browseBigFeedList li {
1178 padding :0px;
1179 }*/
1180
1181 div.labelTestError {
1182 margin : 5px 0px 5px 0px;
1183 color : #f04040;
1184 }
1185
1186 ul.labelTestResults {
1187 height : 100px;
1188 overflow : auto;
1189 list-style-type : none;
1190 margin : 0px 0px 5px 0px;
1191 padding : 0px;
1192 border : 1px solid #99d67a;
1193 background-color : white;
1194 }
1195
1196 ul.filterTestResults {
1197 height : 300px;
1198 overflow : auto;
1199 list-style-type : none;
1200 margin : 0px 0px 5px 0px;
1201 padding : 0px;
1202 border : 1px solid #99d67a;
1203 background-color : white;
1204 }
1205
1206 ul.browseFeedList {
1207 height : 300px;
1208 overflow : auto;
1209 list-style-type : none;
1210 margin : 0px 0px 5px 0px;
1211 padding : 0px;
1212 border : 1px solid #99d67a;
1213 background-color : white;
1214 }
1215
1216 ul.browseFeedList li {
1217 margin : 0px;
1218 padding : 0px;
1219 }
1220
1221 span.subscribers {
1222 color : #808080;
1223 }
1224
1225 div.subscribers {
1226 color : #808080;
1227 font-size : 12px;
1228 float : right;
1229 }
1230
1231 input.feedBrowseCB {
1232 margin-right : 1em;
1233 }
1234
1235 div.browserDetails {
1236 margin : 5px 5px 5px 5px;
1237 padding : 5px;
1238 }
1239
1240 ul.compact {
1241 list-style-type : none;
1242 margin : 0px;
1243 padding : 0px;
1244 }
1245
1246 ul.compact li {
1247 margin : 0px;
1248 padding : 0px;
1249 }
1250
1251 div.browserFeedInfo {
1252 font-size : 12px;
1253 /* border : 1px solid #88b0f0;
1254 background-color : #ecf4ff;
1255 -moz-border-radius : 5px; */
1256 padding : 5px;
1257 }
1258
1259 div.browserFeedInfo div.detailsPart {
1260 margin : 5px 0px 5px 5px;
1261 }
1262
1263 div.cdmContent a {
1264 color : #4684ff;
1265 }
1266
1267 div.cdmContent a:hover {
1268 color : black;
1269 }
1270
1271 a.cdmToggleLink {
1272 color : #808080;
1273 font-size : 12px;
1274 }
1275
1276 a.cdmToggleLink:hover {
1277 color : #4684ff;
1278 }
1279
1280 .noborder {
1281 border-width : 0px;
1282 }
1283
1284 #debug_output {
1285 position : absolute;
1286 width : 400px;
1287 height : 200px;
1288 right : 20px;
1289 bottom : 20px;
1290 z-index : 999;
1291 background-color : white;
1292 border : 1px solid #c0c0c0;
1293 overflow : auto;
1294 margin : 0px;
1295 padding : 0px;
1296 list-style-type : none;
1297 }
1298
1299 #debug_output li {
1300 margin : 0px;
1301 padding : 0px;
1302 font-size : 11px;
1303 }
1304
1305 #dialog_overlay {
1306 left : 0;
1307 top : 0;
1308 height : 100%;
1309 width : 100%;
1310 z-index : 4;
1311 position : absolute;
1312 background-image : url("images/shadow_white.png");
1313 }
1314
1315 #overlay {
1316 background : white;
1317 left : 0;
1318 top : 0;
1319 height : 100%;
1320 width : 100%;
1321 z-index : 100;
1322 position : absolute;
1323 }
1324
1325 #overlay_inner {
1326 font-weight : bold;
1327 margin : 10px;
1328 }
1329
1330 #fatal_error {
1331 background : white;
1332 left : 0;
1333 top : 0;
1334 height : 100%;
1335 width : 100%;
1336 z-index : 200;
1337 display : none;
1338 position : absolute;
1339 }
1340
1341 #fatal_error_inner {
1342 font-weight : bold;
1343 margin : 10px;
1344 color : red;
1345 }
1346
1347 #fatal_error_msg {
1348 color : black;
1349 padding : 10px;
1350 font-weight : normal;
1351 background-color : #ffcccc;
1352 border : 1px solid #ff0000;
1353 }
1354
1355 #fatal_error_msg a {
1356 color : red;
1357 }
1358
1359 #fatal_error_msg a:hover {
1360 color : red;
1361 text-decoration : underline;
1362 }
1363
1364 #fatal_error_msg img {
1365 vertical-align : middle;
1366 }
1367
1368 #noDaemonWarning {
1369 position : absolute;
1370 background-color : #ecf4ff;
1371 border : 1px solid #88b0f0;
1372 padding : 10px;
1373 margin : 5px;
1374 z-index : 2;
1375 display : none;
1376 }
1377
1378 #qafInput {
1379 width : 100%;
1380 }
1381
1382 form {
1383 margin : 0px;
1384 padding : 0px;
1385 }
1386
1387 #main_toolbar_form {
1388 margin : 0px;
1389 padding : 0px;
1390 display : inline;
1391 }
1392
1393 div.feedExtInfo {
1394 margin-left : 2em;
1395 font-size : 7pt;
1396 color : gray;
1397 font-weight : normal;
1398 }
1399
1400 span.debugTS {
1401 color : #4684ff;
1402 }
1403
1404 #backReqBox {
1405 display : none;
1406 }
1407
1408 /*.scriptWarn:before {
1409 content : "Disabled script:";
1410 }*/
1411
1412 .scriptWarn {
1413 color : white;
1414 background-color : #903030;
1415 border : 1px solid #601010;
1416 padding : 3px;
1417 font-weight : bold;
1418 display : none;
1419 }
1420
1421 .objectWarn {
1422 color : gray;
1423 font-style: italic;
1424 text-align : center;
1425 }
1426
1427 table.loginForm2 {
1428 padding : 1em;
1429 }
1430
1431 table.loginForm2 .loginTop {
1432 border-width : 0px 0px 1px 0px;
1433 border-color : #88b0f0;
1434 border-style : solid;
1435 padding : 0.5em;
1436 }
1437
1438 table.loginForm2 .loginMiddle {
1439 padding : 3em;
1440 }
1441
1442 table.loginForm2 .loginBottom {
1443 border-width : 1px 0px 0px 0px;
1444 border-color : #88b0f0;
1445 border-style : solid;
1446 font-size : 12px;
1447 text-align : center;
1448 color : #909090;
1449 padding : 0.5em;
1450 }
1451
1452 table.loginForm2 .loginBottom a {
1453 color : gray;
1454 }
1455
1456 table.loginForm2 .loginBottom a:hover {
1457 color : #4684ff;
1458 }
1459
1460 table.loginForm2 .loginError {
1461 color : red;
1462 margin : 0.5em;
1463 }
1464
1465 table.loginForm2 .innerLoginCell {
1466 padding-top : 0.5em;
1467 }
1468
1469 #milestoneDetails {
1470 display : none;
1471 }
1472
1473 div.loadingPrompt {
1474 padding : 1em;
1475 text-align : center;
1476 font-weight : bold;
1477 }
1478
1479 div.whiteBox {
1480 background-color : white;
1481 margin-left : 1px;
1482 text-align : center;
1483 padding : 1em;
1484 }
1485
1486 /* layout */
1487
1488 #header {
1489 position : absolute;
1490 white-space: nowrap;
1491 top : 10px;
1492 left : 15px;
1493 right : 5px;
1494 height : 40px;
1495 color : #4684ff;
1496 font-size : 12px;
1497 }
1498
1499 #feeds-holder {
1500 border-width : 1px 1px 0px 0px;
1501 border-style : solid;
1502 border-color : #88b0f0;
1503 top : 50px;
1504 left : 0px;
1505 position : absolute;
1506 width : 260px;
1507 overflow : auto;
1508 bottom : 0px;
1509 border-collapse : collapse;
1510 }
1511
1512 #toolbar {
1513 position : absolute;
1514 left : 261px;
1515 padding : 5px 10px 5px 10px;
1516 top : 50px;
1517 right : 0px;
1518 white-space: nowrap;
1519 height : 30px;
1520 background-image : url("images/toolbar.png");
1521 background-position : bottom left;
1522 background-repeat : repeat-x;
1523 font-size : 12px;
1524 }
1525
1526 div.headlines_normal {
1527 position : absolute;
1528 border-width : 1px 0px 0px 0px;
1529 border-style : solid;
1530 border-color : #88b0f0;
1531 left : 261px;
1532 height : 305px;
1533 top : 85px;
1534 right : 0px;
1535 overflow : hidden;
1536 font-size : 12px;
1537 border-collapse : collapse;
1538 }
1539
1540 div.headlines_cdm {
1541 position : absolute;
1542 border-width : 1px 0px 1px 0px;
1543 border-style : solid;
1544 border-color : #88b0f0;
1545 left : 261px;
1546 bottom : 40px;
1547 top : 85px;
1548 right : 0px;
1549 overflow : hidden;
1550 font-size : 12px;
1551 border-collapse : collapse;
1552 }
1553
1554 #content-frame {
1555 position : absolute;
1556 border-width : 1px 0px 0px 0px;
1557 border-style : solid;
1558 border-color : #88b0f0;
1559 overflow : auto;
1560 top : 390px;
1561 left : 261px;
1562 bottom : 40px;
1563 right : 0px;
1564 border-collapse : collapse;
1565 }
1566
1567 /*#resize-grabber {
1568 position : absolute;
1569 border-width : 1px;
1570 border-style : dotted;
1571 border-color : #88b0f0;
1572 background-color : white;
1573 width : 8px;
1574 height : 8px;
1575 z-index : 20;
1576 right : 20px;
1577 top : 20px;
1578 display : none;
1579 cursor : move;
1580 }*/
1581
1582 #resize-grabber {
1583 height : 5px;
1584 border-width : 0px 0px 1px 0px;
1585 border-style : solid;
1586 border-color : #88b0f0;
1587 background : url("images/resize_horiz.png") top left;
1588 cursor : move;
1589 text-align : center;
1590 }
1591
1592 #footer, #prefFooter {
1593 position : absolute;
1594 bottom : 0px;
1595 height : 20px;
1596 text-align : center;
1597 color : gray;
1598 font-size : 12px;
1599 background-image : url("images/footer.png");
1600 background-position : top left;
1601 background-repeat : repeat-x;
1602 background-color : white;
1603 right : 0px;
1604 left : 261px;
1605 padding : 10px;
1606 border-collapse : collapse;
1607 border-width : 1px 0px 0px 0px;
1608 border-style : solid;
1609 border-color : #88b0f0;
1610
1611 }
1612
1613 #prefFooter {
1614 left : 0px;
1615 }
1616
1617 #footer a, #prefFooter a {
1618 color : gray;
1619 }
1620
1621 #footer a:hover, #prefFooter a:hover {
1622 color : black;
1623 }
1624
1625 #headlinesContainer {
1626 margin-left : 0px;
1627 background-color : white;
1628 }
1629
1630 #headlineActionsTop {
1631 /* border-width : 0px 0px 1px 0px;
1632 border-style : solid;
1633 border-color : #c0c0c0;
1634 background-color : #fafafa; */
1635 font-size : 12px;
1636 }
1637
1638 #headlinesInnerContainer {
1639 overflow : auto;
1640 position : absolute;
1641 left : 0px;
1642 right : 0px;
1643 bottom : 0px;
1644 top : 25px;
1645 }
1646
1647 /* preferences layout */
1648
1649 #prefHeader {
1650 color : #4684ff;
1651 font-size : 12px;
1652 margin : 10px;
1653 height : 33px;
1654 }
1655
1656 div.return {
1657 float : right;
1658 font-size : 12px;
1659 margin-right : 10px;
1660 }
1661
1662 div.return a {
1663 color : #4684ff;
1664 }
1665
1666 div.return a:hover {
1667 color : black;
1668 }
1669
1670 #prefContentOuter {
1671 clear : left;
1672 position : absolute;
1673 bottom : 41px;
1674 top : 75px;
1675 left : 0px;
1676 right : 0px;
1677 min-height : 300px;
1678 border-width : 1px 0px 0px 0px;
1679 border-color : #88b0f0;
1680 border-style : solid;
1681 font-size : 12px;
1682 }
1683
1684 #prefContent {
1685 z-index : 4;
1686 background-image : url("images/prefs-content.png");
1687 background-position : top left;
1688 background-repeat : repeat-x;
1689 position : absolute;
1690 bottom : 0px;
1691 top : 0px;
1692 left : 0px;
1693 right : 0px;
1694 padding : 1em;
1695 overflow : auto;
1696
1697 }
1698
1699 #userSwitch {
1700 position : absolute;
1701 bottom : 2px;
1702 right : 2px;
1703 }
1704
1705 a.feedUpdErrLink {
1706 color : #ff0000;
1707 display : block;
1708 margin-bottom : 0.5em;
1709 }
1710
1711 .catCtrHasUnread, .feedCtrHasUnread {
1712 font-weight : bold;
1713 color : #707070;
1714 }
1715
1716 .catCtrNoUnread, .feedCtrNoUnread {
1717 display : none;
1718 }
1719
1720 ul.headlineDropdownMenu {
1721 list-style-type : none;
1722 margin : 0px;
1723 padding : 0px;
1724 }
1725
1726 ul.headlineDropdownMenu li.top {
1727 float : left;
1728 width : 12em;
1729 background-image : url("images/down_arrow.png");
1730 background-position : center right;
1731 background-repeat : no-repeat;
1732 margin : 0px;
1733 cursor : pointer;
1734 border-width : 1px 1px 1px 1px;
1735 border-color : transparent;
1736 border-style : solid;
1737 }
1738
1739 ul.headlineDropdownMenu li.top2 {
1740 float : left;
1741 }
1742
1743 ul.headlineDropdownMenu li.top3 {
1744 float : left;
1745 margin : 0px;
1746 cursor : pointer;
1747 border-width : 1px 1px 1px 1px;
1748 border-color : transparent;
1749 border-style : solid;
1750 }
1751
1752 ul.headlineDropdownMenu li.vsep {
1753 float : left;
1754 margin : 0px 5px 0px 0px;
1755 border-width : 0px 1px 0px 0px;
1756 border-color : #c0c0c0;
1757 border-style : dotted;
1758 color : white;
1759 }
1760
1761 ul.headlineDropdownMenu li.top:hover {
1762 cursor : pointer;
1763 border-width : 1px 1px 1px 1px;
1764 border-color : #c0c0c0;
1765 border-style : solid;
1766 }
1767
1768 ul.headlineDropdownMenu li.top:hover ul {
1769 display : block;
1770 }
1771
1772 ul.headlineDropdownMenu ul {
1773 list-style-type : none;
1774 position : absolute;
1775 float : none;
1776 margin : 0px;
1777 padding : 0px;
1778 display : none;
1779 background-color : white;
1780 width : 12em;
1781 z-index : 3;
1782 top : auto;
1783 left : auto;
1784 border-width : 0px 1px 1px 1px;
1785 border-color : #c0c0c0;
1786 border-style : solid;
1787 margin-left : -1px;
1788 }
1789
1790 ul.headlineDropdownMenu ul li {
1791 float: none;
1792 padding : 2px 0px 2px 10px;
1793 color : black;
1794 }
1795
1796 ul.headlineDropdownMenu ul li:hover {
1797 color : #4684ff;
1798 background-color : #f0f0f0;
1799 }
1800
1801 #newVersionIcon {
1802 vertical-align : middle;
1803 cursor : pointer;
1804 }
1805
1806 a.helpLinkPic {
1807 float : right;
1808 }
1809
1810 a.helpLinkPic img {
1811 border-width : 0px;
1812 }
1813
1814 #fadd_login_container {
1815 }
1816
1817 li.feedCatHolder {
1818 display : inline;
1819 }
1820
1821 table.prefFeedCatList {
1822 background-color : white;
1823 }
1824
1825 /*a[target="_new"], a[target="_blank"] {
1826 border-width : 0px 0px 1px 0px;
1827 border-color : #778899;
1828 border-style : dotted;
1829 }*/
1830
1831 div.autocomplete {
1832 position : absolute;
1833 width : 250px;
1834 background-color : white;
1835 border :1px solid #778899;
1836 margin : 0px;
1837 padding : 0px;
1838 }
1839
1840 div.autocomplete ul {
1841 list-style-type : none;
1842 margin : 0px;
1843 padding : 0px;
1844 }
1845
1846 div.autocomplete ul li.selected {
1847 background-color : #fff7d5;
1848 }
1849
1850 div.autocomplete ul li {
1851 list-style-type : none;
1852 display : block;
1853 margin : 0;
1854 padding : 2px;
1855 height : 32px;
1856 cursor : pointer;
1857 }
1858
1859 #feedOpToolbar {
1860 float : right;
1861 }
1862
1863 div.topLinks {
1864 float : right;
1865 margin-right : 5px;
1866 color : gray;
1867 }
1868
1869 div.topLinks a {
1870 color : #4684ff;
1871 }
1872
1873 div.topLinks a:hover {
1874 color : black;
1875 }
1876
1877 div.topLinks a.feedback {
1878 color : #009900;
1879 }
1880
1881 div.dashboard {
1882 margin-left : 3px;
1883 }
1884
1885 a.visibleLink {
1886 color : #4684ff;
1887
1888 }
1889
1890 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1891 color : #4684ff;
1892 }
1893
1894 div.cdmFeedTitle {
1895 border-color : #a0a0a0;
1896 border-width : 0px 0px 1px 0px;
1897 border-style : solid;
1898 padding : 5px 3px 5px 5px;
1899 background : url("images/toolbar.png") bottom left;
1900 background-repeat : repeat-x;
1901 }
1902
1903 table.headlinesList tr, table.headlinesList td {
1904 border-collapse : collapse;
1905 margin : 0px;
1906 }
1907
1908 table.headlinesList tr.feedTitle td {
1909 /* text-align : right;
1910 margin-top : 10px; */
1911 /*padding-left : 5px;*/
1912
1913 background : url("images/toolbar.png") bottom left;
1914 background-repeat : repeat-x;
1915
1916 border-color : #c0c0c0;
1917 border-width : 0px 0px 1px 0px;
1918 border-style : solid;
1919 padding : 5px 3px 5px 5px;
1920
1921 }
1922
1923 td.hlContent, td.hlContentL, td.hlContentH {
1924 cursor : pointer;
1925 }
1926
1927 td.hlContentH a, td.hlContentH span {
1928 color : #00cc00;
1929 }
1930
1931 td.hlContentL a, td.hlContentL span {
1932 color : #909090;
1933 text-decoration : line-through;
1934 }
1935
1936 span.titleWrapH, span.titleWrapH a {
1937 color : #00cc00;
1938 }
1939
1940 span.titleWrapL, span.titleWrapL a {
1941 color : #909090;
1942 text-decoration : line-through;
1943 }
1944
1945 img.hlScorePic {
1946 vertical-align : middle;
1947 width : 16px;
1948 height : 16px;
1949 }
1950
1951 div#hotkey_help_overlay {
1952 position : absolute;
1953 left : 30px;
1954 right : 30px;
1955 top : 30px;
1956 z-index : 999;
1957 color : white;
1958 font-size : 15px;
1959 }
1960
1961 div#hotkey_help_overlay h1 {
1962 text-align : center;
1963 }
1964
1965 div#hotkey_help_overlay ul {
1966 list-style-type : none;
1967 margin : 0px;
1968 }
1969
1970 div#hotkey_help_overlay li {
1971 margin : 0px;
1972 }
1973
1974 div#hotkey_help_overlay p {
1975 text-align : center;
1976 }
1977
1978 div#hotkey_help_overlay td.n {
1979 text-align : right;
1980 font-weight : bold;
1981 width : 6em;
1982 color : #a0ffa0;
1983 padding-right : 5px;
1984 }
1985
1986 div#hotkey_help_overlay td {
1987 vertical-align : top;
1988 }
1989
1990 div#hotkey_help_overlay h1 {
1991 margin : 0px;
1992 }
1993
1994 div#hotkey_help_overlay h2 {
1995 font-size : 16px;
1996 border-width : 0px;
1997 margin : 0.3em 0px 0.3em 0px;
1998 text-align : center;
1999 color : #88b0f0;
2000 }
2001
2002 div#hotkey_help_overlay table.hho td.c1 {
2003 height : 30px;
2004 width : 30px;
2005 background : url("images/c1.png");
2006 background-repeat : no-repeat;
2007
2008 }
2009
2010 div#hotkey_help_overlay table.hho td.c2 {
2011 height : 30px;
2012 width : 30px;
2013 background : url("images/c2.png");
2014 background-repeat : no-repeat;
2015 }
2016
2017 div#hotkey_help_overlay table.hho td.c3 {
2018 height : 30px;
2019 width : 30px;
2020 background : url("images/c3.png");
2021 background-repeat : no-repeat;
2022 }
2023
2024 div#hotkey_help_overlay table.hho td.c4 {
2025 height : 30px;
2026 width : 30px;
2027 background : url("images/c4.png");
2028 background-repeat : no-repeat;
2029 }
2030
2031 div#hotkey_help_overlay table.hho td.top,
2032 div#hotkey_help_overlay table.hho td.left,
2033 div#hotkey_help_overlay table.hho td.right,
2034 div#hotkey_help_overlay table.hho td.bottom,
2035 div#hotkey_help_overlay table.hho td.content {
2036 background : url("images/shadow_dark.png");
2037 }
2038
2039 div#hotkey_help_overlay table.hho td.top,
2040 div#hotkey_help_overlay table.hho td.bottom {
2041 text-align : center;
2042 font-size : 13px;
2043 }
2044
2045 div.prefKbdHelp {
2046 float : right;
2047 font-size : 12px;
2048 margin-right : 15px;
2049 }
2050
2051 div.prefKbdHelp img {
2052 vertical-align : middle;
2053 }
2054
2055 div#l_progress_o {
2056 width : 200px;
2057 border : 1px solid black;
2058 background-color : white;
2059 margin-top : 10px;
2060 }
2061
2062 div#l_progress_i {
2063 width : 10px;
2064 background-color : #88b0f0;
2065 height : 10px;
2066 }
2067
2068 #content-insert {
2069 background-color : white;
2070 overflow : auto;
2071 position : absolute;
2072 left : 0px;
2073 right : 0px;
2074 bottom : 0px;
2075 top : 6px;
2076 }
2077
2078 div.dlgSec {
2079 font-size : 14px;
2080 color : gray;
2081 font-weight : bold;
2082 clear : both;
2083 height : 20px;
2084 }
2085
2086 div.dlgSecCont {
2087 position : relative;
2088 left : 150px;
2089 top : -20px;
2090 float : left;
2091 font-size : 12px;
2092 font-weight : medium;
2093 line-height : 200%;
2094 }
2095
2096 div.dlgButtons {
2097 text-align : right;
2098 clear : both;
2099 }
2100
2101 textarea.labelSQL {
2102 font-family : monospace;
2103 }
2104
2105 div#label_test_result {
2106 clear : both;
2107 }