]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
Merge branch 'master' into css-feedtree-counter
[tt-rss.git] / tt-rss.css
1 body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
7 font-size : 12px;
8 }
9
10 body#ttrssPrefs {
11 background-color : #ecf4ff;
12 }
13
14 body#ttrssPrefs #footer, body#ttrssPrefs #header {
15 background-color : #ecf4ff;
16 padding-left : 8px;
17 padding-right : 8px;
18 }
19
20 div.postReply {
21 padding : 0px;
22 }
23
24 div.postReply a {
25 color : #4684ff;
26 }
27
28 div.postReply a:hover {
29 color : black;
30 }
31
32 div.postReply div.postHeader {
33 border-width : 0px 0px 1px 0px;
34 border-style : solid;
35 border-color : #c0c0c0;
36 background : #fafafa;
37 box-shadow : 0px 0px 3px 0px #ccc;
38 padding : 5px;
39 color : #909090;
40 }
41
42 div.postReply div.postTitle {
43 overflow : hidden;
44 text-overflow: ellipsis;
45 white-space : nowrap;
46 }
47
48 div.postReply div.postDate {
49 padding-left : 10px;
50 }
51
52 div.postReply div.postContent {
53 padding : 10px;
54 font-size : 12px;
55 }
56
57 div.postReply div.postContent img {
58 border-width : 0px;
59 max-width : 98%;
60 height: auto;
61 }
62
63 div.postReply div.postEnclosures {
64 margin-top : 1em;
65 color : gray;
66 }
67
68 div.postReply img.tagsPic {
69 width : 16px;
70 height : 16px;
71 margin-left : 4px;
72 vertical-align : middle;
73 }
74
75 div.articleNote {
76 background-color : #fff7d5;
77 padding : 5px;
78 border-style : none none dashed none;
79 border-color : #e7d796;
80 border-width : 1px;
81 background-color : #fff7d5;
82 color : #9a8c59;
83 }
84
85 div.articleNote div.noteEdit {
86 float : right;
87 cursor : pointer;
88 }
89
90 div.postReply span.author {
91 font-size : 12px;
92 }
93
94 h1 {
95 font-size : 18px;
96 }
97
98 h2 {
99 font-size : 16px;
100 font-weight : bold;
101 border-width : 0px 0px 1px 0px;
102 border-style : solid;
103 border-color : #ecf4ff;
104 }
105
106 h3 {
107 font-size : 12px;
108 font-weight : bold;
109 border-width : 0px 0px 1px 0px;
110 border-style : solid;
111 border-color : #ecf4ff;
112 }
113
114 hr {
115 border-width : 0px 0px 1px 0px;
116 border-style : dashed;
117 border-color : #e0e0e0;
118 }
119
120 a {
121 color : black;
122 text-decoration : none;
123 }
124
125 a:hover {
126 color : #4684ff;
127 }
128
129 #piggie {
130 z-index : 999;
131 position : absolute;
132 }
133
134 #notify {
135 bottom : 10px;
136 right : 10px;
137 border-width : 1px;
138 border-style : solid;
139 position : absolute;
140 font-size : 12px;
141 z-index : 99;
142 padding : 5px;
143 min-width : 200px;
144 box-shadow : 0px 0px 2px #ccc;
145 }
146
147 #notify img {
148 vertical-align : middle;
149 max-height : 14px;
150 }
151
152 #notify span.msg {
153 width : 100%;
154 }
155
156 #notify span.close {
157 text-align : right;
158 }
159
160 #notify span {
161 display : table-cell;
162 vertical-align : middle;
163 padding : 4px;
164 }
165
166 .notify {
167 border-color : #d7c47a;
168 background-color : #fff7d5;
169 }
170
171 .notify.progress {
172 border-color : #d7c47a;
173 background-color : #fff7d5;
174 }
175
176 .notify.info {
177 border-color : #88b0f0;
178 background-color : #ecf4ff;
179 }
180
181 .notify.error {
182 background-color : #ffcccc;
183 border-color : #ff0000;
184 }
185
186 .hl.Unread div.hlTitle {
187 font-weight : bold;
188 }
189
190 .hl.Grayed {
191 color : #909090;
192 }
193
194 #headlines-frame div.hl:nth-child(even) {
195 background : #f0f0f0;
196 }
197
198 .hl {
199 border-width : 0px 1px 1px 0px;
200 border-style : solid;
201 border-color : #c0c0c0;
202 }
203
204 .hl.active {
205 background : #ecf4ff ! important;
206 }
207
208 div.filterTestHolder {
209 height : 300px;
210 overflow : auto;
211 border-color : #c0c0c0;
212 border-style : solid;
213 margin : 0px 0px 5px 0px;
214 background-color : #ecf4ff;
215 border-width : 1px 1px 1px 1px;
216 }
217
218
219 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
220 margin : 5px 0px 5px 0px;
221 padding : 10px;
222 color : gray;
223 border-width : 0px 0px 0px 3px;
224 border-color : #c0c0c0;
225 border-style : solid;
226 background : #fafafa;
227 }
228
229 #content-insert code, #headlines-frame code, .dijitContentPane code {
230 color : #009900;
231 font-family : monospace;
232 font-size : 12px;
233 }
234
235 #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
236 margin : 5px 0px 5px 0px;
237 padding : 10px;
238 color : gray;
239 font-family : monospace;
240 font-size : 12px;
241 border-width : 0px;
242 border-color : #c0c0c0;
243 border-style : solid;
244 background : #fafafa;
245 display : block;
246 max-width : 98%;
247 overflow : auto;
248 }
249
250 div.notice, div.warning, div.error {
251 padding : 4px 10px 4px 4px;
252 display : inline-block;
253 margin : 2px 0px 4px 0px;
254 font-size : 12px;
255 box-shadow : 0px 0px 2px #ccc;
256 }
257
258 div.notice div.inner, div.warning div.inner, div.error div.inner {
259 vertical-align : middle;
260 }
261
262 div.notice {
263 background : #ecf4ff;
264 }
265
266 div.warning {
267 background : #fff7d5;
268 }
269
270 div.error {
271 background : #ffcccc;
272 }
273
274 div.warning img, div.notice img, div.error img {
275 margin-right : 4px;
276 vertical-align : middle;
277 }
278
279 div.warning span, div.notice span, div.error span {
280 display : table-cell;
281 vertical-align : middle;
282
283 }
284
285 ul.nomarks {
286 list-style-type : none;
287 margin : 0px;
288 padding : 10px;
289 }
290
291 div.prefHelp {
292 color : gray;
293 padding : 5px;
294 }
295
296 span.feed_error {
297 color : red;
298 }
299
300 .insensitive {
301 color : gray;
302 }
303
304 .insensitive a {
305 color : #4684ff;
306 }
307
308 .insensitive a:hover {
309 color : black;
310 }
311
312 div#headlines-toolbar {
313 border-width : 0px 0px 1px 0px;
314 background-color : #f0f0f0;
315 border-color : #c0c0c0;
316 font-size : 11px;
317 font-family : "Segoe UI", Tahoma, sans-serif;
318 color : gray;
319 padding : 0px;
320 margin : 0px;
321 overflow : hidden;
322 height : 25px;
323 line-height : 25px;
324 padding-left : 4px;
325 }
326
327 div#headlines-toolbar .dijitSelect {
328 font-size : 11px;
329 position : relative;
330 top : -2px;
331 }
332
333 div#headlines-toolbar span.r {
334 float: right;
335 position: relative;
336 padding : 0 4px 0px 4px;
337 text-align : right;
338 }
339
340 div#headlines-toolbar span.r span.error {
341 color : red;
342 }
343
344 div#headlines-toolbar span.r a {
345 color : gray;
346 }
347
348 div#headlines-toolbar span.r a:hover {
349 color : black;
350 }
351
352 span.contentPreview {
353 color : gray;
354 font-weight : normal;
355 }
356
357 span.contentPreview:hover {
358 color : #4684ff;
359 }
360
361 span.hlLabelRef {
362 background-color : #fff7d5;
363 font-size : 8px;
364 color : #063064;
365 font-weight : normal;
366 margin : 0px 3px 0px 3px;
367 padding : 0px 4px 0px 4px;
368 white-space: nowrap;
369 }
370
371 div.postHeader div.postDate {
372 text-align : right;
373 color : gray;
374 float : right;
375 }
376
377 div.postHeader div {
378 padding-bottom : 3px;
379 font-size : 12px;
380 }
381
382 #feedUpdateErrors {
383 display : none;
384 }
385
386 #allEntryTags {
387 font-size : 12px;
388 border-width : 0px 0px 1px 0px;
389 border-style : solid;
390 border-color : #c0c0c0;
391 padding-bottom : 5px;
392 display : none;
393 }
394
395 div.hlFeed, div.hlFeed a {
396 font-size : 10px;
397 color : gray;
398 font-style : italic;
399 font-weight : normal;
400 white-space: nowrap;
401 }
402
403 div.hlFeed a:hover {
404 color : #4684ff;
405 }
406
407 img.markedPic, img.pubPic {
408 cursor : pointer;
409 vertical-align : middle;
410 }
411
412 div.tagCloudContainer {
413 border : 1px solid #c0c0c0;
414 background-color : #ecf4ff;
415 margin : 5px 0px 5px 0px;
416 padding : 5px;
417 text-align : center;
418 }
419
420 div.errorExplained {
421 border : 1px solid #c0c0c0;
422 background-color : #ecf4ff;
423 margin : 5px 0px 5px 0px;
424 padding : 5px;
425 }
426
427 ul.feedErrorsList {
428 max-height : 300px;
429 overflow : auto;
430 list-style-type : none;
431 border : 1px solid #c0c0c0;
432 background-color : #ecf4ff;
433 margin : 0px 0px 5px 0px;
434 padding : 5px;
435 }
436
437 ul.feedErrorsList em {
438 color : gray;
439 }
440
441 ul.browseFeedList {
442 height : 300px;
443 overflow : auto;
444 border-width : 0px 1px 1px 1px;
445 border-color : #c0c0c0;
446 border-style : solid;
447 margin : 0px 0px 5px 0px;
448 background-color : white;
449 list-style-type : none;
450 padding : 0px;
451
452 }
453
454 ul.browseFeedList li {
455 margin : 0px;
456 padding : 2px 4px 2px 4px;
457 }
458
459 span.subscribers {
460 color : #808080;
461 }
462
463 div.subscribers {
464 color : #808080;
465 font-size : 12px;
466 float : right;
467 }
468
469 div.browserDetails {
470 margin : 5px 5px 5px 5px;
471 padding : 5px;
472 }
473
474 ul.compact {
475 list-style-type : none;
476 margin : 0px;
477 padding : 0px;
478 }
479
480 ul.compact li {
481 margin : 0px;
482 padding : 0px;
483 }
484
485 .noborder {
486 border-width : 0px;
487 }
488
489 #overlay {
490 background : white;
491 left : 0;
492 top : 0;
493 height : 100%;
494 width : 100%;
495 z-index : 100;
496 position : absolute;
497 }
498
499 #overlay_inner {
500 font-weight : bold;
501 margin : 1em;
502 }
503
504 form {
505 margin : 0px;
506 padding : 0px;
507 }
508
509 #main_toolbar_form {
510 margin : 0px;
511 padding : 0px;
512 display : table-cell;
513 white-space : nowrap;
514 width : 100%;
515 }
516
517 div.loadingPrompt {
518 padding : 1em;
519 text-align : center;
520 font-weight : bold;
521 }
522
523 div.whiteBox {
524 margin-left : 1px;
525 text-align : center;
526 padding : 1em;
527 }
528
529 html, body#ttrssMain, #main {
530 width: 100%;
531 height: 100%;
532 border: 0;
533 padding: 0;
534 margin: 0;
535 }
536
537 #toolbar div.actionChooser {
538 display : table-cell;
539 text-align : right;
540 padding-right : 3px;
541 }
542
543 div.autocomplete {
544 position : absolute;
545 width : 250px;
546 background-color : white;
547 border :1px solid #778899;
548 margin : 0px;
549 padding : 0px;
550 }
551
552 div.autocomplete ul {
553 list-style-type : none;
554 margin : 0px;
555 padding : 0px;
556 }
557
558 div.autocomplete ul li.selected {
559 background-color : #fff7d5;
560 }
561
562 div.autocomplete ul li {
563 list-style-type : none;
564 display : block;
565 margin : 0;
566 padding : 2px;
567 height : 32px;
568 cursor : pointer;
569 }
570
571 a.visibleLink {
572 color : #4684ff;
573 }
574
575 .hlContentH a, .hlContentH span {
576 color : #00cc00;
577 }
578
579 .hlContentL a, .hlContentL span {
580 color : #909090;
581 text-decoration : line-through;
582 }
583
584 span.titleWrapH, span.titleWrapH a {
585 color : #00cc00;
586 }
587
588 span.titleWrapL, span.titleWrapL a {
589 color : #909090;
590 text-decoration : line-through;
591 }
592
593 img.hlScorePic {
594 vertical-align : middle;
595 width : 16px;
596 height : 16px;
597 }
598
599 div.dlgSec {
600 font-size : 12px;
601 color : gray;
602 font-weight : bold;
603 clear : both;
604 height : 20px;
605 }
606
607 div.dlgSecCont {
608 position : relative;
609 left : 150px;
610 top : -20px;
611 float : left;
612 font-size : 12px;
613 font-weight : normal;
614 }
615
616 div.dlgSecCont hr {
617 height : 0px;
618 line-height : 0px;
619 border : 0px solid transparent;
620 margin : 2px;
621 }
622
623 div.dlgSecCont > * {
624 position : relative;
625 top : -2px;
626 }
627
628 div.dlgButtons {
629 text-align : right;
630 clear : both;
631 }
632
633 span.labelColorIndicator {
634 height : 14px;
635 width : 14px;
636 line-height : 14px;
637 font-size : 9px;
638 display : inline-block;
639 border : 1px solid black;
640 background-color : #fff7d5;
641 color : #063064;
642 text-align : center;
643 margin-right : 2px;
644 }
645
646 span.labelColorIndicator2 {
647 height : 14px;
648 width : 14px;
649 font-size : 9px;
650 display : inline-block;
651 border : 1px solid black;
652 background-color : #fff7d5;
653 color : #063064;
654 text-align : center;
655 margin-right : 2px;
656 vertical-align : bottom;
657 }
658
659 div#cmdline {
660 position : absolute;
661 left : 5px;
662 bottom : 5px;
663 font-size : 11px;
664 color : gray;
665 font-weight : bold;
666 background-color : white;
667 border : 1px solid #88b0f0;
668 padding : 3px 5px 3px 5px;
669 z-index : 5;
670 }
671
672 #feed_browser_spinner {
673 vertical-align : middle;
674 height : 18px;
675 width : 18px;
676 }
677
678 div.hlTitle {
679 display : table-cell;
680 cursor : pointer;
681 width : 100%;
682 vertical-align : middle;
683 padding-top : 4px;
684 padding-bottom : 4px;
685 }
686
687 div.hlLeft {
688 display : table-cell;
689 vertical-align : middle;
690 white-space: nowrap;
691 }
692
693 div.hlRight {
694 display : table-cell;
695 white-space: nowrap;
696 text-align : right;
697 vertical-align : middle;
698 }
699
700 div.hlRight img {
701 max-width : 16px;
702 max-height : 16px;
703 }
704
705 span.hlUpdated {
706 color : gray;
707 min-width : 100px;
708 display : table-cell;
709 width : 100%;
710 vertical-align : middle;
711 text-align : right;
712 font-size : 10px;
713 font-weight : normal;
714 }
715
716 div.hlLeft {
717 padding-left : 8px;
718 }
719
720 div.hlLeft input {
721 margin-left : 4px;
722 margin-right : 4px;
723 }
724
725 div.hlLeft img, div.hlRight img {
726 margin : 0px 4px 0px 4px;
727 }
728
729 div.hlLeft img {
730 width : 16px;
731 height : 16px;
732 }
733
734 div.fatalError {
735 margin-bottom : 10px;
736 }
737
738 div.fatalError button {
739 margin-top : 5px;
740 }
741
742 div.fatalError textarea {
743 width : 100%;
744 height : 100px;
745 }
746
747 #main {
748 border-width : 0px;
749 margin : 0px;
750 padding : 0px;
751 }
752
753 #header-wrap {
754 border-width : 0px;
755 margin : 0px;
756 padding : 0px;
757 }
758
759 #content-wrap {
760 padding : 0px;
761 border-width : 0px 0px 1px 1px;
762 border-style : solid;
763 border-color : #c0c0c0;
764 margin : 0px;
765 }
766
767 #feeds-holder {
768 padding : 0px;
769 border-color : #c0c0c0;
770 border-left-width : 0px;
771 border-bottom-width : 0px;
772 border-top-width : 0px;
773 overflow : auto;
774 }
775
776 #headlines-wrap-inner {
777 padding : 0px;
778 margin : 0px;
779 border-width : 0px;
780 }
781
782 #headlines-frame {
783 padding : 0px;
784 border-color : #c0c0c0;
785 border-left-width : 0px;
786 border-right-width : 0px;
787 margin-top : 0px;
788 border-top-width : 0px;
789 }
790
791 #headlines-toolbar_splitter, #toolbar_splitter {
792 display : none;
793 }
794
795 #toolbar {
796 padding : 0px;
797 margin : 0px;
798 border-width : 0px;
799 white-space: nowrap;
800 font-size : 11px;
801 }
802
803 #header {
804 border-width : 0px;
805 text-align : right;
806 color : gray;
807 padding : 5px 5px 0px 0px;
808 margin : 0px;
809 position : absolute;
810 right : 0px;
811 top : 0px;
812 z-index : 5;
813 }
814
815 #footer {
816 text-align : center;
817 color : gray;
818 padding : 4px 4px 8px 4px;
819 border-width : 0px;
820 }
821
822 #content-insert {
823 padding : 0px;
824 border-color : #c0c0c0;
825 border-bottom-width : 0px;
826 border-right-width : 0px;
827 border-left-width : 0px;
828 overflow : auto;
829 }
830
831 .dijitTreeLabel.Unread {
832 font-weight : bold;
833 }
834
835 .feedParam {
836 color : gray;
837 float : right;
838 margin-right : 1em;
839 }
840
841 .labelParam {
842 float : right;
843 margin-right : 1em;
844 }
845
846 .dijitTreeLabel.Disabled, .labelParam.Disabled {
847 color : gray;
848 }
849
850 .dijitTreeRow.Error {
851 color : red;
852 }
853
854 .dijitTreeRow.Hidden {
855 display : none;
856 }
857
858 img.feedIcon, img.tinyFeedIcon {
859 width : 16px;
860 height : 16px;
861 vertical-align : middle;
862 display : inline-block;
863 }
864
865 .dijitDialog .dijitToolbar {
866 border : 1px solid #c0c0c0;
867 }
868
869 .dijitDialog h2 {
870 margin-top : 0px;
871 margin-bottom : 4px;
872 border-width : 0px;
873 }
874
875 .player {
876 display : inline-block;
877 color : gray;
878 font-size : 11px;
879 font-family : sans-serif;
880 border : 1px solid gray;
881 padding : 0px 4px 0px 4px;
882 margin : 0px 2px 0px 2px;
883 width : 50px;
884 text-align : center;
885 background : white;
886 }
887
888 .player.playing {
889 color : #00c000;
890 border-color : #00c000;
891 }
892
893 .player:hover {
894 background : #f0f0f0;
895 cursor : pointer;
896 }
897
898 #headlines-spacer {
899 height : 100%;
900 margin-left : 1px;
901 text-align : center;
902 padding : 1em;
903 color : gray;
904 }
905
906 ul#filterDlg_Matches, ul#filterDlg_Actions {
907 max-height : 100px;
908 overflow : auto;
909 list-style-type : none;
910 border-style : solid;
911 border-color : #c0c0c0;
912 border-width : 0px 1px 1px 1px;
913 background-color : #ecf4ff;
914 margin : 0px 0px 5px 0px;
915 padding : 0px;
916 }
917
918 ul#filterDlg_Matches li, ul#filterDlg_Actions li {
919 cursor : pointer;
920 padding : 0px 0px 0px 5px;
921 }
922
923 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
924 margin-right : 5px;
925 }
926
927 ul.helpKbList {
928 max-height : 300px;
929 overflow : auto;
930 list-style-type : none;
931 border : 1px solid #c0c0c0;
932 background-color : #ecf4ff;
933 margin : 0px 0px 5px 0px;
934 padding : 5px;
935 }
936
937 ul.helpKbList span.hksequence {
938 width : 6em;
939 margin-left : 20px;
940 color : #88b0f0;
941 font-weight : bold;
942 display : inline-block;
943 }
944
945 ul.helpKbList h2 {
946 margin-top : 0px;
947 }
948
949 .dijitTreeNode .loadingNode {
950 margin-left : 3px;
951 }
952
953 span.collapseBtn {
954 cursor : pointer;
955 }
956
957 div.postContent p {
958 max-width : 650px;
959 }
960
961 div.postContent iframe {
962 min-width : 50%;
963 }
964
965 div.postHeader span.author {
966 color : gray;
967 font-size : 11px;
968 font-weight : normal;
969 }
970
971 body#ttrssZoom {
972 margin-left : auto;
973 margin-right : auto;
974 padding : 2em;
975 max-width : 800px;
976 background : #f0f0f0;
977 }
978
979 body#ttrssZoom div.postContent p {
980 max-width : 650px;
981 }
982
983 body#ttrssZoom div.postReply {
984 border : 1px solid #ccc;
985 box-shadow : 0px 0px 3px #ccc;
986 }
987
988 body#ttrssZoom div.postContent {
989 background-color : white;
990 }
991
992 body#ttrssZoom div.footer {
993 margin-top : 1em;
994 text-align : center;
995 }
996
997 body#ttrssZoom div.postContent img {
998 max-width : 650px;
999 height : auto;
1000 }
1001
1002 select.attachments {
1003 display : block;
1004 margin-top : 10px;
1005 max-width : 120px;
1006 }
1007
1008 div.hl.active {
1009 border-color : #88b0f0;
1010 }
1011
1012 div.hl.active a.title {
1013 color : #4684ff;
1014 }
1015
1016 #selected_prompt {
1017 margin-right : 25px;
1018 }
1019
1020 #feedTree .dijitTreeRow, #feedTree .dijitFocused {
1021 padding : 1px 0px 1px;
1022 border-width : 1px;
1023 border-color : transparent;
1024 }
1025
1026 #feedTree .dijitTreeNode {
1027 padding : 0px;
1028 border-width : 0px;
1029 }
1030
1031 #feedTree {
1032 height : 100%;
1033 overflow-x : hidden;
1034 }