Dotclear


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

Stickers enhancement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map