]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
remove border from #notify
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
7 }
8
9 /* common styles */
10
11 table.main td.headerBox {
12 background-image : url("images/vgrad_light_rev2.png");
13 background-position : top left;
14 background-repeat : repeat-x;
15 }
16
17 table.main td.header {
18 padding : 10px 10px 10px 30px;
19 height : 70px;
20 }
21
22 table.main td.mainToolbar {
23 border-width : 0px 0px 0px 0px;
24 border-style : solid;
25 border-color : #c0c0c0;
26 padding : 3px 25px 3px 10px;
27 }
28
29 table.main td.prefsToolbar {
30 padding : 0px 5px 5px 0px;
31 }
32
33 table.main td.feeds {
34 width : 300px;
35 height : 100%;
36 border-width : 1px 0px 0px 0px;
37 border-style : solid;
38 border-color : #c0c0c0;
39 padding : 0px;
40 }
41
42 table.main td.headlinesToolbarBox {
43 padding : 10px;
44 border-width : 0px 0px 1px 1px;
45 border-style : solid;
46 border-color : #c0c0c0;
47 background-image : url("images/vgrad_light.png");
48 background-position : bottom left;
49 background-repeat : repeat-x;
50 }
51
52 table.main td.footer {
53 border-width : 1px 0px 0px 0px;
54 border-style : solid;
55 border-color : #c0c0c0;
56 padding : 10px;
57 text-align : center;
58 font-size : x-small;
59 background-image : url("images/vgrad_light_rev2.png");
60 background-position : top left;
61 background-repeat : repeat-x;
62 color : gray;
63 }
64
65 table.main td.footer a {
66 color : gray;
67 }
68
69 table.main td.footer a:hover {
70 color : #5050aa;
71 }
72
73 table.main td.headlines {
74 height : 25%;
75 border-width : 0px 0px 1px 1px;
76 border-style : solid;
77 border-color : #c0c0c0;
78 }
79
80 table.main td.headlines2 {
81 height : 100%;
82 border-width : 0px 0px 0px 1px;
83 border-style : solid;
84 border-color : #c0c0c0;
85 }
86
87 table.main td.content {
88 height : 100%;
89 background-image : url("images/vgrad_light_rev.png");
90 background-position : top left;
91 background-repeat : repeat-x;
92 border-width : 0px 0px 0px 1px;
93 border-style : solid;
94 border-color : #c0c0c0;
95 }
96
97 table.main td.prefContent {
98 height : 100%;
99 background-image : url("images/vgrad_light_rev.png");
100 background-position : top left;
101 background-repeat : repeat-x;
102 border-width : 1px 0px 0px 0px;
103 border-style : solid;
104 border-color : #c0c0c0;
105 padding : 20px;
106 }
107
108 div.postReply {
109 background-image : url("images/vgrad_light_rev.png");
110 background-position : top left;
111 background-repeat : repeat-x;
112 height : 100%;
113 padding : 10px;
114 }
115
116 div.postReply a {
117 color : #5050aa;
118 }
119
120 div.postReply a:hover {
121 color : black;
122 }
123
124 div.postReply div.postHeader {
125 background : white;
126 border : 1px solid #c0c0c0;
127 padding : 5px;
128 }
129
130 div.postReply div.postContent {
131 padding : 10px;
132 }
133
134 div.postReply div.postIcon {
135 float : right;
136 border : 0px;
137 margin : 10px 0px 10px 10px;
138 }
139
140 ul.feedList {
141 list-style-type : none;
142 margin : 5px;
143 padding : 0px 0px 0px 10px;
144 }
145
146 ul.feedList li.feedCat {
147 margin : 0px;
148 padding : 3px 0px 3px 0px;
149 /* border-width : 0px 0px 1px 0px;
150 border-color : #f0f0f0;
151 border-style : solid; */
152 color : #707070;
153 font-size : small;
154 }
155
156 ul.feedList li.feedCat a {
157 color : #707070;
158 }
159
160 ul.feedList li.feedCat a:hover {
161 color : #5050aa;
162 }
163
164 ul.feedCatList {
165 list-style-type : none;
166 margin : 0px;
167 padding : 0px 0px 0px 10px;
168 }
169
170 ul.feedCatList li {
171 margin : 0px;
172 padding : 0px 0px 0px 0px;
173 }
174
175 ul.feedList li {
176 margin : 0px;
177 }
178
179 /*
180 li.oddSelected, li.evenSelected {
181 background-color : white;
182 }
183
184 li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
185 li.oddSelectedUnread {
186 background-color : white;
187 font-weight : bold;
188 }
189
190 li.oddSelected a, li.evenSelected a,
191 li.oddUnreadSelected a, li.evenUnreadSelected a {
192 color : #5050aa;
193 }
194
195 ul.feedlist
196 li.virtSelected,
197 li.virtUnreadSelected,
198 li.virtSelectedUnread,
199 li.feedSelected,
200 li.labelSelected,
201 li.feedUnreadSelected,
202 li.labelUnreadSelected,
203 li.feedSelectedUnread,
204 li.labelSelectedUnread {
205 background-color : white;
206 }
207
208 ul.feedlist
209 li.feedSelected a,
210 li.labelSelected a,
211 li.feedUnreadSelected a,
212 li.labelUnreadSelected a,
213 li.virtSelected a,
214 li.virtUnreadSelected a,
215 li.virtSelectedUnread a {
216 color : #5050aa;
217 } */
218
219 ul.feedlist li.feedUnread,
220 ul.feedlist li.labelUnread,
221 ul.feedlist li.virtUnread,
222 ul.feedlist li.tagUnread {
223 font-weight : bold;
224 }
225
226
227 ul.feedlist li.feedSelected a,
228 ul.feedlist li.labelSelected a,
229 ul.feedlist li.virtSelected a,
230 ul.feedlist li.tagSelected a {
231 color : #5050aa;
232 }
233
234 ul.feedlist li.feedUnreadSelected a,
235 ul.feedlist li.labelUnreadSelected a,
236 ul.feedlist li.virtUnreadSelected a,
237 ul.feedlist li.tagUnreadSelected a {
238 color : #5050aa;
239 }
240
241 ul.feedlist li.feedUnreadSelected ,
242 ul.feedlist li.labelUnreadSelected,
243 ul.feedlist li.virtUnreadSelected,
244 ul.feedlist li.tagUnreadSelected {
245 font-weight : bold;
246 }
247
248 ul.feedList li.feed {
249 display : block;
250 }
251
252 ul.feedList img, img.tinyFeedIcon {
253 margin : 0px 3px 0px 0px;
254 width : 16px;
255 height : 16px;
256 border-width : 0px;
257 }
258
259 h1 {
260 font-size : 16pt;
261 }
262
263 h2 {
264 font-size : 14pt;
265 font-weight : bold;
266 border-width : 0px 0px 1px 0px;
267 border-style : solid;
268 border-color : #e0e0e0;
269 }
270
271 h3 {
272 font-size : 12pt;
273 font-weight : bold;
274 border-width : 0px 0px 1px 0px;
275 border-style : solid;
276 border-color : #e0e0e0;
277 }
278
279 hr {
280 border-width : 0px 0px 1px 0px;
281 border-style : dashed;
282 border-color : #e0e0e0;
283 }
284
285 a {
286 color : black;
287 text-decoration : none;
288 }
289
290 a:hover {
291 color : #5050aa;
292 }
293
294 #piggie {
295 width : 400;
296 height : 400;
297 left : 50;
298 background-color : white;
299 display : none;
300 z-index : 3;
301 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
302 background-position : center center;
303 background-repeat : no-repeat;
304 position : absolute;
305 border : 1px solid pink;
306 margin-left : auto;
307 margin-right : auto;
308 -moz-border-radius : 10px;
309 opacity : 0.8;
310 }
311
312 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
313 #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
314 #iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass {
315 width : 100%;
316 padding-left : 2px;
317 }
318
319 input.editbox {
320 width : 200px;
321 padding-left : 2px;
322 }
323
324 #notify {
325 font-size : 10pt;
326 text-align : right;
327 color : black;
328 font-weight : bold;
329 padding : 3px;
330 }
331
332 #dispSwitch {
333 text-align : right;
334 padding : 5px 5px 5px 0px;
335 font-size : x-small;
336 }
337
338 #dispSwitch a {
339 color : gray;
340 }
341
342 #dispSwitch a:hover {
343 color : #5050aa;
344 }
345
346 div.expPane {
347 margin : 15px;
348 }
349
350 iframe {
351 border : 0px solid white;
352 }
353
354 iframe.feedsFrameWithActions {
355 width : 100%;
356 height : 90%;
357 margin : 0px;
358 padding : 0px;
359 }
360
361 iframe.feedsFrame {
362 width : 100%;
363 height : 100%;
364 margin : 0px;
365 padding : 0px;
366 }
367
368 iframe.contentFrame, iframe.headlinesFrame {
369 width : 100%;
370 padding : 0px;
371 margin : 0px;
372 height : 100%;
373 }
374
375 .button {
376 border : 1px solid #d0d0d0;
377 background-image : url("images/button.png");
378 background-position : top;
379 background-repeat : repeat-x;
380 background-color : white;
381 color : black;
382 }
383
384 .button:hover {
385 background : white;
386 text-decoration : none;
387 color : black;
388 }
389
390 a.button {
391 padding : 2px 5px 2px 5px;
392 font-size : small;
393 }
394
395 .evenUnreadSelected, .evenSelectedUnread {
396 background-color : #e0e0ff;
397 font-weight : bold;
398 }
399
400 .oddUnreadSelected, .oddSelectedUnread {
401 background-color : #e0e0ff;
402 font-weight : bold;
403 }
404
405 .evenSelected, .oddSelected {
406 background-color : #e0e0ff;
407 }
408
409
410 /*
411 .feedUnreadSelected, .feedSelectedUnread,
412 .virtUnreadSelected, .virtSelectedUnread,
413 .labelUnreadSelected, .labelSelectedUnread {
414 background-color : #e0e0ff;
415 font-weight : bold;
416 } */
417
418 .disabledButton {
419 border : 1px solid #c0c0c0;
420 background-color : white;
421 color : gray;
422 }
423
424 .evenGrayed {
425 background-color : #f0f0f0;
426 color : #909090;
427 }
428
429 .oddGrayed {
430 color : #909090;
431 }
432
433 .even {
434 background-color : #f0f0f0;
435 }
436
437 .evenUnread {
438 background-color : #f0f0f0;
439 font-weight : bold;
440 }
441
442 .oddUnread {
443 font-weight : bold;
444 }
445
446 .invisible {
447 display : none;
448 }
449
450 input {
451 border : 1px solid #a0a0a0;
452 }
453
454 /* preferences */
455
456 tr.title td {
457 border-width : 0px 0px 1px 0px;
458 border-color : #f0f0f0;
459 border-style : solid;
460 font-size : x-small;
461 color : gray;
462 }
463
464 tr.title td a {
465 color : gray;
466 }
467
468 tr.title td a:hover {
469 color : #5050aa;
470 }
471
472 table.prefFeedList td.feedEditCat {
473 font-size : large;
474 font-weight : bold;
475 padding : 5px 0px 5px 0px;
476 }
477
478 table.prefFeedList td.feedIcon {
479 text-align : center;
480 }
481
482 table.prefFeedList td.feedSelect {
483 text-align : center;
484 }
485
486 a.helpLink {
487 color : #808080;
488 }
489
490 a.helpLink:hover {
491 color : #5050aa;
492 }
493
494 div.helpResponse {
495 margin : 10px;
496 background-image : url("images/vgrad_light_rev2.png");
497 background-position : top left;
498 background-repeat : repeat-x;
499 padding : 10px 20px 10px 20px;
500 border : 1px solid #f0f0f0;
501 }
502
503 #userDlgShadow {
504 z-index : 3;
505 position : absolute;
506 left : 30%;
507 top : 30%;
508 display : none;
509 background-image : url("images/shadow.png");
510 }
511
512 #userDlg {
513 background : #fffff0;
514 position : relative;
515 bottom : 2px;
516 right : 2px;
517 padding : 15px;
518 border : 1px solid #c0c0c0;
519 }
520
521 #qafInput {
522 width : 300px;
523 }
524
525
526 #infoBox {
527 border : 1px solid #c0c0c0;
528 padding-bottom : 10px;
529 font-size : small;
530 position : relative;
531 bottom : 2px;
532 right : 2px;
533 background-color : white;
534 }
535
536 #infoBoxShadow {
537 background-image : url("images/shadow.png");
538 position : absolute;
539 margin-left : 30%;
540 width : 30%;
541 z-index : 3;
542 display : none;
543 top : 30%;
544 }
545
546 div.infoBoxContents {
547 background-image : url("images/vgrad_light_rev2.png");
548 background-position : top left;
549 background-repeat : repeat-x;
550 padding : 5px;
551 margin-bottom : 5px;
552 }
553
554 div.infoBoxContents td {
555 font-size : small;
556 }
557
558
559 div.helpResponse h1, div.infoBoxContents h1 {
560 border-width : 0px 0px 1px 0px;
561 border-style : solid;
562 border-color : #c0c0c0;
563 font-size : 16pt;
564 }
565
566 div.helpResponse h2, div.infoBoxContents h2 {
567 border-width : 0px 0px 0px 0px;
568 font-size : 12pt;
569 }
570
571 /* pre {
572 border : 1px solid #c0c0c0;
573 padding : 5px;
574 background : #f0f0f0;
575 margin : 5px 10px 5px 10px;
576 } */
577
578 pre {
579 margin : 5px;
580 }
581
582 input.extSearch {
583 width : 200px;
584 }
585
586 table.main td.prefsTabs {
587 padding-left : 15px;
588 }
589
590 input.prefsTab {
591 border-width : 1px 1px 0px 1px;
592 border-color : #c0c0c0;
593 padding : 2px 7px 2px 7px;
594 margin : 0px 1px 0px 0px;
595 width : 150px;
596 background-image : url("images/vgrad_light_rev2.png");
597 background-position : top left;
598 background-repeat : repeat-x;
599 -moz-border-radius : 7px 7px 0px 0px;
600 }
601
602 input.prefsTabSelected {
603 border-width : 1px 1px 0px 1px;
604 border-color : #c0c0c0;
605 padding : 2px 7px 2px 7px;
606 margin : 0px 1px 0px 0px;
607 width : 150px;
608 background : white;
609 font-weight : bold;
610 background-position : top left;
611 background-repeat : repeat-x;
612 -moz-border-radius : 7px 7px 0px 0px;
613 }
614
615
616 input.prefsTab:hover {
617 background : white;
618 }
619
620 div.warning {
621 background : #fffff0;
622 border : 1px solid #c0c0c0;
623 padding : 5px;
624 margin : 5px;
625 font-size : x-small;
626 }
627
628 div.notice {
629 background : #ffffff;
630 border : 1px solid #c0c0c0;
631 padding : 5px;
632 margin : 5px;
633 font-size : x-small;
634 }
635
636 ul.nomarks {
637 list-style-type : none;
638 margin : 0px;
639 padding : 10px;
640 }
641
642 div.bigErrorMsg {
643 border : 1px solid #c0c0c0;
644 background : #fff0f0;
645 padding : 30px;
646 margin : 20px;
647 }
648
649 div.prefHelp, td.prefHelp {
650 font-size : x-small;
651 color : gray;
652 padding : 5px;
653 }
654
655 td.welcomePrompt {
656 font-size : small;
657 color : gray;
658 text-align : right;
659 padding-right : 10px;
660
661 }
662
663 td.httpWelcomePrompt {
664 font-size : small;
665 color : gray;
666 text-align : right;
667 }
668
669 table.loginForm {
670 background-image : url("images/vgrad_light_rev.png");
671 background-color : white;
672 background-position : top left;
673 background-repeat : repeat-x;
674 }
675
676 table.innerLoginForm {
677 border : 1px solid #f0f0f0;
678 padding : 50px;
679 background-color : white;
680 }
681
682 table.innerLoginForm td {
683 padding : 3px 3px 5px 3px;
684 }
685
686 div.small, p.small {
687 font-size : x-small;
688 }
689
690 span.insensitive {
691 color : gray;
692 }
693
694 .prefGenericAddBox {
695 margin : 5px;
696 font-size : small;
697 }
698
699 .prefGenericAddBox td {
700 font-size : small;
701 }
702
703 body.logoutBody {
704 background-color : #f0f0f0;
705 color : black;
706 }
707
708 span.logoutWarning {
709 color : red;
710 font-weight : bold;
711 }
712
713 div.logoutContent {
714 width : 600px;
715 border : 1px solid #c0c0c0;
716 background-color : white;
717 margin-left : auto;
718 margin-right : auto;
719 margin-top : 20px;
720 padding : 10px;
721 }
722
723 .small {
724 font-size : small;
725 }
726
727 table.innerFeedTable td {
728 margin : 0px;
729 padding : 0px;
730 }
731
732 td.selectPrompt {
733 font-size : x-small;
734 color : gray;
735 }
736
737 table.headlinesSubToolbar td.headlineActions {
738 font-size : x-small;
739 color : gray;
740 padding : 5px 0px 5px 5px;
741 }
742
743 table.headlinesSubToolbar td.headlineTitle {
744 font-size : x-small;
745 color : gray;
746 padding : 5px 5px 5px 0px;
747 text-align : right;
748 }
749
750 span.contentPreview {
751 font-size : x-small;
752 color : gray;
753 font-weight : normal;
754 }
755
756 span.contentPreview:hover {
757 color : #5050aa;
758 }
759
760 table.headlinesList td.hlMarkedPic {
761 width : 25px;
762 text-align : center;
763 }
764
765 table.headlinesList td.hlfeed {
766 text-align : right;
767 font-size : small;
768 }
769
770 td.hlSelectRow, td.hlUpdatePic {
771 width : 25px;
772 text-align : center;
773 }
774
775 table.headlinesList td.hlUpdated {
776 font-size : small;
777 color : gray;
778 text-align : right;
779 width : 100px;
780 }
781
782 table.headlinesList tr td {
783 padding : 2px 0px 2px 0px;
784 }
785
786 /*
787 tr.even td.headlineContent, tr.evenUnread td.headlineContent {
788 display : block;
789 overflow : hidden;
790 height : 1em;
791 background-color : #f0f0f0;
792 }
793
794 tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
795 display : block;
796 overflow : hidden;
797 height : 1em;
798 }
799
800 tr.oddSelected td.headlineContent,
801 tr.evenSelected td.headlineContent,
802 tr.oddUnreadSelected td.headlineContent,
803 tr.evenUnreadSelected td.headlineContent {
804 display : block;
805 overflow : hidden;
806 height : 1em;
807 background-color : #e0e0ff;
808 } */
809
810 div.postHeader td.postDate {
811 font-size : x-small;
812 text-align : right;
813 color : gray;
814 }
815
816 #feedUpdateErrors {
817 display : none;
818 }
819
820 #allEntryTags {
821 font-size : x-small;
822 border-width : 0px 0px 1px 0px;
823 border-style : solid;
824 border-color : #c0c0c0;
825 padding-bottom : 5px;
826 display : none;
827 }
828
829 td.hlContent {
830 overflow : hidden;
831 height : 1em;
832 display : block;
833 }
834
835 td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
836 height : 1em;
837 }
838
839 div.cdmArticle {
840 border : 1px solid #f0f0f0;
841 background-color : #fafafa;
842 -moz-border-radius : 5px;
843 margin : 10px 10px 0px 10px;
844 padding : 10px;
845 }
846
847 div.cdmArticleUnread {
848 border : 1px solid #d5f1f4;
849 background-color : #fafeff;
850 -moz-border-radius : 5px;
851 margin : 10px 10px 0px 10px;
852 padding : 10px;
853 }
854
855 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
856 border : 1px solid #d0d0f6;
857 background-color : #eaeaff;
858 -moz-border-radius : 5px;
859 margin : 10px 10px 0px 10px;
860 padding : 10px;
861 }
862
863 div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
864 font-weight : bold;
865 }
866
867 div.cdmHeader {
868 padding-bottom : 5px;
869 }
870
871 div.cdmFooter {
872 font-size : x-small;
873 color : gray;
874 padding-top : 5px;
875 }
876
877 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
878 margin : 0px;
879 }
880
881 div.cdmHeader, div.cdmHeader a {
882 color : gray;
883 font-size : x-small;
884 }
885
886 div.cdmHeader a:hover {
887 color : #5050aa;
888 }
889
890 div.cdmContent {
891 }