Changeset 2050 in ExiteCMS
- Timestamp:
- 11/17/08 10:46:36 (3 years ago)
- Location:
- themes/public/DIV/php-files/themes/DIV
- Files:
-
- 2 edited
-
exitecms.css (modified) (5 diffs)
-
templates/templates/_header.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/DIV/php-files/themes/DIV/exitecms.css
r2038 r2050 36 36 37 37 /* horizontal lines */ 38 hr { border:none; color:# eee; background-color:#eee; height:1px; }38 hr { border:none; color:#ddd; background-color:#ddd; height:1px; } 39 39 40 40 /* dropdowns with options */ … … 64 64 /* column definitions (left, center, right) */ 65 65 .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; } 67 67 .side-border-right { padding:5px; } 68 68 … … 80 80 81 81 /* 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; } 83 83 84 84 /* --- Browser window centered div ------------------------- */ … … 95 95 96 96 /* header menu links */ 97 .headermenuitem { font-weight:normal; color:# fff; }97 .headermenuitem { font-weight:normal; color:#888; } 98 98 99 99 /* --- Panels ---------------------------------------------- */ … … 106 106 107 107 /* 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; } 109 109 110 110 /* 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; } 112 112 113 113 /* labels and separators in side panels */ -
themes/public/DIV/php-files/themes/DIV/templates/templates/_header.tpl
r2038 r2050 164 164 <td align='right'> 165 165 {if $settings.maintenance} 166 <br />167 166 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 168 167 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
