Dotclear

Changeset 401:7d2fed1d603b for themes


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

Stickers enhancement.

Location:
themes/ductile
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_define.php

    r385 r401  
    1414     /* Description*/         "Chantier pour un nouveau theme", 
    1515     /* Author */             "Dotclear Team", 
    16      /* Version */            '0.5' 
     16     /* Version */            '0.5.1' 
    1717); 
    1818?> 
  • themes/ductile/mediaqueries.css

    r391 r401  
    5454     #stickers li { 
    5555          position: relative; 
    56           line-height: 2.5em; 
     56          padding: .5em 0; 
    5757          margin-left: 0; 
    58           padding-left: 0; 
    59           border: 2px solid #fff; 
    60           border-left: 6px solid #fff; 
    61           border-right: 6px solid #fff; 
     58          border-style: solid; 
     59          border-color: #fff; 
     60          border-width: 2px 6px; 
     61          overflow: hidden; 
    6262          } 
    6363     #stickers img { 
    64           display: block; 
    6564          position: absolute; 
    66           clip: rect(0px,32px,32px,0px); 
     65          top: -2px; 
     66          clip: rect(0 32px 36px 0); 
     67          clip: rect(0, 32px, 36px, 0); 
    6768          } 
    6869     #stickers span { 
     
    126127          } 
    127128     #stickers li span { 
    128           display: none; 
    129           } 
    130      .post-title { 
    131           font-size: 2.6em; 
     129          font-size: 1px; 
     130          display: inline-block; 
     131          height:1px; 
     132          width: 1px; 
     133          overflow:hidden; 
    132134          } 
    133135     #stickers li a:hover, 
  • themes/ductile/tpl/_footer.html

    r359 r401  
    66 
    77     <ul id="stickers"> 
    8           <li id="sticker1"><a href="{{tpl:BlogURL}}pages/Contact"><img src="{{tpl:BlogThemeURL}}/img/sticker-contact.png" alt="Contact" /><span>Contact</span></a></li> 
    9           <li id="sticker2"><a href="{{tpl:BlogURL}}feed/atom"><img src="{{tpl:BlogThemeURL}}/img/sticker-feed.png" alt="S'abonner aux billets" /><span>Abonnement</span></a></li> 
    10           <li id="sticker3" class="last"><a href="{{tpl:BlogURL}}pages/About"><img src="{{tpl:BlogThemeURL}}/img/sticker-about.png" alt="À propos" /><span>À propos</span></a></li> 
     8          <li id="sticker1"><a href="{{tpl:BlogURL}}pages/Contact"><img src="{{tpl:BlogThemeURL}}/img/sticker-contact.png" alt="" /><span>Contact</span></a></li> 
     9          <li id="sticker2"><a href="{{tpl:BlogURL}}feed/atom"><img src="{{tpl:BlogThemeURL}}/img/sticker-feed.png" alt="" /><span>Abonnement</span></a></li> 
     10          <li id="sticker3" class="last"><a href="{{tpl:BlogURL}}pages/About"><img src="{{tpl:BlogThemeURL}}/img/sticker-about.png" alt="" /><span>À propos</span></a></li> 
    1111     </ul> 
    1212 
Note: See TracChangeset for help on using the changeset viewer.

Sites map