]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
align feedicon to right (in view)
[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
e828e31e 9/* common styles */
1cd17194 10
e828e31e
AD
11table.main td.header {
12 padding : 10px 10px 10px 50px;
13 height : 90px;
14 font-size : 24pt;
15 font-weight : bold;
16 background-image : url("images/vgrad_light_rev2.png");
17 background-position : top left;
18 background-repeat : repeat-x;
2c1dd701
AD
19}
20
e828e31e
AD
21table.main td.mainToolbar {
22 border-width : 0px 0px 0px 0px;
23 border-style : solid;
24 border-color : #c0c0c0;
13f832b3 25 padding : 3px 25px 3px 10px;
e5d45654
AD
26}
27
0eef53fe
AD
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
e828e31e
AD
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;
d5224f0d 41 padding : 0px;
e5d45654
AD
42}
43
e828e31e 44table.main td.headlinesToolbarBox {
f0601b87 45 padding : 10px;
e828e31e 46 border-width : 0px 0px 1px 1px;
d76a3b03 47 border-style : solid;
e828e31e
AD
48 border-color : #c0c0c0;
49 background-image : url("images/vgrad_light.png");
50 background-position : bottom left;
51 background-repeat : repeat-x;
d76a3b03
AD
52}
53
e828e31e
AD
54table.main td.footer {
55 border-width : 1px 0px 0px 0px;
a2015351 56 border-style : solid;
e828e31e
AD
57 border-color : #c0c0c0;
58 padding : 10px;
59 text-align : center;
60 font-size : x-small;
61 background-image : url("images/vgrad_light_rev2.png");
62 background-position : top left;
63 background-repeat : repeat-x;
64 color : gray;
a2015351
AD
65}
66
e828e31e
AD
67table.main td.footer a {
68 color : gray;
d76a3b03
AD
69}
70
e828e31e
AD
71table.main td.footer a:hover {
72 color : #5050aa;
ac53063a
AD
73}
74
e828e31e
AD
75table.main td.headlines {
76 height : 25%;
77 border-width : 0px 0px 1px 1px;
78 border-style : solid;
79 border-color : #c0c0c0;
71ad3959
AD
80}
81
e828e31e
AD
82table.main td.content {
83 height : 100%;
84 background-image : url("images/vgrad_light_rev.png");
85 background-position : top left;
86 background-repeat : repeat-x;
87 border-width : 0px 0px 0px 1px;
88 border-style : solid;
89 border-color : #c0c0c0;
1cd17194
AD
90}
91
e828e31e
AD
92table.main td.prefContent {
93 height : 100%;
94 background-image : url("images/vgrad_light_rev.png");
95 background-position : top left;
96 background-repeat : repeat-x;
97 border-width : 1px 0px 0px 0px;
98 border-style : solid;
99 border-color : #c0c0c0;
100 padding : 20px;
1a66d16e
AD
101}
102
e828e31e
AD
103div.postReply {
104 background-image : url("images/vgrad_light_rev.png");
a1a8a2be
AD
105 background-position : top left;
106 background-repeat : repeat-x;
e828e31e
AD
107 height : 100%;
108 padding : 10px;
1cd17194
AD
109}
110
f7181e9b
AD
111div.postReply a {
112 color : #5050aa;
113}
114
115div.postReply a:hover {
116 color : black;
117}
118
e828e31e
AD
119div.postReply div.postHeader {
120 background : white;
121 border : 1px solid #c0c0c0;
1a66d16e 122 padding : 5px;
1cd17194
AD
123}
124
e828e31e 125div.postReply div.postContent {
1cd17194 126 padding : 10px;
f0601b87
AD
127}
128
e828e31e
AD
129div.postReply div.postIcon {
130 float : right;
131 border : 0px;
e9e4c6e2 132 margin : 10px 0px 10px 10px;
5f89f780 133}
e828e31e
AD
134
135ul.feedList {
136 list-style-type : none;
137 margin : 0px;
138 padding : 10px;
1cd17194
AD
139}
140
e828e31e
AD
141ul.feedList li {
142 margin : 2px;
143}
144
145ul.feedList li.oddSelected, ul.feedList li.evenSelected,
0c674406
AD
146 li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
147 li.oddSelectedUnread {
e828e31e
AD
148 background-color : white;
149}
150
151li.oddSelected a, li.evenSelected a,
152 li.oddUnreadSelected a, li.evenUnreadSelected a {
153 color : #5050aa;
154}
508a81e1 155
e828e31e
AD
156ul.feedList img {
157 margin : 0px 3px 0px 0px;
158 width : 16px;
159 height : 16px;
331900c6
AD
160}
161
e828e31e
AD
162h1 {
163 font-size : 16pt;
f0601b87
AD
164}
165
e828e31e
AD
166h2 {
167 font-size : 14pt;
168 font-color : bold;
169 border-width : 0px 0px 1px 0px;
1cd17194 170 border-style : solid;
e828e31e 171 border-color : #e0e0e0;
1cd17194
AD
172}
173
e828e31e
AD
174hr {
175 border-width : 0px 0px 1px 0px;
176 border-style : dashed;
177 border-color : #e0e0e0;
178}
67824557 179
e828e31e
AD
180a {
181 color : black;
182 text-decoration : none;
1cd17194
AD
183}
184
e828e31e
AD
185a:hover {
186 color : #5050aa;
9b307248
AD
187}
188
e828e31e
AD
189#piggie {
190 width : 400;
191 height : 400;
192 left : 50;
193 background-color : white;
194 display : none;
195 z-index : 3;
196 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
197 background-position : center center;
198 background-repeat : no-repeat;
199 position : absolute;
200 border : 1px solid pink;
201 margin-left : auto;
202 margin-right : auto;
203 -moz-border-radius : 10px;
204 opacity : 0.8;
9b307248
AD
205}
206
48f0adb0 207#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr {
e828e31e
AD
208 width : 100%;
209 padding-left : 2px;
1cd17194
AD
210}
211
e828e31e 212#notify {
d76a3b03 213 font-weight : bold;
d5224f0d 214 font-size : 10pt;
e828e31e
AD
215 display : none;
216 width : 350px;
217 color : gray;
1cd17194
AD
218}
219
e828e31e
AD
220div.expPane {
221 margin : 15px;
d76a3b03 222}
1cd17194 223
5bfef089
AD
224iframe {
225 border : 0px solid white;
226}
227
e828e31e
AD
228iframe.feedsFrame {
229 width : 100%;
230 height : 90%;
e828e31e
AD
231 margin : 0px;
232 padding : 0px;
a1a8a2be 233}
007bda35 234
e828e31e
AD
235iframe.contentFrame, iframe.headlinesFrame {
236 width : 100%;
e828e31e
AD
237 padding : 0px;
238 margin : 0px;
239 height : 100%;
007bda35
AD
240}
241
e828e31e
AD
242.button {
243 border : 1px solid #d0d0d0;
244 background-image : url("images/button.png");
245 background-position : top;
246 background-repeat : repeat-x;
247 background-color : white;
248 color : black;
007bda35
AD
249}
250
e828e31e
AD
251.button:hover {
252 background : white;
253 text-decoration : none;
254 color : black;
255}
256
257a.button {
258 padding : 2px 5px 2px 5px;
259 font-size : small;
007bda35
AD
260}
261
a3ee2a38
AD
262.evenUnreadSelected, .evenSelectedUnread {
263 background-color : #e0e0ff;
264 font-weight : bold;
265}
266
267.oddUnreadSelected, .oddSelectedUnread {
268 background-color : #e0e0ff;
269 font-weight : bold;
270}
271
007bda35 272.evenSelected {
7e00c981 273 background-color : #e0e0ff;
007bda35
AD
274}
275
276.oddSelected {
7e00c981 277 background-color : #e0e0ff;
007bda35
AD
278}
279
ac43eba1 280.disabledButton {
d5224f0d
AD
281 border : 1px solid #c0c0c0;
282 background-color : white;
283 color : gray;
e6d1c0a0
AD
284}
285
e828e31e
AD
286.evenGrayed {
287 background-color : #f0f0f0;
288 color : #909090;
b7f4bda2
AD
289}
290
e828e31e
AD
291.oddGrayed {
292 color : #909090;
f07c0eb4
AD
293}
294
e828e31e
AD
295.even {
296 background-color : #f0f0f0;
ac43eba1 297}
a2015351 298
e828e31e
AD
299.evenUnread {
300 background-color : #f0f0f0;
301 font-weight : bold;
f07c0eb4
AD
302}
303
e828e31e
AD
304.oddUnread {
305 font-weight : bold;
f07c0eb4 306}
508a81e1 307
e828e31e 308.invisible {
508a81e1 309 display : none;
508a81e1 310}
b7f4bda2 311
e828e31e
AD
312input {
313 border : 1px solid #a0a0a0;
b7f4bda2 314}
603c27f8 315
e828e31e 316/* preferences */
603c27f8 317
e828e31e
AD
318table.prefAddFeed td {
319 padding : 2px;
a0d53889
AD
320}
321
e828e31e
AD
322table.prefAddFeed input {
323 width : 250px;
1a66d16e
AD
324}
325
e828e31e 326table.prefFeedList tr.title td, table.prefFilterList tr.title td,
90cd2ea5 327 table.headlinesList tr.title td, table.prefLabelList tr.title td {
e828e31e
AD
328 font-weight : bold;
329 border-width : 0px 0px 1px 0px;
330 border-color : #f0f0f0;
331 border-style : solid;
70830c87 332}
f0601b87 333