Dotclear


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

Prêt pour leçon 1.

File:
1 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} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map