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