Dotclear

Changeset 308:ac786f4cf820


Ignore:
Timestamp:
05/23/11 09:47:04 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Prêt pour leçon 1.

Location:
themes/ductile
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/layouts.css

    r304 r308  
    11@charset "UTF-8"; 
    22 
    3 @media only screen and (min-width: 961px) { 
    4      #wrapper { 
    5           padding: 0 15%; 
     3/* seuils retenus : 
     4480px 
     5640px 
     6960px 
     71280px 
     8----------------- */ 
     9 
     10@media only screen and (max-width:480px) { 
     11     h1 { 
     12          font-size: 1.8em; 
    613          } 
    714} 
    815 
    9 @media only screen and (min-width: 641px) and (max-width: 960px) { 
    10      #wrapper { 
    11           padding: 0 10%; 
    12           } 
    13 } 
    14  
    15 @media only screen and (max-width:640px) { 
     16@media only screen and (max-width:639px) { 
    1617     html { 
    1718          -webkit-text-size-adjust: none; 
     
    2324          max-width: 100%; 
    2425          height: auto; 
    25           width: auto\9; /* ie8 */ 
    26           } 
    27 } 
    28  
    29 @media only screen and (max-width:480px) { 
    30      h1 { 
    31           font-size: 1.8em; 
     26          width: auto\9; /* pour ie8 */ 
    3227          } 
    3328} 
     
    3833          } 
    3934} 
     35 
     36@media only screen and (min-width: 640px) and (max-width: 960px) { 
     37     #wrapper { 
     38          padding: 0 10%; 
     39          } 
     40} 
     41 
     42@media only screen and (min-width: 961px) { 
     43     #wrapper { 
     44          padding: 0 15%; 
     45          } 
     46} 
  • themes/ductile/rebase.css

    r305 r308  
    55     margin: 0; 
    66     padding: 0; 
    7      font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 
    87     font-size: 100.1%; 
    98     line-height: 1.5; 
    10      color: #151515; 
    11      background: #fff; 
    129     } 
    1310div, form, fieldset { 
     
    5552     } 
    5653strong { 
    57      font-size: 92%; 
     54     font-size: .94em; 
    5855     } 
    5956blockquote, q { 
    60      font-family: Georgia, "Times New Roman", Times, serif; 
    6157     font-style: italic; 
    6258     } 
     
    6864     } 
    6965ul, ol, dd { 
    70      margin: 1em 0 .5em 28px; 
     66     margin: 1em 0 .5em 1.5em; 
    7167     } 
    7268ul ul, ol ol { 
     
    7773     font-size: .875em; 
    7874     } 
     75code { 
     76     padding: 0 2px; 
     77     } 
    7978pre { 
    8079     margin: 1em; 
    8180     overflow: auto; 
    82      padding: 1px 8px; 
     81     padding: 1px .5em; 
    8382     line-height: 1.2; 
    8483     } 
     
    8685     height: 1px; 
    8786     border: 0; 
    88      border-top: 1px dashed #999; 
    89      width: 50%; 
     87     border-top: 1px solid #aaa; 
     88     width: 60%; 
    9089     height: 1px; 
    9190     } 
  • themes/ductile/style.css

    r305 r308  
    1111@import url(layouts.css); 
    1212 
     13/* ------------------------------------------------------- body */ 
     14body { 
     15     background: #fff; 
     16     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 
     17     color: #151515; 
     18     } 
    1319 
    1420/* ----------------------------------------------- liens */ 
     
    2026     text-decoration: none; 
    2127     } 
    22 h1 a, h2 a, .post-info-co a { 
    23      text-decoration: none; 
    24      } 
    25 .post-title a { 
    26      font-weight: normal; 
    27      } 
    28  
    29 /* ------------------------------------------------------- billets */ 
    30 .post-title { 
    31      font-style:italic; 
    32      } 
    33  
    34 /* ------------------------------------------------------- billets */ 
    35 #sidebar h2 { 
    36      font-size: 1em; 
    37 } 
    3828 
    3929 
    40 /* -----------------------------------------------  
    41 personnalisations blog chantier 
    42 ------------------------------------------------ */ 
     30 
     31 
     32/* ================================================  
     33     personnalisations blog chantier 
     34================================================ */ 
    4335.post-content img, .post-excerpt img { 
    4436     border: 1px solid #ccc; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map