Changeset 2049 in ExiteCMS
- Timestamp:
- 11/17/08 10:38:29 (3 years ago)
- Location:
- themes/public/Hezo/php-files/themes/Hezo
- Files:
-
- 2 edited
-
exitecms.css (modified) (3 diffs)
-
templates/templates/_header.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hezo/php-files/themes/Hezo/exitecms.css
r2045 r2049 79 79 80 80 /* title bars within a panel */ 81 .infobar { font-weight:bold; font-size:1 10%; color:#111; padding:3px 4px 3px 4px; }81 .infobar { font-weight:bold; font-size:100%; color:#111; padding:3px 4px 3px 4px; } 82 82 83 83 /* --- Browser window centered div ------------------------- */ … … 95 95 96 96 /* header menu links */ 97 .headermenuitem { font-weight:normal; color:# fff; }97 .headermenuitem { font-weight:normal; color:#666; } 98 98 99 99 /* --- Panels ---------------------------------------------- */ … … 109 109 110 110 /* 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; } 112 112 113 113 /* labels and separators in side panels */ -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_header.tpl
r2040 r2049 161 161 </td> 162 162 <td align='right'> 163 {if 1 ||$settings.maintenance}163 {if $settings.maintenance} 164 164 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 165 165 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
