Dotclear

source: themes/ductile/style.css @ 642:8da8e8c7f3d3

Revision 642:8da8e8c7f3d3, 21.3 KB checked in by kozlika, 14 years ago (diff)

Ductile - Amélioration du format short pour les listes de billets (en mieux).

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     float: left;
250     margin: .33em 1em .66em 0;
251     }
252.post-icon img {
253     padding: 4px;
254     border: 1px solid #999;
255     -moz-box-shadow: 2px 2px 3px #ccc;
256     -webkit-box-shadow: 2px 2px 3px #ccc;
257     -o-box-shadow: 2px 2px 3px #ccc;
258     box-shadow: 2px 2px 3px #ccc;
259     }
260.post h3,
261.post h4, 
262.post h5,
263.post h6 {
264     font-weight: normal;
265     color: #14709e;
266     }
267.post h3, .post h5 {
268     font-variant: small-caps;
269     }
270.post-info, 
271.post-tags, 
272.post-info-co, 
273.read-it, 
274.page-info {
275     line-height: 1.2;   
276     margin: .33em 0;
277     }
278.post-attr {
279     margin-bottom: 1em;
280}
281.post-info, 
282.post-tags {
283     font-size: .875em;
284     margin: 0;
285     background: #fff;
286     display: inline;
287     padding: 0 .66em 0 0;
288     }
289.post-info span + span {
290     padding-left: .5em;
291     }
292.post-breadcrumb-cat a {
293     padding-left: 24px;
294     background: #fff no-repeat left center url(img/breadcrumb-category.png);
295}
296.post-cat a {
297     padding-left: 24px;
298     background: #fff no-repeat left center url(img/category.png);
299     }
300.permalink a {
301     padding-left: 20px;
302     background: #fff no-repeat left center url(img/link.png);
303     }
304.post-info .post-date {
305     padding-left: 28px;
306     background: #fff no-repeat 6px center url(img/date.png);
307}
308.post-info a, 
309.post-info-co a,
310.permalink a {
311     white-space: nowrap;
312     }
313.post-tags a {
314     padding-right: 1em;
315     padding-left: 14px;
316     background: #fff no-repeat left center url(img/tag.png);
317     }
318.post-tags li {
319     display: inline;
320     }
321.post-content {
322     padding-bottom: 9px;
323     }
324.post ul {
325     list-style-type: square;
326     }
327.footnotes {
328     font-size: .875em;
329     }
330.footnotes h4 {
331     font-variant: normal;
332     font-weight: bold;
333}
334.read-it {
335     text-align: right;
336     margin: 0 0 .25em 0;
337     }
338.read-it a {
339     color: #ad3f4c;
340     background: #fff;
341     padding-left: .5em;
342     }
343.post-info-co, 
344.page-info {
345     margin: 0;
346     background: #fff;
347     display: inline;
348     font-size: 0.875em;
349     font-style: italic;
350     padding-right: .5em;
351     }
352.post-info-co a {
353     text-decoration: none;
354     padding-right: 1em;
355     padding-left: 28px;
356     background-color: #fff;
357     background-repeat: no-repeat;
358     background-position: left center;
359     }
360.post-info-co a.comment_count {
361     background-image: url(img/comment.png);
362     }
363.post-info-co a.ping_count {
364     background-image: url(img/ping.png);
365     }
366.post-info-co a.attach_count {
367     background-image: url(img/attach.png); 
368     }
369#attachments {
370     font-size: .875em;
371     border-bottom: 1px solid #999;
372     margin: 0 0 2em;
373     }
374#attachments h3 {
375     font-variant: small-caps;
376     font-weight: normal;
377     color: #666;
378     }
379#attachments ul {
380     list-style-type: none;
381     margin: 0 0 1em;
382     padding: 0;
383     }
384#attachments ul li {
385     padding-left: 24px;
386     background: #fff url(img/download.png) no-repeat;
387     }
388
389/* ------------------------------------------------------------
390     7. COMMENTAIRES, PINGS
391------------------------------------------------------------- */
392
393/* ------------------------------------------------------- commentaires et rétroliens */
394#comments, 
395#ping-url, 
396#comment-form,
397#comments-feed { 
398     color: #333;
399     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
400     font-size: .875em;
401     clear: both;
402     }
403#comment-form, #ping-url {
404     padding: 1em;
405     background: #eef;
406     margin-top: 1em;
407     color: #333;
408     border: 1px solid #ddf;
409     }
410#pr {
411     padding: 1em;
412     border: 1px dashed #14709e;
413     margin-bottom: 1em;
414     }
415#comments h3, 
416#ping-url h3, 
417#pr h3, 
418#comment-form h3 { 
419     margin-top: 2em;
420     color: #666;
421     }
422#comment-form h3, #ping-url h3 {
423     margin-top: 0;
424     }
425#comments > ul { 
426     margin-left: 0;
427     padding-left: 0;
428     list-style-type: none;
429     }
430.comment, .ping {
431     clear: left;
432     margin-left: 0;
433     border-top: 1px solid #bbb;
434     }
435.comment-info { 
436     clear: left;
437     float: left;
438     padding-bottom: .2em;
439     margin-top: 1em;
440     line-height: 1.25;
441     width: 10em;
442     color: #666;
443     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
444     }
445#comments .first { }
446#comments .odd { }
447#comments .me { 
448     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
449     color: #14709e;
450     }
451.comment-number {
452     font-size: 2em;
453     font-weight: normal;
454     font-style: italic;
455     text-decoration: none;
456     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
457     color: #ad3f4c;
458     display: block;
459     width: 2em;
460     }
461.comment .comment-number {
462     background: transparent url(img/comm.png) right center no-repeat;
463     }
464.ping .comment-number {
465     background: transparent url(img/tb.png) right center no-repeat;
466     }
467.comment-content {
468     margin-left: 11.5em;
469     }
470#comments-feed {
471     border-top: 1px solid #bbb;
472     margin-top: 1.5em;
473     padding-top: 1em;
474     }
475
476/* ------------------------------------------------------- formulaire des commentaires */
477#comment-form fieldset { }
478.field { 
479     margin-bottom: 1em;
480     }
481.field label { 
482     display: block;
483     font-size: .875em;
484     color: #666;
485     text-indent: 6px;
486     }
487.field input, 
488.field textarea {
489     display: block;
490     font-size: 100%;
491     border: 1px solid #ccc;
492     padding: 4px;
493     background: #fff;
494     -webkit-border-radius: 3px; 
495     -moz-border-radius: 3px;
496     border-radius: 3px;
497     font-family: sans-serif;
498     }
499.field textarea { 
500     padding: .5em 1em; 
501     }
502.field input:focus, 
503.field textarea:focus {
504     background: #fff;
505     }
506#comment-form input[type=submit], 
507#comment-form input[type=reset] {
508     font-size: .875em;
509     display: inline-block;
510     text-transform: capitalize;
511     font-weight: bold;
512     text-align: center;
513     padding: .33em .66em;
514     text-shadow: 0 1px 1px rgba(0,0,0,.3);
515     -webkit-border-radius: 5px; 
516     -moz-border-radius: 5px;
517     border-radius: 5px;
518     border: solid 1px #777;
519     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
520     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
521     box-shadow: 0 1px 2px rgba(0,0,0,.2);
522     background: rgb(119,119,119);
523     background: -moz-linear-gradient(top, rgba(119,119,119,1) 0%, rgba(85,85,85,1) 100%);
524     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(85,85,85,1)));
525     background: -webkit-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
526     background: -o-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
527     background: -ms-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
528     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 );
529     color: #eee;
530     }
531#comment-form input[type=submit]:hover, #comment-form input[type=submit]:focus,
532#comment-form input[type=reset]:hover, #comment-form input[type=reset]:focus {
533     background: linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%);
534     background: rgb(85,85,85);
535     background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
536     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(119,119,119,1)));
537     background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
538     background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
539     background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
540     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 );
541     background: linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%);
542     text-decoration: none;
543     }
544#c_content {
545     width: 95%;
546     padding: 4px;
547     }
548
549.form-help { 
550     margin-top: 0;
551     font-size: .875em;
552     font-style: italic;
553     }
554
555/*#ping-url {
556     background: #efefef;
557     border-right: 1px solid #aaa;
558     border-bottom: 1px solid #aaa;
559     font-size: .81em;
560     padding-left: .5em;
561     }*/
562#comments-feed { 
563     margin-top: 2em; 
564     }
565
566/* ------------------------------------------------------------
567     8. SIDEBAR
568------------------------------------------------------------- */
569
570#sidebar {
571     font-size: 0.875em;
572     }
573#sidebar h2 {
574     font-size: 1.1em;
575     margin: 0;
576     font-weight: normal;
577     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
578     color: #333;
579     }
580#sidebar h2.toggle {
581     background-image: url(img/plus.png);
582     background-repeat: no-repeat;
583     padding-left: 20px;
584}
585#sidebar h2.expanded {
586     background-image: url(img/minus.png);
587}
588#sidebar h2.toggle a {
589     text-decoration: none;
590}
591#sidebar h3 {
592     font-size: 1em;
593     margin-bottom: 0;
594     font-weight: normal;
595     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
596     color: #333;
597     }
598#sidebar ul {
599     margin: .75em 0 .5em 4px;
600     list-style-type: none;
601     padding: 0;
602     }
603#sidebar ul li ul {
604     margin-top: 0;
605     margin-bottom: 0;
606     }
607#sidebar ul li {
608     padding-left: 16px;
609     background: transparent url(img/square.png) no-repeat 0 .5em;
610     }
611#sidebar ul li ul li {
612     background-image: url(img/square2.png);
613     }
614#sidebar ul li ul li ul li {
615     background-image: url(img/square3.png);
616     }
617#sidebar .syndicate ul li {
618     background-image: none;
619     padding-left: 0;
620}
621#blognav > div, 
622#blogextra > div {
623     background: #ededed;
624     margin-bottom: 1em;
625     padding: 4px 8px;
626     -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
627     -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
628     -o-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
629     box-shadow: 2px 2px 4px rgba(0,0,0,.2);
630     }
631.category-current {
632     font-weight: bold;
633     }
634     
635/* ------------------------------------------------------- recherche */
636#search p {
637     background: #fff; 
638     text-align: right;
639     border: 1px solid #ddd;
640     vertical-align: middle;
641     padding: 0;
642     }
643#search input { 
644     margin: 0;
645     border: none;
646     background: transparent;
647     height: auto;
648     line-height: 2em;
649     }
650#q {
651     float: left;
652     width: 78%;
653     font-size: 100%;
654     padding-left: 2px;
655     }
656#q:focus {
657     background: #fcfcf9;
658     }
659#search .submit {
660     background: #706F6F;
661     color: #fff;
662     vertical-align: top;
663     width: 20%;
664     font-variant: small-caps;
665     height: 2em;
666     }
667#search .submit:hover, 
668#search .submit:focus {
669     background: #333;
670     }
671     
672/* ------------------------------------------------------------
673     9. FOOTER
674------------------------------------------------------------- */
675
676#footer {
677     clear: both;
678     background: #686867;
679     color: #fff;
680     }
681#footer p {
682     padding: .66em 2em;
683     margin: 0;
684     text-align: right;
685     font-size: .875em;
686     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
687     }
688#footer a {
689     color: #fff;
690     }
691#footer a:hover, 
692#footer a:focus {
693     background: #686867;
694     }
695#stickers {
696     list-style-type: none;
697     margin: 0;
698     }
699     
700/* ------------------------------------------------------------
701     10. CLASSES COMMUNES
702------------------------------------------------------------- */
703
704/* ------------------------------------------------------- RSS */
705.feed { 
706     padding-left: 20px;
707     background : transparent url(img/feed.png) no-repeat left center;
708     }
709
710/* ------------------------------------------------------- tags */   
711.dc-tags .content-inner, 
712.dc-tags .content-inner ul {
713     font-size: 1.25em;
714     margin: 0;
715     padding: 0;
716     }
717.dc-tags #content ul li, 
718.dc-tags #content ul li a, 
719#sidebar .tags ul li, 
720#sidebar .tags ul li a {
721     display : inline;
722     width : auto;
723     padding-left : 0;
724     padding-right : .5em;
725     background-color : transparent;
726     background-image: none;
727     text-decoration: none;
728     line-height : 1.5em;
729     }
730.tags ul li a:hover {
731     background-image :none;
732     }
733.dc-tags .tag0, .tags .tag0 { font-size: 85%; }
734.dc-tags .tag10, .tags .tag10 { font-size: 90%; }
735.dc-tags .tag20, .tags .tag20 { font-size: 95%; }
736.dc-tags .tag30, .tags .tag30 { font-size: 100%; }
737.dc-tags .tag40, .tags .tag40 { font-size: 105%; }
738.dc-tags .tag50, .tags .tag50 { font-size: 110%; }
739.dc-tags .tag60, .tags .tag60 { font-size: 115%; }
740.dc-tags .tag70, .tags .tag70 { font-size: 120%; }
741.dc-tags .tag80, .tags .tag80 { font-size: 125%; }
742.dc-tags .tag90, .tags .tag90 { font-size: 130%; }
743.dc-tags .tag100, .tags .tag100 { font-size: 135%; }
744
745/* ------------------------------------------------------- messages d'erreur */
746.error {
747     border : 1px solid #c44;
748     background : #df0;
749     padding : 0.5em;
750     }
751.error ul {
752     padding-left : 20px;
753     }
754.error li {
755     list-style : square;
756     }
757
758/* ------------------------------------------------------- class à dispo pour billets */
759.left { float: left; margin-right : 1em; }
760.right { float: right; margin-left : 1em; }
761.center { margin-left : auto; margin-right : auto; }
762.left-text { text-align : left; }
763.right-text { text-align : right; }
764.center-text { text-align : center; }
765.little-text { font-size : .875em;}
766.little-upper-text { font-size : .875em; text-transform : uppercase; }
767hr.hidden {background: #fff; color: #fff; border-color: #fff; }
768
769
770/* ------------------------------------------------------------
771     11. PAGES SPECIFIQUES
772------------------------------------------------------------- */
773
774.dc-home { }
775.dc-post { }
776.dc-category { }
777
778/* ---------------------------------------------------------------- archives */
779.dc-archive {}
780#time-criteria {}
781#other-criteria {}
782#more-arch {}
783.arch-block {
784     display: inline-block;
785     margin: 0 0 2em 4em;
786     vertical-align: top;
787     }
788.arch-block:first-child {
789     margin-left: 0;
790     }
791.arch-block h3 {
792     margin-bottom: 1em;
793     font-size: 1.2em;
794     font-style: italic;
795     font-weight: normal;
796     text-transform: lowercase;
797     color: #14709e;
798     }
799.arch-block h4 {
800     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif;
801     font-weight: normal;
802     font-size: 1.1em;
803     margin-bottom: 0;
804     margin-top: 0;
805     }
806.arch-block ul {
807     list-style-type: none;
808     margin: 0;
809     padding: 0;
810     }
811.arch-block ul ul {
812     margin-left: 20px;
813     }
814
815#by-date {
816     margin-right: 0;
817     margin-bottom: 1em;
818     }
819#by-date h3 {
820     margin-bottom: 0;
821     }
822.fromto {
823     margin-top: 0;
824     margin-bottom: 1.5em;
825     font-size: .875em;
826     font-style: italic;
827     }
828#by-date div {
829     display: inline-block;
830     vertical-align: top;
831     margin: 0;
832     width: 10em;
833     }
834#by-date ul {
835     margin-bottom: 1.5em;
836     }
837#by-date span {
838     font-size: .875em;
839     }
840
841#by-cat ul {
842     background: transparent url(img/vline.png) repeat-y;
843     }
844#by-cat ul ul {
845     margin: .5em 0 0 .5em;
846     }
847#by-cat ul li {
848     padding: .2em .2em .2em 20px;
849     background: transparent url(img/hline.png) no-repeat left .82em;
850     }
851#by-cat ul li:last-child {
852     background-image: url(img/last-hline.png);
853     }
854#by-tag {
855     width: 18em;
856     }   
857#by-tag ul li {
858     display: inline;
859     padding-right: 1em;
860}
861#by-tag .tag0 { color: #909090; font-size: 90%; }
862#by-tag .tag10 { color: #828282; font-size: 92%; }
863#by-tag .tag20 { color: #737373; font-size: 94%; }
864#by-tag .tag30 { color: #656565; font-size: 96%; }
865#by-tag .tag40 { color: #484848; font-size: 98%; }
866#by-tag .tag50 { color: #3A3A3A; font-size: 100%; }
867#by-tag .tag60 { color: #2B2B2B; font-size: 102%; }
868#by-tag .tag70 { color: #1D1D1D; font-size: 104%; }
869#by-tag .tag80 { color: #0E0E0E; font-size: 106%; }
870#by-tag .tag90 { color: #030303; font-size: 108%; }
871#by-tag .tag100 { color: #000; font-size: 110%;}
872
873
874.dc-archive #search {
875     padding: 4px;
876     }
877.dc-archive #blogextra div {
878     background-color: transparent;
879     margin-bottom: 1em;
880     padding: 4px;
881     border: 1px solid #ccc;
882     -webkit-box-shadow: none;
883     -moz-box-shadow: none;
884     -o-box-shadow: none;
885     box-shadow: none;
886     }
887.dc-archive #blogextra h2 {
888     margin-bottom: .33em;
889     }   
890     
891.dc-archive-month h2.post-title {
892     font-size: 1.3em;
893     }
894
895.dc-tags { }
896.dc-tag { }
897
898.dc-404 #content-info {
899     padding-bottom: 200px;
900     background: transparent url(img/404.png) no-repeat bottom center;
901     }
902.dc-404 .content-inner ul {
903     margin-left: 0;
904     padding-left: 0;
905     list-style-type: none;
906     }
907.dc-404 .content-inner h3 {
908     font-size: 1.1em;
909     font-variant: small-caps;
910     }
911.dc-search #content-info em { color: #14709e; }
912
913
914/* ---------------------------------------------------
915  12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS
916--------------------------------------------------- */
917.post, 
918.footnotes, 
919#attachments,
920.read-it, 
921.post-info-co, 
922#comments, #footer {
923     clear:both;
924     }
925
926/* ================================================
927     personnalisations blog chantier
928================================================ */
929.post-content img, .post-excerpt img {
930     border: 1px solid #ccc;
931     }
Note: See TracBrowser for help on using the repository browser.

Sites map