]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
OPML import
[tt-rss.git] / tt-rss.css
1 body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
7 }
8
9 h1 {
10 font-size : 16pt;
11 }
12
13 h2 {
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
21 hr {
22 border-width : 0px 0px 1px 0px;
23 border-style : dashed;
24 border-color : #e0e0e0;
25 }
26
27 a {
28 color : black;
29 text-decoration : none;
30 }
31
32 a:hover {
33 color : #5050aa;
34 }
35
36 table.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
45 td.headlineToolbar {
46 padding-top : 10px;
47 }
48
49 table.feeds {
50 font-size : small;
51 }
52
53 table.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
62 table.headlinesList td.search {
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
70 table.headlinesList td.title {
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;
77 padding-bottom : 3px;
78 }
79
80 table.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
90 table.headlinesList td.headlineUpdated {
91 width : 200px;
92 }
93
94 input {
95 border : 1px solid #a0a0a0;
96 }
97
98 table.main td.toolbar {
99 height : 40px;
100 background-color : #f0f0f0;
101 padding-right : 10px;
102 padding-left : 10px;
103 font-size : small;
104 }
105
106 #notify {
107 font-weight : bold;
108 border : 1px solid #c0c0c0;
109 font-size : small;
110 display : none;
111 background : white;
112 -moz-border-radius : 5px;
113 padding : 3px 10px 3px 10px;
114 width : 300px;
115 }
116
117 table.main td.header {
118 font-size : 21pt;
119 background-color : #f0f0f0;
120 background-image : url("images/header.png");
121 background-position : top left;
122 background-repeat : repeat-x;
123 height : 50px;
124 padding-left : 80px;
125 padding-top : 30px;
126 font-weight : bold;
127 color : black;
128 }
129
130 table.main td.feeds {
131 width : 250px;
132 border-width : 1px 1px 0px 0px;
133 border-color : #c0c0c0;
134 border-style : solid;
135 padding : 10px;
136 }
137
138 table.main td.headlines {
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
147 table.main td.prefContent {
148 padding : 10px;
149 border-width : 1px 0px 0px 0px;
150 border-color : #c0c0c0;
151 border-style : solid;
152
153 }
154
155 table.main td.content {
156 padding : 0px;
157 border-width : 1px 0px 0px 0px;
158 border-color : #c0c0c0;
159 border-style : solid;
160 }
161
162 td.content a {
163 color : #5050aa;
164 text-decoration : none;
165 }
166
167 /*
168 td.content a:hover {
169 text-decoration : underline;
170 } */
171
172 table.main td.notify {
173 height : 40px;
174 border-width : 1px 0px 0px 0px;
175 border-color : #c0c0c0;
176 border-style : solid;
177 font-size : x-small;
178 text-align : center;
179 color : gray;
180 background-color : #f0f0f0;
181 background-image : url("images/header_rev.png");
182 background-position : top left;
183 background-repeat : repeat-x;
184
185 }
186
187 .evenGrayed {
188 background-color : #f0f0f0;
189 color : #909090;
190 }
191
192 .oddGrayed {
193 color : #909090;
194 }
195
196 .even {
197 background-color : #f0f0f0;
198 }
199
200 .evenUnread {
201 background-color : #f0f0f0;
202 font-weight : bold;
203 }
204
205 .oddUnread {
206 font-weight : bold;
207 }
208
209 .invisible {
210 display : none;
211 }
212
213 table.prefAddFeed td {
214 padding : 2px;
215 }
216
217 table.prefAddFeed input {
218 width : 250px;
219 }
220
221 form.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
232 table.prefAddFeed {
233 border : 1px solid #c0c0c0;
234 padding : 10px;
235 -moz-border-radius : 5px;
236 background-color : #f0f0f0;
237 background-image : url("images/form.png");
238 background-position : bottom left;
239 background-repeat : repeat-x;
240
241 }
242
243 table.prefFeedList tr.title td {
244 font-weight : bold;
245 border-width : 0px 0px 1px 0px;
246 border-color : #f0f0f0;
247 border-style : solid;
248 }
249
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
260 .evenSelected {
261 background-color : #e0e0ff;
262 }
263
264 .oddSelected {
265 background-color : #e0e0ff;
266 }
267
268 a.disabledButton {
269 font-family : tahoma, sans-serif;
270 border : 1px solid #d0d0d0;
271 background-color : white;
272 color : #909090;
273 padding : 2px 10px 2px 10px;
274 font-size : small;
275 }
276
277 a.disabledButton:hover {
278 background : white;
279 text-decoration : none;
280 color : #909090;
281 }
282
283 .button {
284 font-family : tahoma, sans-serif;
285 border : 1px solid #d0d0d0;
286 background-image : url("images/button.png");
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
295 .button:hover {
296 background : white;
297 text-decoration : none;
298 color : black;
299 }
300
301 .buttonWarn {
302 font-family : tahoma, sans-serif;
303 border : 1px solid #d0d0d0;
304 background-image : url("images/button.png");
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 }
312
313 .buttonWarn:hover {
314 background : #fff0f0;
315 text-decoration : none;
316 color : black;
317 }
318
319 td.headlineUpdateMark {
320 width : 25px;
321 text-align : center;
322 }
323
324 div.errorBox {
325 border : 1px solid #c0c0c0;
326 padding : 20px;
327 margin : 20px;
328 background : #f0f0f0;
329 }
330 table.postTable tr.titleTop, table.postTable tr.titleBottom {
331 background : #f0f0f0;
332 }
333
334 table.postTable td.titleIcon {
335 border-width : 0px 0px 1px 0px;
336 border-color : #d0d0d0;
337 border-style : solid;
338 }
339
340 table.postTable tr.titleTop td {
341 padding : 5px 10px 0px 10px;
342 }
343
344 table.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;
349
350 }
351
352 table.postTable td.post {
353 padding : 20px;
354
355 }
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 }
374
375 img.feedIcon {
376 margin : 3px;
377 border : 1px solid #c0c0c0;
378 }
379
380 #iedit_title, #iedit_link {
381 width : 100%;
382 padding-left : 2px;
383 }
384
385