]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
headlins: feed icon tweaks
[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, .evenSelected 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 }
1028
1029 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
1030 color : black;
1031 }
1032
1033 div.cdmFooter {
1034 font-size : 12px;
1035 color : black;
1036 padding : 5px;
1037 color : gray;
1038 /* background-color : white; */
1039 border-width : 1px 0px 0px 0px;
1040 border-color : #c0c0c0;
1041 border-style : dotted;
1042 }
1043
1044 /*div.cdmArticleSelected div.cdmFooter {
1045 background-color : transparent;
1046 }
1047
1048 div.cdmArticleUnreadSelected div.cdmFooter {
1049 background-color : transparent;
1050 }*/
1051
1052 div.cdmFooter span.s0 {
1053 border-width : 0px 1px 0px 0px;
1054 border-color : #c0c0c0;
1055 border-style : dotted;
1056 padding : 0px 5px 0px 0px;
1057 }
1058
1059 div.cdmFooter span.s1 {
1060 border-width : 0px 1px 0px 0px;
1061 border-color : #c0c0c0;
1062 border-style : dotted;
1063 padding : 0px 5px 0px 5px;
1064 }
1065
1066 div.cdmFooter span.s2 {
1067 padding : 0px 5px 0px 5px;
1068 }
1069
1070 div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
1071 width : 16px;
1072 height : 16px;
1073 vertical-align : middle;
1074 }
1075
1076 img.markedPic {
1077 cursor : pointer;
1078 }
1079
1080 div.cdmHeader div.articleUpdated {
1081 float : right;
1082 }
1083
1084 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
1085 margin : 0px;
1086 }
1087
1088 div.cdmHeader, div.cdmHeader a {
1089 color : #505050;
1090 font-size : 12px;
1091 }
1092
1093 div.cdmHeader a:hover {
1094 color : #4684ff;
1095 }
1096
1097 div.cdmContent {
1098 margin : 0px 15px 5px 15px;
1099 }
1100
1101 div.cdmContent:hover {
1102 cursor : pointer;
1103 }
1104
1105 div.cdmExcerpt {
1106 margin : 0px 15px 5px 15px;
1107 }
1108
1109 div.cdmExcerpt:hover {
1110 cursor : pointer;
1111 color : #88b0f0;
1112 }
1113
1114 div.cdmEnclosures {
1115 margin-top : 1em;
1116 color : gray;
1117 }
1118
1119 a.warning {
1120 color : #f04040;
1121 }
1122
1123 img.closeButton {
1124 border-width : 0px;
1125 float : right;
1126 }
1127
1128 span.groupPrompt {
1129 font-size : 12px;
1130 color : #4684ff;
1131 }
1132
1133 div.tagCloudContainer {
1134 /* height : 300px;
1135 overflow : auto; */
1136 border : 1px solid #99d67a;
1137 background-color : white;
1138 margin : 5px 0px 5px 0px;
1139 padding : 5px;
1140 text-align : center;
1141 }
1142
1143 ul.feedErrorsList {
1144 height : 300px;
1145 overflow : auto;
1146 list-style-type : none;
1147 border : 1px solid #99d67a;
1148 background-color : white;
1149 margin : 0px 0px 5px 0px;
1150 padding : 0px;
1151 }
1152
1153 ul.userFeedList {
1154 height : 300px;
1155 overflow : auto;
1156 list-style-type : none;
1157 border : 1px solid #99d67a;
1158 background-color : white;
1159 margin : 0px 0px 5px 0px;
1160 padding : 0px;
1161 }
1162
1163 /* #browseBigFeedList li.oddSelected {
1164 border : 1px solid #d0d0f6;
1165 background-color : #eaeaff;
1166 -moz-border-radius : 5px;
1167 } */
1168
1169 /*#browseBigFeedList li {
1170 padding :0px;
1171 }*/
1172
1173 div.labelTestError {
1174 margin : 5px 0px 5px 0px;
1175 color : #f04040;
1176 }
1177
1178 ul.labelTestResults {
1179 height : 100px;
1180 overflow : auto;
1181 list-style-type : none;
1182 margin : 0px 0px 5px 0px;
1183 padding : 0px;
1184 border : 1px solid #99d67a;
1185 background-color : white;
1186 }
1187
1188 ul.filterTestResults {
1189 height : 300px;
1190 overflow : auto;
1191 list-style-type : none;
1192 margin : 0px 0px 5px 0px;
1193 padding : 0px;
1194 border : 1px solid #99d67a;
1195 background-color : white;
1196 }
1197
1198 ul.browseFeedList {
1199 height : 300px;
1200 overflow : auto;
1201 list-style-type : none;
1202 margin : 0px 0px 5px 0px;
1203 padding : 0px;
1204 border : 1px solid #99d67a;
1205 background-color : white;
1206 }
1207
1208 ul.browseFeedList li {
1209 margin : 0px;
1210 padding : 0px;
1211 }
1212
1213 span.subscribers {
1214 color : #808080;
1215 }
1216
1217 div.subscribers {
1218 color : #808080;
1219 font-size : 12px;
1220 float : right;
1221 }
1222
1223 input.feedBrowseCB {
1224 margin-right : 1em;
1225 }
1226
1227 div.browserDetails {
1228 margin : 5px 5px 5px 5px;
1229 padding : 5px;
1230 }
1231
1232 ul.compact {
1233 list-style-type : none;
1234 margin : 0px;
1235 padding : 0px;
1236 }
1237
1238 ul.compact li {
1239 margin : 0px;
1240 padding : 0px;
1241 }
1242
1243 div.browserFeedInfo {
1244 font-size : 12px;
1245 /* border : 1px solid #88b0f0;
1246 background-color : #ecf4ff;
1247 -moz-border-radius : 5px; */
1248 padding : 5px;
1249 }
1250
1251 div.browserFeedInfo div.detailsPart {
1252 margin : 5px 0px 5px 5px;
1253 }
1254
1255 div.cdmContent a {
1256 color : #4684ff;
1257 }
1258
1259 div.cdmContent a:hover {
1260 color : black;
1261 }
1262
1263 a.cdmToggleLink {
1264 color : #808080;
1265 font-size : 12px;
1266 }
1267
1268 a.cdmToggleLink:hover {
1269 color : #4684ff;
1270 }
1271
1272 .noborder {
1273 border-width : 0px;
1274 }
1275
1276 #debug_output {
1277 position : absolute;
1278 width : 400px;
1279 height : 200px;
1280 right : 20px;
1281 bottom : 20px;
1282 z-index : 999;
1283 background-color : white;
1284 border : 1px solid #c0c0c0;
1285 overflow : auto;
1286 margin : 0px;
1287 padding : 0px;
1288 list-style-type : none;
1289 }
1290
1291 #debug_output li {
1292 margin : 0px;
1293 padding : 0px;
1294 font-size : 11px;
1295 }
1296
1297 #dialog_overlay {
1298 left : 0;
1299 top : 0;
1300 height : 100%;
1301 width : 100%;
1302 z-index : 4;
1303 position : absolute;
1304 background-image : url("images/shadow_white.png");
1305 }
1306
1307 #overlay {
1308 background : white;
1309 left : 0;
1310 top : 0;
1311 height : 100%;
1312 width : 100%;
1313 z-index : 100;
1314 position : absolute;
1315 }
1316
1317 #overlay_inner {
1318 font-weight : bold;
1319 margin : 10px;
1320 }
1321
1322 #fatal_error {
1323 background : white;
1324 left : 0;
1325 top : 0;
1326 height : 100%;
1327 width : 100%;
1328 z-index : 200;
1329 display : none;
1330 position : absolute;
1331 }
1332
1333 #fatal_error_inner {
1334 font-weight : bold;
1335 margin : 10px;
1336 color : red;
1337 }
1338
1339 #fatal_error_msg {
1340 color : black;
1341 padding : 10px;
1342 font-weight : normal;
1343 background-color : #ffcccc;
1344 border : 1px solid #ff0000;
1345 }
1346
1347 #fatal_error_msg a {
1348 color : red;
1349 }
1350
1351 #fatal_error_msg a:hover {
1352 color : red;
1353 text-decoration : underline;
1354 }
1355
1356 #fatal_error_msg img {
1357 vertical-align : middle;
1358 }
1359
1360 #noDaemonWarning {
1361 position : absolute;
1362 background-color : #ecf4ff;
1363 border : 1px solid #88b0f0;
1364 padding : 10px;
1365 margin : 5px;
1366 z-index : 2;
1367 display : none;
1368 }
1369
1370 #qafInput {
1371 width : 100%;
1372 }
1373
1374 form {
1375 margin : 0px;
1376 padding : 0px;
1377 }
1378
1379 #main_toolbar_form {
1380 margin : 0px;
1381 padding : 0px;
1382 display : inline;
1383 }
1384
1385 div.feedExtInfo {
1386 margin-left : 2em;
1387 font-size : 7pt;
1388 color : gray;
1389 font-weight : normal;
1390 }
1391
1392 span.debugTS {
1393 color : #4684ff;
1394 }
1395
1396 #backReqBox {
1397 display : none;
1398 }
1399
1400 /*.scriptWarn:before {
1401 content : "Disabled script:";
1402 }*/
1403
1404 .scriptWarn {
1405 color : white;
1406 background-color : #903030;
1407 border : 1px solid #601010;
1408 padding : 3px;
1409 font-weight : bold;
1410 display : none;
1411 }
1412
1413 .objectWarn {
1414 color : gray;
1415 font-style: italic;
1416 text-align : center;
1417 }
1418
1419 table.loginForm2 {
1420 padding : 1em;
1421 }
1422
1423 table.loginForm2 .loginTop {
1424 border-width : 0px 0px 1px 0px;
1425 border-color : #88b0f0;
1426 border-style : solid;
1427 padding : 0.5em;
1428 }
1429
1430 table.loginForm2 .loginMiddle {
1431 padding : 3em;
1432 }
1433
1434 table.loginForm2 .loginBottom {
1435 border-width : 1px 0px 0px 0px;
1436 border-color : #88b0f0;
1437 border-style : solid;
1438 font-size : 12px;
1439 text-align : center;
1440 color : #909090;
1441 padding : 0.5em;
1442 }
1443
1444 table.loginForm2 .loginBottom a {
1445 color : gray;
1446 }
1447
1448 table.loginForm2 .loginBottom a:hover {
1449 color : #4684ff;
1450 }
1451
1452 table.loginForm2 .loginError {
1453 color : red;
1454 margin : 0.5em;
1455 }
1456
1457 table.loginForm2 .innerLoginCell {
1458 padding-top : 0.5em;
1459 }
1460
1461 #milestoneDetails {
1462 display : none;
1463 }
1464
1465 div.loadingPrompt {
1466 padding : 1em;
1467 text-align : center;
1468 font-weight : bold;
1469 }
1470
1471 div.whiteBox {
1472 background-color : white;
1473 margin-left : 1px;
1474 text-align : center;
1475 padding : 1em;
1476 }
1477
1478 /* layout */
1479
1480 #header {
1481 position : absolute;
1482 white-space: nowrap;
1483 top : 10px;
1484 left : 15px;
1485 right : 5px;
1486 height : 40px;
1487 color : #4684ff;
1488 font-size : 12px;
1489 }
1490
1491 #feeds-holder {
1492 border-width : 1px 1px 0px 0px;
1493 border-style : solid;
1494 border-color : #88b0f0;
1495 top : 50px;
1496 left : 0px;
1497 position : absolute;
1498 width : 260px;
1499 overflow : auto;
1500 bottom : 0px;
1501 border-collapse : collapse;
1502 }
1503
1504 #toolbar {
1505 position : absolute;
1506 left : 261px;
1507 padding : 5px 10px 5px 10px;
1508 top : 50px;
1509 right : 0px;
1510 white-space: nowrap;
1511 height : 30px;
1512 background-image : url("images/toolbar.png");
1513 background-position : bottom left;
1514 background-repeat : repeat-x;
1515 font-size : 12px;
1516 }
1517
1518 div.headlines_normal {
1519 position : absolute;
1520 border-width : 1px 0px 0px 0px;
1521 border-style : solid;
1522 border-color : #88b0f0;
1523 left : 261px;
1524 height : 305px;
1525 top : 85px;
1526 right : 0px;
1527 overflow : hidden;
1528 font-size : 12px;
1529 border-collapse : collapse;
1530 }
1531
1532 div.headlines_cdm {
1533 position : absolute;
1534 border-width : 1px 0px 1px 0px;
1535 border-style : solid;
1536 border-color : #88b0f0;
1537 left : 261px;
1538 bottom : 40px;
1539 top : 85px;
1540 right : 0px;
1541 overflow : hidden;
1542 font-size : 12px;
1543 border-collapse : collapse;
1544 }
1545
1546 #content-frame {
1547 position : absolute;
1548 border-width : 1px 0px 0px 0px;
1549 border-style : solid;
1550 border-color : #88b0f0;
1551 overflow : auto;
1552 top : 390px;
1553 left : 261px;
1554 bottom : 40px;
1555 right : 0px;
1556 border-collapse : collapse;
1557 }
1558
1559 /*#resize-grabber {
1560 position : absolute;
1561 border-width : 1px;
1562 border-style : dotted;
1563 border-color : #88b0f0;
1564 background-color : white;
1565 width : 8px;
1566 height : 8px;
1567 z-index : 20;
1568 right : 20px;
1569 top : 20px;
1570 display : none;
1571 cursor : move;
1572 }*/
1573
1574 #resize-grabber {
1575 height : 5px;
1576 border-width : 0px 0px 1px 0px;
1577 border-style : solid;
1578 border-color : #88b0f0;
1579 background : url("images/resize_horiz.png") top left;
1580 cursor : move;
1581 text-align : center;
1582 }
1583
1584 #footer, #prefFooter {
1585 position : absolute;
1586 bottom : 0px;
1587 height : 20px;
1588 text-align : center;
1589 color : gray;
1590 font-size : 12px;
1591 background-image : url("images/footer.png");
1592 background-position : top left;
1593 background-repeat : repeat-x;
1594 background-color : white;
1595 right : 0px;
1596 left : 261px;
1597 padding : 10px;
1598 border-collapse : collapse;
1599 border-width : 1px 0px 0px 0px;
1600 border-style : solid;
1601 border-color : #88b0f0;
1602
1603 }
1604
1605 #prefFooter {
1606 left : 0px;
1607 }
1608
1609 #footer a, #prefFooter a {
1610 color : gray;
1611 }
1612
1613 #footer a:hover, #prefFooter a:hover {
1614 color : black;
1615 }
1616
1617 #headlinesContainer {
1618 margin-left : 0px;
1619 background-color : white;
1620 }
1621
1622 #headlineActionsTop {
1623 /* border-width : 0px 0px 1px 0px;
1624 border-style : solid;
1625 border-color : #c0c0c0;
1626 background-color : #fafafa; */
1627 font-size : 12px;
1628 }
1629
1630 #headlinesInnerContainer {
1631 overflow : auto;
1632 position : absolute;
1633 left : 0px;
1634 right : 0px;
1635 bottom : 0px;
1636 top : 25px;
1637 }
1638
1639 /* preferences layout */
1640
1641 #prefHeader {
1642 color : #4684ff;
1643 font-size : 12px;
1644 margin : 10px;
1645 height : 33px;
1646 }
1647
1648 div.return {
1649 float : right;
1650 font-size : 12px;
1651 margin-right : 10px;
1652 }
1653
1654 div.return a {
1655 color : #4684ff;
1656 }
1657
1658 div.return a:hover {
1659 color : black;
1660 }
1661
1662 #prefContentOuter {
1663 clear : left;
1664 position : absolute;
1665 bottom : 41px;
1666 top : 75px;
1667 left : 0px;
1668 right : 0px;
1669 min-height : 300px;
1670 border-width : 1px 0px 0px 0px;
1671 border-color : #88b0f0;
1672 border-style : solid;
1673 font-size : 12px;
1674 }
1675
1676 #prefContent {
1677 z-index : 4;
1678 background-image : url("images/prefs-content.png");
1679 background-position : top left;
1680 background-repeat : repeat-x;
1681 position : absolute;
1682 bottom : 0px;
1683 top : 0px;
1684 left : 0px;
1685 right : 0px;
1686 padding : 1em;
1687 overflow : auto;
1688
1689 }
1690
1691 #userSwitch {
1692 position : absolute;
1693 bottom : 2px;
1694 right : 2px;
1695 }
1696
1697 a.feedUpdErrLink {
1698 color : #ff0000;
1699 display : block;
1700 margin-bottom : 0.5em;
1701 }
1702
1703 .catCtrHasUnread, .feedCtrHasUnread {
1704 font-weight : bold;
1705 color : #707070;
1706 }
1707
1708 .catCtrNoUnread, .feedCtrNoUnread {
1709 display : none;
1710 }
1711
1712 ul.headlineDropdownMenu {
1713 list-style-type : none;
1714 margin : 0px;
1715 padding : 0px;
1716 }
1717
1718 ul.headlineDropdownMenu li.top {
1719 float : left;
1720 width : 12em;
1721 background-image : url("images/down_arrow.png");
1722 background-position : center right;
1723 background-repeat : no-repeat;
1724 margin : 0px;
1725 cursor : pointer;
1726 border-width : 1px 1px 1px 1px;
1727 border-color : transparent;
1728 border-style : solid;
1729 }
1730
1731 ul.headlineDropdownMenu li.top2 {
1732 float : left;
1733 }
1734
1735 ul.headlineDropdownMenu li.top3 {
1736 float : left;
1737 margin : 0px;
1738 cursor : pointer;
1739 border-width : 1px 1px 1px 1px;
1740 border-color : transparent;
1741 border-style : solid;
1742 }
1743
1744 ul.headlineDropdownMenu li.vsep {
1745 float : left;
1746 margin : 0px 5px 0px 0px;
1747 border-width : 0px 1px 0px 0px;
1748 border-color : #c0c0c0;
1749 border-style : dotted;
1750 color : white;
1751 }
1752
1753 ul.headlineDropdownMenu li.top:hover {
1754 cursor : pointer;
1755 border-width : 1px 1px 1px 1px;
1756 border-color : #c0c0c0;
1757 border-style : solid;
1758 }
1759
1760 ul.headlineDropdownMenu li.top:hover ul {
1761 display : block;
1762 }
1763
1764 ul.headlineDropdownMenu ul {
1765 list-style-type : none;
1766 position : absolute;
1767 float : none;
1768 margin : 0px;
1769 padding : 0px;
1770 display : none;
1771 background-color : white;
1772 width : 12em;
1773 z-index : 3;
1774 top : auto;
1775 left : auto;
1776 border-width : 0px 1px 1px 1px;
1777 border-color : #c0c0c0;
1778 border-style : solid;
1779 margin-left : -1px;
1780 }
1781
1782 ul.headlineDropdownMenu ul li {
1783 float: none;
1784 padding : 2px 0px 2px 10px;
1785 color : black;
1786 }
1787
1788 ul.headlineDropdownMenu ul li:hover {
1789 color : #4684ff;
1790 background-color : #f0f0f0;
1791 }
1792
1793 #newVersionIcon {
1794 vertical-align : middle;
1795 cursor : pointer;
1796 }
1797
1798 a.helpLinkPic {
1799 float : right;
1800 }
1801
1802 a.helpLinkPic img {
1803 border-width : 0px;
1804 }
1805
1806 #fadd_login_container {
1807 }
1808
1809 li.feedCatHolder {
1810 display : inline;
1811 }
1812
1813 table.prefFeedCatList {
1814 background-color : white;
1815 }
1816
1817 /*a[target="_new"], a[target="_blank"] {
1818 border-width : 0px 0px 1px 0px;
1819 border-color : #778899;
1820 border-style : dotted;
1821 }*/
1822
1823 div.autocomplete {
1824 position : absolute;
1825 width : 250px;
1826 background-color : white;
1827 border :1px solid #778899;
1828 margin : 0px;
1829 padding : 0px;
1830 }
1831
1832 div.autocomplete ul {
1833 list-style-type : none;
1834 margin : 0px;
1835 padding : 0px;
1836 }
1837
1838 div.autocomplete ul li.selected {
1839 background-color : #fff7d5;
1840 }
1841
1842 div.autocomplete ul li {
1843 list-style-type : none;
1844 display : block;
1845 margin : 0;
1846 padding : 2px;
1847 height : 32px;
1848 cursor : pointer;
1849 }
1850
1851 #feedOpToolbar {
1852 float : right;
1853 }
1854
1855 div.topLinks {
1856 float : right;
1857 margin-right : 5px;
1858 color : gray;
1859 }
1860
1861 div.topLinks a {
1862 color : #4684ff;
1863 }
1864
1865 div.topLinks a:hover {
1866 color : black;
1867 }
1868
1869 div.topLinks a.feedback {
1870 color : #009900;
1871 }
1872
1873 div.dashboard {
1874 margin-left : 3px;
1875 }
1876
1877 a.visibleLink {
1878 color : #4684ff;
1879
1880 }
1881
1882 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1883 color : #4684ff;
1884 }
1885
1886 div.cdmFeedTitle {
1887 border-color : #a0a0a0;
1888 border-width : 0px 0px 1px 0px;
1889 border-style : solid;
1890 padding : 5px;
1891 background : url("images/toolbar.png") bottom left;
1892 background-repeat : repeat-x;
1893 }
1894
1895 table.headlinesList tr, table.headlinesList td {
1896 border-collapse : collapse;
1897 margin : 0px;
1898 }
1899
1900 table.headlinesList tr.feedTitle td {
1901 /* text-align : right;
1902 margin-top : 10px; */
1903 /*padding-left : 5px;*/
1904
1905 background : url("images/toolbar.png") bottom left;
1906 background-repeat : repeat-x;
1907
1908 border-color : #c0c0c0;
1909 border-width : 0px 0px 1px 0px;
1910 border-style : solid;
1911 padding : 5px;
1912
1913 }
1914
1915 td.hlContent, td.hlContentL, td.hlContentH {
1916 cursor : pointer;
1917 }
1918
1919 td.hlContentH a, td.hlContentH span {
1920 color : #00cc00;
1921 }
1922
1923 td.hlContentL a, td.hlContentL span {
1924 color : #909090;
1925 text-decoration : line-through;
1926 }
1927
1928 span.titleWrapH, span.titleWrapH a {
1929 color : #00cc00;
1930 }
1931
1932 span.titleWrapL, span.titleWrapL a {
1933 color : #909090;
1934 text-decoration : line-through;
1935 }
1936
1937 img.hlScorePic {
1938 vertical-align : middle;
1939 width : 16px;
1940 height : 16px;
1941 }
1942
1943 div#hotkey_help_overlay {
1944 position : absolute;
1945 left : 30px;
1946 right : 30px;
1947 top : 30px;
1948 z-index : 999;
1949 color : white;
1950 font-size : 15px;
1951 }
1952
1953 div#hotkey_help_overlay h1 {
1954 text-align : center;
1955 }
1956
1957 div#hotkey_help_overlay ul {
1958 list-style-type : none;
1959 margin : 0px;
1960 }
1961
1962 div#hotkey_help_overlay li {
1963 margin : 0px;
1964 }
1965
1966 div#hotkey_help_overlay p {
1967 text-align : center;
1968 }
1969
1970 div#hotkey_help_overlay td.n {
1971 text-align : right;
1972 font-weight : bold;
1973 width : 6em;
1974 color : #a0ffa0;
1975 padding-right : 5px;
1976 }
1977
1978 div#hotkey_help_overlay td {
1979 vertical-align : top;
1980 }
1981
1982 div#hotkey_help_overlay h1 {
1983 margin : 0px;
1984 }
1985
1986 div#hotkey_help_overlay h2 {
1987 font-size : 16px;
1988 border-width : 0px;
1989 margin : 0.3em 0px 0.3em 0px;
1990 text-align : center;
1991 color : #88b0f0;
1992 }
1993
1994 div#hotkey_help_overlay table.hho td.c1 {
1995 height : 30px;
1996 width : 30px;
1997 background : url("images/c1.png");
1998 background-repeat : no-repeat;
1999
2000 }
2001
2002 div#hotkey_help_overlay table.hho td.c2 {
2003 height : 30px;
2004 width : 30px;
2005 background : url("images/c2.png");
2006 background-repeat : no-repeat;
2007 }
2008
2009 div#hotkey_help_overlay table.hho td.c3 {
2010 height : 30px;
2011 width : 30px;
2012 background : url("images/c3.png");
2013 background-repeat : no-repeat;
2014 }
2015
2016 div#hotkey_help_overlay table.hho td.c4 {
2017 height : 30px;
2018 width : 30px;
2019 background : url("images/c4.png");
2020 background-repeat : no-repeat;
2021 }
2022
2023 div#hotkey_help_overlay table.hho td.top,
2024 div#hotkey_help_overlay table.hho td.left,
2025 div#hotkey_help_overlay table.hho td.right,
2026 div#hotkey_help_overlay table.hho td.bottom,
2027 div#hotkey_help_overlay table.hho td.content {
2028 background : url("images/shadow_dark.png");
2029 }
2030
2031 div#hotkey_help_overlay table.hho td.top,
2032 div#hotkey_help_overlay table.hho td.bottom {
2033 text-align : center;
2034 font-size : 13px;
2035 }
2036
2037 div.prefKbdHelp {
2038 float : right;
2039 font-size : 12px;
2040 margin-right : 15px;
2041 }
2042
2043 div.prefKbdHelp img {
2044 vertical-align : middle;
2045 }
2046
2047 div#l_progress_o {
2048 width : 200px;
2049 border : 1px solid black;
2050 background-color : white;
2051 margin-top : 10px;
2052 }
2053
2054 div#l_progress_i {
2055 width : 10px;
2056 background-color : #88b0f0;
2057 height : 10px;
2058 }
2059
2060 #content-insert {
2061 background-color : white;
2062 overflow : auto;
2063 position : absolute;
2064 left : 0px;
2065 right : 0px;
2066 bottom : 0px;
2067 top : 6px;
2068 }
2069
2070 div.dlgSec {
2071 font-size : 14px;
2072 color : gray;
2073 font-weight : bold;
2074 clear : both;
2075 height : 20px;
2076 }
2077
2078 div.dlgSecCont {
2079 position : relative;
2080 left : 150px;
2081 top : -20px;
2082 float : left;
2083 font-size : 12px;
2084 font-weight : medium;
2085 line-height : 200%;
2086 }
2087
2088 div.dlgButtons {
2089 text-align : right;
2090 clear : both;
2091 }
2092
2093 textarea.labelSQL {
2094 font-family : monospace;
2095 }
2096
2097 div#label_test_result {
2098 clear : both;
2099 }