Ignore:
Timestamp:
Dec 16, 2010, 6:44:29 AM (13 years ago)
Author:
rvelices
Message:

css sprites for all themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r7877 r8161  
    322322A:hover, A:active {
    323323        color:#f33;
    324         border-bottom: 1px solid #FF3363;
     324        border-bottom: 1px solid #ff3363;
    325325        cursor: pointer;
    326326}
    327327a.external {
    328         color:#FF3363;
     328        color:#ff3363;
    329329        border:0;
    330330        text-decoration: none;
    331331}
    332332a.external:hover {
    333         color:#FF7700;
     333        color:#ff7700;
    334334        border:0;
    335335}
     
    339339  color : #F33; text-decoration: none; border: 0; }
    340340a.Piwigo:hover  span.Piwigo  {
    341   border-bottom: 1px solid #FF3363;
     341  border-bottom: 1px solid #ff3363;
    342342}
    343343#theImage A, .illustration A, A.navThumb, A.navThumb {
     
    426426}
    427427tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
    428         border-color: #666666;
     428        border-color: #666;
    429429}
    430430
     
    432432  height:158px;
    433433}
     434
     435.pwg-icon {
     436        background-image: url(../default/s26/outline_ff3363.png);
     437}
     438
     439A:hover .pwg-icon {
     440        background-image: url(../default/s26/outline_ff7700.png);
     441}
     442
Note: See TracChangeset for help on using the changeset viewer.