Dotclear

source: themes/ductile/style.css @ 535:66f118a563a5

Revision 535:66f118a563a5, 19.5 KB checked in by kozlika, 14 years ago (diff)

Ductile - Tous les contextes avec liste sont en place.

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

Sites map