]> git.wh0rd.org - tt-rss.git/blame - tt-rss_compact.css
update NEWS
[tt-rss.git] / tt-rss_compact.css
CommitLineData
da5d0d09
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
7}
8
9/* common styles */
10
11table.main td.header {
12 padding : 5px 5px 5px 5px;
13 height : 20px;
14 font-size : 10pt;
15 font-weight : bold;
16 background-image : url("images/vgrad_light_rev2.png");
17 background-position : top left;
18 background-repeat : repeat-x;
19}
20
21table.main td.mainToolbar {
22 border-width : 0px 0px 0px 0px;
23 border-style : solid;
24 border-color : #c0c0c0;
25 padding : 3px 25px 3px 10px;
26}
27
28table.main td.prefsToolbar {
29 border-width : 0px 0px 0px 0px;
30 border-style : solid;
31 border-color : #c0c0c0;
32 padding : 3px 25px 15px 10px;
33}
34
35table.main td.feeds {
36 width : 300px;
37 height : 100%;
38 border-width : 1px 0px 0px 0px;
39 border-style : solid;
40 border-color : #c0c0c0;
41 padding : 0px;
42 font-size:9pt;
43}
44
45table.main td.headlinesToolbarBox td,table.main td.headlinesToolbarBox td input ,table.main td.headlinesToolbarBox td select {
46font-size:8pt;
47}
48
49table.main td.headlinesToolbarBox {
50 padding : 0px;
51 border-width : 0px 0px 1px 1px;
52 border-style : solid;
53 border-color : #c0c0c0;
54 background-image : url("images/vgrad_light.png");
55 background-position : bottom left;
56 background-repeat : repeat-x;
57 font-size:8pt;
58}
59
60table.main td.footer {
61 border-width : 1px 0px 0px 0px;
62 border-style : solid;
63 border-color : #c0c0c0;
64 padding : 10px;
65 text-align : center;
66 font-size : 8pt;
67 background-image : url("images/vgrad_light_rev2.png");
68 background-position : top left;
69 background-repeat : repeat-x;
70 color : gray;
71}
72
73table.main td.footer {
74 height:10px;
75 font-size:6pt;
76 }
77
78table.main td.footer a {
79 color : gray;
80}
81
82table.main td.footer a:hover {
83 color : #5050aa;
84}
85
86table.main td.headlines {
87 height : 20%;
88 border-width : 0px 0px 1px 1px;
89 border-style : solid;
90 border-color : #c0c0c0;
91 font-size:8pt;
92}
93
94table.main td.content {
95 height : 100%;
96 background-image : url("images/vgrad_light_rev.png");
97 background-position : top left;
98 background-repeat : repeat-x;
99 border-width : 0px 0px 0px 1px;
100 border-style : solid;
101 border-color : #c0c0c0;
102 font-size:9pt;
103}
104
105table.main td.prefContent {
106 height : 100%;
107 background-image : url("images/vgrad_light_rev.png");
108 background-position : top left;
109 background-repeat : repeat-x;
110 border-width : 1px 0px 0px 0px;
111 border-style : solid;
112 border-color : #c0c0c0;
113 padding : 20px;
114}
115
116div.postReply {
117 background-image : url("images/vgrad_light_rev.png");
118 background-position : top left;
119 background-repeat : repeat-x;
120 height : 100%;
121 padding : 10px;
122}
123
124div.postReply a {
125 color : #5050aa;
126}
127
128div.postReply a:hover {
129 color : black;
130}
131
132div.postReply div.postHeader {
133 background : white;
134 border : 1px solid #c0c0c0;
135 padding : 5px;
136 font-size:9pt;
137
138}
139
140div.postContent,div.postReply table td,div.postHeader table td {
141font-size:9pt;
142}
143
144div.postReply div.postContent {
145 padding : 10px;
146 font-size:9pt;
147}
148
149div.postReply div.postIcon {
150 float : right;
151 border : 0px;
152 margin : 10px 0px 10px 10px;
153}
154
155ul.feedList {
156 list-style-type : none;
157 margin : 0px;
158 padding : 10px;
159 font-size: 10px;
160}
161
162ul.feedList li {
163 margin : 2px;
164}
165
166ul.feedList li.oddSelected, ul.feedList li.evenSelected,
167 li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
168 li.oddSelectedUnread {
169 background-color : white;
170 font-size:9pt;
171}
172
173li.oddSelected a, li.evenSelected a,
174 li.oddUnreadSelected a, li.evenUnreadSelected a {
175 color : #5050aa;
176 font-size:8pt;
177}
178
179ul.feedList img {
180 margin : 0px 3px 0px 0px;
181 width : 16px;
182 height : 16px;
183}
184
185h1 {
186 font-size : 12pt;
187}
188
189h2 {
190 font-size : 10pt;
191 font-color : bold;
192 border-width : 0px 0px 1px 0px;
193 border-style : solid;
194 border-color : #e0e0e0;
195}
196
197hr {
198 border-width : 0px 0px 1px 0px;
199 border-style : dashed;
200 border-color : #e0e0e0;
201}
202
203a {
204 color : black;
205 text-decoration : none;
206}
207
208a:hover {
209 color : #5050aa;
210}
211
212#piggie {
213 width : 400;
214 height : 400;
215 left : 50;
216 background-color : white;
217 display : none;
218 z-index : 3;
219 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
220 background-position : center center;
221 background-repeat : no-repeat;
222 position : absolute;
223 border : 1px solid pink;
224 margin-left : auto;
225 margin-right : auto;
226 -moz-border-radius : 10px;
227 opacity : 0.8;
228}
229
230#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr {
231 width : 100%;
232 padding-left : 2px;
233}
234
235#notify {
da5d0d09 236 font-size : 10pt;
a14f82f2 237 text-align : right;
da5d0d09 238 color : gray;
a14f82f2
AD
239 border-style : solid;
240 border-width : 0px 0px 1px 1px;
a516aa6d 241 border-color : #e0e0e0;
a14f82f2
AD
242 background-color : white;
243 padding : 3px;
244 width : 350px;
da5d0d09
AD
245}
246
a14f82f2 247
da5d0d09
AD
248#dispSwitch {
249 text-align : right;
250 padding : 5px 5px 5px 0px;
251 font-size : x-small;
252}
253
254#dispSwitch a {
255 color : gray;
256}
257
258#dispSwitch a:hover {
259 color : #5050aa;
260}
261
262div.expPane {
263 margin : 15px;
264}
265
266iframe {
267 border : 0px solid white;
268}
269
270iframe.feedsFrame {
271 width : 100%;
272 height : 87%;
273 margin : 0px;
274 padding : 0px;
275}
276
277iframe.contentFrame, iframe.headlinesFrame {
278 width : 100%;
279 padding : 0px;
280 margin : 0px;
281 height : 100%;
282}
283
284.button {
285 border : 1px solid #d0d0d0;
286 background-image : url("images/button.png");
287 background-position : top;
288 background-repeat : repeat-x;
289 background-color : white;
290 color : black;
291 font-size: 8pt;
292}
293
294.button:hover {
295 background : white;
296 text-decoration : none;
297 color : black;
298}
299
300a.button {
301 padding : 2px 5px 2px 5px;
302 font-size : 8pt;
303}
304
305.evenUnreadSelected, .evenSelectedUnread {
306 background-color : #e0e0ff;
307 font-weight : bold;
308}
309
310.oddUnreadSelected, .oddSelectedUnread {
311 background-color : #e0e0ff;
312 font-weight : bold;
313}
314
315.evenSelected {
316 background-color : #e0e0ff;
317}
318
319.oddSelected {
320 background-color : #e0e0ff;
321}
322
323.disabledButton {
324 border : 1px solid #c0c0c0;
325 background-color : white;
326 color : gray;
327}
328
329.evenGrayed {
330 background-color : #f0f0f0;
331 color : #909090;
332}
333
334.oddGrayed {
335 color : #909090;
336}
337
338.even {
339 background-color : #f0f0f0;
340}
341
342.evenUnread td,.oddUnread td,.evenSelected td,.oddSelected td,.odd td,.even td{
343 font-size:8pt;
344}
345
346.evenUnread {
347 background-color : #f0f0f0;
348 font-weight : bold;
349}
350
351.oddUnread {
352 font-weight : bold;
353}
354
355.invisible {
356 display : none;
357}
358
359input {
360 border : 1px solid #a0a0a0;
361}
362
363/* preferences */
364
365table.prefAddFeed td {
366 padding : 2px;
367}
368
369table.prefAddFeed input {
370 width : 250px;
371}
372
373table.prefFeedList tr.title td, table.prefFilterList tr.title td,
374 table.headlinesList tr.title td, table.prefLabelList tr.title td {
375 font-weight : bold;
376 border-width : 0px 0px 1px 0px;
377 border-color : #f0f0f0;
378 border-style : solid;
379 font-size:9pt;
380}
381
7dc66a61
AD
382a.helpLink {
383 color : #808080;
384}
385
386a.helpLink:hover {
387 color : #5050aa;
388}
389
390div.helpResponse {
391 margin : 10px;
392 background-image : url("images/vgrad_light_rev2.png");
393 background-position : top left;
394 background-repeat : repeat-x;
395 padding : 10px 20px 10px 20px;
396 border : 1px solid #f0f0f0;
397}
398
399div.helpResponse h1 {
400 border-width : 0px 0px 1px 0px;
401 border-style : solid;
402 border-color : #c0c0c0;
403 font-size : 16pt;
404}
405
406div.helpResponse h2 {
407 border-width : 0px 0px 0px 0px;
408 font-size : 12pt;
409
410}
411
412pre {
413 border : 1px solid #c0c0c0;
414 padding : 5px;
415 background : #f0f0f0;
416}