]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
inputify buttons, store view modes in session cookies, disable headline toolbar initially
[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
007bda35
AD
9h1 {
10 font-size : 16pt;
11}
12
13h2 {
14 font-size : 14pt;
15 font-color : bold;
16 border-width : 0px 0px 1px 0px;
17 border-style : solid;
18 border-color : #e0e0e0;
19}
20
21hr {
22 border-width : 0px 0px 1px 0px;
23 border-style : dashed;
24 border-color : #e0e0e0;
25}
26
1cd17194
AD
27a {
28 color : black;
29 text-decoration : none;
30}
31
32a:hover {
3dbea71b 33 color : #5050aa;
2c1dd701
AD
34}
35
d76a3b03
AD
36table.feedOverview {
37 margin : 5px;
38 border : 1px solid #c0c0c0;
39 background : #f0f0f0;
40 -moz-border-radius : 5px;
41 padding : 5px;
42 font-size : small;
43}
44
d5caaae5
AD
45table.feeds {
46 font-size : small;
47}
48
82baad4a
AD
49table.feeds td.footer {
50 font-weight : bold;
51 border-width : 1px 0px 0px 0px;
52 border-color : #d0d0d0;
53 border-style : solid;
54 text-align : right;
55 font-size : small;
56}
57
175847de 58table.headlinesList td.search {
ac53063a
AD
59 font-size : small;
60/* border-width : 0px 0px 1px 0px;
61 border-color : #d0d0d0;
62 border-style : solid;
63 padding-bottom : 3px; */
64}
65
f0601b87
AD
66td.headlinesToolbar {
67 padding : 10px;
68}
69
70td.headlinesTitle {
71 text-align : right;
72 font-size : large;
73 font-weight : bold;
74}
75
76table.headlinesList td.title, table.headlinesHeader td.title {
d76a3b03
AD
77 font-weight : bold;
78 font-size : large;
79 border-width : 0px 0px 1px 0px;
80 border-color : #d0d0d0;
81 border-style : solid;
82 text-align : right;
ac53063a 83 padding-bottom : 3px;
d76a3b03
AD
84}
85
a2015351
AD
86table.headlinesList td.feedLastUpdateNotice {
87 font-size : x-small;
88 border-width : 0px 0px 1px 0px;
89 border-color : #d0d0d0;
90 border-style : solid;
91 text-align : left;
92 padding-bottom : 3px;
93 color : #a0a0a0;
94}
95
175847de 96table.headlinesList td.headlineUpdated {
d76a3b03 97 width : 200px;
d76a3b03
AD
98}
99
ac53063a
AD
100input {
101 border : 1px solid #a0a0a0;
102}
103
d76a3b03 104table.main td.toolbar {
2c1dd701 105 height : 40px;
857d6a80 106 background-color : #f0f0f0;
71ad3959
AD
107 padding-right : 10px;
108 padding-left : 10px;
ac53063a 109 font-size : small;
71ad3959
AD
110}
111
112#notify {
113 font-weight : bold;
114 border : 1px solid #c0c0c0;
115 font-size : small;
331900c6 116 display : none;
71ad3959
AD
117 background : white;
118 -moz-border-radius : 5px;
c05608c2 119 padding : 2px 5px 2px 5px;
71ad3959 120 width : 300px;
1cd17194
AD
121}
122
d76a3b03 123table.main td.header {
71ad3959 124 font-size : 21pt;
a1a8a2be 125 background-color : #f0f0f0;
e695fdc8 126 background-image : url("images/header.png");
a1a8a2be
AD
127 background-position : top left;
128 background-repeat : repeat-x;
2c1dd701 129 height : 50px;
1cd17194 130 padding-left : 80px;
2c1dd701 131 padding-top : 30px;
1cd17194 132 font-weight : bold;
71ad3959 133 color : black;
1cd17194
AD
134}
135
d76a3b03
AD
136table.main td.feeds {
137 width : 250px;
1cd17194
AD
138 border-width : 1px 1px 0px 0px;
139 border-color : #c0c0c0;
140 border-style : solid;
141 padding : 10px;
142}
143
f0601b87
AD
144div.headlineToolbar {
145 border-width : 1px 0px 0px 0px;
146 border-color : #c0c0c0;
147 border-style : solid;
1cd17194 148 padding : 10px;
f0601b87
AD
149}
150
5f89f780
AD
151td.articleToolbar {
152 border-width : 0px 0px 1px 0px;
153 border-color : #c0c0c0;
154 border-style : solid;
155 padding : 10px;
156 background : #f0f0f0;
157}
f0601b87
AD
158table.main td.headlines {
159 height : 25%;
1cd17194
AD
160 border-width : 1px 0px 0px 0px;
161 border-color : #c0c0c0;
162 border-style : solid;
1cd17194
AD
163}
164
331900c6
AD
165table.main td.prefContent {
166 padding : 10px;
167 border-width : 1px 0px 0px 0px;
168 border-color : #c0c0c0;
169 border-style : solid;
508a81e1 170
331900c6
AD
171}
172
f0601b87
AD
173table.main td.headlinesToolbarBox {
174 padding : 0px;
175 height : 20px;
176 border-width : 1px 0px 0px 0px;
177 border-color : #c0c0c0;
178 border-style : solid;
179}
180
d76a3b03 181table.main td.content {
f07c0eb4 182 padding : 0px;
1cd17194
AD
183 border-width : 1px 0px 0px 0px;
184 border-color : #c0c0c0;
185 border-style : solid;
1cd17194
AD
186}
187
3dbea71b
AD
188td.content a {
189 color : #5050aa;
190 text-decoration : none;
191}
192
71ad3959 193/*
3dbea71b
AD
194td.content a:hover {
195 text-decoration : underline;
71ad3959 196} */
3dbea71b 197
d76a3b03 198table.main td.notify {
1cd17194
AD
199 height : 40px;
200 border-width : 1px 0px 0px 0px;
201 border-color : #c0c0c0;
202 border-style : solid;
67824557 203 font-size : x-small;
1cd17194
AD
204 text-align : center;
205 color : gray;
67824557 206 background-color : #f0f0f0;
e695fdc8 207 background-image : url("images/header_rev.png");
67824557
AD
208 background-position : top left;
209 background-repeat : repeat-x;
210
1cd17194
AD
211}
212
9b307248
AD
213.evenGrayed {
214 background-color : #f0f0f0;
215 color : #909090;
216}
217
218.oddGrayed {
219 color : #909090;
220}
221
1cd17194
AD
222.even {
223 background-color : #f0f0f0;
224}
225
d76a3b03
AD
226.evenUnread {
227 background-color : #f0f0f0;
228 font-weight : bold;
1cd17194
AD
229}
230
d76a3b03
AD
231.oddUnread {
232 font-weight : bold;
233}
1cd17194 234
a1a8a2be
AD
235.invisible {
236 display : none;
237}
007bda35
AD
238
239table.prefAddFeed td {
240 padding : 2px;
241}
242
243table.prefAddFeed input {
244 width : 250px;
245}
246
e9129298 247/*
007bda35 248table.prefAddFeed {
007bda35
AD
249 border : 1px solid #c0c0c0;
250 padding : 10px;
251 -moz-border-radius : 5px;
e695fdc8
AD
252 background-color : #f0f0f0;
253 background-image : url("images/form.png");
254 background-position : bottom left;
255 background-repeat : repeat-x;
e9129298 256} */
007bda35 257
54aa1a41
AD
258table.prefFeedList tr.title td, table.prefFilterList tr.title td,
259 table.headlinesList tr.title td {
007bda35
AD
260 font-weight : bold;
261 border-width : 0px 0px 1px 0px;
262 border-color : #f0f0f0;
263 border-style : solid;
264}
265
a3ee2a38
AD
266.evenUnreadSelected, .evenSelectedUnread {
267 background-color : #e0e0ff;
268 font-weight : bold;
269}
270
271.oddUnreadSelected, .oddSelectedUnread {
272 background-color : #e0e0ff;
273 font-weight : bold;
274}
275
007bda35 276.evenSelected {
7e00c981 277 background-color : #e0e0ff;
007bda35
AD
278}
279
280.oddSelected {
7e00c981 281 background-color : #e0e0ff;
007bda35
AD
282}
283
ac43eba1 284.disabledButton {
d5caaae5 285 font-family : tahoma, sans-serif;
e6d1c0a0 286 border : 1px solid #d0d0d0;
ac43eba1 287 background : white;
e6d1c0a0 288 color : #909090;
ac43eba1 289 padding : 1px 10px 1px 10px;
e6d1c0a0
AD
290 font-size : small;
291}
292
ac43eba1 293.disabledButton:hover {
e6d1c0a0
AD
294 background : white;
295 text-decoration : none;
296 color : #909090;
297}
298
9f311df6 299.button {
d5caaae5 300 font-family : tahoma, sans-serif;
331900c6 301 border : 1px solid #d0d0d0;
e695fdc8 302 background-image : url("images/button.png");
331900c6
AD
303 background-position : top;
304 background-repeat : repeat-x;
305 background-color : white;
306 color : black;
ac43eba1 307 padding : 1px 10px 1px 10px;
331900c6
AD
308}
309
ac43eba1 310/* .button:hover {
331900c6
AD
311 background : white;
312 text-decoration : none;
313 color : black;
ac43eba1
AD
314} */
315
316a.button {
317 padding : 2px 10px 2px 10px;
331900c6
AD
318}
319
ac43eba1 320
9f311df6 321.buttonWarn {
d5caaae5 322 font-family : tahoma, sans-serif;
83fe4d6d 323 border : 1px solid #d0d0d0;
e695fdc8 324 background-image : url("images/button.png");
83fe4d6d
AD
325 background-position : top;
326 background-repeat : repeat-x;
327 background-color : white;
328 color : black;
329 padding : 2px 10px 2px 10px;
330 font-size : small;
331}
331900c6 332
9f311df6 333.buttonWarn:hover {
83fe4d6d
AD
334 background : #fff0f0;
335 text-decoration : none;
336 color : black;
337}
b197f117
AD
338
339td.headlineUpdateMark {
340 width : 25px;
341 text-align : center;
342}
a2015351 343
f07c0eb4
AD
344div.errorBox {
345 border : 1px solid #c0c0c0;
346 padding : 20px;
347 margin : 20px;
348 background : #f0f0f0;
349}
5f89f780 350
ac43eba1 351tr.titleTop, tr.titleBottom, tr.titleTopBottom {
f07c0eb4
AD
352 background : #f0f0f0;
353}
354
5f89f780 355td.titleIcon {
b7f4bda2
AD
356 border-width : 0px 0px 1px 0px;
357 border-color : #d0d0d0;
358 border-style : solid;
359}
360
5f89f780 361tr.titleTop td {
f07c0eb4
AD
362 padding : 5px 10px 0px 10px;
363}
364
5f89f780 365tr.titleBottom td {
f07c0eb4
AD
366 padding : 3px 10px 5px 10px;
367 border-width : 0px 0px 1px 0px;
368 border-color : #d0d0d0;
369 border-style : solid;
ac43eba1 370}
a2015351 371
ac43eba1
AD
372tr.titleTopBottom td {
373 padding : 3px 10px 5px 10px;
374 border-width : 1px 0px 1px 0px;
375 border-color : #d0d0d0;
376 border-style : solid;
f07c0eb4
AD
377}
378
5f89f780 379td.post {
f07c0eb4 380 padding : 20px;
f07c0eb4 381}
508a81e1
AD
382
383#piggie {
384 width : 400;
385 height : 400;
386 left : 50;
387 background-color : white;
388 display : none;
389 z-index : 3;
390 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
391 background-position : center center;
392 background-repeat : no-repeat;
393 position : absolute;
394 border : 1px solid pink;
395 margin-left : auto;
396 margin-right : auto;
397 -moz-border-radius : 10px;
398 opacity : 0.8;
399}
b7f4bda2
AD
400
401img.feedIcon {
402 margin : 3px;
403 border : 1px solid #c0c0c0;
404}
603c27f8 405
a0d53889 406#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr {
603c27f8
AD
407 width : 100%;
408 padding-left : 2px;
409}
410
a0d53889
AD
411div.expPane {
412 margin : 15px;
413}
414
f0601b87 415iframe.contentFrame, iframe.headlinesFrame {
70830c87
AD
416 width : 100%;
417 border-width : 0px;
418 padding : 0px;
419 margin : 0px;
420 height : 100%;
421}
f0601b87 422