Dotclear

source: themes/ductile/style.css @ 497:935efe2fe067

Revision 497:935efe2fe067, 18.9 KB checked in by kozlika, 14 years ago (diff)

[Ductile] Fignolages divers, meilleure adaptation pour les mobiles, un peu de couleur.

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

Sites map