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/PLiXmas/php-files/themes/PLiXmas/templates/templates/_stylesheets.tpl

    r1275 r1512  
    4646 
    4747                        /* buttons */ 
    48 .button                 { font-size:90%; font-weight:normal; font-family:Verdana, Arial, Sans-Serif; width:1; overflow:visible; color:#fff; background-color:#CC0000; 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;} 
     48.button                 { font-size:90%; font-weight:normal; width:1; overflow:visible; color:#fff; background-color:#CC0000; 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;} 
    4949 
    5050                        /* text entry fields */ 
    51 .textbox                { font-size:95%; font-family:Verdana, Arial, Sans-Serif; color:#003300; background-color:#fff; border:1px #666 solid; } 
     51.textbox                { font-size:95%; color:#003300; background-color:#fff; 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:#fff; background-color:#58a7e3; } 
    5858.body-maint             { margin: 5px 5px 5px 5px; color:#fff; background-color:{/literal}{$settings.maintenance_color}{literal}; } 
Note: See TracChangeset for help on using the changeset viewer.