Website updated.
[irwi] / www / irreco.css
1 * {
2         font: 12px Verdana,Tahoma,Arial,sans-serif;
3 }
4
5 body {
6         margin: 0 auto;
7         padding: 0;
8         font: 12px Verdana,Tahoma,Arial,sans-serif;
9         background: #ffffff url(images/bg.png) top center repeat-y;
10 }
11
12 prez {
13         font-family: monospaced; 
14 }
15
16 strong {
17         font-weight: bold;
18 }
19
20 ul, ol {        
21         margin: 0 0 0 1.8em;
22         padding: 0;
23 }
24
25 ul {    
26         list-style: square;
27 }
28
29 .nopadding {
30         margin: 0 0 0 0;
31         border: 0;
32 }
33
34 .floatright {
35         float: right;
36 }
37
38 #kehys {
39         background: #ffffff;
40         color: #252525;
41         margin: 0 auto;
42         width: 750px;
43 }
44
45 #vasen {
46         position: relative;
47         top: -100px;
48         clear: left;
49         float: left;
50         width: 180px;
51         margin: 0 0 0 0;
52         padding: 0 0 0 10px;
53         font-size: 12px;
54 }
55
56 #vasen h4 {
57         color: #a71e22;
58         font-size: 1.0em;
59         margin: 0 0 0 0
60 }
61
62 .authors {
63         margin: 10px 0 10px 20px;
64         padding: 0 0 0 10px;
65         width: 180px;
66         color: #252525;
67 }
68
69 #content {
70         position: relative;
71         top: -125px;
72         margin: 0 40px 0 40px;
73         /*padding: 0 10px 0 10px;*/
74         color: #252525;
75         line-height: 1.6em;
76         text-align: left;
77 }
78
79 #index #content {
80         margin: 0 40px 0 250px; 
81 }
82
83 #content h2 {
84         color: #252525;
85         font-size: 1.5em;
86         margin: 0 0 1em 0;
87 }
88
89 #content h3 {
90         color: #252525;
91         font-size: 1.2em;
92         font-weight: normal;
93         margin: 0 0 0 0;
94 }
95
96 #content h4 {
97         color: #a71e22;
98         font-size: 1.0em;
99         font-weight: normal;
100         margin: 0 0 0.5em 0;
101 }
102
103 #download #content h3,
104 #documentation #content h3 {
105         color: #252525;
106         font-size: 1.2em;
107         font-weight: bold;
108         margin: 2.5em 0 0 0;
109 }
110
111 #documentation #content h4 {
112         color: #a71e22;
113         font-size: 1.1em;
114         font-weight: bold;
115         margin: 1.5em 0 0.5em 0;
116 }
117
118 #download #content ol {
119         margin-top: 0;
120         margin-bottom: 0;
121         margin-right: 0;
122 }
123
124 .signature {
125         color: #252525;
126         font-size: 1em;
127         text-align: right;
128         margin: 0.3em 0 0.5em 0;
129 }
130
131 #content img {
132         padding: 0px;
133         display:inline;
134         background: #cccccc;
135         border: 0px solid #252525;
136 }
137
138 #content table, #content table td {
139         border-collapse: collapse;
140         border: 1px solid #AAAAAA;
141 }
142
143 #download #content table, #download #content table td {
144         margin: 0;
145         border: 0;
146 }
147
148 #content table td {
149         padding: 5px;
150         vertical-align: top;
151 }
152
153 #download #content table td {
154         padding: 5px 10px 5px 0px;
155 }
156
157 pre {
158         border: 1px solid #AAAAAA;
159         padding: 5px;
160         font-family: monospace;
161 }
162
163 #content table td.fieldname {
164         white-space: nowrap;
165 }
166
167 .center {
168         text-align: center;
169 }
170
171 a {
172         text-decoration: none;
173         color: #ff820b;
174 }
175
176 a:hover {
177         text-decoration: underline;
178         color: #ff820b;
179 }
180
181 a img {
182         border: 0;
183 }
184
185 a2 {
186         text-decoration: none;
187         color: #ff820b;
188 }
189
190 a2:hover {
191         text-decoration: underline;
192         color: #ff820b;
193 }
194
195 a2 img {
196         border: 0;
197 }
198
199
200 #footer {
201         clear: both;
202         margin: 0 auto;
203         width: 750px;
204         height: 100px;
205         background: #ffffff url(images/footer.png);
206 }
207
208 div.uutinen {
209         margin: 0 0 3.5em 0;
210 }
211
212 div.linkbox a, 
213 div.linkbox a:hover, 
214 div.linkbox a:active, 
215 div.linkbox a:hover:active  {
216         display: block;
217         position: relative;
218         font-size: 14px;
219         text-decoration: none;
220         color: #ffffff;
221         text-align: center;
222         vertical-align: middle;
223         padding: 0.3em;
224         margin: 0;
225 }
226
227 div.linkbox a {
228         background: #252525;
229 }
230
231 div.linkbox a:hover {
232         background: #a71e22;
233 }
234
235 div.linkbox a:active, 
236 div.linkbox a:hover:active {
237         background: #ff820b;
238 }
239
240
241 div.linkbox a2, 
242 div.linkbox a2:hover, 
243 div.linkbox a2:active, 
244 div.linkbox a2:hover:active  {
245         display: block;
246         position: relative;
247         font-size: 14px;
248         text-decoration: none;
249         color: #ffffff;
250         text-align: center;
251         vertical-align: middle;
252         padding: 0.3em;
253         margin: 0;
254 }
255 div.linkbox a2 {
256         background: #000000;
257 }
258
259 div.linkbox a2:hover {
260         background: #a71e22;
261 }
262
263 div.linkbox a2:active, 
264 div.linkbox a2:hover:active {
265         background: #ff820b;
266 }
267
268
269
270
271 #linkbox_news {
272         width: 50px;
273         height: 20px;
274         left: 500px; 
275         top: -280px;
276 }
277
278 #linkbox_download {
279         width: 80px;
280         height: 20px;
281         left: 580px; 
282         top: -275px;
283 }
284
285 #linkbox_documentation {
286         width: 120px;
287         height: 20px;
288         left: 510px; 
289         top: -270px;
290 }
291
292 #linkbox_themes {
293         width: 70px;
294         height: 20px;
295         left: 610px; 
296         top: -260px;
297 }
298
299 #linkbox_garage {
300         width: 160px;
301         height: 20px;
302         left: 460px; 
303         top: -240px;
304 }
305
306 #linkbox_maemo_downloads {
307         width: 160px;
308         height: 20px;
309         left: 520px; 
310         top: -230px;
311 }
312
313 #linkbox_discussion {
314         width: 100px;
315         height: 20px;
316         left: 420px; 
317         top: -220px;
318 }
319
320 #linkbox_bugs {
321         width: 100px;
322         height: 20px;
323         left: 550px; 
324         top: -245px;
325 }
326
327 #linkbox_mailing_list {
328         width: 100px;
329         height: 20px;
330         left: 500px;
331         top: -230px;
332 }
333 #linkbox_record {
334         width: 100px;
335         height: 40px;
336         left: 500px;
337         top: -230px;
338 }
339 #linkbox_qtirreco {
340         width: 85px;
341         height: 20px;
342         left: 435px;
343         top: -220px;
344 }
345 #linkbox_irreco {
346         width: 85px;
347         height: 20px;
348         left: 435px;
349         top: -220px;
350 }
351 #linkbox_faq {
352         width: 45px;
353         height: 20px;
354         left: 555px;
355         top: -230px;
356 }
357 #linkbox_irreco_index {
358         width: 120px;
359         height: 20px;
360         left: 450px;
361         top: -200px;
362 }
363 #linkbox_qtirreco_index {
364         width: 120px;
365         height: 20px;
366         left: 450px;
367         top: -210px;
368 }
369 #linkbox_irwi_index {
370         width: 120px;
371         height: 20px;
372         left: 450px;
373         top: -220px;
374 }
375 #linkbox_qtirreconews {
376         width: 75px;
377         height: 20px;
378         left: 550px;
379         top: -260px;
380 }
381 .installbox {
382         width: 670px;
383         height: 183px;
384         margin-bottom: 15px;
385 }
386
387 .installbox_title {
388         width: 670px;
389         height: 25px;
390         background-image: url(images/installbox_title.png);
391         text-align: center;
392         margin: 0px;
393         padding: 0px;
394         color: #FFFFFF;
395         line-height: 23px;
396         padding-top: 4px;
397         font-weight: bold;
398 }
399
400 .qtinstallbox_title {
401         width: 474px;
402         height: 25px;
403         background-image: url(images/qtinstallbox_title.png);
404         text-align: center;
405         margin: 0px;
406         padding: 0px;
407         color: #FFFFFF;
408         line-height: 23px;
409         padding-top: 4px;
410         font-weight: bold;
411 }
412
413 .installbox_content {
414         width: 670px;
415         height: 154px;
416 }
417
418 .installbox_preview {
419         width: 156px;
420         height: 154px;
421         float:left;
422 }
423 .installbox_left {
424         width: 13px;
425         height: 154px;
426         float:left;
427 }
428
429 .installbox_preview img {
430         margin: 0;
431 }
432
433 .installbox_description {
434         width: 344px;
435         height: 134px;
436         padding: 10px;
437         background-image: url(images/installbox_description_background.png);
438         background-repeat: repeat-x;
439         float:left;
440         color: #FFFFFF;
441 }
442
443 .qtinstallbox_description {
444         width: 291px;
445         height: 134px;
446         padding: 10px;
447         background-image: url(images/installbox_description_background.png);
448         background-repeat: repeat-x;
449         float:left;
450         color: #FFFFFF;
451 }
452
453 .installbox_description p{
454         margin-top: 0;
455         margin-bottom: 10px;
456 }
457
458 .installbox_download {
459         width: 150px;
460         height: 154px;
461         float:left;
462 }
463
464 .in_same_line{
465         /*float: left;
466         margin-right: 10px;*/
467         margin-bottom: 10px;
468 }
469
470 .clear_line {
471         float: left;
472         margin-bottom: 10px;
473 }
474
475
476
477 .left {
478 margin: 10px 10px 5px 0;
479 float: left;
480 }
481
482 .right {
483 margin: 10px 0 5px 10px;
484 float: right;
485 }
486
487 .textright {
488 text-align: right;
489 }
490
491 .center {
492 text-align: center;
493 }
494
495 .small {
496 font-size: 0.8em;
497 }
498
499 .bold {
500 font-weight: bold;
501 }
502
503 b {
504 font-weight: bold;
505 }
506
507 .hide {
508 display: none;
509 }