]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
update NEWS
[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;
19 height : 80px;
20 font-size : 24pt;
21 font-weight : bold;
22}
23
e828e31e
AD
24table.main td.mainToolbar {
25 border-width : 0px 0px 0px 0px;
26 border-style : solid;
27 border-color : #c0c0c0;
13f832b3 28 padding : 3px 25px 3px 10px;
e5d45654
AD
29}
30
0eef53fe 31table.main td.prefsToolbar {
f5a50b25 32 padding : 0px 5px 5px 0px;
0eef53fe
AD
33}
34
e828e31e
AD
35table.main td.feeds {
36 width : 300px;
37 height : 100%;
38 border-width : 1px 0px 0px 0px;
39 border-style : solid;
40 border-color : #c0c0c0;
d5224f0d 41 padding : 0px;
e5d45654
AD
42}
43
e828e31e 44table.main td.headlinesToolbarBox {
f0601b87 45 padding : 10px;
e828e31e 46 border-width : 0px 0px 1px 1px;
d76a3b03 47 border-style : solid;
e828e31e
AD
48 border-color : #c0c0c0;
49 background-image : url("images/vgrad_light.png");
50 background-position : bottom left;
51 background-repeat : repeat-x;
d76a3b03
AD
52}
53
e828e31e
AD
54table.main td.footer {
55 border-width : 1px 0px 0px 0px;
a2015351 56 border-style : solid;
e828e31e
AD
57 border-color : #c0c0c0;
58 padding : 10px;
59 text-align : center;
60 font-size : x-small;
61 background-image : url("images/vgrad_light_rev2.png");
62 background-position : top left;
63 background-repeat : repeat-x;
64 color : gray;
a2015351
AD
65}
66
e828e31e
AD
67table.main td.footer a {
68 color : gray;
d76a3b03
AD
69}
70
e828e31e
AD
71table.main td.footer a:hover {
72 color : #5050aa;
ac53063a
AD
73}
74
e828e31e
AD
75table.main td.headlines {
76 height : 25%;
77 border-width : 0px 0px 1px 1px;
78 border-style : solid;
79 border-color : #c0c0c0;
71ad3959
AD
80}
81
e828e31e
AD
82table.main td.content {
83 height : 100%;
84 background-image : url("images/vgrad_light_rev.png");
85 background-position : top left;
86 background-repeat : repeat-x;
87 border-width : 0px 0px 0px 1px;
88 border-style : solid;
89 border-color : #c0c0c0;
1cd17194
AD
90}
91
e828e31e
AD
92table.main td.prefContent {
93 height : 100%;
94 background-image : url("images/vgrad_light_rev.png");
95 background-position : top left;
96 background-repeat : repeat-x;
97 border-width : 1px 0px 0px 0px;
98 border-style : solid;
99 border-color : #c0c0c0;
100 padding : 20px;
1a66d16e
AD
101}
102
e828e31e
AD
103div.postReply {
104 background-image : url("images/vgrad_light_rev.png");
a1a8a2be
AD
105 background-position : top left;
106 background-repeat : repeat-x;
e828e31e
AD
107 height : 100%;
108 padding : 10px;
1cd17194
AD
109}
110
f7181e9b
AD
111div.postReply a {
112 color : #5050aa;
113}
114
115div.postReply a:hover {
116 color : black;
117}
118
e828e31e
AD
119div.postReply div.postHeader {
120 background : white;
121 border : 1px solid #c0c0c0;
1a66d16e 122 padding : 5px;
1cd17194
AD
123}
124
e828e31e 125div.postReply div.postContent {
1cd17194 126 padding : 10px;
f0601b87
AD
127}
128
e828e31e
AD
129div.postReply div.postIcon {
130 float : right;
131 border : 0px;
e9e4c6e2 132 margin : 10px 0px 10px 10px;
5f89f780 133}
e828e31e
AD
134
135ul.feedList {
136 list-style-type : none;
91ff844a
AD
137 margin : 5px;
138 padding : 0px 0px 0px 10px;
139}
140
141ul.feedList li.feedCat {
e828e31e 142 margin : 0px;
91ff844a
AD
143 padding : 3px 0px 3px 0px;
144/* border-width : 0px 0px 1px 0px;
145 border-color : #f0f0f0;
146 border-style : solid; */
147 color : #707070;
721064e1 148 font-size : small;
91ff844a
AD
149}
150
151ul.feedCatList {
152 list-style-type : none;
153 margin : 0px;
154 padding : 0px 0px 0px 10px;
155}
156
157ul.feedCatList li {
158 margin : 0px;
159 padding : 0px 0px 0px 0px;
1cd17194
AD
160}
161
e828e31e 162ul.feedList li {
91ff844a 163 margin : 0px;
e828e31e
AD
164}
165
f0b3b4eb
AD
166li.oddSelected, li.evenSelected {
167 background-color : white;
168}
169
170li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
0c674406 171 li.oddSelectedUnread {
e828e31e 172 background-color : white;
f0b3b4eb 173 font-weight : bold;
e828e31e
AD
174}
175
176li.oddSelected a, li.evenSelected a,
177 li.oddUnreadSelected a, li.evenUnreadSelected a {
178 color : #5050aa;
3745788e
AD
179}
180
181ul.feedlist
182 li.virtSelected,
183 li.virtUnreadSelected,
2e346560 184 li.virtSelectedUnread,
3745788e
AD
185 li.feedSelected,
186 li.labelSelected,
187 li.feedUnreadSelected,
2e346560
AD
188 li.labelUnreadSelected,
189 li.feedSelectedUnread,
190 li.labelSelectedUnread {
3745788e
AD
191 background-color : white;
192}
193
194ul.feedlist
195 li.feedSelected a,
196 li.labelSelected a,
197 li.feedUnreadSelected a,
198 li.labelUnreadSelected a,
199 li.virtSelected a,
200 li.virtUnreadSelected a,
201 li.virtSelectedUnread a {
202 color : #5050aa;
203}
204
205ul.feedList li.feed {
206 display : block;
207}
508a81e1 208
6c56687e 209ul.feedList img, img.tinyFeedIcon {
e828e31e
AD
210 margin : 0px 3px 0px 0px;
211 width : 16px;
212 height : 16px;
331900c6
AD
213}
214
e828e31e
AD
215h1 {
216 font-size : 16pt;
f0601b87
AD
217}
218
e828e31e
AD
219h2 {
220 font-size : 14pt;
96369d8e 221 font-weight : bold;
e828e31e 222 border-width : 0px 0px 1px 0px;
1cd17194 223 border-style : solid;
e828e31e 224 border-color : #e0e0e0;
1cd17194
AD
225}
226
f5a50b25
AD
227h3 {
228 font-size : 12pt;
229 font-weight : bold;
230 border-width : 0px 0px 1px 0px;
231 border-style : solid;
232 border-color : #e0e0e0;
233}
234
e828e31e
AD
235hr {
236 border-width : 0px 0px 1px 0px;
237 border-style : dashed;
238 border-color : #e0e0e0;
239}
67824557 240
e828e31e
AD
241a {
242 color : black;
243 text-decoration : none;
1cd17194
AD
244}
245
e828e31e
AD
246a:hover {
247 color : #5050aa;
9b307248
AD
248}
249
e828e31e
AD
250#piggie {
251 width : 400;
252 height : 400;
253 left : 50;
254 background-color : white;
255 display : none;
256 z-index : 3;
257 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
258 background-position : center center;
259 background-repeat : no-repeat;
260 position : absolute;
261 border : 1px solid pink;
262 margin-left : auto;
263 margin-right : auto;
264 -moz-border-radius : 10px;
265 opacity : 0.8;
9b307248
AD
266}
267
5d73494a 268#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a
AD
269#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
270#iedit_fcat {
e828e31e
AD
271 width : 100%;
272 padding-left : 2px;
1cd17194
AD
273}
274
77e96719
AD
275input.editbox {
276 width : 200px;
277 padding-left : 2px;
278}
279
e828e31e 280#notify {
d5224f0d 281 font-size : 10pt;
828a8ecc 282 text-align : right;
8dcfffd0
AD
283 color : black;
284 font-weight : bold;
828a8ecc
AD
285 border-style : solid;
286 border-width : 0px 0px 1px 1px;
a516aa6d 287 border-color : #e0e0e0;
828a8ecc
AD
288 background-color : white;
289 padding : 3px;
290 width : 350px;
1cd17194
AD
291}
292
8143ae1f
AD
293#dispSwitch {
294 text-align : right;
295 padding : 5px 5px 5px 0px;
296 font-size : x-small;
297}
298
299#dispSwitch a {
300 color : gray;
301}
302
303#dispSwitch a:hover {
304 color : #5050aa;
305}
306
e828e31e
AD
307div.expPane {
308 margin : 15px;
d76a3b03 309}
1cd17194 310
5bfef089
AD
311iframe {
312 border : 0px solid white;
313}
314
e828e31e
AD
315iframe.feedsFrame {
316 width : 100%;
317 height : 90%;
e828e31e
AD
318 margin : 0px;
319 padding : 0px;
a1a8a2be 320}
007bda35 321
e828e31e
AD
322iframe.contentFrame, iframe.headlinesFrame {
323 width : 100%;
e828e31e
AD
324 padding : 0px;
325 margin : 0px;
326 height : 100%;
007bda35
AD
327}
328
e828e31e
AD
329.button {
330 border : 1px solid #d0d0d0;
331 background-image : url("images/button.png");
332 background-position : top;
333 background-repeat : repeat-x;
334 background-color : white;
335 color : black;
007bda35
AD
336}
337
e828e31e
AD
338.button:hover {
339 background : white;
340 text-decoration : none;
341 color : black;
342}
343
344a.button {
345 padding : 2px 5px 2px 5px;
346 font-size : small;
007bda35
AD
347}
348
3745788e 349.evenUnreadSelected, .evenSelectedUnread, {
a3ee2a38
AD
350 background-color : #e0e0ff;
351 font-weight : bold;
352}
353
3745788e 354.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread, {
a3ee2a38
AD
355 background-color : #e0e0ff;
356 font-weight : bold;
357}
358
007bda35 359.evenSelected {
7e00c981 360 background-color : #e0e0ff;
007bda35
AD
361}
362
363.oddSelected {
7e00c981 364 background-color : #e0e0ff;
3745788e
AD
365}
366
367.feedUnreadSelected, .feedSelectedUnread,
368.virtUnreadSelected, .virtSelectedUnread,
369.labelUnreadSelected, .labelSelectedUnread {
370 background-color : #e0e0ff;
371 font-weight : bold;
372}
373
374.feedUnread, .labelUnread, .virtUnread {
375 font-weight : bold;
007bda35
AD
376}
377
ac43eba1 378.disabledButton {
d5224f0d
AD
379 border : 1px solid #c0c0c0;
380 background-color : white;
381 color : gray;
e6d1c0a0
AD
382}
383
e828e31e
AD
384.evenGrayed {
385 background-color : #f0f0f0;
386 color : #909090;
b7f4bda2
AD
387}
388
e828e31e
AD
389.oddGrayed {
390 color : #909090;
f07c0eb4
AD
391}
392
e828e31e
AD
393.even {
394 background-color : #f0f0f0;
ac43eba1 395}
a2015351 396
e828e31e
AD
397.evenUnread {
398 background-color : #f0f0f0;
399 font-weight : bold;
f07c0eb4
AD
400}
401
e828e31e
AD
402.oddUnread {
403 font-weight : bold;
f07c0eb4 404}
508a81e1 405
e828e31e 406.invisible {
508a81e1 407 display : none;
508a81e1 408}
b7f4bda2 409
e828e31e
AD
410input {
411 border : 1px solid #a0a0a0;
b7f4bda2 412}
603c27f8 413
e828e31e 414/* preferences */
603c27f8 415
e828e31e 416table.prefFeedList tr.title td, table.prefFilterList tr.title td,
77e96719 417 table.headlinesList tr.title td, table.prefLabelList tr.title td,
91ff844a 418 table.prefPrefsList tr.title td,
18837e9f
AD
419 table.prefFeedCatList tr.title td,
420 table.prefUserList tr.title td {
e828e31e
AD
421 font-weight : bold;
422 border-width : 0px 0px 1px 0px;
423 border-color : #f0f0f0;
424 border-style : solid;
70830c87 425}
f0601b87 426
7dc66a61
AD
427a.helpLink {
428 color : #808080;
429}
430
431a.helpLink:hover {
432 color : #5050aa;
433}
434
1a7572cb 435div.helpResponse {
7dc66a61
AD
436 margin : 10px;
437 background-image : url("images/vgrad_light_rev2.png");
438 background-position : top left;
439 background-repeat : repeat-x;
440 padding : 10px 20px 10px 20px;
441 border : 1px solid #f0f0f0;
442}
443
2317ffaa
AD
444#infoBox {
445 border : 1px solid #c0c0c0;
446 padding-bottom : 10px;
447 font-size : small;
448 position : relative;
449 bottom : 2px;
450 right : 2px;
451 background-color : white;
452}
453
454#infoBoxShadow {
455 background-image : url("images/shadow.png");
456 position : absolute;
457 margin-left : 30%;
458 width : 30%;
459 z-index : 3;
460 display : none;
461}
462
c6c3a07f 463div.infoBoxContents {
1a7572cb
AD
464 background-image : url("images/vgrad_light_rev2.png");
465 background-position : top left;
466 background-repeat : repeat-x;
467 padding : 5px;
2317ffaa
AD
468 margin-bottom : 5px;
469}
470
471div.infoBoxContents td {
472 font-size : small;
1a7572cb
AD
473}
474
2317ffaa 475
c6c3a07f 476div.helpResponse h1, div.infoBoxContents h1 {
7dc66a61
AD
477 border-width : 0px 0px 1px 0px;
478 border-style : solid;
479 border-color : #c0c0c0;
480 font-size : 16pt;
481}
482
c6c3a07f 483div.helpResponse h2, div.infoBoxContents h2 {
7dc66a61
AD
484 border-width : 0px 0px 0px 0px;
485 font-size : 12pt;
7dc66a61
AD
486}
487
488pre {
489 border : 1px solid #c0c0c0;
490 padding : 5px;
491 background : #f0f0f0;
492}
e2f8f7b4 493
f84a97a3 494#userDlg {
e2f8f7b4
AD
495 left : 400px;
496 top : 18px;
497 background : #fffff0;
498 z-index : 3;
499 position : absolute;
500 border : 1px solid #c0c0c0;
501 padding : 10px;
502 display : none;
503}
504
505#qafInput {
506 width : 300px;
507}
033e47e0
AD
508
509input.extSearch {
510 width : 200px;
511}
f5a50b25
AD
512
513table.main td.prefsTabs {
514 padding-left : 15px;
515}
516
517input.prefsTab {
518 border-width : 1px 1px 0px 1px;
519 border-color : #c0c0c0;
520 padding : 2px 7px 2px 7px;
521 margin : 0px 1px 0px 0px;
522 width : 150px;
523 background-image : url("images/vgrad_light_rev2.png");
524 background-position : top left;
525 background-repeat : repeat-x;
a3ab6633 526 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
527}
528
529input.prefsTabSelected {
530 border-width : 1px 1px 0px 1px;
531 border-color : #c0c0c0;
532 padding : 2px 7px 2px 7px;
533 margin : 0px 1px 0px 0px;
534 width : 150px;
535 background : white;
536 font-weight : bold;
537 background-position : top left;
538 background-repeat : repeat-x;
a3ab6633 539 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
540}
541
542
543input.prefsTab:hover {
544 background : white;
545}
ab3d0b99
AD
546
547div.warning {
548 background : #fffff0;
549 border : 1px solid #c0c0c0;
550 padding : 5px;
e6cb77a0
AD
551 margin : 5px;
552 font-size : x-small;
553}
554
555div.notice {
556 background : #ffffff;
557 border : 1px solid #c0c0c0;
558 padding : 5px;
ab3d0b99
AD
559 margin : 5px;
560 font-size : x-small;
561}
562
563ul.nomarks {
564 list-style-type : none;
565 margin : 0px;
566 padding : 10px;
567}
568
295f9b42
AD
569div.bigErrorMsg {
570 border : 1px solid #c0c0c0;
571 background : #fff0f0;
572 padding : 30px;
573 margin : 20px;
574}
2f587484
AD
575
576#splash {
577 z-index : 3;
578 width : 100%;
579 height : 100%;
580 position : absolute;
581 text-align : center;
582 background-image : url("images/vgrad_light_rev.png");
583 background-color : white;
584 background-position : top left;
585 background-repeat : repeat-x;
586}
587
588td.innerSplash {
589 margin : 35px;
590}
b1895692
AD
591
592div.prefHelp, td.prefHelp {
593 font-size : x-small;
594 color : gray;
595 padding : 5px;
596}
597
c93f38c4
AD
598td.welcomePrompt {
599 font-size : small;
600 color : gray;
601 text-align : right;
602 padding-right : 10px;
603
604}
f1cdb8c6 605
8cb74804
AD
606td.httpWelcomePrompt {
607 font-size : small;
608 color : gray;
609 text-align : right;
610}
611
f1cdb8c6
AD
612table.loginForm {
613 background-image : url("images/vgrad_light_rev.png");
614 background-color : white;
615 background-position : top left;
616 background-repeat : repeat-x;
617}
618
619table.innerLoginForm {
620 border : 1px solid #f0f0f0;
621 padding : 50px;
622 background-color : white;
623}
624
625table.innerLoginForm td {
626 padding : 3px 3px 5px 3px;
627}
1a7572cb 628
c6c3a07f
AD
629div.small, p.small {
630 font-size : x-small;
1a7572cb 631}
bca02305
AD
632
633span.insensitive {
634 color : gray;
635}
afb7a1d6
AD
636
637div.prefGenericAddBox {
638 margin : 5px;
639}
f557cd78
AD
640
641body.logoutBody {
642 background-color : #f0f0f0;
643 color : black;
644}
645
646span.logoutWarning {
647 color : red;
648 font-weight : bold;
649}
650
651div.logoutContent {
652 width : 600px;
653 border : 1px solid #c0c0c0;
654 background-color : white;
655 margin-left : auto;
656 margin-right : auto;
657 margin-top : 20px;
658 padding : 10px;
659}
d9dde1d6
AD
660
661.small {
662 font-size : small;
663}