Dotclear

source: themes/ductile/style.css @ 643:53921fbec58b

Revision 643:53921fbec58b, 21.3 KB checked in by kozlika, 14 years ago (diff)

Ductile - Amélioration du format short pour les listes de billets (en encore plus mieux). Désolée pour le flood !

Line 
1@charset "UTF-8";
2/* -- BEGIN LICENSE BLOCK ---------------------------------------
3# This file is part of Ductile, a theme for Dotclear
4#
5# Copyright (c) 2011 - Association Dotclear
6# Licensed under the GPL version 2.0 license.
7# See LICENSE file or
8# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
9#
10# -- END LICENSE BLOCK ----------------------------------------- */
11
12/* Infos
13Plan de cette feuille :
141. Structure, imports
152. Liens, html
163. Page
174. Haut de page
185. Wrapper, main, content
196. Billets
207. Commentaires et rétroliens
218. Sidebar
229. Footer
2310. Classes communes
2411. Pages spécifiques
2512. Clearers
26
27Couleurs :
28Typo: #222 courant, #4c4c85 commentaires
29Titres non cliquables: #14709e
30Liens: #666 courant, #ad3f4c titre billet et Lire la suite
31Fond formulaire comm: #eef
32Fond sidebar: #ededed
33
34Thanks to:
35Colorzilla wysiwyg gradient editor http://www.colorzilla.com/gradient-editor/
36*/
37
38/* -----------------------------------------------------------------
39     1. STRUCTURE - IMPORTS
40------------------------------------------------------------------ */
41
42@import url(rebase.css);
43@import url(mediaqueries.css);
44
45/* ------------------------------------------------------- body */
46body {
47     background: #fff;
48     font-family: "New Century Schoolbook","Century Schoolbook", "Century Schoolbook L", Georgia, serif;
49     color: #222;
50     }
51
52/* ------------------------------------------------------------
53     2. LIENS & Complément balises HTML
54------------------------------------------------------------- */
55del {
56     color: #800000;
57     }
58blockquote {
59     border: 2px solid #eef;
60     padding: 1px 1em .5em;
61     }
62code, pre {
63     background: #efefef;
64     border-right: 1px solid #aaa;
65     border-bottom: 1px solid #aaa;
66     font-size: .81em;
67     }
68pre {
69     white-space: normal;
70     }
71
72a {
73     color: #666;
74     }
75a:hover, a:focus {
76     background-color: #ebebee;
77     text-decoration: none;
78     }
79ul ul {
80     margin-top: 0;
81     }
82
83/* ------------------------------------------------------------
84     3. PAGE
85------------------------------------------------------------- */
86
87#page {
88     position: relative;
89     }
90
91/* ------------------------------------------------------------
92     4. HAUT DE PAGE
93------------------------------------------------------------- */
94#header {
95     text-shadow: 0 1px 1px rgba(0,0,0,.2);
96     line-height: 1;
97     }
98#logo a img, #stickers a img {
99     border: none;
100}
101h1 {
102     font-variant: small-caps;
103     }
104h1 a {
105     text-decoration: none;
106     color: #333;
107     }
108#blogdesc {
109     margin: 0 0 0 32px;
110     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
111     font-style: italic;
112     color: #888;
113     text-shadow: none;
114     }
115.supranav, #prelude {
116     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
117     padding: 0 0 0 4px;
118     list-style-type: none;
119     line-height: 1.25;
120     font-size: .875em;
121     }
122.supranav li, #prelude li {
123     text-transform: uppercase;
124     vertical-align: top;
125     }
126.supranav {
127     clear: both;
128     }
129.supranav li a {
130     text-decoration: none;
131     white-space: nowrap;
132     margin-bottom: 4px;
133     -webkit-border-bottom-left-radius: 7px;
134     -moz-border-radius-bottomleft: 7px;
135     border-bottom-left-radius: 7px;   
136     background: transparent url(img/menu.png) no-repeat right top;
137 }
138.supranav li a:hover, 
139.supranav li a:active, 
140.supranav li a:focus {
141     background-color: #ebebee;
142     background-position: right -150px;
143     }
144.supranav li.active a {
145     background-position: right -150px;
146     color: #14709e;
147     }
148.supranav li a span {
149     display: block;
150     text-transform: none;
151     text-shadow: none;
152     font-family: georgia;
153     font-style:italic;
154     }
155
156/* ------------------------------------------------------------
157     5. WRAPPER MAIN CONTENT
158------------------------------------------------------------- */
159
160#wrapper { clear:both; }
161#main { }
162#content { 
163     padding-bottom: 2em; 
164     }
165
166/* ------------------------------------------------------- content-info */
167#content-info {
168     margin-top: 2em;
169     font-size: .875em;
170     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
171     }
172#content-info h2 { 
173     font-size: 1.2em;
174     color: #14709e;
175     }
176#subcategories {
177     font-size: .875em;
178     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
179     }
180#subcategories h3 { 
181     font-size: 1.1em;
182     font-variant: small-caps;
183     }
184#subcategories li {
185     margin: 0;
186     }
187#content-info p, 
188#content-info ul, 
189#subcategories ul { 
190     margin: .5em 0;
191     padding: 0;
192     list-style-type: none;
193     }
194
195/* ------------------------------------------------------- pagination, navlinks */
196#navlinks,
197.navlinks, 
198.pagination {
199     margin: 2em 0 1em 0;
200     padding: 4px 8px;
201     text-align: center;
202     font-size: .875em;
203     color: #000;
204     background: rgb(244,244,245);
205     background: -moz-linear-gradient(top, rgba(244,244,245,1) 0%, rgba(215,215,220,1) 100%);
206     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,245,1)), color-stop(100%,rgba(215,215,220,1)));
207     background: -webkit-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%);
208     background: -o-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%);
209     background: -ms-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%);
210     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d7d7dc',GradientType=0 );
211     background: linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%);
212     -moz-border-radius: 4px;
213     -webkit-border-radius: 4px;
214     border-radius: 4px;
215     border-right: 1px solid #aaa;
216     border-bottom: 1px solid #ccc;
217     }
218#navlinks,
219.navlinks {
220     margin-top: 4em;
221     }
222#navlinks a,
223.navlinks a, 
224.pagination a {
225     padding: 0 1em;
226     white-space: nowrap;
227     }
228
229/* ------------------------------------------------------------
230     6. BILLETS
231------------------------------------------------------------- */
232
233.post {
234     background: transparent url(img/filet.png) repeat-x left bottom;
235     }
236.day-date {
237     display: none;
238     }
239.post-title {
240     margin-bottom: .33em;
241     color: #14709e;
242     line-height: 1.17;
243     }
244.post-title a {
245     text-decoration: none;
246     color: #ad3f4c;
247     }
248.post-icon {
249     display: block;
250     float: left;
251     margin: .33em 1em .66em 0;
252     padding: 4px;
253     border: 1px solid #999;
254     -moz-box-shadow: 2px 2px 3px #ccc;
255     -webkit-box-shadow: 2px 2px 3px #ccc;
256     -o-box-shadow: 2px 2px 3px #ccc;
257     box-shadow: 2px 2px 3px #ccc;
258     }
259.post h3,
260.post h4, 
261.post h5,
262.post h6 {
263     font-weight: normal;
264     color: #14709e;
265     }
266.post h3, .post h5 {
267     font-variant: small-caps;
268     }
269.post-info, 
270.post-tags, 
271.post-info-co, 
272.read-it, 
273.page-info {
274     line-height: 1.2;   
275     margin: .33em 0;
276     }
277.post-attr {
278     margin-bottom: 1em;
279}
280.post-info, 
281.post-tags {
282     font-size: .875em;
283     margin: 0;
284     background: #fff;
285     display: inline;
286     padding: 0 .66em 0 0;
287     }
288.post-info span + span {
289     padding-left: .5em;
290     }
291.post-breadcrumb-cat a {
292     padding-left: 24px;
293     background: #fff no-repeat left center url(img/breadcrumb-category.png);
294}
295.post-cat a {
296     padding-left: 24px;
297     background: #fff no-repeat left center url(img/category.png);
298     }
299.permalink a {
300     padding-left: 20px;
301     background: #fff no-repeat left center url(img/link.png);
302     }
303.post-info .post-date {
304     padding-left: 28px;
305     background: #fff no-repeat 6px center url(img/date.png);
306}
307.post-info a, 
308.post-info-co a,
309.permalink a {
310     white-space: nowrap;
311     }
312.post-tags a {
313     padding-right: 1em;
314     padding-left: 14px;
315     background: #fff no-repeat left center url(img/tag.png);
316     }
317.post-tags li {
318     display: inline;
319     }
320.post-content {
321     padding-bottom: 9px;
322     }
323.post ul {
324     list-style-type: square;
325     }
326.footnotes {
327     font-size: .875em;
328     }
329.footnotes h4 {
330     font-variant: normal;
331     font-weight: bold;
332}
333.read-it {
334     text-align: right;
335     margin: 0 0 .25em 0;
336     }
337.read-it a {
338     color: #ad3f4c;
339     background: #fff;
340     padding-left: .5em;
341     }
342.post-info-co, 
343.page-info {
344     margin: 0;
345     background: #fff;
346     display: inline;
347     font-size: 0.875em;
348     font-style: italic;
349     padding-right: .5em;
350     }
351.post-info-co a {
352     text-decoration: none;
353     padding-right: 1em;
354     padding-left: 28px;
355     background-color: #fff;
356     background-repeat: no-repeat;
357     background-position: left center;
358     }
359.post-info-co a.comment_count {
360     background-image: url(img/comment.png);
361     }
362.post-info-co a.ping_count {
363     background-image: url(img/ping.png);
364     }
365.post-info-co a.attach_count {
366     background-image: url(img/attach.png); 
367     }
368#attachments {
369     font-size: .875em;
370     border-bottom: 1px solid #999;
371     margin: 0 0 2em;
372     }
373#attachments h3 {
374     font-variant: small-caps;
375     font-weight: normal;
376     color: #666;
377     }
378#attachments ul {
379     list-style-type: none;
380     margin: 0 0 1em;
381     padding: 0;
382     }
383#attachments ul li {
384     padding-left: 24px;
385     background: #fff url(img/download.png) no-repeat;
386     }
387
388/* ------------------------------------------------------------
389     7. COMMENTAIRES, PINGS
390------------------------------------------------------------- */
391
392/* ------------------------------------------------------- commentaires et rétroliens */
393#comments, 
394#ping-url, 
395#comment-form,
396#comments-feed { 
397     color: #333;
398     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
399     font-size: .875em;
400     clear: both;
401     }
402#comment-form, #ping-url {
403     padding: 1em;
404     background: #eef;
405     margin-top: 1em;
406     color: #333;
407     border: 1px solid #ddf;
408     }
409#pr {
410     padding: 1em;
411     border: 1px dashed #14709e;
412     margin-bottom: 1em;
413     }
414#comments h3, 
415#ping-url h3, 
416#pr h3, 
417#comment-form h3 { 
418     margin-top: 2em;
419     color: #666;
420     }
421#comment-form h3, #ping-url h3 {
422     margin-top: 0;
423     }
424#comments > ul { 
425     margin-left: 0;
426     padding-left: 0;
427     list-style-type: none;
428     }
429.comment, .ping {
430     clear: left;
431     margin-left: 0;
432     border-top: 1px solid #bbb;
433     }
434.comment-info { 
435     clear: left;
436     float: left;
437     padding-bottom: .2em;
438     margin-top: 1em;
439     line-height: 1.25;
440     width: 10em;
441     color: #666;
442     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
443     }
444#comments .first { }
445#comments .odd { }
446#comments .me { 
447     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
448     color: #14709e;
449     }
450.comment-number {
451     font-size: 2em;
452     font-weight: normal;
453     font-style: italic;
454     text-decoration: none;
455     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
456     color: #ad3f4c;
457     display: block;
458     width: 2em;
459     }
460.comment .comment-number {
461     background: transparent url(img/comm.png) right center no-repeat;
462     }
463.ping .comment-number {
464     background: transparent url(img/tb.png) right center no-repeat;
465     }
466.comment-content {
467     margin-left: 11.5em;
468     }
469#comments-feed {
470     border-top: 1px solid #bbb;
471     margin-top: 1.5em;
472     padding-top: 1em;
473     }
474
475/* ------------------------------------------------------- formulaire des commentaires */
476#comment-form fieldset { }
477.field { 
478     margin-bottom: 1em;
479     }
480.field label { 
481     display: block;
482     font-size: .875em;
483     color: #666;
484     text-indent: 6px;
485     }
486.field input, 
487.field textarea {
488     display: block;
489     font-size: 100%;
490     border: 1px solid #ccc;
491     padding: 4px;
492     background: #fff;
493     -webkit-border-radius: 3px; 
494     -moz-border-radius: 3px;
495     border-radius: 3px;
496     font-family: sans-serif;
497     }
498.field textarea { 
499     padding: .5em 1em; 
500     }
501.field input:focus, 
502.field textarea:focus {
503     background: #fff;
504     }
505#comment-form input[type=submit], 
506#comment-form input[type=reset] {
507     font-size: .875em;
508     display: inline-block;
509     text-transform: capitalize;
510     font-weight: bold;
511     text-align: center;
512     padding: .33em .66em;
513     text-shadow: 0 1px 1px rgba(0,0,0,.3);
514     -webkit-border-radius: 5px; 
515     -moz-border-radius: 5px;
516     border-radius: 5px;
517     border: solid 1px #777;
518     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
519     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
520     box-shadow: 0 1px 2px rgba(0,0,0,.2);
521     background: rgb(119,119,119);
522     background: -moz-linear-gradient(top, rgba(119,119,119,1) 0%, rgba(85,85,85,1) 100%);
523     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(85,85,85,1)));
524     background: -webkit-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
525     background: -o-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
526     background: -ms-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
527     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 );
528     color: #eee;
529     }
530#comment-form input[type=submit]:hover, #comment-form input[type=submit]:focus,
531#comment-form input[type=reset]:hover, #comment-form input[type=reset]:focus {
532     background: linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
533     background: rgb(85,85,85);
534     background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
535     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(119,119,119,1)));
536     background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
537     background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
538     background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
539     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 );
540     background: linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
541     text-decoration: none;
542     }
543#c_content {
544     width: 95%;
545     padding: 4px;
546     }
547
548.form-help { 
549     margin-top: 0;
550     font-size: .875em;
551     font-style: italic;
552     }
553
554/*#ping-url {
555     background: #efefef;
556     border-right: 1px solid #aaa;
557     border-bottom: 1px solid #aaa;
558     font-size: .81em;
559     padding-left: .5em;
560     }*/
561#comments-feed { 
562     margin-top: 2em; 
563     }
564
565/* ------------------------------------------------------------
566     8. SIDEBAR
567------------------------------------------------------------- */
568
569#sidebar {
570     font-size: 0.875em;
571     }
572#sidebar h2 {
573     font-size: 1.1em;
574     margin: 0;
575     font-weight: normal;
576     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
577     color: #333;
578     }
579#sidebar h2.toggle {
580     background-image: url(img/plus.png);
581     background-repeat: no-repeat;
582     padding-left: 20px;
583}
584#sidebar h2.expanded {
585     background-image: url(img/minus.png);
586}
587#sidebar h2.toggle a {
588     text-decoration: none;
589}
590#sidebar h3 {
591     font-size: 1em;
592     margin-bottom: 0;
593     font-weight: normal;
594     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
595     color: #333;
596     }
597#sidebar ul {
598     margin: .75em 0 .5em 4px;
599     list-style-type: none;
600     padding: 0;
601     }
602#sidebar ul li ul {
603     margin-top: 0;
604     margin-bottom: 0;
605     }
606#sidebar ul li {
607     padding-left: 16px;
608     background: transparent url(img/square.png) no-repeat 0 .5em;
609     }
610#sidebar ul li ul li {
611     background-image: url(img/square2.png);
612     }
613#sidebar ul li ul li ul li {
614     background-image: url(img/square3.png);
615     }
616#sidebar .syndicate ul li {
617     background-image: none;
618     padding-left: 0;
619}
620#blognav > div, 
621#blogextra > div {
622     background: #ededed;
623     margin-bottom: 1em;
624     padding: 4px 8px;
625     -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
626     -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
627     -o-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
628     box-shadow: 2px 2px 4px rgba(0,0,0,.2);
629     }
630.category-current {
631     font-weight: bold;
632     }
633     
634/* ------------------------------------------------------- recherche */
635#search p {
636     background: #fff; 
637     text-align: right;
638     border: 1px solid #ddd;
639     vertical-align: middle;
640     padding: 0;
641     }
642#search input { 
643     margin: 0;
644     border: none;
645     background: transparent;
646     height: auto;
647     line-height: 2em;
648     }
649#q {
650     float: left;
651     width: 78%;
652     font-size: 100%;
653     padding-left: 2px;
654     }
655#q:focus {
656     background: #fcfcf9;
657     }
658#search .submit {
659     background: #706F6F;
660     color: #fff;
661     vertical-align: top;
662     width: 20%;
663     font-variant: small-caps;
664     height: 2em;
665     }
666#search .submit:hover, 
667#search .submit:focus {
668     background: #333;
669     }
670     
671/* ------------------------------------------------------------
672     9. FOOTER
673------------------------------------------------------------- */
674
675#footer {
676     clear: both;
677     background: #686867;
678     color: #fff;
679     }
680#footer p {
681     padding: .66em 2em;
682     margin: 0;
683     text-align: right;
684     font-size: .875em;
685     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
686     }
687#footer a {
688     color: #fff;
689     }
690#footer a:hover, 
691#footer a:focus {
692     background: #686867;
693     }
694#stickers {
695     list-style-type: none;
696     margin: 0;
697     }
698     
699/* ------------------------------------------------------------
700     10. CLASSES COMMUNES
701------------------------------------------------------------- */
702
703/* ------------------------------------------------------- RSS */
704.feed { 
705     padding-left: 20px;
706     background : transparent url(img/feed.png) no-repeat left center;
707     }
708
709/* ------------------------------------------------------- tags */   
710.dc-tags .content-inner, 
711.dc-tags .content-inner ul {
712     font-size: 1.25em;
713     margin: 0;
714     padding: 0;
715     }
716.dc-tags #content ul li, 
717.dc-tags #content ul li a, 
718#sidebar .tags ul li, 
719#sidebar .tags ul li a {
720     display : inline;
721     width : auto;
722     padding-left : 0;
723     padding-right : .5em;
724     background-color : transparent;
725     background-image: none;
726     text-decoration: none;
727     line-height : 1.5em;
728     }
729.tags ul li a:hover {
730     background-image :none;
731     }
732.dc-tags .tag0, .tags .tag0 { font-size: 85%; }
733.dc-tags .tag10, .tags .tag10 { font-size: 90%; }
734.dc-tags .tag20, .tags .tag20 { font-size: 95%; }
735.dc-tags .tag30, .tags .tag30 { font-size: 100%; }
736.dc-tags .tag40, .tags .tag40 { font-size: 105%; }
737.dc-tags .tag50, .tags .tag50 { font-size: 110%; }
738.dc-tags .tag60, .tags .tag60 { font-size: 115%; }
739.dc-tags .tag70, .tags .tag70 { font-size: 120%; }
740.dc-tags .tag80, .tags .tag80 { font-size: 125%; }
741.dc-tags .tag90, .tags .tag90 { font-size: 130%; }
742.dc-tags .tag100, .tags .tag100 { font-size: 135%; }
743
744/* ------------------------------------------------------- messages d'erreur */
745.error {
746     border : 1px solid #c44;
747     background : #df0;
748     padding : 0.5em;
749     }
750.error ul {
751     padding-left : 20px;
752     }
753.error li {
754     list-style : square;
755     }
756
757/* ------------------------------------------------------- class à dispo pour billets */
758.left { float: left; margin-right : 1em; }
759.right { float: right; margin-left : 1em; }
760.center { margin-left : auto; margin-right : auto; }
761.left-text { text-align : left; }
762.right-text { text-align : right; }
763.center-text { text-align : center; }
764.little-text { font-size : .875em;}
765.little-upper-text { font-size : .875em; text-transform : uppercase; }
766hr.hidden {background: #fff; color: #fff; border-color: #fff; }
767
768
769/* ------------------------------------------------------------
770     11. PAGES SPECIFIQUES
771------------------------------------------------------------- */
772
773.dc-home { }
774.dc-post { }
775.dc-category { }
776
777/* ---------------------------------------------------------------- archives */
778.dc-archive {}
779#time-criteria {}
780#other-criteria {}
781#more-arch {}
782.arch-block {
783     display: inline-block;
784     margin: 0 0 2em 4em;
785     vertical-align: top;
786     }
787.arch-block:first-child {
788     margin-left: 0;
789     }
790.arch-block h3 {
791     margin-bottom: 1em;
792     font-size: 1.2em;
793     font-style: italic;
794     font-weight: normal;
795     text-transform: lowercase;
796     color: #14709e;
797     }
798.arch-block h4 {
799     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
800     font-weight: normal;
801     font-size: 1.1em;
802     margin-bottom: 0;
803     margin-top: 0;
804     }
805.arch-block ul {
806     list-style-type: none;
807     margin: 0;
808     padding: 0;
809     }
810.arch-block ul ul {
811     margin-left: 20px;
812     }
813
814#by-date {
815     margin-right: 0;
816     margin-bottom: 1em;
817     }
818#by-date h3 {
819     margin-bottom: 0;
820     }
821.fromto {
822     margin-top: 0;
823     margin-bottom: 1.5em;
824     font-size: .875em;
825     font-style: italic;
826     }
827#by-date div {
828     display: inline-block;
829     vertical-align: top;
830     margin: 0;
831     width: 10em;
832     }
833#by-date ul {
834     margin-bottom: 1.5em;
835     }
836#by-date span {
837     font-size: .875em;
838     }
839
840#by-cat ul {
841     background: transparent url(img/vline.png) repeat-y;
842     }
843#by-cat ul ul {
844     margin: .5em 0 0 .5em;
845     }
846#by-cat ul li {
847     padding: .2em .2em .2em 20px;
848     background: transparent url(img/hline.png) no-repeat left .82em;
849     }
850#by-cat ul li:last-child {
851     background-image: url(img/last-hline.png);
852     }
853#by-tag {
854     width: 18em;
855     }   
856#by-tag ul li {
857     display: inline;
858     padding-right: 1em;
859}
860#by-tag .tag0 { color: #909090; font-size: 90%; }
861#by-tag .tag10 { color: #828282; font-size: 92%; }
862#by-tag .tag20 { color: #737373; font-size: 94%; }
863#by-tag .tag30 { color: #656565; font-size: 96%; }
864#by-tag .tag40 { color: #484848; font-size: 98%; }
865#by-tag .tag50 { color: #3A3A3A; font-size: 100%; }
866#by-tag .tag60 { color: #2B2B2B; font-size: 102%; }
867#by-tag .tag70 { color: #1D1D1D; font-size: 104%; }
868#by-tag .tag80 { color: #0E0E0E; font-size: 106%; }
869#by-tag .tag90 { color: #030303; font-size: 108%; }
870#by-tag .tag100 { color: #000; font-size: 110%;}
871
872
873.dc-archive #search {
874     padding: 4px;
875     }
876.dc-archive #blogextra div {
877     background-color: transparent;
878     margin-bottom: 1em;
879     padding: 4px;
880     border: 1px solid #ccc;
881     -webkit-box-shadow: none;
882     -moz-box-shadow: none;
883     -o-box-shadow: none;
884     box-shadow: none;
885     }
886.dc-archive #blogextra h2 {
887     margin-bottom: .33em;
888     }   
889     
890.dc-archive-month h2.post-title {
891     font-size: 1.3em;
892     }
893
894.dc-tags { }
895.dc-tag { }
896
897.dc-404 #content-info {
898     padding-bottom: 200px;
899     background: transparent url(img/404.png) no-repeat bottom center;
900     }
901.dc-404 .content-inner ul {
902     margin-left: 0;
903     padding-left: 0;
904     list-style-type: none;
905     }
906.dc-404 .content-inner h3 {
907     font-size: 1.1em;
908     font-variant: small-caps;
909     }
910.dc-search #content-info em { color: #14709e; }
911
912
913/* ---------------------------------------------------
914  12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS
915--------------------------------------------------- */
916.post, 
917.footnotes, 
918#attachments,
919.read-it, 
920.post-info-co, 
921#comments, #footer {
922     clear:both;
923     }
924
925/* ================================================
926     personnalisations blog chantier
927================================================ */
928.post-content img, .post-excerpt img {
929     border: 1px solid #ccc;
930     }
Note: See TracBrowser for help on using the repository browser.

Sites map