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