]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
only update database entries when really needed
[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
221table.prefAddFeed {
007bda35
AD
222 border : 1px solid #c0c0c0;
223 padding : 10px;
224 -moz-border-radius : 5px;
e695fdc8
AD
225 background-color : #f0f0f0;
226 background-image : url("images/form.png");
227 background-position : bottom left;
228 background-repeat : repeat-x;
229
007bda35
AD
230}
231
232table.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
a3ee2a38
AD
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
007bda35 249.evenSelected {
7e00c981 250 background-color : #e0e0ff;
007bda35
AD
251}
252
253.oddSelected {
7e00c981 254 background-color : #e0e0ff;
007bda35
AD
255}
256
e6d1c0a0 257a.disabledButton {
d5caaae5 258 font-family : tahoma, sans-serif;
e6d1c0a0
AD
259 border : 1px solid #d0d0d0;
260 background-color : white;
261 color : #909090;
262 padding : 2px 10px 2px 10px;
263 font-size : small;
264}
265
266a.disabledButton:hover {
267 background : white;
268 text-decoration : none;
269 color : #909090;
270}
271
331900c6 272a.button {
d5caaae5 273 font-family : tahoma, sans-serif;
331900c6 274 border : 1px solid #d0d0d0;
e695fdc8 275 background-image : url("images/button.png");
331900c6
AD
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
284a.button:hover {
285 background : white;
286 text-decoration : none;
287 color : black;
288}
289
83fe4d6d 290a.buttonWarn {
d5caaae5 291 font-family : tahoma, sans-serif;
83fe4d6d 292 border : 1px solid #d0d0d0;
e695fdc8 293 background-image : url("images/button.png");
83fe4d6d
AD
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}
331900c6 301
83fe4d6d
AD
302a.buttonWarn:hover {
303 background : #fff0f0;
304 text-decoration : none;
305 color : black;
306}
b197f117
AD
307
308td.headlineUpdateMark {
309 width : 25px;
310 text-align : center;
311}
a2015351 312
f07c0eb4
AD
313div.errorBox {
314 border : 1px solid #c0c0c0;
315 padding : 20px;
316 margin : 20px;
317 background : #f0f0f0;
318}
f07c0eb4
AD
319table.postTable tr.titleTop, table.postTable tr.titleBottom {
320 background : #f0f0f0;
321}
322
b7f4bda2
AD
323table.postTable td.titleIcon {
324 border-width : 0px 0px 1px 0px;
325 border-color : #d0d0d0;
326 border-style : solid;
327}
328
f07c0eb4
AD
329table.postTable tr.titleTop td {
330 padding : 5px 10px 0px 10px;
331}
332
333table.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;
a2015351 338
f07c0eb4
AD
339}
340
341table.postTable td.post {
342 padding : 20px;
343
344}
508a81e1
AD
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}
b7f4bda2
AD
363
364img.feedIcon {
365 margin : 3px;
366 border : 1px solid #c0c0c0;
367}
603c27f8
AD
368
369#iedit_title, #iedit_link {
370 width : 100%;
371 padding-left : 2px;
372}
373
374