Dotclear

Changeset 670:9b06caee1e1e


Ignore:
Timestamp:
08/06/11 12:17:28 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Proprification et prefixr sur les CSS3, harmonisations diverses.

Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r660 r670  
    3232          padding: 6px 8px; 
    3333          background: #f4f4f5; 
    34           background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f5), to(#d7d7dC)); 
     34          background-image: -webkit-gradient(linear, left top, left bottom, from( #f4f4f5), to(#d7d7dC)); 
     35          background: -webkit-linear-gradient(top,  #f4f4f5,  #d7d7dC); 
    3536          background: -moz-linear-gradient(top,  #f4f4f5,  #d7d7dC); 
     37          background: -o-linear-gradient(top,  #f4f4f5,  #d7d7dC); 
     38          background: -ms-linear-gradient(top,  #f4f4f5,  #d7d7dC); 
     39          background: linear-gradient(top,  #f4f4f5,  #d7d7dC); 
    3640          border-right: 1px solid #aaa; 
    3741          border-bottom: 1px solid #ccc; 
    3842          } 
    3943     .supranav, #prelude { 
    40           border:none; 
     44          border: none; 
    4145          margin: 8px 0 0; 
    4246          background: #fff; 
     47          padding-left: 0; 
    4348          } 
    4449     .supranav li a, #prelude li a { 
     
    5055          white-space: nowrap; 
    5156          margin-bottom: 4px; 
    52           -webkit-border-bottom-left-radius: 7px; 
    53           -moz-border-radius-bottomleft: 7px; 
    54           border-bottom-left-radius: 7px; 
    5557          } 
    5658     #gotop li { 
     59          border-top: 1px solid #ccc; 
    5760          text-transform: none; 
     61          padding-top: 6px; 
    5862          } 
    5963     #prelude { 
    6064          margin: .5em 0 !important; 
    61           padding-left: 0 !important; 
    6265          } 
    6366     #prelude li a { 
     
    7982          font-weight: bold; 
    8083          } 
     84     #other-criteria .arch-block, #more-criteria .arch-block { 
     85          margin-left: 0 !important; 
     86          } 
    8187     #stickers { 
    8288          margin: 0; 
    8389          padding: 0; 
    84           border-bottom: 8px solid #fff; 
     90          border-bottom: 1px solid #fff; 
    8591          } 
    8692     #stickers li { 
     
    8995          margin-left: 0; 
    9096          border-style: solid; 
    91           border-color: #fff; 
    92           border-width: 2px 6px; 
     97          border-width: 1px 0 0 0; 
    9398          overflow: hidden; 
    9499          } 
     
    113118     Autres (plus de 480px) 
    114119-------------------------------------------------------------------- */ 
    115  
    116120@media only screen and (min-width: 481px) { 
    117121     .nobig { 
     
    121125          position: absolute; 
    122126          margin: 0; 
     127          padding: 0 0 0 4px; 
    123128          top: 0; 
    124129          left: 3px; 
    125130          color: #fff; 
    126           font-size: .875em; 
    127131          list-style-type: none; 
    128132          } 
     
    148152          padding-top: 24px; 
    149153          } 
    150  #logo { 
     154     #logo { 
    151155          float:left;  
    152           margin:0 1.5em 0 1em;     
     156          margin: 0 32px 0 24px;    
    153157          } 
    154158     #logo a { 
     
    169173          margin: 36px 0 0; 
    170174          border-bottom: 1px solid #ccc; 
     175          padding: 0 0 0 4px; 
    171176          } 
    172177     .supranav li { 
     
    180185          border-right: 1px solid #ccc; 
    181186          min-height: 2.5em; 
     187          -moz-border-radius: 0 0 0 7px; 
     188          -webkit-border-radius: 0 0 0 7px; 
     189          border-radius: 0 0 0 7px; 
    182190          } 
    183191     .supranav li a span { 
     
    216224          } 
    217225     #stickers a:hover span, #stickers a:focus span { 
    218           color: #666; 
     226          color: #686867; 
    219227          position: static; 
    220228          top: 0; 
     
    246254          } 
    247255     img { 
    248           max-width: 100%; 
     256          max-width: 97%; 
    249257          height: auto; 
    250258          width: auto\9; /* pour ie8 */ 
  • themes/ductile/style.css

    r668 r670  
    5858     } 
    5959blockquote { 
    60      border: 2px solid #eef; 
     60     border-left: 4px solid #ccc; 
    6161     padding: 1px 1em .5em; 
     62     background: #f9f9f9; 
     63     } 
     64blockquote:before { 
     65     color: #ccc; 
     66     content: open-quote; 
     67     font-size: 4em; 
     68     display: block; 
     69     float: left; 
    6270     } 
    6371code, pre { 
     
    7078     white-space: normal; 
    7179     } 
    72  
    7380a { 
    74      color: #666; 
     81     color: #686867; 
    7582     } 
    7683a:hover, a:focus { 
     
    8188     margin-top: 0; 
    8289     } 
    83  
     90h2, h2 a { 
     91     font-weight: normal; 
     92     margin-top: .75em; 
     93     } 
    8494/* ------------------------------------------------------------ 
    8595     3. PAGE 
     
    112122     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    113123     font-style: italic; 
    114      color: #888; 
     124     color: #686867; 
    115125     text-shadow: none; 
    116126     } 
    117127.supranav, #prelude { 
    118      font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    119      padding: 0 0 0 4px; 
    120128     list-style-type: none; 
    121129     line-height: 1.25; 
    122130     font-size: .875em; 
     131     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    123132     } 
    124133.supranav li, #prelude li { 
     
    159168     5. WRAPPER MAIN CONTENT 
    160169------------------------------------------------------------- */ 
    161  
    162170#wrapper { 
    163      clear:both; 
    164      } 
    165 #main { } 
    166 #content {  
    167      padding-bottom: 2em;  
     171     clear: both; 
     172     position: relative; 
     173     } 
     174#content { 
     175     padding-bottom: 2em; 
    168176     } 
    169177 
    170178/* ------------------------------------------------------- content-info */ 
    171179#content-info { 
    172      margin-top: 2em; 
    173      font-size: .875em; 
     180     font-size: .875em; 
     181     } 
     182#content-info h2 { 
     183     color: #14709e; 
     184     margin-top: 1em; 
     185     margin-bottom: .33em; 
     186     } 
     187#subcategories { 
    174188     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    175      } 
    176 #content-info h2 {  
    177      font-size: 1.2em; 
    178      color: #14709e; 
    179      } 
    180 #subcategories { 
    181      font-size: .875em; 
    182      font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    183      } 
    184 #subcategories h3 {  
     189     padding-top: 1em; 
     190     font-size: .875em; 
     191     } 
     192#subcategories h3, #subcategories ul { 
     193     display: inline; 
     194     padding-right: 1em; 
     195     } 
     196#subcategories h3 { 
    185197     font-size: 1.1em; 
    186198     font-variant: small-caps; 
     
    188200#content-info p,  
    189201#content-info ul,  
    190 #subcategories ul {  
     202#subcategories ul { 
    191203     margin: .5em 0; 
    192204     padding: 0; 
    193205     list-style-type: none; 
    194206     } 
    195 #subcategories li {  
     207#subcategories li { 
    196208     margin: 0; 
    197      display: inline;  
     209     display: inline; 
    198210     padding-right: 1em; 
    199211     } 
     
    201213     color: #fff; 
    202214     } 
    203  
     215.feed-info a { 
     216     font-size: .875em; 
     217     padding-top: .1em; 
     218     padding-bottom: .1em; 
     219     } 
    204220/* ------------------------------------------------------- pagination, navlinks */ 
    205221.navlinks,  
     
    219235     background: linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); 
    220236     -moz-border-radius: 4px; 
    221      -webkit-border-radius: 4px; 
     237     -o-border-radius: 4px; 
     238     -ms-border-radius: 4px; 
     239     -khtml-border-radius: 4px; 
    222240     border-radius: 4px; 
    223241     border-right: 1px solid #aaa; 
    224242     border-bottom: 1px solid #ccc; 
    225243     } 
    226 .navlinks { 
    227      margin-top: 4em; 
    228      } 
    229244.navlinks a,  
    230245.pagination a { 
    231      padding: 0 1em; 
    232      white-space: nowrap; 
     246     color: #333; 
    233247     } 
    234248 
     
    236250     6. BILLETS 
    237251------------------------------------------------------------- */ 
    238  
    239252.post { 
    240253     background: transparent url(img/filet.png) repeat-x left bottom; 
     
    276289     font-variant: small-caps; 
    277290     } 
     291.post-content img, .post-excerpt img { 
     292     border: 1px solid #ccc; 
     293     max-width: 96%; 
     294     padding: 4px; 
     295     } 
    278296.post-info,  
    279297.post-tags,  
     
    313331     background: transparent no-repeat 6px center url(img/date.png); 
    314332     } 
    315 .post-info a,  
    316 .post-info-co a, 
    317 .permalink a { 
    318      white-space: nowrap; 
    319      } 
    320333.post-tags a { 
    321334     padding-right: 1em; 
     
    331344.post ul { 
    332345     list-style-type: square; 
     346     margin-left: 0; 
     347     } 
     348.post ol { 
     349     margin-left: 0; 
    333350     } 
    334351.footnotes { 
     
    380397     font-variant: small-caps; 
    381398     font-weight: normal; 
    382      color: #666; 
     399     color: #686867; 
    383400     } 
    384401#attachments ul { 
     
    441458     padding-bottom: .2em; 
    442459     line-height: 1.25; 
    443      color: #666; 
     460     color: #686867; 
    444461     font-family: "New Century Schoolbook","Century Schoolbook", "Century Schoolbook L", Georgia, serif;  
    445462     } 
     
    490507     -webkit-border-radius: 3px;  
    491508     -moz-border-radius: 3px; 
     509     -o-border-radius: 3px; 
     510     -ms-border-radius: 3px; 
     511     -khtml-border-radius: 3px; 
    492512     border-radius: 3px; 
    493513     font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    494514     } 
    495 .field textarea {  
    496      padding: .5em 1em;   
     515.field textarea { 
     516     padding: .5em 1em; 
    497517     } 
    498518.field input:focus,  
     
    502522#comment-form input[type=submit],  
    503523#comment-form input[type=reset] { 
     524     color: #eee; 
    504525     font-size: .875em; 
    505526     display: inline-block; 
     
    509530     padding: .33em .66em; 
    510531     text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    511      -webkit-border-radius: 5px;  
     532     background: rgb(119,119,119); 
     533     border: solid 1px #686867; 
     534     -webkit-border-radius: 5px; 
    512535     -moz-border-radius: 5px; 
     536     -o-border-radius: 5px; 
     537     -ms-border-radius: 5px; 
     538     -khtml-border-radius: 5px; 
    513539     border-radius: 5px; 
    514      border: solid 1px #777; 
    515540     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    516541     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
     542     -o-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    517543     box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    518      background: rgb(119,119,119); 
    519      background: -moz-linear-gradient(top, rgba(119,119,119,1) 0%, rgba(85,85,85,1) 100%); 
    520      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(85,85,85,1))); 
     544     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119,119,119,1)), color-stop(100%, rgba(85,85,85,1))); 
    521545     background: -webkit-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
     546     background: -moz-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
    522547     background: -o-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
    523548     background: -ms-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
    524      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 ); 
    525      color: #eee; 
     549     background: linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
    526550     } 
    527551#comment-form input[type=submit]:hover, #comment-form input[type=submit]:focus, 
    528552#comment-form input[type=reset]:hover, #comment-form input[type=reset]:focus { 
    529      background: linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); 
    530553     background: rgb(85,85,85); 
    531      background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%); 
    532      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(119,119,119,1))); 
     554     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85,85,85,1)), color-stop(100%, rgba(119,119,119,1))); 
    533555     background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); 
     556     background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); 
    534557     background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); 
    535558     background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); 
    536      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); 
    537559     background: linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); 
    538560     text-decoration: none; 
     
    542564     padding: 4px; 
    543565     } 
    544 .form-help {  
     566.form-help { 
    545567     margin-top: 0; 
    546568     font-size: .875em; 
     
    594616     margin-bottom: 0; 
    595617     } 
    596 #sidebar ul li { 
     618#sidebar li { 
    597619     padding-left: 16px; 
    598620     background: transparent url(img/square.png) no-repeat 0 .5em; 
     
    604626     background-image: url(img/square3.png); 
    605627     } 
    606 #sidebar .syndicate ul li { 
     628#sidebar .syndicate li { 
    607629     background-image: none; 
    608630     padding-left: 0; 
     
    667689     background: #686867; 
    668690     color: #fff; 
     691     font-size: .875em; 
    669692     } 
    670693#footer p { 
     
    672695     margin: 0; 
    673696     text-align: right; 
    674      font-size: .875em; 
    675      font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
    676697     } 
    677698#footer a { 
     
    680701#footer a:hover,  
    681702#footer a:focus { 
    682      background: #686867; 
     703     background-color: #686867; 
    683704     } 
    684705#stickers { 
     
    686707     margin: 0; 
    687708     } 
    688       
    689709/* ------------------------------------------------------------ 
    690710     10. CLASSES COMMUNES 
    691711------------------------------------------------------------- */ 
    692  
    693712/* ------------------------------------------------------- RSS */ 
    694 .feed {  
    695      padding-left: 20px; 
    696      background : transparent url(img/feed.png) no-repeat left center; 
    697      } 
    698  
    699 /* ------------------------------------------------------- tags */     
     713.feed { 
     714     padding-left: 22px; 
     715     background: transparent url(img/feed.png) no-repeat left center; 
     716     } 
     717/* ------------------------------------------------------- tags */ 
    700718.dc-tags .content-inner,  
    701719.dc-tags .content-inner ul { 
     
    708726#sidebar .tags ul li,  
    709727#sidebar .tags ul li a { 
    710      display : inline; 
    711      width : auto; 
    712      padding-left : 0; 
    713      padding-right : .5em; 
    714      background-color : transparent; 
     728     display: inline; 
     729     width: auto; 
     730     padding-left: 0; 
     731     padding-right: .5em; 
     732     background-color: transparent; 
    715733     background-image: none; 
    716734     text-decoration: none; 
    717      line-height : 1.5em; 
     735     line-height: 1.5em; 
    718736     } 
    719737.tags ul li a:hover { 
    720      background-image :none; 
    721      } 
    722 .dc-tags .tag0, .tags .tag0 { font-size: 85%; } 
    723 .dc-tags .tag10, .tags .tag10 { font-size: 90%; } 
    724 .dc-tags .tag20, .tags .tag20 { font-size: 95%; } 
    725 .dc-tags .tag30, .tags .tag30 { font-size: 100%; } 
    726 .dc-tags .tag40, .tags .tag40 { font-size: 105%; } 
    727 .dc-tags .tag50, .tags .tag50 { font-size: 110%; } 
    728 .dc-tags .tag60, .tags .tag60 { font-size: 115%; } 
    729 .dc-tags .tag70, .tags .tag70 { font-size: 120%; } 
    730 .dc-tags .tag80, .tags .tag80 { font-size: 125%; } 
    731 .dc-tags .tag90, .tags .tag90 { font-size: 130%; } 
    732 .dc-tags .tag100, .tags .tag100 { font-size: 135%; } 
    733  
     738     background-image: none; 
     739     } 
     740.dc-tags .tag0, .tags .tag0 { 
     741     font-size: 85%; 
     742     } 
     743.dc-tags .tag10, .tags .tag10 { 
     744     font-size: 90%; 
     745     } 
     746.dc-tags .tag20, .tags .tag20 { 
     747     font-size: 95%; 
     748     } 
     749.dc-tags .tag30, .tags .tag30 { 
     750     font-size: 100%; 
     751     } 
     752.dc-tags .tag40, .tags .tag40 { 
     753     font-size: 105%; 
     754     } 
     755.dc-tags .tag50, .tags .tag50 { 
     756     font-size: 110%; 
     757     } 
     758.dc-tags .tag60, .tags .tag60 { 
     759     font-size: 115%; 
     760     } 
     761.dc-tags .tag70, .tags .tag70 { 
     762     font-size: 120%; 
     763     } 
     764.dc-tags .tag80, .tags .tag80 { 
     765     font-size: 125%; 
     766     } 
     767.dc-tags .tag90, .tags .tag90 { 
     768     font-size: 130%; 
     769     } 
     770.dc-tags .tag100, .tags .tag100 { 
     771     font-size: 135%; 
     772     } 
    734773/* ------------------------------------------------------- messages d'erreur */ 
    735774.error { 
    736      border : 1px solid #c44; 
    737      background : #df0; 
    738      padding : 0.5em; 
     775     border: 1px solid #c44; 
     776     background: #df0; 
     777     padding: 0.5em; 
    739778     } 
    740779.error ul { 
    741      padding-left : 20px; 
     780     padding-left: 20px; 
    742781     } 
    743782.error li { 
    744      list-style : square; 
    745      } 
    746  
     783     list-style: square; 
     784     } 
    747785/* ------------------------------------------------------- class à dispo pour billets */ 
    748 .left { float: left; margin-right : 1em; } 
    749 .right { float: right; margin-left : 1em; } 
    750 .center { margin-left : auto; margin-right : auto; } 
    751 .left-text { text-align : left; } 
    752 .right-text { text-align : right; } 
    753 .center-text { text-align : center; } 
    754 .little-text { font-size : .875em;} 
    755 .little-upper-text { font-size : .875em; text-transform : uppercase; } 
    756 hr.hidden {background: #fff; color: #fff; border-color: #fff; } 
    757  
    758  
     786.left { 
     787     float: left; 
     788     margin-right: 1em; 
     789     } 
     790.right { 
     791     float: right; 
     792     margin-left: 1em; 
     793     } 
     794.center { 
     795     margin-left: auto; 
     796     margin-right: auto; 
     797     } 
     798.left-text { 
     799     text-align: left; 
     800     } 
     801.right-text { 
     802     text-align: right; 
     803     } 
     804.center-text { 
     805     text-align: center; 
     806     } 
     807.little-text { 
     808     font-size: .875em; 
     809     } 
     810.little-upper-text { 
     811     font-size: .875em; 
     812     text-transform: uppercase; 
     813     } 
     814hr.hidden { 
     815     background: #fff; 
     816     color: #fff; 
     817     border-color: #fff; 
     818     margin: 0; 
     819     } 
    759820/* ------------------------------------------------------------ 
    760821     11. PAGES SPECIFIQUES 
     
    766827 
    767828/* ---------------------------------------------------------------- archives */ 
    768 .dc-archive {} 
    769 #time-criteria {} 
    770 #other-criteria {} 
    771 #more-arch {} 
    772829.arch-block { 
    773830     display: inline-block; 
     
    801858     margin-left: 20px; 
    802859     } 
    803  
     860#time-criteria h3:first-child { 
     861     margin-top: 0; 
     862     } 
    804863#by-date { 
    805864     margin-right: 0; 
    806865     margin-bottom: 1em; 
     866     margin-top: 2em; 
    807867     } 
    808868#by-date h3 { 
     
    827887     font-size: .875em; 
    828888     } 
    829  
    830889#by-cat ul { 
    831890     background: transparent url(img/vline.png) repeat-y; 
     
    843902#by-tag { 
    844903     width: 18em; 
    845      }     
     904     } 
    846905#by-tag ul li { 
    847906     display: inline; 
    848907     padding-right: 1em; 
    849908     } 
    850 #by-tag .tag0 { color: #909090; font-size: 90%; } 
    851 #by-tag .tag10 { color: #828282; font-size: 92%; } 
    852 #by-tag .tag20 { color: #737373; font-size: 94%; } 
    853 #by-tag .tag30 { color: #656565; font-size: 96%; } 
    854 #by-tag .tag40 { color: #484848; font-size: 98%; } 
    855 #by-tag .tag50 { color: #3A3A3A; font-size: 100%; } 
    856 #by-tag .tag60 { color: #2B2B2B; font-size: 102%; } 
    857 #by-tag .tag70 { color: #1D1D1D; font-size: 104%; } 
    858 #by-tag .tag80 { color: #0E0E0E; font-size: 106%; } 
    859 #by-tag .tag90 { color: #030303; font-size: 108%; } 
    860 #by-tag .tag100 { color: #000; font-size: 110%;} 
    861  
    862  
     909#by-tag .tag0 { 
     910     color: #909090; 
     911     font-size: 90%; 
     912     } 
     913#by-tag .tag10 { 
     914     color: #828282; 
     915     font-size: 92%; 
     916     } 
     917#by-tag .tag20 { 
     918     color: #737373; 
     919     font-size: 94%; 
     920     } 
     921#by-tag .tag30 { 
     922     color: #656565; 
     923     font-size: 96%; 
     924     } 
     925#by-tag .tag40 { 
     926     color: #484848; 
     927     font-size: 98%; 
     928     } 
     929#by-tag .tag50 { 
     930     color: #3A3A3A; 
     931     font-size: 100%; 
     932     } 
     933#by-tag .tag60 { 
     934     color: #2B2B2B; 
     935     font-size: 102%; 
     936     } 
     937#by-tag .tag70 { 
     938     color: #1D1D1D; 
     939     font-size: 104%; 
     940     } 
     941#by-tag .tag80 { 
     942     color: #0E0E0E; 
     943     font-size: 106%; 
     944     } 
     945#by-tag .tag90 { 
     946     color: #030303; 
     947     font-size: 108%; 
     948     } 
     949#by-tag .tag100 { 
     950     color: #000; 
     951     font-size: 110%; 
     952     } 
    863953.dc-archive #search { 
    864954     padding: 4px; 
     
    877967     margin-bottom: .33em; 
    878968     }     
    879       
    880969.dc-archive-month h2.post-title { 
    881970     font-size: 1.3em; 
    882971     } 
    883  
    884 .dc-tags { } 
    885 .dc-tag { } 
    886  
     972/* ---------------------------------------------------------------- 404 */ 
    887973.dc-404 #content-info { 
    888974     padding-bottom: 200px; 
     
    898984     font-variant: small-caps; 
    899985     } 
    900 .dc-search #content-info em {  
    901      color: #14709e;  
    902      } 
    903  
    904  
     986/* ---------------------------------------------------------------- search */ 
     987.dc-search #content-info em { 
     988     color: #14709e; 
     989     } 
    905990/* --------------------------------------------------- 
    906991  12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS 
     
    9151000#comments, #footer, 
    9161001.clearer { 
    917      clear:both; 
     1002     clear: both; 
    9181003     } 
    9191004.post-content:before, .post-content:after { 
     
    9221007     } 
    9231008.post-content:after { 
    924      clear:both; 
     1009     clear: both; 
    9251010     } 
    9261011.post:before, .post:after { 
     
    9371022.post-content img, .post-excerpt img { 
    9381023     border: 1px solid #ccc; 
    939      } 
     1024     padding: 4px; 
     1025     max-width: 96%; 
     1026     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map