]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
infobox shadow
[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;
137 margin : 0px;
138 padding : 10px;
1cd17194
AD
139}
140
e828e31e
AD
141ul.feedList li {
142 margin : 2px;
143}
144
f0b3b4eb
AD
145li.oddSelected, li.evenSelected {
146 background-color : white;
147}
148
149li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
0c674406 150 li.oddSelectedUnread {
e828e31e 151 background-color : white;
f0b3b4eb 152 font-weight : bold;
e828e31e
AD
153}
154
155li.oddSelected a, li.evenSelected a,
156 li.oddUnreadSelected a, li.evenUnreadSelected a {
157 color : #5050aa;
3745788e
AD
158}
159
160ul.feedlist
161 li.virtSelected,
162 li.virtUnreadSelected,
2e346560 163 li.virtSelectedUnread,
3745788e
AD
164 li.feedSelected,
165 li.labelSelected,
166 li.feedUnreadSelected,
2e346560
AD
167 li.labelUnreadSelected,
168 li.feedSelectedUnread,
169 li.labelSelectedUnread {
3745788e
AD
170 background-color : white;
171}
172
173ul.feedlist
174 li.feedSelected a,
175 li.labelSelected a,
176 li.feedUnreadSelected a,
177 li.labelUnreadSelected a,
178 li.virtSelected a,
179 li.virtUnreadSelected a,
180 li.virtSelectedUnread a {
181 color : #5050aa;
182}
183
184ul.feedList li.feed {
185 display : block;
186}
508a81e1 187
6c56687e 188ul.feedList img, img.tinyFeedIcon {
e828e31e
AD
189 margin : 0px 3px 0px 0px;
190 width : 16px;
191 height : 16px;
331900c6
AD
192}
193
e828e31e
AD
194h1 {
195 font-size : 16pt;
f0601b87
AD
196}
197
e828e31e
AD
198h2 {
199 font-size : 14pt;
96369d8e 200 font-weight : bold;
e828e31e 201 border-width : 0px 0px 1px 0px;
1cd17194 202 border-style : solid;
e828e31e 203 border-color : #e0e0e0;
1cd17194
AD
204}
205
f5a50b25
AD
206h3 {
207 font-size : 12pt;
208 font-weight : bold;
209 border-width : 0px 0px 1px 0px;
210 border-style : solid;
211 border-color : #e0e0e0;
212}
213
e828e31e
AD
214hr {
215 border-width : 0px 0px 1px 0px;
216 border-style : dashed;
217 border-color : #e0e0e0;
218}
67824557 219
e828e31e
AD
220a {
221 color : black;
222 text-decoration : none;
1cd17194
AD
223}
224
e828e31e
AD
225a:hover {
226 color : #5050aa;
9b307248
AD
227}
228
e828e31e
AD
229#piggie {
230 width : 400;
231 height : 400;
232 left : 50;
233 background-color : white;
234 display : none;
235 z-index : 3;
236 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
237 background-position : center center;
238 background-repeat : no-repeat;
239 position : absolute;
240 border : 1px solid pink;
241 margin-left : auto;
242 margin-right : auto;
243 -moz-border-radius : 10px;
244 opacity : 0.8;
9b307248
AD
245}
246
5d73494a 247#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
e6cb77a0 248#iedit_purgintl, #iedit_ulogin, #iedit_ulevel {
e828e31e
AD
249 width : 100%;
250 padding-left : 2px;
1cd17194
AD
251}
252
77e96719
AD
253input.editbox {
254 width : 200px;
255 padding-left : 2px;
256}
257
e828e31e 258#notify {
d5224f0d 259 font-size : 10pt;
828a8ecc 260 text-align : right;
8dcfffd0
AD
261 color : black;
262 font-weight : bold;
828a8ecc
AD
263 border-style : solid;
264 border-width : 0px 0px 1px 1px;
a516aa6d 265 border-color : #e0e0e0;
828a8ecc
AD
266 background-color : white;
267 padding : 3px;
268 width : 350px;
1cd17194
AD
269}
270
8143ae1f
AD
271#dispSwitch {
272 text-align : right;
273 padding : 5px 5px 5px 0px;
274 font-size : x-small;
275}
276
277#dispSwitch a {
278 color : gray;
279}
280
281#dispSwitch a:hover {
282 color : #5050aa;
283}
284
e828e31e
AD
285div.expPane {
286 margin : 15px;
d76a3b03 287}
1cd17194 288
5bfef089
AD
289iframe {
290 border : 0px solid white;
291}
292
e828e31e
AD
293iframe.feedsFrame {
294 width : 100%;
295 height : 90%;
e828e31e
AD
296 margin : 0px;
297 padding : 0px;
a1a8a2be 298}
007bda35 299
e828e31e
AD
300iframe.contentFrame, iframe.headlinesFrame {
301 width : 100%;
e828e31e
AD
302 padding : 0px;
303 margin : 0px;
304 height : 100%;
007bda35
AD
305}
306
e828e31e
AD
307.button {
308 border : 1px solid #d0d0d0;
309 background-image : url("images/button.png");
310 background-position : top;
311 background-repeat : repeat-x;
312 background-color : white;
313 color : black;
007bda35
AD
314}
315
e828e31e
AD
316.button:hover {
317 background : white;
318 text-decoration : none;
319 color : black;
320}
321
322a.button {
323 padding : 2px 5px 2px 5px;
324 font-size : small;
007bda35
AD
325}
326
3745788e 327.evenUnreadSelected, .evenSelectedUnread, {
a3ee2a38
AD
328 background-color : #e0e0ff;
329 font-weight : bold;
330}
331
3745788e 332.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread, {
a3ee2a38
AD
333 background-color : #e0e0ff;
334 font-weight : bold;
335}
336
007bda35 337.evenSelected {
7e00c981 338 background-color : #e0e0ff;
007bda35
AD
339}
340
341.oddSelected {
7e00c981 342 background-color : #e0e0ff;
3745788e
AD
343}
344
345.feedUnreadSelected, .feedSelectedUnread,
346.virtUnreadSelected, .virtSelectedUnread,
347.labelUnreadSelected, .labelSelectedUnread {
348 background-color : #e0e0ff;
349 font-weight : bold;
350}
351
352.feedUnread, .labelUnread, .virtUnread {
353 font-weight : bold;
007bda35
AD
354}
355
ac43eba1 356.disabledButton {
d5224f0d
AD
357 border : 1px solid #c0c0c0;
358 background-color : white;
359 color : gray;
e6d1c0a0
AD
360}
361
e828e31e
AD
362.evenGrayed {
363 background-color : #f0f0f0;
364 color : #909090;
b7f4bda2
AD
365}
366
e828e31e
AD
367.oddGrayed {
368 color : #909090;
f07c0eb4
AD
369}
370
e828e31e
AD
371.even {
372 background-color : #f0f0f0;
ac43eba1 373}
a2015351 374
e828e31e
AD
375.evenUnread {
376 background-color : #f0f0f0;
377 font-weight : bold;
f07c0eb4
AD
378}
379
e828e31e
AD
380.oddUnread {
381 font-weight : bold;
f07c0eb4 382}
508a81e1 383
e828e31e 384.invisible {
508a81e1 385 display : none;
508a81e1 386}
b7f4bda2 387
e828e31e
AD
388input {
389 border : 1px solid #a0a0a0;
b7f4bda2 390}
603c27f8 391
e828e31e 392/* preferences */
603c27f8 393
e828e31e
AD
394table.prefAddFeed td {
395 padding : 2px;
a0d53889
AD
396}
397
e828e31e
AD
398table.prefAddFeed input {
399 width : 250px;
1a66d16e
AD
400}
401
e828e31e 402table.prefFeedList tr.title td, table.prefFilterList tr.title td,
77e96719
AD
403 table.headlinesList tr.title td, table.prefLabelList tr.title td,
404 table.prefPrefsList tr.title td {
e828e31e
AD
405 font-weight : bold;
406 border-width : 0px 0px 1px 0px;
407 border-color : #f0f0f0;
408 border-style : solid;
70830c87 409}
f0601b87 410
7dc66a61
AD
411a.helpLink {
412 color : #808080;
413}
414
415a.helpLink:hover {
416 color : #5050aa;
417}
418
1a7572cb 419div.helpResponse {
7dc66a61
AD
420 margin : 10px;
421 background-image : url("images/vgrad_light_rev2.png");
422 background-position : top left;
423 background-repeat : repeat-x;
424 padding : 10px 20px 10px 20px;
425 border : 1px solid #f0f0f0;
426}
427
2317ffaa
AD
428#infoBox {
429 border : 1px solid #c0c0c0;
430 padding-bottom : 10px;
431 font-size : small;
432 position : relative;
433 bottom : 2px;
434 right : 2px;
435 background-color : white;
436}
437
438#infoBoxShadow {
439 background-image : url("images/shadow.png");
440 position : absolute;
441 margin-left : 30%;
442 width : 30%;
443 z-index : 3;
444 display : none;
445}
446
c6c3a07f 447div.infoBoxContents {
1a7572cb
AD
448 background-image : url("images/vgrad_light_rev2.png");
449 background-position : top left;
450 background-repeat : repeat-x;
451 padding : 5px;
2317ffaa
AD
452 margin-bottom : 5px;
453}
454
455div.infoBoxContents td {
456 font-size : small;
1a7572cb
AD
457}
458
2317ffaa 459
c6c3a07f 460div.helpResponse h1, div.infoBoxContents h1 {
7dc66a61
AD
461 border-width : 0px 0px 1px 0px;
462 border-style : solid;
463 border-color : #c0c0c0;
464 font-size : 16pt;
465}
466
c6c3a07f 467div.helpResponse h2, div.infoBoxContents h2 {
7dc66a61
AD
468 border-width : 0px 0px 0px 0px;
469 font-size : 12pt;
7dc66a61
AD
470}
471
472pre {
473 border : 1px solid #c0c0c0;
474 padding : 5px;
475 background : #f0f0f0;
476}
e2f8f7b4 477
f84a97a3 478#userDlg {
e2f8f7b4
AD
479 left : 400px;
480 top : 18px;
481 background : #fffff0;
482 z-index : 3;
483 position : absolute;
484 border : 1px solid #c0c0c0;
485 padding : 10px;
486 display : none;
487}
488
489#qafInput {
490 width : 300px;
491}
033e47e0
AD
492
493input.extSearch {
494 width : 200px;
495}
f5a50b25
AD
496
497table.main td.prefsTabs {
498 padding-left : 15px;
499}
500
501input.prefsTab {
502 border-width : 1px 1px 0px 1px;
503 border-color : #c0c0c0;
504 padding : 2px 7px 2px 7px;
505 margin : 0px 1px 0px 0px;
506 width : 150px;
507 background-image : url("images/vgrad_light_rev2.png");
508 background-position : top left;
509 background-repeat : repeat-x;
a3ab6633 510 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
511}
512
513input.prefsTabSelected {
514 border-width : 1px 1px 0px 1px;
515 border-color : #c0c0c0;
516 padding : 2px 7px 2px 7px;
517 margin : 0px 1px 0px 0px;
518 width : 150px;
519 background : white;
520 font-weight : bold;
521 background-position : top left;
522 background-repeat : repeat-x;
a3ab6633 523 -moz-border-radius : 7px 7px 0px 0px;
f5a50b25
AD
524}
525
526
527input.prefsTab:hover {
528 background : white;
529}
ab3d0b99
AD
530
531div.warning {
532 background : #fffff0;
533 border : 1px solid #c0c0c0;
534 padding : 5px;
e6cb77a0
AD
535 margin : 5px;
536 font-size : x-small;
537}
538
539div.notice {
540 background : #ffffff;
541 border : 1px solid #c0c0c0;
542 padding : 5px;
ab3d0b99
AD
543 margin : 5px;
544 font-size : x-small;
545}
546
547ul.nomarks {
548 list-style-type : none;
549 margin : 0px;
550 padding : 10px;
551}
552
295f9b42
AD
553div.bigErrorMsg {
554 border : 1px solid #c0c0c0;
555 background : #fff0f0;
556 padding : 30px;
557 margin : 20px;
558}
2f587484
AD
559
560#splash {
561 z-index : 3;
562 width : 100%;
563 height : 100%;
564 position : absolute;
565 text-align : center;
566 background-image : url("images/vgrad_light_rev.png");
567 background-color : white;
568 background-position : top left;
569 background-repeat : repeat-x;
570}
571
572td.innerSplash {
573 margin : 35px;
574}
b1895692
AD
575
576div.prefHelp, td.prefHelp {
577 font-size : x-small;
578 color : gray;
579 padding : 5px;
580}
581
c93f38c4
AD
582td.welcomePrompt {
583 font-size : small;
584 color : gray;
585 text-align : right;
586 padding-right : 10px;
587
588}
f1cdb8c6
AD
589
590table.loginForm {
591 background-image : url("images/vgrad_light_rev.png");
592 background-color : white;
593 background-position : top left;
594 background-repeat : repeat-x;
595}
596
597table.innerLoginForm {
598 border : 1px solid #f0f0f0;
599 padding : 50px;
600 background-color : white;
601}
602
603table.innerLoginForm td {
604 padding : 3px 3px 5px 3px;
605}
1a7572cb 606
c6c3a07f
AD
607div.small, p.small {
608 font-size : x-small;
1a7572cb 609}