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