Dotclear

Changeset 367:ac02b334e367


Ignore:
Timestamp:
06/14/11 19:15:31 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

And the last one (comment ca je l ai deja dit ?)

Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r360 r367  
    7171     #top { 
    7272          padding-top: 24px; 
    73           padding-bottom: 4px; 
    7473          } 
    7574     h1 { 
    7675          font-size: 2em; 
    7776          padding-right: 240px; 
     77          padding-bottom: 4px; 
    7878          margin-left: 32px; 
    7979          } 
     
    137137} 
    138138 
    139 @media only screen and (min-width: 640px) and (max-width: 1024px) { 
     139@media only screen and (min-width: 640px) and (max-width: 1023px) { 
    140140     #wrapper { 
    141141          padding: 0 10%; 
     
    152152} 
    153153 
    154 @media only screen and (min-width: 840px) and (max-width: 1024px) { 
     154@media only screen and (min-width: 840px) and (max-width: 1023px) { 
    155155     #wrapper { 
    156156          padding: 0 13%; 
     
    161161} 
    162162 
    163 @media only screen and (min-width: 1025px) { 
    164      #wrapper { 
    165           padding: 0 32px; 
     163@media only screen and (min-width: 1024px) { 
     164     #wrapper { 
     165          padding: 0 7%; 
    166166          } 
    167167     #main { 
     
    175175          padding : 0 0 2em 0; 
    176176          } 
    177      #footer { 
    178           clear : both; 
    179           text-align:center; 
    180           } 
    181177     #sidebar { 
    182178          width : 22%; 
     
    187183          } 
    188184     #stickers { 
    189           padding-right: 32px; 
     185          padding-right: 7%; 
    190186          } 
    191187 
     
    199195          padding-bottom: 2px; 
    200196          font-size: 1em; 
     197          border: 1px solid #ddd; 
     198          border-top: none 0; 
    201199          } 
    202200     #sidebar div#search:first-child h2 { 
     
    213211 
    214212@media only screen and (min-width: 1280px) { 
    215      #wrapper { 
    216           padding: 0 96px 0 296px; 
    217           } 
    218      .dc-tags #wrapper, .dc-archive-month #wrapper, .dc-404 #wrapper { 
    219           padding: 0 96px; 
     213     #content { 
     214          margin : 0 30% 0 200px; 
    220215          } 
    221216     p.post-info {  
    222217          margin-left: -200px;  
    223218          float: left;  
    224           width: 140px;  
     219          width: 150px;  
    225220          text-align: right; 
    226221          } 
     
    231226          text-align: left; 
    232227          } 
    233      #stickers { 
    234           padding-right: 96px; 
    235           } 
    236 } 
     228} 
     229 
     230@media only screen and (min-width: 1600px) { 
     231     #wrapper { 
     232          padding: 0 12%; 
     233          } 
     234     #stickers { 
     235          padding-right: 12%; 
     236          } 
     237} 
  • themes/ductile/tpl/_top.html

    r359 r367  
    11<div id="header"> 
    2      <div id="top"> 
    3      <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 
    4    
    5      <!-- # --BEHAVIOR-- publicTopAfterContent --> 
    6      {{tpl:SysBehavior behavior="publicTopAfterContent"}} 
    7      </div> 
    82 
    93     <ul id="prelude"> 
     
    137     </ul> 
    148 
    15      <!-- Pour Franck:  
    16      Il faudrait trouver un moyen pour que  
    17      1. la balise <p /> ne soit présente que si la description est non vide 
    18      2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 
    19      --> 
    20      <p id="blogdesc">{{tpl:BlogDescription}}</p> 
     9     <div id="top"> 
     10     <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 
     11 
     12          <!-- Pour Franck:  
     13          Il faudrait trouver un moyen pour que  
     14          1. la balise <p /> ne soit présente que si la description est non vide 
     15          2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 
     16          --> 
     17          <p id="blogdesc">{{tpl:BlogDescription}}</p> 
     18 
     19     <!-- # --BEHAVIOR-- publicTopAfterContent --> 
     20     {{tpl:SysBehavior behavior="publicTopAfterContent"}} 
     21     </div> 
    2122 
    2223     <!-- Pour Franck:  
Note: See TracChangeset for help on using the changeset viewer.

Sites map