]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
send Last-Modified header with the local image
[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 : #88b0f0;
36 background-color : white;
37 background : url("images/toolbar.png");
38 background-position : bottom left;
39 background-repeat : repeat-x;
40 padding : 5px;
41 color : #909090;
42 }
43
44 div.postReply div.postTitle {
45 overflow : hidden;
46 white-space : nowrap;
47 }
48
49 div.postReply div.postDate {
50 padding-left : 10px;
51 }
52
53 div.postReply div.postContent {
54 padding : 10px;
55 font-size : 12px;
56 }
57
58 div.postReply div.postContent img {
59 border-width : 0px;
60 max-width : 98%;
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 top : 25px;
136 right : 10px;
137 border-width : 1px;
138 border-style : solid;
139 position : absolute;
140 display : none;
141 float : right;
142 font-size : 11px;
143 z-index : 99;
144 padding : 5px;
145 min-width : 200px;
146 box-shadow : 0px 0px 2px #ccc;
147 }
148
149 #notify img {
150 vertical-align : middle;
151 margin-right : 4px;
152 }
153
154 .notify {
155 border-color : #d7c47a;
156 background-color : #fff7d5;
157 }
158
159 .notify.progress {
160 border-color : #d7c47a;
161 background-color : #fff7d5;
162 }
163
164 .notify.info {
165 border-color : #88b0f0;
166 background-color : #ecf4ff;
167 }
168
169 .notify.error {
170 background-color : #ffcccc;
171 border-color : #ff0000;
172 }
173
174 .notify.error span:hover {
175 color : red;
176 cursor : pointer;
177 }
178
179 .hl.Unread div.hlTitle {
180 font-weight : bold;
181 }
182
183 .hl.even.Grayed {
184 background : #f0f0f0;
185 color : #909090;
186 border-width : 0px 0px 1px 0px;
187 border-style : solid;
188 border-color : #c0c0c0;
189 border-collapse : collapse;
190 }
191
192 .hl.odd.Grayed {
193 color : #909090;
194 }
195
196 .hl {
197 border-width : 0px 1px 1px 0px;
198 border-style : solid;
199 border-color : #c0c0c0;
200 }
201
202 .hl.active {
203 background : #ecf4ff ! important;
204 }
205
206 .hl.even {
207 background : #f0f0f0;
208 border-collapse : collapse;
209 }
210
211 .hl.odd {
212 background : white;
213 }
214
215 div.filterTestHolder {
216 height : 300px;
217 overflow : auto;
218 border-color : #c0c0c0;
219 border-style : solid;
220 margin : 0px 0px 5px 0px;
221 background-color : #ecf4ff;
222 border-width : 1px 1px 1px 1px;
223 }
224
225
226 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
227 margin : 5px 0px 5px 0px;
228 padding : 10px;
229 color : gray;
230 border-width : 0px 0px 0px 3px;
231 border-color : #c0c0c0;
232 border-style : solid;
233 background : #fafafa;
234 }
235
236 #content-insert code, #headlines-frame code, .dijitContentPane code {
237 color : #009900;
238 font-family : monospace;
239 font-size : 12px;
240 }
241
242 #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
243 margin : 5px 0px 5px 0px;
244 padding : 10px;
245 color : gray;
246 font-family : monospace;
247 font-size : 12px;
248 border-width : 0px;
249 border-color : #c0c0c0;
250 border-style : solid;
251 background : #fafafa;
252 display : block;
253 }
254
255 div.notice, div.warning, div.error {
256 padding : 4px 10px 4px 4px;
257 display : inline-block;
258 margin : 2px 0px 4px 0px;
259 font-size : 12px;
260 box-shadow : 0px 0px 2px #ccc;
261 }
262
263 div.notice div.inner, div.warning div.inner, div.error div.inner {
264 vertical-align : middle;
265 }
266
267 div.notice {
268 background : #ecf4ff;
269 }
270
271 div.warning {
272 background : #fff7d5;
273 }
274
275 div.error {
276 background : #ffcccc;
277 }
278
279 div.warning img, div.notice img, div.error img {
280 margin-right : 4px;
281 float : left;
282 vertical-align : middle;
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 {
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 : #88b0f0;
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 #feedTree {
783 overflow : visible;
784 }
785
786 #headlines-frame {
787 padding : 0px;
788 border-color : #88b0f0;
789 border-left-width : 0px;
790 border-right-width : 0px;
791 margin-top : 0px;
792 border-top-width : 0px;
793 }
794
795 #headlines-toolbar_splitter, #toolbar_splitter {
796 display : none;
797 }
798
799 #toolbar {
800 padding : 0px;
801 margin : 0px;
802 border-width : 0px;
803 white-space: nowrap;
804 font-size : 11px;
805 }
806
807 #header {
808 border-width : 0px;
809 text-align : right;
810 color : gray;
811 padding : 5px 5px 0px 0px;
812 margin : 0px;
813 position : absolute;
814 right : 0px;
815 top : 0px;
816 z-index : 5;
817 }
818
819 #footer {
820 text-align : center;
821 color : gray;
822 padding : 4px 4px 8px 4px;
823 border-width : 0px;
824 }
825
826 #content-insert {
827 padding : 0px;
828 border-color : #88b0f0;
829 border-bottom-width : 0px;
830 border-right-width : 0px;
831 border-left-width : 0px;
832 overflow : auto;
833 }
834
835 .dijitTreeLabel.Unread {
836 font-weight : bold;
837 }
838
839 .feedParam {
840 color : gray;
841 float : right;
842 margin-right : 1em;
843 }
844
845 .dijitTreeLabel.Disabled, .labelParam.Disabled {
846 color : gray;
847 }
848
849 .dijitTreeRow.Error {
850 color : red;
851 }
852
853 .dijitTreeRow.Hidden {
854 display : none;
855 }
856
857 img.feedIcon, img.tinyFeedIcon {
858 width : 16px;
859 height : 16px;
860 vertical-align : middle;
861 }
862
863 .dijitDialog .dijitToolbar {
864 border : 1px solid #c0c0c0;
865 }
866
867 .dijitDialog h2 {
868 margin-top : 0px;
869 margin-bottom : 4px;
870 border-width : 0px;
871 }
872
873 .player {
874 display : inline-block;
875 color : gray;
876 font-size : 11px;
877 font-family : sans-serif;
878 border : 1px solid gray;
879 padding : 0px 4px 0px 4px;
880 margin : 0px 2px 0px 2px;
881 width : 50px;
882 text-align : center;
883 background : white;
884 }
885
886 .player.playing {
887 color : #00c000;
888 border-color : #00c000;
889 }
890
891 .player:hover {
892 background : #f0f0f0;
893 cursor : pointer;
894 }
895
896 #headlines-spacer {
897 height : 100%;
898 margin-left : 1px;
899 text-align : center;
900 padding : 1em;
901 color : gray;
902 }
903
904 ul#filterDlg_Matches, ul#filterDlg_Actions {
905 max-height : 100px;
906 overflow : auto;
907 list-style-type : none;
908 border-style : solid;
909 border-color : #c0c0c0;
910 border-width : 0px 1px 1px 1px;
911 background-color : #ecf4ff;
912 margin : 0px 0px 5px 0px;
913 padding : 0px;
914 }
915
916 ul#filterDlg_Matches li, ul#filterDlg_Actions li {
917 cursor : pointer;
918 padding : 0px 0px 0px 5px;
919 }
920
921 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
922 margin-right : 5px;
923 }
924
925 ul.helpKbList {
926 max-height : 300px;
927 overflow : auto;
928 list-style-type : none;
929 border : 1px solid #c0c0c0;
930 background-color : #ecf4ff;
931 margin : 0px 0px 5px 0px;
932 padding : 5px;
933 }
934
935 ul.helpKbList span.hksequence {
936 width : 6em;
937 margin-left : 20px;
938 color : #88b0f0;
939 font-weight : bold;
940 display : inline-block;
941 }
942
943 ul.helpKbList h2 {
944 margin-top : 0px;
945 }
946
947 .dijitTreeNode .loadingNode {
948 margin-left : 3px;
949 }
950
951 span.collapseBtn {
952 cursor : pointer;
953 }
954
955 div.postContent p {
956 max-width : 650px;
957 }
958
959 div.postContent iframe {
960 min-width : 50%;
961 }
962
963 div.postHeader span.author {
964 color : gray;
965 font-size : 11px;
966 font-weight : normal;
967 }
968
969 body#ttrssZoom {
970 margin-left : auto;
971 margin-right : auto;
972 max-width : 800px;
973 background : #f0f0f0;
974 }
975
976 body#ttrssZoom div.postContent p {
977 max-width : 650px;
978 }
979
980 body#ttrssZoom div.postReply {
981 border : 1px solid #ccc;
982 margin : 20px;
983 box-shadow : 0px 0px 3px #ccc;
984 }
985
986 body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
987 background-color : white;
988 }
989
990 body#ttrssZoom div.footer {
991 margin-top : 1em;
992 text-align : center;
993 }
994
995 select.attachments {
996 display : block;
997 margin-top : 10px;
998 max-width : 120px;
999 }
1000
1001 div.hl.active {
1002 border-color : #88b0f0;
1003 }
1004
1005 div.hl.active a.title {
1006 color : #4684ff;
1007 font-weight : bold;
1008 }
1009