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