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