Changeset 8161


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

css sprites for all themes

Location:
trunk/themes
Files:
9 added
3 deleted
5 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
  • trunk/themes/clear/theme.css

    r8091 r8161  
    5757
    5858A:hover, INPUT.rateButton:hover {
    59     color: #858460;
     59    color: #808060;
    6060}
    6161
    62 #imageToolBar A, #imageToolBar A:hover {
    63     border-bottom: none;
     62A.pwg-state-default {
     63        border: 0;
    6464}
    6565
     
    7474}
    7575
    76 #qsearchInput { color: #d3d3d3; }
    77 #qsearchInput:focus { color: #005e89; }
     76#qsearchInput { color: #005e89; }
     77
     78.pwg-icon {
     79        background-image: url(../default/s26/outline_005e89.png);
     80}
     81
     82A:hover .pwg-icon {
     83        background-image: url(../default/s26/outline_808060.png);
     84}
     85
  • trunk/themes/dark/theme.css

    r8119 r8161  
    7575
    7676.pwg-icon {
    77         background-image: url(images/s26_outline_ffffff.png);
     77        background-image: url(../default/s26/outline_ffffff.png);
    7878}
    7979
    8080A:hover .pwg-icon {
    81         background-image: url(images/s26_outline_ffff80.png);
     81        background-image: url(../default/s26/outline_ffff80.png);
    8282}
    8383
  • trunk/themes/default/iconset.css

    r8119 r8161  
    33        display: inline-block; /*IE6 does not get it*/
    44        text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;
    5         width: 26px; height: 26px; background-image: url(sprite.png);
     5        width: 26px; height: 26px; background-image: url(s26/outline_808080.png);
    66}
    77.pwg-button-text { display:none; }
     
    6767
    6868.pwg-icon-map {background-position: 0 -156px}
     69.pwg-icon-globe {background-position: -26px -156px}
    6970
    70 
    71 A.pwg-state-default:hover {
    72         border: 0 !important; /*don't add bottom border on hover*/
    73 }
  • trunk/themes/default/theme.css

    r8131 r8161  
    404404
    405405.rateButtonStarFull {
    406         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
     406        background: url('icon/rating-stars.gif') no-repeat -16px center; width:16px;
    407407}
    408408
    409409.rateButtonStarEmpty {
    410         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
     410        background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px;
    411411}
    412412
     
    755755.errors { /* Errors display */
    756756        color: red;
    757         background-color: #ffe1e1;
    758757        font-weight: bold;
    759758        margin: 5px;
    760759        border: 1px solid red;
    761         background-image: url(icon/errors.png);
    762         background-repeat: no-repeat;
    763         background-position: top right;
     760        background: #ffe1e1 url(icon/errors.png) no-repeat top right;
    764761        padding: 10px 50px 10px 10px;
    765762}
     
    768765.infos {
    769766        color: #002000;
    770         background-color: #98fb98; /* palegreen */
    771         background-image: url(icon/infos.png);
    772         background-repeat: no-repeat;
    773         background-position: top right;
     767        background: #98fb98 url(icon/infos.png) no-repeat top right;
    774768        margin: 5px;
    775769        padding: 10px 50px 10px 10px;
Note: See TracChangeset for help on using the changeset viewer.