]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
inline feed editor, yay!
[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
187.even {
188 background-color : #f0f0f0;
189}
190
d76a3b03
AD
191.evenUnread {
192 background-color : #f0f0f0;
193 font-weight : bold;
1cd17194
AD
194}
195
d76a3b03
AD
196.oddUnread {
197 font-weight : bold;
198}
1cd17194 199
a1a8a2be
AD
200.invisible {
201 display : none;
202}
007bda35
AD
203
204table.prefAddFeed td {
205 padding : 2px;
206}
207
208table.prefAddFeed input {
209 width : 250px;
210}
211
212table.prefAddFeed {
007bda35
AD
213 border : 1px solid #c0c0c0;
214 padding : 10px;
215 -moz-border-radius : 5px;
e695fdc8
AD
216 background-color : #f0f0f0;
217 background-image : url("images/form.png");
218 background-position : bottom left;
219 background-repeat : repeat-x;
220
007bda35
AD
221}
222
223table.prefFeedList tr.title td {
224 font-weight : bold;
225 border-width : 0px 0px 1px 0px;
226 border-color : #f0f0f0;
227 border-style : solid;
228}
229
a3ee2a38
AD
230.evenUnreadSelected, .evenSelectedUnread {
231 background-color : #e0e0ff;
232 font-weight : bold;
233}
234
235.oddUnreadSelected, .oddSelectedUnread {
236 background-color : #e0e0ff;
237 font-weight : bold;
238}
239
007bda35 240.evenSelected {
7e00c981 241 background-color : #e0e0ff;
007bda35
AD
242}
243
244.oddSelected {
7e00c981 245 background-color : #e0e0ff;
007bda35
AD
246}
247
e6d1c0a0 248a.disabledButton {
d5caaae5 249 font-family : tahoma, sans-serif;
e6d1c0a0
AD
250 border : 1px solid #d0d0d0;
251 background-color : white;
252 color : #909090;
253 padding : 2px 10px 2px 10px;
254 font-size : small;
255}
256
257a.disabledButton:hover {
258 background : white;
259 text-decoration : none;
260 color : #909090;
261}
262
331900c6 263a.button {
d5caaae5 264 font-family : tahoma, sans-serif;
331900c6 265 border : 1px solid #d0d0d0;
e695fdc8 266 background-image : url("images/button.png");
331900c6
AD
267 background-position : top;
268 background-repeat : repeat-x;
269 background-color : white;
270 color : black;
271 padding : 2px 10px 2px 10px;
272 font-size : small;
273}
274
275a.button:hover {
276 background : white;
277 text-decoration : none;
278 color : black;
279}
280
83fe4d6d 281a.buttonWarn {
d5caaae5 282 font-family : tahoma, sans-serif;
83fe4d6d 283 border : 1px solid #d0d0d0;
e695fdc8 284 background-image : url("images/button.png");
83fe4d6d
AD
285 background-position : top;
286 background-repeat : repeat-x;
287 background-color : white;
288 color : black;
289 padding : 2px 10px 2px 10px;
290 font-size : small;
291}
331900c6 292
83fe4d6d
AD
293a.buttonWarn:hover {
294 background : #fff0f0;
295 text-decoration : none;
296 color : black;
297}
b197f117
AD
298
299td.headlineUpdateMark {
300 width : 25px;
301 text-align : center;
302}
a2015351 303
f07c0eb4
AD
304div.errorBox {
305 border : 1px solid #c0c0c0;
306 padding : 20px;
307 margin : 20px;
308 background : #f0f0f0;
309}
f07c0eb4
AD
310table.postTable tr.titleTop, table.postTable tr.titleBottom {
311 background : #f0f0f0;
312}
313
b7f4bda2
AD
314table.postTable td.titleIcon {
315 border-width : 0px 0px 1px 0px;
316 border-color : #d0d0d0;
317 border-style : solid;
318}
319
f07c0eb4
AD
320table.postTable tr.titleTop td {
321 padding : 5px 10px 0px 10px;
322}
323
324table.postTable tr.titleBottom td {
325 padding : 3px 10px 5px 10px;
326 border-width : 0px 0px 1px 0px;
327 border-color : #d0d0d0;
328 border-style : solid;
a2015351 329
f07c0eb4
AD
330}
331
332table.postTable td.post {
333 padding : 20px;
334
335}
508a81e1
AD
336
337#piggie {
338 width : 400;
339 height : 400;
340 left : 50;
341 background-color : white;
342 display : none;
343 z-index : 3;
344 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
345 background-position : center center;
346 background-repeat : no-repeat;
347 position : absolute;
348 border : 1px solid pink;
349 margin-left : auto;
350 margin-right : auto;
351 -moz-border-radius : 10px;
352 opacity : 0.8;
353}
b7f4bda2
AD
354
355img.feedIcon {
356 margin : 3px;
357 border : 1px solid #c0c0c0;
358}
603c27f8
AD
359
360#iedit_title, #iedit_link {
361 width : 100%;
362 padding-left : 2px;
363}
364
365