Changeset 2050 in ExiteCMS


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

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

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

Legend:

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

    r2038 r2050  
    3636 
    3737                        /* horizontal lines */ 
    38 hr                      { border:none; color:#eee; background-color:#eee; height:1px; } 
     38hr                      { border:none; color:#ddd; background-color:#ddd; height:1px; } 
    3939 
    4040                        /* dropdowns with options */ 
     
    6464                        /* column definitions (left, center, right) */ 
    6565.side-border-left       { padding:5px; margin-right: 10px; background-color:rgb(255,253,215); } 
    66 .main-bg                { background-color:#fff; padding:5px; } 
     66.main-bg                { background-color:#fff; padding:0px 0px 0px 0px; } 
    6767.side-border-right      { padding:5px; } 
    6868 
     
    8080 
    8181                        /* title bars within a panel */ 
    82 .infobar                { font-weight:normal; color:#333; background-color:rgb(255,253,215); padding:3px 4px 3px 4px; } 
     82.infobar                { font-weight:normal; color:#333; padding:3px 0px 3px 0px; } 
    8383 
    8484/* --- Browser window centered div ------------------------- */ 
     
    9595 
    9696                        /* header menu links */ 
    97 .headermenuitem         { font-weight:normal; color:#fff; } 
     97.headermenuitem         { font-weight:normal; color:#888; } 
    9898 
    9999/* --- Panels ---------------------------------------------- */ 
     
    106106 
    107107                        /* center panel title */ 
    108 .cap-main               { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; font-weight:bold; color:#888; padding:2px 4px 4px 4px; } 
     108.cap-main               { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; font-weight:bold; color:#888; padding:2px 4px 4px 4px; border-bottom:1px solid #ddd; } 
    109109 
    110110                        /* side panel title */ 
    111 .sub-cap-main           { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; font-weight:bold; color:#888; padding:4px 4px 4px 4px; } 
     111.sub-cap-main           { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.3em; font-weight:bold; color:#888; padding:4px 4px 4px 4px; } 
    112112 
    113113                        /* labels and separators in side panels */ 
  • themes/public/DIV/php-files/themes/DIV/templates/templates/_header.tpl

    r2038 r2050  
    164164                                            <td align='right'> 
    165165                                            {if $settings.maintenance} 
    166                                                 <br /> 
    167166                                                <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE&nbsp;</b></font> 
    168167                                            {/if} 
Note: See TracChangeset for help on using the changeset viewer.