Dotclear

source: themes/ductile/style.css @ 609:9f126d3f2e71

Revision 609:9f126d3f2e71, 20.5 KB checked in by kozlika, 14 years ago (diff)

Ductile - Contextes solo, pages spéciales, tags. Quasi prêt pour Jour 8.

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

Sites map