Dotclear

source: themes/ductile/style.css @ 641:bd45a8deb6af

Revision 641:bd45a8deb6af, 21.1 KB checked in by kozlika, 14 years ago (diff)

Ductile - Amélioration du format short pour les listes de billets.

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

Sites map