slitaz-forge view people/slitaz.css @ rev 7

Add people.slitaz.org files
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 22 13:05:49 2011 +0100 (2011-02-22)
parents
children b770976fff5d
line source
1 /*
2 CSS style for SliTaz Network - (c) 2011 SliTaz GNU/Linux
3 */
5 html {
6 min-height: 102%;
7 }
8 body {
9 background: #ffffff;
10 color: black;
11 font: 13px sans-serif, vernada, arial;
12 margin: 0;
13 border-top: 34px solid #f1f1f1;
14 }
15 a { text-decoration: underline; color: #103a5e; }
16 a:hover { text-decoration: none; color: blue; }
17 img { border: 0pt none; }
19 /* Accessibility */
21 #access {
22 position: absolute;
23 top: 4px;
24 right: 0px;
25 text-align: right;
26 width: auto;
27 margin: 0;
28 padding: 4px 4px 4px 20px;
29 font-size: 11px;
30 font-weight: bold;
31 }
32 #access a {
33 background: transparent;
34 color: #0F314E;
35 text-decoration: none;
36 }
37 #access a:hover { color: #b64b22; }
38 #access img { vertical-align: middle; }
40 /* Header */
42 #header {
43 background: #351a0a url(pics/website/header-img.png) no-repeat top right;
44 color: black;
45 width: 100%;
46 height: 42px;
47 border-top: 1px solid black;
48 border-bottom: 1px solid #999;
49 margin-bottom: 33px;
50 }
51 #titre {
52 position: absolute;
53 font-size: 14px;
54 font-weight: bolder ;
55 left: 180px;
56 top: 4px;
57 }
58 #logo {
59 position: absolute;
60 float: left;
61 left: 16px;
62 top: -10px;
63 width: 200px;
64 height: 74px;
65 }
67 /* Side bar */
69 #nav {
70 position: absolute;
71 top: 102px;
72 right: 80px;
73 color: #555555;
74 float: right;
75 width: 250px;
76 line-height: 1.5em;
77 text-align: left;
78 font-size: 12px;
79 }
80 #nav h4 {
81 font-size: 120%;
82 color: #666666;
83 font-weight: bold;
84 margin: 0;
85 padding: 0 0 1px 0;
86 border-bottom: 1px solid #cecece;
87 }
88 #nav a {
89 color: #0F314E;
90 background: inherit;
91 display: block;
92 text-decoration: none;
93 font-weight: bold;
94 }
95 #nav a:hover {
96 color: #b64b22;
97 text-decoration: none;
98 display: block;
99 }
100 #nav .nav_box ul {
101 list-style-type: none;
102 margin: 0;
103 padding: 10px 24px 10px 0px;
104 background-color: inherit;
105 }
106 #nav li { display: inline; }
107 #nav ul {
108 -moz-border-radius: 8px;
109 -webkit-border-radius: 8px;
110 border-radius: 8px;
111 list-style-type: none;
112 margin: 10px 0;
113 padding: 10px 24px 10px 24px;
114 background-color: #eaeaea;
115 }
116 .nav_box {
117 margin: 10px 0;
118 padding: 10px 24px 10px 24px;
119 background-color: #eaeaea;
120 text-align: justify;
121 }
122 #nav .nav_box p { line-height: 1.3em; }
123 #nav .nav_box p a {
124 display: inline;
125 font-weight: normal;
126 text-decoration: underline;
127 }
128 #nav .nav_box p a:hover {
129 text-decoration: none;
130 color: blue;
131 background: inherit;
132 }
134 /* Page content */
136 #content, #content-full {
137 background: white;
138 color: black;
139 text-align: justify;
140 height: auto;
141 }
142 #content, #content-full {
143 margin: 6px 320px 0px 0px;
144 padding: 0px 40px 60px 80px;
145 }
146 #content-full {
147 margin: 0;
148 padding: 0px 80px 40px 80px;
149 }
150 #content li, #content-full li {
151 line-height: 1.5em;
152 text-align: left;
153 }
154 #news li {
155 list-style-type: square;
156 border-bottom: 1px dotted #BEBEBE;
157 margin-left: -25px;
158 padding: 4px 0px 4px 0px;
159 }
160 #news a { text-decoration: none; }
162 /* Box and block. */
164 .infobox {
165 margin: 20px 60px;
166 padding: 12px;
167 background: #f8f8f8;
168 }
169 .infobox img { vertical-align: middle; }
170 .infobox:hover { background-color: #FBFBFB; }
171 .block {
172 /*padding-bottom: 35%;*/
173 color: black;
174 min-height: 200px;
175 margin-bottom: 40px;
176 }
177 .block ul {
178 list-style-type: none;
179 margin: 0;
180 padding: 0 20px;
181 }
182 .block_left {
183 width: 46%;
184 float: left;
185 background-color: #eaeaea;
186 margin: 4px 2px;
187 padding: 0 10px 10px 10px;
188 }
189 .block_right {
190 width: 46%;
191 float: right;
192 background-color: #eaeaea;
193 margin: 4px 2px;
194 padding: 0 10px 10px 10px;
195 }
196 #block_top {
197 color: black;
198 background-color: #eaeaea;
199 min-height: 180px;
200 margin-bottom: 40px;
201 margin-right: 340px;
202 padding: 0 10px;
203 }
204 #block_nav {
205 width: 300px;
206 min-height: 180px;
207 float: right;
208 background-color: #eaeaea;
209 margin: 0;
210 padding: 0 10px;
211 }
212 .nav_box, .infobox, .block_left, .block_right, #block_top,
213 #block_nav, #footer {
214 -moz-border-radius: 8px;
215 -webkit-border-radius: 8px;
216 border-radius: 8px;
217 -moz-box-shadow: 0 1px 3px #666;
218 -webkit-box-shadow: 0 1px 3px #666;
219 box-shadow: 0 1px 3px #666;
220 /* CSS3 transition */
221 -webkit-transition-property: background-color;
222 -webkit-transition-duration: 2s;
223 -moz-transition-property: background-color;
224 -moz-transition-duration: 2s;
225 transition-property: background-color;
226 transition-duration: 2s;
227 }
228 #block_nav { font-weight: bold; }
229 #block_nav a { text-decoration: none; }
230 #block_nav li a:hover { color: #b64b22; }
231 #block_nav ul { margin: 0; list-style-type: none; }
232 #block_nav h3 { font-size: 110%; }
233 .nav_box:hover, .block_left:hover, .block_right:hover,
234 #block_top:hover, #block_nav:hover, #footer:hover {
235 background-color: #f8f8f8;
236 }
237 .right_box { width: 50%; float: right; }
238 .left_box { width: 50%; float: left; }
240 /* Button */
241 .button { margin-left: 20px; }
242 .button a {
243 background-color: #b64b22;
244 color: #ffffff;
245 margin-right: 6px;
246 padding: 6px 10px;
247 font-size: 14px;
248 -moz-border-radius: 4px;
249 -webkit-border-radius: 4px;
250 border-radius: 4px;
251 -moz-box-shadow: 0 1px 3px #666;
252 -webkit-box-shadow: 0 1px 3px #666;
253 box-shadow: 0 1px 3px #666;
254 }
255 .button a:hover, input[type=submit]:hover {
256 background-color: #a3431f;
257 color: #ffffff;
258 }
259 input[type=submit] {
260 border: 1px solid #b64b22;
261 background-color: #b64b22;
262 color: white;
263 font-weight: bold;
264 cursor: pointer;
265 padding: 3px 10px;
266 font-size: 14px;
267 -moz-border-radius: 2px;
268 -webkit-border-radius: 2px;
269 border-radius: 2px;
270 -moz-box-shadow: 0 0 5px #666;
271 -webkit-box-shadow: 0 0 5px#666;
272 box-shadow: 0 0 5px #666;
273 margin-left: -5px;
274 }
275 input[type=text] {
276 border: 1px solid #333333;
277 padding: 3px;
278 width: 100%;
279 }
281 /* Text transform at 45deg */
282 .floor {
283 color: #999999;
284 font-size: 20px;
285 -webkit-transform: rotate(-45deg) skew(15deg, 15deg);
286 -moz-transform: rotate(-45deg) skew(15deg, 15deg);
287 -o-transform: rotate(-45deg) skew(15deg, 15deg);
288 -ms-transform: rotate(-45deg) skew(15deg, 15deg);
289 transform: rotate(-45deg) skew(15deg, 15deg);
290 }
291 #twitter, .feedbox {
292 margin-top: 20px;
293 -moz-border-radius: 8px;
294 -webkit-border-radius: 8px;
295 border-radius: 8px;
296 -moz-box-shadow: 0 1px 3px #666;
297 -webkit-box-shadow: 0 1px 3px #666;
298 box-shadow: 0 1px 3px #666;
299 }
300 .feedbox {
301 background-color: #f9f9f9;
302 padding: 10px 20px;
303 margin: 20px 100px;
304 }
305 .feedbox div {
306 height: 320px;
307 overflow: auto;
308 }
309 .feedbox ul { list-style-type: none; margin: 0; }
311 /* Clouds */
312 #cloud {
313 padding: 10px 0px;
314 line-height: 3em;
315 text-align: center;
316 }
317 #cloud a { padding: 0 2px; color: #444444; }
318 #cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
319 #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
320 #cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
321 #cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
322 #cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
323 #cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
324 #cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
325 #cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
326 #cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
327 #cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
329 /* Slideshow and gallery */
330 #slideshow
331 {
332 overflow: hidden;
333 margin: 10px auto 10px;
334 position: relative;
335 width: 260px;
336 height: 163px;
337 }
338 #slideshow img
339 {
340 border: 0;
341 width: 260px;
342 height: 163px;
343 }
344 #gallery { text-align: center; }
346 /* HTML styles */
348 h1 {
349 color: #444444;
350 background: transparent;
351 text-align: left;
352 margin: 0px 0px 4px 0px;
353 font-size: 150%;
354 font-weight: bold;
355 padding: 5px 0 0 10px;
356 }
357 h2 {
358 color: #b64b22;
359 padding: 0;
360 margin: 20px 0 0 0;
361 font-size: 130%;
362 font-weight: bold;
363 }
364 h3 {
365 font-weight: bold;
366 color: #666666;
367 background: transparent;
368 }
369 h3 img, h2 img {
370 vertical-align: middle;
371 width: 20px;
372 height: 20px;
373 padding-right: 4px;
374 }
375 code, tt {
376 font-size: 12px;
377 color: #669900;
378 }
379 pre, pre.script {
380 padding: 10px;
381 color: black;
382 background: #E8E8E8;
383 border: 1px inset #606060;
384 }
386 /* Packages pages */
388 .pkg_nav {
389 border-top: 1px solid black;
390 margin-top: 10px;
391 padding-top: 10px;
392 }
393 pre.package {
394 padding: 0px;
395 color: black;
396 background: white;
397 }
398 p.get {
399 text-align: center;
400 padding: 10px;
401 color: black;
402 background: #F3F3F3;
403 border: 1px solid #DEDEDE;
404 border-radius: 4px;
405 -moz-border-radius: 4px;
406 -webkit-border-radius: 4px;
407 }
408 p.get a {
409 font-weight: bold;
410 text-decoration: none;
411 }
412 .pkgs-search {
413 text-align: center;
414 padding: 40px 20px 80px 20px;
415 }
417 /* Footer */
419 #footer {
420 margin: 0px 80px 80px 80px;
421 padding: 10px;
422 background: #eaeaea;
423 color: #666666;
424 height: 180px;
425 clear: both;
426 border-radius: 8px;
427 -moz-border-radius: 8px;
428 -webkit-border-radius: 8px;
429 -moz-box-shadow: 0 1px 3px #666;
430 -webkit-box-shadow: 0 1px 3px #666;
431 box-shadow: 0 1px 3px #666;
432 }
433 #footer a { color: #666666; }
434 #footer a:hover { color: #333333; }
435 #footer ul { list-style-type: none; }
436 #footer li { padding: 2px; }
437 #footer h4 { margin: 0 20px; font-size: 125%; }
439 .year:after {
440 /* content: "2007-2011"; */
441 content: "2011";
442 }