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