1 | /** |
---|
2 | * icônes : http://www.famfamfam.com/ |
---|
3 | */ |
---|
4 | |
---|
5 | * { |
---|
6 | margin: 0; |
---|
7 | padding: 0; |
---|
8 | border: 0; |
---|
9 | } |
---|
10 | body { |
---|
11 | background: #CDCDCD; |
---|
12 | font: 0.7em Arial, sans-serif; |
---|
13 | } |
---|
14 | /* Common styles |
---|
15 | -------------------------------------------------------- */ |
---|
16 | |
---|
17 | ul, ul li { |
---|
18 | list-style: none; |
---|
19 | } |
---|
20 | a:link, a:visited { |
---|
21 | color: #000; |
---|
22 | text-decoration: underline; |
---|
23 | } |
---|
24 | a:hover { |
---|
25 | color: #000; |
---|
26 | text-decoration: none; |
---|
27 | } |
---|
28 | pre { |
---|
29 | overflow: auto; |
---|
30 | width: 100%; |
---|
31 | height: auto; |
---|
32 | } |
---|
33 | .left { |
---|
34 | float: left; |
---|
35 | } |
---|
36 | .right { |
---|
37 | float: right; |
---|
38 | } |
---|
39 | /* Page |
---|
40 | -------------------------------------------------------- */ |
---|
41 | |
---|
42 | #page { |
---|
43 | position: relative; |
---|
44 | width: 820px; |
---|
45 | margin: 0 auto; |
---|
46 | background: transparent url(img/background.png) repeat-y top center; |
---|
47 | } |
---|
48 | /* Header |
---|
49 | -------------------------------------------------------- */ |
---|
50 | |
---|
51 | #top { |
---|
52 | width: 732px; |
---|
53 | margin: 0 auto; |
---|
54 | padding: 54px 34px 46px; |
---|
55 | background: transparent url(img/top.jpg) no-repeat left bottom; |
---|
56 | } |
---|
57 | #top h1 { |
---|
58 | font-size: 3em; |
---|
59 | } |
---|
60 | #top a:link, #top a:visited, #top a:hover { |
---|
61 | color: #FFF; |
---|
62 | text-decoration: none; |
---|
63 | } |
---|
64 | /* Prelude |
---|
65 | -------------------------------------------------------- */ |
---|
66 | |
---|
67 | #prelude { |
---|
68 | position: absolute; |
---|
69 | top: 0; |
---|
70 | right: 18px; |
---|
71 | width: 366px; |
---|
72 | padding: 6px 0 0; |
---|
73 | color: #CAE4FC; |
---|
74 | text-align: center; |
---|
75 | } |
---|
76 | #prelude a:link, #prelude a:visited { |
---|
77 | font-size: 1em; |
---|
78 | font-weight: bold; |
---|
79 | color: #CAE4FC; |
---|
80 | text-decoration: none; |
---|
81 | } |
---|
82 | #prelude a:hover { |
---|
83 | text-decoration: underline; |
---|
84 | } |
---|
85 | #prelude a:focus, #prelude a:active { |
---|
86 | padding: 5px 8px; |
---|
87 | background: yellow; |
---|
88 | color: red; |
---|
89 | } |
---|
90 | /* Wrapper |
---|
91 | -------------------------------------------------------- */ |
---|
92 | |
---|
93 | #wrapper { |
---|
94 | width: 770px; |
---|
95 | margin: 0 auto 10px; |
---|
96 | } |
---|
97 | #main { |
---|
98 | width: 474px; |
---|
99 | float: left; |
---|
100 | } |
---|
101 | #sidebar { |
---|
102 | width: 272px; |
---|
103 | float: right; |
---|
104 | } |
---|
105 | /* Sidebar |
---|
106 | -------------------------------------------------------- */ |
---|
107 | |
---|
108 | #sidebar h2 { |
---|
109 | margin: 0 0 10px; |
---|
110 | padding: 5px 8px; |
---|
111 | background: #F5F5F5; |
---|
112 | border: 1px solid #CDCDCD; |
---|
113 | border-width: 1px 0; |
---|
114 | color: #005D99; |
---|
115 | font-size: 1em; |
---|
116 | font-weight: bold; |
---|
117 | } |
---|
118 | #sidebar h3 { |
---|
119 | padding: 4px 8px 0 8px; |
---|
120 | color: #005D99; |
---|
121 | font-size: 1em; |
---|
122 | } |
---|
123 | #sidebar a:link, #sidebar a:visited { |
---|
124 | text-decoration: none; |
---|
125 | } |
---|
126 | #sidebar a:hover { |
---|
127 | text-decoration: underline; |
---|
128 | } |
---|
129 | #sidebar ul { |
---|
130 | padding: 0 0 4px; |
---|
131 | } |
---|
132 | #sidebar li { |
---|
133 | padding: 3px 4px 3px 20px; |
---|
134 | background: transparent url(img/sidebar_li.png) no-repeat 10px 7px; |
---|
135 | } |
---|
136 | #sidebar p { |
---|
137 | padding: 0 0 4px 10px; |
---|
138 | } |
---|
139 | #search fieldset p { |
---|
140 | padding-left: 8px; |
---|
141 | } |
---|
142 | #search #q { |
---|
143 | width: 180px; |
---|
144 | padding: 1px 2px; |
---|
145 | border: 1px solid #CDCDCD; |
---|
146 | color: #005D99; |
---|
147 | font-size: 1em; |
---|
148 | } |
---|
149 | #search .submit { |
---|
150 | color: #005D99; |
---|
151 | background: #FFF; |
---|
152 | font-size: 1em; |
---|
153 | font-weight: bold; |
---|
154 | text-transform: uppercase; |
---|
155 | border: 1px solid #FFF; |
---|
156 | } |
---|
157 | #search .submit:hover { |
---|
158 | background: #005D99; |
---|
159 | border: 1px solid #005D99; |
---|
160 | color: #FFF; |
---|
161 | } |
---|
162 | #search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate, #sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { |
---|
163 | padding: 0 0 10px; |
---|
164 | } |
---|
165 | #topnav { |
---|
166 | margin: 0 0 20px; |
---|
167 | padding: 5px 5px 5px 8px; |
---|
168 | background: #F5F5F5; |
---|
169 | border: 1px solid #CDCDCD; |
---|
170 | border-width: 1px 0; |
---|
171 | color: #005D99; |
---|
172 | font-size: 0.9em; |
---|
173 | font-weight: bold; |
---|
174 | text-transform: uppercase; |
---|
175 | } |
---|
176 | #sidebar #topnav ul { |
---|
177 | margin: 0; |
---|
178 | padding: 0; |
---|
179 | } |
---|
180 | #sidebar #topnav li { |
---|
181 | display: inline; |
---|
182 | margin: 0; |
---|
183 | padding: 0; |
---|
184 | background: none; |
---|
185 | } |
---|
186 | #sidebar .syndicate li { |
---|
187 | margin: 0 4px 0 11px; |
---|
188 | padding: 5px 4px 5px 22px; |
---|
189 | background: transparent url(img/rss.png) no-repeat 0% 50%; |
---|
190 | } |
---|
191 | #sidebar .tags ul { |
---|
192 | margin: 5px 5px 10px 10px; |
---|
193 | padding: 0; |
---|
194 | font-size: 110%; |
---|
195 | } |
---|
196 | #sidebar .tags ul li { |
---|
197 | display: inline; |
---|
198 | margin: 0; |
---|
199 | padding: 0; |
---|
200 | background: none; |
---|
201 | font-size: 0.9em; |
---|
202 | } |
---|
203 | #sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { |
---|
204 | color: #333; |
---|
205 | } |
---|
206 | #sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { |
---|
207 | padding: 0 0 0 18px; |
---|
208 | background: transparent url(img/tags.png) no-repeat 0 -2px; |
---|
209 | } |
---|
210 | .tag0 { |
---|
211 | font-size: 75%; |
---|
212 | } |
---|
213 | .tag10 { |
---|
214 | font-size: 80%; |
---|
215 | } |
---|
216 | .tag20 { |
---|
217 | font-size: 90%; |
---|
218 | } |
---|
219 | .tag30 { |
---|
220 | font-size: 100%; |
---|
221 | } |
---|
222 | .tag40 { |
---|
223 | font-size: 110%; |
---|
224 | } |
---|
225 | .tag50 { |
---|
226 | font-size: 120%; |
---|
227 | } |
---|
228 | .tag60 { |
---|
229 | font-size: 130%; |
---|
230 | } |
---|
231 | .tag70 { |
---|
232 | font-size: 140%; |
---|
233 | } |
---|
234 | .tag80 { |
---|
235 | font-size: 150%; |
---|
236 | } |
---|
237 | .tag90 { |
---|
238 | font-size: 160%; |
---|
239 | } |
---|
240 | .tag100 { |
---|
241 | font-size: 170%; |
---|
242 | } |
---|
243 | /* Post-content |
---|
244 | -------------------------------------------------------- */ |
---|
245 | |
---|
246 | .post-content, .post-excerpt { |
---|
247 | padding: 4px 0 0 0; |
---|
248 | line-height: 1.5em; |
---|
249 | font-size: 1.2em; |
---|
250 | } |
---|
251 | .post-content p, .post-excerpt p { |
---|
252 | padding: 4px 0; |
---|
253 | } |
---|
254 | .post-content strong, .post-excerpt strong { |
---|
255 | font-size: 0.9em; |
---|
256 | } |
---|
257 | .post-content acronym, .post-excerpt acronym { |
---|
258 | cursor: help; |
---|
259 | border-bottom: 1px dashed #666; |
---|
260 | } |
---|
261 | .post-content pre, .post-excerpt pre { |
---|
262 | padding: 10px 5px; |
---|
263 | margin: 6px 0; |
---|
264 | background: #F5F5F5; |
---|
265 | font: 1.1em 'courier new', courier, monospace; |
---|
266 | } |
---|
267 | .post-content h3, .post-excerpt h3 { |
---|
268 | padding: 4px 0; |
---|
269 | font-size: 1.2em; |
---|
270 | color: #666; |
---|
271 | } |
---|
272 | .post-content h4, .post-excerpt h4 { |
---|
273 | padding: 4px 0; |
---|
274 | font-size: 1.1em; |
---|
275 | color: #666; |
---|
276 | } |
---|
277 | .post-content h5, .post-excerpt h5 { |
---|
278 | padding: 4px 0; |
---|
279 | font-size: 1.0em; |
---|
280 | color: #666; |
---|
281 | } |
---|
282 | .post-content ul, .post-excerpt ul { |
---|
283 | margin: 0; |
---|
284 | padding: 4px 0; |
---|
285 | } |
---|
286 | .post-content ul li, .post-excerpt ul li { |
---|
287 | padding: 1px 0 1px 10px; |
---|
288 | background: transparent url(img/li.png) no-repeat 0 5px; |
---|
289 | } |
---|
290 | .post-content ol, .post-excerpt ol { |
---|
291 | margin: 0 0 0 28px; |
---|
292 | padding: 4px 0; |
---|
293 | } |
---|
294 | .post-content ol li, .post-excerpt ol li { |
---|
295 | padding: 1px 0; |
---|
296 | } |
---|
297 | .post-content blockquote, .post-excerpt blockquote { |
---|
298 | margin: 4px 0 4px 5px; |
---|
299 | padding: 0 5px; |
---|
300 | border-left: 4px solid #CDCDCD; |
---|
301 | } |
---|
302 | /* Classes |
---|
303 | -------------------------------------------------------- */ |
---|
304 | |
---|
305 | .day-date { |
---|
306 | clear: left; |
---|
307 | margin: 0 0 10px 0; |
---|
308 | padding: 5px 10px; |
---|
309 | background: #F5F5F5; |
---|
310 | border: 1px solid #CDCDCD; |
---|
311 | border-width: 1px 0; |
---|
312 | color: #5E9E14; |
---|
313 | font-weight: bold; |
---|
314 | text-align: right; |
---|
315 | } |
---|
316 | a.feed {} |
---|
317 | .post { |
---|
318 | color: #000; |
---|
319 | } |
---|
320 | .post-title { |
---|
321 | padding: 10px 0 4px 0; |
---|
322 | color: #666; |
---|
323 | font-size: 1.7em; |
---|
324 | } |
---|
325 | .post-title a:link, .post-title a:visited { |
---|
326 | color: #666; |
---|
327 | text-decoration: none; |
---|
328 | } |
---|
329 | .post-title a:hover { |
---|
330 | text-decoration: underline; |
---|
331 | } |
---|
332 | .post-info { |
---|
333 | font-style: italic; |
---|
334 | } |
---|
335 | .post-tags { |
---|
336 | position: relative; |
---|
337 | overflow: hidden; |
---|
338 | height: 1%; |
---|
339 | margin: 8px 0 0 0; |
---|
340 | padding: 5px; |
---|
341 | border: 0; |
---|
342 | background: #FBFBFB; |
---|
343 | } |
---|
344 | .post-tags:after { |
---|
345 | content: '[DO NOT LEAVE IT IS NOT REAL]'; |
---|
346 | display: block; |
---|
347 | height: 0; |
---|
348 | clear: both; |
---|
349 | visibility: hidden; |
---|
350 | } |
---|
351 | .post-tags li { |
---|
352 | display: inline; |
---|
353 | } |
---|
354 | .post-tags li a:link, .post-tags li a:visited { |
---|
355 | display: block; |
---|
356 | float: left; |
---|
357 | padding: 2px 8px 2px 18px; |
---|
358 | background: transparent url(img/tag.png) no-repeat 0 0; |
---|
359 | white-space: nowrap; |
---|
360 | color: #005D99; |
---|
361 | text-decoration: none; |
---|
362 | } |
---|
363 | .post-tags li a:hover { |
---|
364 | text-decoration: underline; |
---|
365 | } |
---|
366 | .post-info-co { |
---|
367 | clear: left; |
---|
368 | margin: 0 0 26px; |
---|
369 | padding: 5px; |
---|
370 | border: 0; |
---|
371 | background: #FBFBFB; |
---|
372 | } |
---|
373 | .post-info-co a:link, .post-info-co a:visited { |
---|
374 | padding: 2px 10px 2px 18px; |
---|
375 | text-decoration: none; |
---|
376 | } |
---|
377 | .post-info-co a:hover { |
---|
378 | text-decoration: underline; |
---|
379 | } |
---|
380 | .comment_count { |
---|
381 | background: transparent url(img/commentaire.png) no-repeat 0 50%; |
---|
382 | } |
---|
383 | .ping_count { |
---|
384 | background: transparent url(img/retrolien.png) no-repeat 0 50%; |
---|
385 | } |
---|
386 | .attach_count { |
---|
387 | background: transparent url(img/attach.png) no-repeat 0 50%; |
---|
388 | } |
---|
389 | .read-it { |
---|
390 | font-weight: bold; |
---|
391 | padding: 0 0 10px 0; |
---|
392 | clear: left; |
---|
393 | } |
---|
394 | #attachments { |
---|
395 | clear: left; |
---|
396 | margin: 4px 0 6px 0; |
---|
397 | padding: 5px; |
---|
398 | background: #FBFBFB; |
---|
399 | border: 1px solid #E8E8E8; |
---|
400 | border-width: 1px 0; |
---|
401 | } |
---|
402 | #attachments * { |
---|
403 | color: #3C8FD1; |
---|
404 | } |
---|
405 | #attachments h3 { |
---|
406 | font-size: 1.2em; |
---|
407 | } |
---|
408 | #attachments ul { |
---|
409 | padding: 4px 0; |
---|
410 | } |
---|
411 | #attachments li { |
---|
412 | margin: 0 0 0.6em; |
---|
413 | padding: 2px 10px 2px 18px; |
---|
414 | background: transparent url(img/attach.png) no-repeat 0 50%; |
---|
415 | } |
---|
416 | #attachments li object { |
---|
417 | display: inline; |
---|
418 | margin: 0; |
---|
419 | padding: 0; |
---|
420 | vertical-align: bottom; |
---|
421 | } |
---|
422 | .footnotes { |
---|
423 | margin: 6px 0 25px 0; |
---|
424 | padding: 5px 0; |
---|
425 | border: 1px solid #E8E8E8; |
---|
426 | } |
---|
427 | .footnotes h4 { |
---|
428 | margin: 0 0 6px; |
---|
429 | padding: 2px 10px 2px 25px; |
---|
430 | background: transparent url(img/report.png) no-repeat 4px 3px; |
---|
431 | border-bottom: 1px solid #E8E8E8; |
---|
432 | color: #005D99; |
---|
433 | font-style: italic; |
---|
434 | } |
---|
435 | .footnotes p { |
---|
436 | padding: 4px 10px; |
---|
437 | } |
---|
438 | /* Archives |
---|
439 | -------------------------------------------------------- */ |
---|
440 | |
---|
441 | #content-info { |
---|
442 | margin: 0 0 20px; |
---|
443 | padding: 5px 10px; |
---|
444 | background: #F5F5F5; |
---|
445 | border: 1px solid #CDCDCD; |
---|
446 | border-width: 1px 0; |
---|
447 | font-size: 1em; |
---|
448 | line-height: 1.4; |
---|
449 | } |
---|
450 | .content-inner { |
---|
451 | padding-bottom: 20px; |
---|
452 | } |
---|
453 | .content-inner h3 { |
---|
454 | margin: 10px 0; |
---|
455 | padding: 5px 10px; |
---|
456 | background: #F5F5F5; |
---|
457 | border: 1px solid #CDCDCD; |
---|
458 | border-width: 1px 0; |
---|
459 | font-size: 1em; |
---|
460 | color: #5E9E14; |
---|
461 | } |
---|
462 | #content-info h2 { |
---|
463 | font-size: 1.4em; |
---|
464 | } |
---|
465 | #content-info p { |
---|
466 | padding: 4px 0; |
---|
467 | font-size: 1em; |
---|
468 | } |
---|
469 | #content-info p a.feed:link, #content-info p a.feed:visited { |
---|
470 | padding: 4px 0 4px 22px; |
---|
471 | background: transparent url(img/rss.png) no-repeat 1px 3px; |
---|
472 | } |
---|
473 | .content-inner .day-date { |
---|
474 | text-align: left; |
---|
475 | } |
---|
476 | .content-inner .post-title { |
---|
477 | margin: 0 0 0 10px; |
---|
478 | padding: 4px 0; |
---|
479 | } |
---|
480 | .content-inner .post-info { |
---|
481 | margin: 4px 0 20px 10px; |
---|
482 | } |
---|
483 | .content-inner ul { |
---|
484 | margin: 0 0 0 10px; |
---|
485 | padding: 4px 0; |
---|
486 | } |
---|
487 | .content-inner ul li { |
---|
488 | padding: 1px 0 1px 10px; |
---|
489 | background: transparent url(img/li.png) no-repeat 0 5px; |
---|
490 | font-size: 1em; |
---|
491 | line-height: 1.3; |
---|
492 | } |
---|
493 | /* Tags - Page des tags |
---|
494 | -------------------------------------------------------- */ |
---|
495 | |
---|
496 | .content-inner ul.tags { |
---|
497 | position: relative; |
---|
498 | height: 1%; |
---|
499 | overflow: hidden; |
---|
500 | margin: 8px 0 20px; |
---|
501 | padding: 5px; |
---|
502 | background: #FBFBFB; |
---|
503 | border: 1px solid #E8E8E8; |
---|
504 | border-width: 1px 0; |
---|
505 | font-size: 120%; |
---|
506 | } |
---|
507 | .content-inner ul.tags:after { |
---|
508 | content: '[DO NOT LEAVE IT IS NOT REAL]'; |
---|
509 | display: block; |
---|
510 | height: 0; |
---|
511 | clear: both; |
---|
512 | visibility: hidden; |
---|
513 | } |
---|
514 | .content-inner ul.tags li { |
---|
515 | display: block; |
---|
516 | float: left; |
---|
517 | height: 18px; |
---|
518 | margin: 4px; |
---|
519 | background: transparent; |
---|
520 | line-height: 18px; |
---|
521 | } |
---|
522 | .content-inner ul.tags li a:link, .content-inner ul.tags li a:visited { |
---|
523 | color: #005D99; |
---|
524 | text-decoration: none; |
---|
525 | white-space: nowrap; |
---|
526 | } |
---|
527 | .content-inner ul.tags li a:hover { |
---|
528 | text-decoration: underline; |
---|
529 | } |
---|
530 | .content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { |
---|
531 | background: #005D99; |
---|
532 | color: #FFF; |
---|
533 | } |
---|
534 | /* Commentaires |
---|
535 | -------------------------------------------------------- */ |
---|
536 | |
---|
537 | #comments, #pings { |
---|
538 | padding-top: 10px; |
---|
539 | } |
---|
540 | #comments h3, #pings h3, #comments-feed, #pr h3 { |
---|
541 | clear: left; |
---|
542 | margin: 20px 0 8px 0; |
---|
543 | padding: 5px; |
---|
544 | background: #FBFBFB; |
---|
545 | border: 1px solid #E8E8E8; |
---|
546 | border-width: 1px 0; |
---|
547 | font-size: 1.2em; |
---|
548 | } |
---|
549 | #pr h3 { |
---|
550 | margin: 30px 0 8px; |
---|
551 | color: #5E9E14; |
---|
552 | } |
---|
553 | #comments-feed { |
---|
554 | margin: 14px 0 8px; |
---|
555 | text-align: right; |
---|
556 | font-weight: bold; |
---|
557 | } |
---|
558 | #comments-feed a:link, #comments-feed a:visited { |
---|
559 | padding: 3px 0 3px 22px; |
---|
560 | background: transparent url(img/rss.png) no-repeat 0px 50%; |
---|
561 | font-size: 0.8em; |
---|
562 | text-decoration: none; |
---|
563 | } |
---|
564 | #comments-feed a:hover { |
---|
565 | text-decoration: underline; |
---|
566 | } |
---|
567 | #comments dl {} |
---|
568 | #comments dt, #pings dt { |
---|
569 | position: relative; |
---|
570 | top: 1px; |
---|
571 | display: block; |
---|
572 | padding: 10px 0 30px; |
---|
573 | background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%; |
---|
574 | } |
---|
575 | #comments dt a:link, #comments dt a:visited { |
---|
576 | color: #3C8FD1; |
---|
577 | text-decoration: none; |
---|
578 | } |
---|
579 | #comments dt a:hover { |
---|
580 | text-decoration: underline; |
---|
581 | } |
---|
582 | #pings dt a:link, #pings dt a:visited { |
---|
583 | color: #3C8FD1; |
---|
584 | text-decoration: none; |
---|
585 | } |
---|
586 | #pings dt a:hover { |
---|
587 | text-decoration: underline; |
---|
588 | } |
---|
589 | #comments dd, #pings dd, dd.comment-preview { |
---|
590 | margin: 0 0 8px; |
---|
591 | padding: 10px; |
---|
592 | border: 1px solid #E8E8E8; |
---|
593 | border-width: 1px 0; |
---|
594 | background: #F5F5F5; |
---|
595 | font-size: 1.1em; |
---|
596 | line-height: 1.4; |
---|
597 | } |
---|
598 | #comments dd *, #pings dd *, dd.comment-preview * { |
---|
599 | padding: 5px 0; |
---|
600 | font-size: 1em; |
---|
601 | } |
---|
602 | #comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { |
---|
603 | color: #5E9E14; |
---|
604 | } |
---|
605 | #comments dd.me { |
---|
606 | border-left: 4px solid #5E9E14; |
---|
607 | } |
---|
608 | .comment-number, .ping-number { |
---|
609 | color: #3C8FD1; |
---|
610 | font-weight: bold; |
---|
611 | font-size: 1.4em; |
---|
612 | } |
---|
613 | #ping-url { |
---|
614 | margin: 30px 0; |
---|
615 | padding: 5px; |
---|
616 | background: #FBFBFB; |
---|
617 | border: 1px solid #E8E8E8; |
---|
618 | border-width: 1px 0; |
---|
619 | font-weight: bold; |
---|
620 | text-align: right; |
---|
621 | } |
---|
622 | .error { |
---|
623 | margin: 20px 0 0; |
---|
624 | padding: 10px 5px; |
---|
625 | background: #FFCCCC; |
---|
626 | border: 2px solid red; |
---|
627 | font-weight: bold; |
---|
628 | } |
---|
629 | .message {} |
---|
630 | /* navigations */ |
---|
631 | |
---|
632 | .pagination { |
---|
633 | clear: left; |
---|
634 | margin: 0 0 30px; |
---|
635 | padding: 5px; |
---|
636 | background: #F5F5F5; |
---|
637 | border: 1px solid #CDCDCD; |
---|
638 | border-width: 1px 0; |
---|
639 | text-align: center; |
---|
640 | color: #5E9E14; |
---|
641 | font-weight: bold; |
---|
642 | } |
---|
643 | .pagination a:link, .pagination a:visited { |
---|
644 | color: #5E9E14; |
---|
645 | text-decoration: none; |
---|
646 | } |
---|
647 | .pagination a:hover { |
---|
648 | text-decoration: underline; |
---|
649 | } |
---|
650 | #navlinks { |
---|
651 | margin: 0 0 20px; |
---|
652 | padding: 5px; |
---|
653 | background: #F5F5F5; |
---|
654 | border: 1px solid #CDCDCD; |
---|
655 | border-width: 1px 0; |
---|
656 | text-align: center; |
---|
657 | color: #5E9E14; |
---|
658 | font-weight: bold; |
---|
659 | } |
---|
660 | #navlinks a:link, #navlinks a:visited { |
---|
661 | color: #5E9E14; |
---|
662 | text-decoration: none; |
---|
663 | } |
---|
664 | #navlinks a:hover { |
---|
665 | text-decoration: underline; |
---|
666 | } |
---|
667 | /* Forms |
---|
668 | -------------------------------------------------------- */ |
---|
669 | |
---|
670 | #comment-form { |
---|
671 | padding-top: 10px; |
---|
672 | } |
---|
673 | #comment-form h3 { |
---|
674 | margin: 20px 0 8px 0; |
---|
675 | padding: 5px; |
---|
676 | background: #FBFBFB; |
---|
677 | border: 1px solid #E8E8E8; |
---|
678 | border-width: 1px 0; |
---|
679 | font-size: 1.2em; |
---|
680 | } |
---|
681 | #comment-form fieldset p { |
---|
682 | padding: 5px 0; |
---|
683 | } |
---|
684 | #comment-form fieldset p.field { |
---|
685 | clear: left; |
---|
686 | width: auto; |
---|
687 | margin: 0; |
---|
688 | padding: 5px 0; |
---|
689 | } |
---|
690 | #comment-form p.form-help { |
---|
691 | width: 60%; |
---|
692 | margin: 0 0 0 30%; |
---|
693 | font-style: italic; |
---|
694 | } |
---|
695 | #comment-form p label { |
---|
696 | width: auto; |
---|
697 | } |
---|
698 | #comment-form p.field label { |
---|
699 | display: block; |
---|
700 | float: left; |
---|
701 | width: 29%; |
---|
702 | padding: 0 4px 4px 0; |
---|
703 | text-align: right; |
---|
704 | font-weight: bold; |
---|
705 | } |
---|
706 | #comment-form input, #comment-form textarea { |
---|
707 | width: 60%; |
---|
708 | padding: 1px 2px; |
---|
709 | border: 1px solid #CDCDCD; |
---|
710 | font: 1em Arial, sans-serif; |
---|
711 | color: #005D99; |
---|
712 | } |
---|
713 | #comment-form input#c_remember { |
---|
714 | width: auto; |
---|
715 | margin: 0 5px 0 140px; |
---|
716 | border: 0; |
---|
717 | } |
---|
718 | #comment-form input.preview { |
---|
719 | margin-left: 134px; |
---|
720 | } |
---|
721 | #comment-form input.preview, #comment-form input.submit { |
---|
722 | width: auto; |
---|
723 | background: #FFF; |
---|
724 | border: 1px solid #FFF; |
---|
725 | color: #005D99; |
---|
726 | font-size: 1em; |
---|
727 | font-weight: bold; |
---|
728 | text-transform: uppercase; |
---|
729 | } |
---|
730 | #comment-form input.preview:hover, #comment-form input.submit:hover { |
---|
731 | background: #005D99; |
---|
732 | border: 1px solid #005D99; |
---|
733 | color: #FFF; |
---|
734 | } |
---|
735 | /* Footer |
---|
736 | -------------------------------------------------------- */ |
---|
737 | |
---|
738 | #footer { |
---|
739 | clear: both; |
---|
740 | width: 820px; |
---|
741 | padding: 0 0 14px; |
---|
742 | background: transparent url(img/footer.png) no-repeat center bottom; |
---|
743 | } |
---|
744 | #footer p { |
---|
745 | width: 784px; |
---|
746 | margin: 0 auto; |
---|
747 | padding: 6px 16px 6px 0; |
---|
748 | background: #606666; |
---|
749 | color: #FFF; |
---|
750 | text-align: right; |
---|
751 | font-weight: bold; |
---|
752 | } |
---|
753 | #footer p a:link, #footer p a:visited { |
---|
754 | color: #FFF; |
---|
755 | text-decoration: underline; |
---|
756 | } |
---|
757 | #footer p a:hover { |
---|
758 | text-decoration: none; |
---|
759 | } |
---|