Dotclear

source: themes/ductile/style.css @ 638:fe693e6575ed

Revision 638:fe693e6575ed, 21.0 KB checked in by kozlika, 14 years ago (diff)

Ductile, broutille oubliée

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

Sites map