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