Ignore:
Timestamp:
07/02/08 18:58:52 (4 years ago)
Author:
hverton
Message:

updated the PLi themes to work with the new download_statistics module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_stylesheets.tpl

    r1410 r1512  
    4646 
    4747                        /* buttons */ 
    48 .button                 { font-size:90%; font-weight:normal; font-family:Verdana, Arial, Sans-Serif; width:1; overflow:visible; color:#606060; background-color:#e0e0e0; border-top:1px #ddd solid; border-left:1px #ddd solid; border-bottom:1px #666 solid; border-right:1px #666 solid; cursor:pointer; margin-top:2px; padding: 1px 2px; background:url(/themes/PLiThemeCentered/images/buttonbg.jpg) repeat-x left top; } 
     48.button                 { font-size:90%; font-weight:normal; width:1; overflow:visible; color:#606060; background-color:#e0e0e0; border-top:1px #ddd solid; border-left:1px #ddd solid; border-bottom:1px #666 solid; border-right:1px #666 solid; cursor:pointer; margin-top:2px; padding: 1px 2px; background:url(/themes/PLiThemeCentered/images/buttonbg.jpg) repeat-x left top; } 
    4949 
    5050                        /* text entry fields */ 
    51 .textbox                { font-size:95%; font-family:Verdana, Arial, Sans-Serif; color:#000; background-color:#eee; border:1px #666 solid; } 
     51.textbox                { font-size:95%; color:#000; background-color:#eee; border:1px #666 solid; } 
    5252 
    5353/* --- Website template ------------------------------------ */ 
    5454 
    5555                        /* page body (normal mode & maintenance mode */ 
    56 body                    { font-size:1em; font-family:Verdana, Arial, Sans-Serif; } 
     56body                    { font-size:1em; font-family:Verdana, "Deja Vu Sans", Arial, Sans-Serif; } 
    5757.body                   { margin: 5px 5px 5px 5px; color:#000; background-color:#bbbbbc; } 
    5858.body-maint             { margin: 5px 5px 5px 5px; color:#000; background-color:{/literal}{$settings.maintenance_color}{literal}; } 
     
    227227.bargraph td            { padding:0; margin:-20px; vertical-align:bottom; text-align:center; } 
    228228.bargraph th            { padding-top:5px; text-align:center; } 
    229 .bargraph td img        { display:inline; margin-top:35px; border-right: 1px #888 solid; border-top: 1px #fff solid;} 
     229.bargraph td img        { display:inline; margin-top:35px; border-right: 1px #ddd solid; border-top: 1px #ddd solid;} 
    230230 
    231231/* --- Donations -------------------------------------------- */ 
Note: See TracChangeset for help on using the changeset viewer.