Changeset 2049 in ExiteCMS


Ignore:
Timestamp:
11/17/08 10:38:29 (3 years ago)
Author:
WanWizard
Message:

fixed layout issue
fixed wrong color for menu items in the header

Location:
themes/public/Hezo/php-files/themes/Hezo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/public/Hezo/php-files/themes/Hezo/exitecms.css

    r2045 r2049  
    7979 
    8080                        /* title bars within a panel */ 
    81 .infobar                { font-weight:bold; font-size:110%; color:#111; padding:3px 4px 3px 4px; } 
     81.infobar                { font-weight:bold; font-size:100%; color:#111; padding:3px 4px 3px 4px; } 
    8282 
    8383/* --- Browser window centered div ------------------------- */ 
     
    9595 
    9696                        /* header menu links */ 
    97 .headermenuitem         { font-weight:normal; color:#fff; } 
     97.headermenuitem         { font-weight:normal; color:#666; } 
    9898 
    9999/* --- Panels ---------------------------------------------- */ 
     
    109109 
    110110                        /* side panel title */ 
    111 .sub-cap-main           { font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; letter-spacing: .1em; font-weight: bold; color: #FFFFFF; padding: 0px 0px 0px 5px; margin-top: 0; background-color: transparent; white-space: nowrap; } 
     111.sub-cap-main           { font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 85%; letter-spacing: .1em; font-weight: bold; color: #FFFFFF; padding: 0px 0px 0px 5px; margin-top: 0; background-color: transparent; white-space: nowrap; } 
    112112 
    113113                        /* labels and separators in side panels */ 
  • themes/public/Hezo/php-files/themes/Hezo/templates/templates/_header.tpl

    r2040 r2049  
    161161                                            </td> 
    162162                                            <td align='right'> 
    163                                             {if 1 || $settings.maintenance} 
     163                                            {if $settings.maintenance} 
    164164                                                <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE&nbsp;</b></font> 
    165165                                            {/if} 
Note: See TracChangeset for help on using the changeset viewer.