Dotclear

Changeset 304:4b252dba015b


Ignore:
Timestamp:
05/22/11 17:12:27 (13 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile. Ready to work on le chantier.

Files:
2 added
4 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • .hgignore

    r293 r304  
    44public/filters 
    55themes/ductile/_work 
     6themes/ductile-work 
  • themes/ductile/_define.php

    r273 r304  
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
    33# 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     4# Copyright (c) Association Dotclear 
    75# Licensed under the GPL version 2.0 license. 
    86# See LICENSE file or 
     
    1614     /* Description*/         "Chantier pour un nouveau theme", 
    1715     /* Author */             "Dotclear Team", 
    18      /* Version */            '1.0' 
     16     /* Version */            '0.1' 
    1917); 
    2018?> 
  • themes/ductile/layouts.css

    r300 r304  
    11@charset "UTF-8"; 
    2 /* pour le head - a réflechir : <meta name="viewport" content="width=device-width" /> */ 
    32 
    4 /* petit ours */ 
    5 @media screen and (max-width:640px) { 
    6 body { 
    7      padding: 0 1%; 
    8      } 
     3@media only screen and (min-width: 961px) { 
     4     #wrapper { 
     5          padding: 0 15%; 
     6          } 
    97} 
    108 
    11 /* moyen ours */ 
    12 @media screen  
    13 and (min-width: 641px) 
    14 and (max-width: 960px) { 
    15 body { 
    16      padding: 0 10%; 
    17      color: #999; 
    18      } 
     9@media only screen and (min-width: 641px) and (max-width: 960px) { 
     10     #wrapper { 
     11          padding: 0 10%; 
     12          } 
    1913} 
    2014 
    21 /* grand ours */ 
    22 @media screen  
    23 and (min-width: 961px) 
    24 and (max-width: 1420px) { 
    25 body { 
    26      padding: 0 15%; 
    27      color: red; 
    28      } 
     15@media only screen and (max-width:640px) { 
     16     html { 
     17          -webkit-text-size-adjust: none; 
     18          } 
     19     #wrapper { 
     20          padding: 0 3%; 
     21          } 
     22     img { 
     23          max-width: 100%; 
     24          height: auto; 
     25          width: auto\9; /* ie8 */ 
     26          } 
    2927} 
    3028 
    31 /* yeti */ 
    32 @media screen  
    33 and (min-width: 1421px) { 
    34 body { 
    35      padding: 0 15%; 
    36      background: pink; 
    37      } 
     29@media only screen and (max-width:480px) { 
     30     h1 { 
     31          font-size: 1.8em; 
     32          } 
    3833} 
     34 
     35@media only screen and (min-width: 481px) { 
     36     h1 { 
     37     font-size: 2.5em; 
     38          } 
     39} 
  • themes/ductile/rebase.css

    r300 r304  
    11@charset "UTF-8"; 
     2 
    23html,  
    34body { 
    45     margin: 0; 
    5      padding: 0 .5em; 
    6      font-family: Georgia, serif; 
     6     padding: 0; 
     7     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 
    78     font-size: 100.1%; 
    89     line-height: 1.5; 
    9      color: #333; 
     10     color: #151515; 
    1011     background: #fff; 
    1112     } 
     
    1516     border: none; 
    1617     } 
    17 h1, h2, h3, h4, h5, h6 { 
    18      line-height: 1.25; 
     18h2, h3, h4, h5, h6 { 
     19     line-height: 1.2; 
    1920     font-weight: bold; 
    20      font-style: normal; 
    2121     margin: 1em 0 .5em 0; 
    2222     } 
    2323h1 { 
    24      font-size: 2.5em; 
    2524     margin: 0; 
     25     font-weight: normal; 
    2626     } 
    2727h2 { 
     
    7070     margin: 1em 0 .5em 28px; 
    7171     } 
     72ul ul, ol ol { 
     73     margin-top: .5em; 
     74     } 
    7275code, pre { 
    7376     font-family: "Andale mono","Courier New", Courier, mono; 
  • themes/ductile/style.css

    r300 r304  
    22 
    33/* Ductile 
    4 Dotclear theme 
     4Dotclear theme by Dotclear Team 
    55Version de chantier 
    6 Start: 19 mai 2011 
    7 last change: */ 
     6*/ 
    87 
    9 /* fichiers séparés à réunir plus tard 
    10 (faudra pas oublier le print aussi) 
    11  */ 
     8/* ------------------------------------------------------- imports */ 
    129 
    1310@import url(rebase.css); 
    1411@import url(colors.css); 
    1512@import url(layouts.css); 
     13 
     14 
     15/* ----------------------------------------------- liens */ 
     16a { 
     17     color: #666; 
     18     } 
     19a:hover, a:focus { 
     20     background: #eee; 
     21     text-decoration: none; 
     22     } 
     23 
     24h1 a, h2 a, .post-info-co a { 
     25     text-decoration: none; 
     26     } 
     27 
     28.post-content img { 
     29     border: 1px solid #ccc; 
     30      
     31} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map