Dotclear

source: themes/ductile/style.css @ 629:2ffe9dd4fb89

Revision 629:2ffe9dd4fb89, 20.6 KB checked in by kozlika, 14 years ago (diff)

Ductile - Enhancement active links in menu

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

Sites map