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