Dotclear


Ignore:
Timestamp:
05/25/11 11:21:03 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Top + post - Préparation Jour 2.

Location:
themes/ductile
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r309 r315  
    1111     h1 { 
    1212          font-size: 1.8em; 
     13          margin-left: 3%; 
     14          } 
     15} 
     16 
     17@media only screen and (min-width: 481px) { 
     18     h1 { 
     19     font-size: 2.5em; 
     20          } 
     21     h1 a, h1 a:hover, h1 a:focus { 
     22          background-repeat: no-repeat; 
     23          background-position: left center; 
     24          padding-left: 68px; 
     25          background-image: url(img/home-small.png); 
    1326          } 
    1427} 
     
    2841} 
    2942 
    30 @media only screen and (min-width: 481px) { 
    31      h1 { 
    32      font-size: 2.5em; 
    33           } 
    34 } 
    35  
    3643@media only screen and (min-width: 640px) and (max-width: 960px) { 
    3744     #wrapper { 
  • themes/ductile/style.css

    r309 r315  
    2727     } 
    2828 
     29/* ----------------------------------------------- page */ 
     30#page { 
     31     position: relative; 
     32     padding-top: 16px; 
     33     } 
    2934 
     35/* ----------------------------------------------- top */ 
     36h1 a { 
     37     text-decoration: none; 
     38     } 
     39#prelude { 
     40     position: absolute; 
     41     margin: 0; 
     42     top: 0; 
     43     left: 3px; 
     44     color: #fff; 
     45     } 
     46#prelude a { 
     47     color: #fff; 
     48} 
     49#prelude a:focus { 
     50     color: #666; 
     51} 
    3052 
     53/* ----------------------------------------------- billets */ 
     54.post { 
     55     background: transparent url(img/filet.png) repeat-x left bottom; 
     56     } 
     57.day-date { 
     58     display: none; 
     59     } 
     60h2.post-title a { 
     61     font-weight: normal; 
     62     font-style: italic; 
     63     text-decoration: none; 
     64     } 
     65.post-info, .post-tags { 
     66     font-size: .875em; 
     67     margin: 0; 
     68     padding: 0; 
     69     } 
     70.post-info a, .post-tags a { 
     71     padding-right: 1em; 
     72     background-color: #fff; 
     73     background-repeat: no-repeat; 
     74     background-position: left center;   
     75     } 
     76.post-info a { 
     77     background-image: url(img/category.png); 
     78     padding-left: 22px; 
     79     } 
     80.post-tags a { 
     81     background-image: url(img/tag12.png); 
     82     padding-left: 16px; 
     83     } 
     84.post-tags li { 
     85     display: inline; 
     86     } 
     87.post-content { 
     88     padding-bottom: 9px; 
     89     } 
     90.read-it { 
     91     text-align: right; 
     92     margin: 0; 
     93     } 
     94.post-info-co { 
     95     margin: 0; 
     96     background: #fff; 
     97     display: inline; 
     98     font-style: italic; 
     99     } 
     100.post-info-co a { 
     101     text-decoration: none; 
     102     padding-right: 1em; 
     103     padding-left: 20px; 
     104     background-color: #fff; 
     105     background-repeat: no-repeat; 
     106     background-position: left center; 
     107     } 
     108.post-info-co a.comment_count { 
     109     background-image: url(img/comment.png); 
     110     } 
     111.post-info-co a.ping_count { 
     112     background-image: url(img/ping.png); 
     113     } 
    31114 
    32115/* ================================================  
  • themes/ductile/tpl/user_head.html

    r304 r315  
    11<!-- media queries --> 
    2      <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> 
     2     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> 
    33<!--[if lt IE 9]> 
    44     <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map