Changeset 1077 in ExiteCMS


Ignore:
Timestamp:
11/06/07 21:04:20 (4 years ago)
Author:
hverton
Message:

Updated the style sheet, give a bit more room to the buttons, picked a lighter background

Location:
trunk/themes/ExiteCMS
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/styles_rev01077.css

    r1063 r1077  
    2525 
    2626                        /* buttons */ 
    27 .button                 { font-size:90%; font-weight:normal; font-family:"trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin:0; padding:0 1px 0 1px; } 
     27.button                 { font-size:90%; font-weight:normal; font-family:"trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin:2px 0px 2px 0px; padding:0px; } 
    2828.button:hover           { color:#666; background-color:#ddd; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #fff solid; border-right:1px #fff solid; } 
    2929 
     
    3535                        /* page body (normal/user mode + maintenance/webmaster mode) */ 
    3636body                    { font-size:1em; font-family:Verdana,Arial,Sans-Serif; margin:4px 20px 5px 20px; } 
    37 .body                   { color:#444; background-color:#888; } 
    38 .body-maint             { color:#444; background-color:#AF575B; } 
     37.body                   { color:#444; background-color:#aaa; } 
     38.body-maint             { color:#444; background-color:#cf5a6a; } 
    3939 
    4040                        /* content body, can be different from the body when centered */ 
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r1063 r1077  
    1515{*                                                                         *} 
    1616{***************************************************************************} 
    17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev01062.css' type='text/css' /> 
     17<link rel='stylesheet' href='{$smarty.const.THEME}styles_rev01077.css' type='text/css' /> 
    1818{***************************************************************************} 
    1919{* End of Template                                                         *} 
Note: See TracChangeset for help on using the changeset viewer.