]> git.wh0rd.org - tt-rss.git/blob - tt-rss.css
b8c0b6c2cfc30b67ba4ad64f138c6b9b7ded27fc
[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 table.prefAddFeed {
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
230 }
231
232 table.prefFeedList tr.title td {
233 font-weight : bold;
234 border-width : 0px 0px 1px 0px;
235 border-color : #f0f0f0;
236 border-style : solid;
237 }
238
239 .evenUnreadSelected, .evenSelectedUnread {
240 background-color : #e0e0ff;
241 font-weight : bold;
242 }
243
244 .oddUnreadSelected, .oddSelectedUnread {
245 background-color : #e0e0ff;
246 font-weight : bold;
247 }
248
249 .evenSelected {
250 background-color : #e0e0ff;
251 }
252
253 .oddSelected {
254 background-color : #e0e0ff;
255 }
256
257 a.disabledButton {
258 font-family : tahoma, sans-serif;
259 border : 1px solid #d0d0d0;
260 background-color : white;
261 color : #909090;
262 padding : 2px 10px 2px 10px;
263 font-size : small;
264 }
265
266 a.disabledButton:hover {
267 background : white;
268 text-decoration : none;
269 color : #909090;
270 }
271
272 a.button {
273 font-family : tahoma, sans-serif;
274 border : 1px solid #d0d0d0;
275 background-image : url("images/button.png");
276 background-position : top;
277 background-repeat : repeat-x;
278 background-color : white;
279 color : black;
280 padding : 2px 10px 2px 10px;
281 font-size : small;
282 }
283
284 a.button:hover {
285 background : white;
286 text-decoration : none;
287 color : black;
288 }
289
290 a.buttonWarn {
291 font-family : tahoma, sans-serif;
292 border : 1px solid #d0d0d0;
293 background-image : url("images/button.png");
294 background-position : top;
295 background-repeat : repeat-x;
296 background-color : white;
297 color : black;
298 padding : 2px 10px 2px 10px;
299 font-size : small;
300 }
301
302 a.buttonWarn:hover {
303 background : #fff0f0;
304 text-decoration : none;
305 color : black;
306 }
307
308 td.headlineUpdateMark {
309 width : 25px;
310 text-align : center;
311 }
312
313 div.errorBox {
314 border : 1px solid #c0c0c0;
315 padding : 20px;
316 margin : 20px;
317 background : #f0f0f0;
318 }
319 table.postTable tr.titleTop, table.postTable tr.titleBottom {
320 background : #f0f0f0;
321 }
322
323 table.postTable td.titleIcon {
324 border-width : 0px 0px 1px 0px;
325 border-color : #d0d0d0;
326 border-style : solid;
327 }
328
329 table.postTable tr.titleTop td {
330 padding : 5px 10px 0px 10px;
331 }
332
333 table.postTable tr.titleBottom td {
334 padding : 3px 10px 5px 10px;
335 border-width : 0px 0px 1px 0px;
336 border-color : #d0d0d0;
337 border-style : solid;
338
339 }
340
341 table.postTable td.post {
342 padding : 20px;
343
344 }
345
346 #piggie {
347 width : 400;
348 height : 400;
349 left : 50;
350 background-color : white;
351 display : none;
352 z-index : 3;
353 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
354 background-position : center center;
355 background-repeat : no-repeat;
356 position : absolute;
357 border : 1px solid pink;
358 margin-left : auto;
359 margin-right : auto;
360 -moz-border-radius : 10px;
361 opacity : 0.8;
362 }
363
364 img.feedIcon {
365 margin : 3px;
366 border : 1px solid #c0c0c0;
367 }
368
369 #iedit_title, #iedit_link {
370 width : 100%;
371 padding-left : 2px;
372 }
373
374