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