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