Dotclear

source: themes/ductile/style.css @ 662:b628484a6459

Revision 662:b628484a6459, 21.6 KB checked in by kozlika, 14 years ago (diff)

Ductile cleaning css

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

Sites map