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