Dotclear

Changeset 675:7845286256ac


Ignore:
Timestamp:
08/08/11 18:54:30 (14 years ago)
Author:
kozlika
Branch:
themes
Children:
683:b32debb0479b, 3660:dd34f2f189fb
Message:

Ductile - Réparation des blockquotes.

Location:
themes/ductile
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r672 r675  
    112112     ul, ol, dd { 
    113113          padding: 0; 
     114          } 
     115     .post ul, .post ol, .post dd { 
     116          margin-left: 1em !important; 
    114117          } 
    115118} 
  • themes/ductile/style.css

    r673 r675  
    6262     background: #f9f9f9; 
    6363     } 
    64 blockquote:before { 
    65      color: #ccc; 
    66      content: open-quote; 
    67      font-size: 4em; 
    68      display: block; 
    69      float: left; 
    70      } 
    7164code, pre { 
    7265     background: #efefef; 
     
    9285     margin-top: .75em; 
    9386     } 
     87table { 
     88     border: 1px solid #999; 
     89     border-collapse: collapse; 
     90     } 
     91td, th, tr { 
     92     padding: 2px 8px; 
     93     border: 1px solid #CCC; 
     94     border-collapse: collapse; 
     95     } 
     96thead th, tbody th { 
     97     color: #555; 
     98     background: #f0f0f5; 
     99     text-align: left; 
     100     font-weight: normal; 
     101     } 
     102tbody tr:hover, tbody th:hover { 
     103     background: #eee;  
     104     } 
     105table caption { 
     106     color: #14709e; 
     107     text-align: left; 
     108     margin-bottom: .33em; 
     109     font-weight: bold; 
     110     } 
     111 
    94112/* ------------------------------------------------------------ 
    95113     3. PAGE 
     
    293311     padding: 4px; 
    294312     } 
     313img.smiley { 
     314     border: none; 
     315     padding: 0; 
     316     } 
    295317.post-info,  
    296318.post-tags,  
     
    343365.post ul { 
    344366     list-style-type: square; 
    345      margin-left: 0; 
     367     margin-left: 1em; 
    346368     } 
    347369.post ol { 
    348      margin-left: 0; 
     370     margin-left: 1em; 
    349371     } 
    350372.footnotes { 
     
    10161038     clear:both; 
    10171039     } 
    1018  
    1019 /* ================================================  
    1020      personnalisations blog chantier 
    1021 ================================================ */ 
    1022 .post-content img, .post-excerpt img { 
    1023      border: 1px solid #ccc; 
    1024      padding: 4px; 
    1025      max-width: 96%; 
    1026      } 
  • themes/ductile/tpl/search.html

    r666 r675  
    6969                         <div class="content-inner"> 
    7070                              {{tpl:ductileNbEntryPerPage}} 
    71                               <tpl:Entries> 
     71                              <tpl:Entries type="post,page"> 
    7272                               
    7373                                   {{tpl:ductileEntriesList default="short"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map