Changeset 2040 in ExiteCMS
- Timestamp:
- 11/16/08 15:09:04 (3 years ago)
- Location:
- themes/public/Hezo/php-files/themes/Hezo
- Files:
-
- 6 added
- 1 deleted
- 26 edited
-
exitecms.css (modified) (11 diffs)
-
images/bg_header.jpg (added)
-
images/bg_page_topbar.jpg (added)
-
images/bg_table_top.jpg (added)
-
images/bg_td_one.jpg (added)
-
images/bg_td_two.jpg (added)
-
images/bullet.gif (modified) (previous)
-
images/bulletb.gif (modified) (previous)
-
images/button.gif (modified) (previous)
-
images/buttonbg.jpg (deleted)
-
images/down.gif (modified) (previous)
-
images/folder.gif (modified) (previous)
-
images/folderhot.gif (modified) (previous)
-
images/folderlock.gif (modified) (previous)
-
images/foldernew.gif (modified) (previous)
-
images/ip.gif (modified) (previous)
-
images/left.gif (modified) (previous)
-
images/logo.jpg (added)
-
images/panel_off.gif (modified) (previous)
-
images/panel_on.gif (modified) (previous)
-
images/pollbar.gif (modified) (previous)
-
images/printer.gif (modified) (previous)
-
images/right.gif (modified) (previous)
-
images/stickythread.gif (modified) (previous)
-
images/up.gif (modified) (previous)
-
templates/templates/_footer.tpl (modified) (3 diffs)
-
templates/templates/_header.tpl (modified) (2 diffs)
-
templates/templates/_openside.tpl (modified) (1 diff)
-
templates/templates/_openside_x.tpl (modified) (2 diffs)
-
templates/templates/_opentable.tpl (modified) (1 diff)
-
templates/templates/_opentable_x.tpl (modified) (1 diff)
-
theme.php (modified) (1 diff)
-
wikka.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hezo/php-files/themes/Hezo/exitecms.css
r2039 r2040 20 20 21 21 /* text anchors */ 22 a { color:#333333; text-decoration:none; } 23 a:hover { color:#333333; text-decoration:underline; } 22 a { color:#666; text-decoration:none; } 23 a:link { color:#666; text-decoration:none; } 24 a:visited { color:#666; text-decoration:none; } 25 a:hover { color:#DE8300A; text-decoration:underline; } 24 26 25 27 /* text anchors in side panels */ 26 a.side { color:# 333333; text-decoration:none; }27 a:hover.side { color:# 333333; text-decoration:underline; }28 a.side { color:#000000; text-decoration:none; } 29 a:hover.side { color:#EC8701; text-decoration:underline; } 28 30 29 31 /* image anchors */ … … 31 33 32 34 /* wiki links */ 33 a.wiki_link:link,a.wiki_link:visited { color:# 34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }35 a.wiki_link:link,a.wiki_link:visited { color:#DE8300A; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; } 34 36 35 37 /* horizontal lines */ 36 hr { border :none; color:#bbb; background-color:#bbb; height:1px; }38 hr { border-top:1px #CBD6DD solid; border-bottom:1px #EFEFEF solid; } 37 39 38 40 /* dropdowns with options */ … … 45 47 46 48 /* buttons */ 47 .button { font- size:0.8em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; font-weight:normal; 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; }49 .button { font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; font-weight: bold; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #000; border-bottom: 1px solid #000; background-color: #d4d4d4; color: #000000; margin-top:2px; cursor:pointer; cursor: hand; } 48 50 .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; } 49 51 50 52 /* text entry fields */ 51 .textbox { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#444; background-color:#fff; border:1px #444 solid; }53 .textbox { border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; color: #42435A; background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1.1em; } 52 54 53 55 /* --- Website template ------------------------------------ */ 54 56 55 57 /* page body */ 56 body { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; margin:4px 10px 5px 10px; width:100%; }57 .body { color: #444; background-color:#aaa; }58 body { margin: 0; padding: 0; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; color: #38394B; background-color: #ededed; } 59 .body { color: #38394B; background-color: #ededed; } 58 60 59 61 /* content body, can be different from the body when centered */ … … 61 63 62 64 /* column definitions (left, center, right) */ 63 .side-border-left { text-align:left; padding:0px 5px 0px 0px; }64 .main-bg { color:#444; padding:0px 0px 5px 0px;}65 .side-border-right { text-align:left; padding:0px 0px 0px 5px;}65 .side-border-left { padding-right:5px; } 66 .main-bg { } 67 .side-border-right { padding-left:5px;} 66 68 67 69 /* panels in the center column */ 68 .main-body { text-align:left; color:#444; background-color:#fff; padding:4px 4px 6px 4px; margin:0px; } 69 70 .main-body { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; color: #38394B; padding: 6px 6px 3px 6px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; } 70 71 /* panels in the left & right columns (with and without padding, p.e. for images) */ 71 .side-body { color:#000; background-color:#fff; padding:4px 4px 6px 4px; }72 .side-body-nm { color:#000; background-color:#fff;}72 .side-body { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; color: #38394B; margin:0px; padding: 6px 6px 3px 6px; border-top: 0px; border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; } 73 .side-body-nm { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1em; color: #38394B; } 73 74 74 75 /* tags for sub texts, captions, etc. */ 75 .small { font-weight:normal; font-size:90%; color:# 444; }76 .small2 { font-weight:normal; font-size:90%; color:# 666; }77 .smallalt { font-weight:normal; font-size:90%; color:# 888; }76 .small { font-weight:normal; font-size:90%; color:#555; } 77 .small2 { font-weight:normal; font-size:90%; color:#555; } 78 .smallalt { font-weight:normal; font-size:90%; color:#555; } 78 79 79 80 /* title bars within a panel */ 80 .infobar { font-weight: normal; color:#333; background-color:#ddd; padding:3px 4px 3px 4px; }81 .infobar { font-weight:bold; font-size:110%; color:#111; padding:3px 4px 3px 4px; } 81 82 82 83 /* --- Browser window centered div ------------------------- */ … … 88 89 89 90 /* header definition and background image */ 90 .headerbanner { color:#333; background-color:#eee; background-image:url(/themes/ExiteCMS/images/exitecms_bg.gif); padding:0px; }91 .headerbanner { background: #23628B url(images/bg_header.jpg) repeat-x left top; } 91 92 92 93 /* header menu bar */ 93 .headermenu { font-weight:normal; color:# ffffff; background-color:#666666; padding:0px 2px 0px 2px; }94 .headermenu { font-weight:normal; color:#666; background-color:#ededed; padding:0px 2px 0px 2px; } 94 95 95 96 /* header menu links */ … … 99 100 100 101 /* center panel cell definitions */ 101 .main-panel { padding: 5px 5px 5px 5px; margin:0px 0px 5px 0px; border:1px #ddd solid; }102 .main-panel { background: #24638C url(images/bg_table_top.jpg) repeat-x left top; color: #FFFFFF; height:28px; border-bottom: 0px solid #FFFFFF; } 102 103 103 104 /* side panel cell definitions */ 104 .side-panel { padding:0px 0px 0px 0px; margin:0px 0px 5px 0px; border:1px #ddd solid; }105 .side-panel { background: #24638C url(images/bg_table_top.jpg) repeat-x left top; color: #FFFFFF; height:28px; border-bottom: 0px solid #FFFFFF; } 105 106 106 107 /* center panel title */ 107 .cap-main { font- weight:normal; text-align:left; color:#ffffff; background-color: #666666; font-size:1.2em; padding:3px 2px 3px 2px; }108 .cap-main { font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 1.2em; letter-spacing: .1em; font-weight: bold; color: #FFFFFF; padding: 0px 0px 0px 5px; margin: 0; background-color: transparent; white-space: nowrap; } 108 109 109 110 /* side panel title */ 110 .sub-cap-main { font- weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; }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 112 112 113 /* labels and separators in side panels */ 113 .side-label { color:#333; background-color:#ddd; margin:2px 0px 2px 0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; }114 .side-label { font-weight:bold; padding:2px 2px 3px 2px; } 114 115 115 116 /* labels and separators in body panels */ 116 .main-label { color:#333; background-color:#ddd; padding:4px 4px 4px 4px; margin:0px 0px 5px 0px; border:1px #eee solid; white-space:nowrap;overflow:hidden; }117 .main-label { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; padding:4px 4px 4px 4px; margin:0px 0px 5px 0px; border:1px #eee solid; white-space:nowrap;overflow:hidden; } 117 118 118 119 /* links in side panels */ … … 123 124 124 125 /* horizontal lines in side-panels */ 125 hr.side-hr { height:2px; }126 hr.side-hr { border-top:1px #CBD6DD solid; border-bottom:1px #EFEFEF solid; } 126 127 127 128 /* --- Footer ---------------------------------------------- */ 128 129 129 .footer { text-align:center; color: #555; line-height:125%; }130 .footer { text-align:center; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1em; color:#000000; background-color:#EDEDED; background-image:url(images/footer.jpg); background-repeat:repeat-x; border-top:1px #dcdcdc solid; padding:5px; } 130 131 .footer img { border: 0px; vertical-align: -30%; } 131 132 … … 133 134 134 135 /* standard table borders */ 135 .tbl-border { background-color:# ddd; color:#ddd; }136 .tbl-border { background-color:#ADC1CE; } 136 137 137 138 /* borderless tables */ 138 .tbl { padding:4px; color:#444; background-color:#fff; }139 .tbl { font-size:1em; color:#555; padding:0px; } 139 140 140 141 /* table cells - color 1 */ 141 .tbl1 { padding:4px; color:#444; background-color:#fff; }142 .tbl1 { font-size:1em; background-color:#EDEDED; color: #38394B; padding: 3px 6px 3px 6px; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #dcdcdc; border-left: 1px solid #FFFFFF; border-right: 0px solid #dcdcdc; } 142 143 143 144 /* table cells - color 2 */ 144 .tbl2 { padding:4px; color:#444; background-color:#eee; }145 .tbl2 { font-size:1em; background-color:#EEF1F3; color: #38394B; padding: 3px 6px 3px 6px; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #ADC1CE; border-left: 1px solid #FFFFFF; border-right: 0px solid #ADC1CE; } 145 146 146 147 /* user-info cell header */ 147 .tbl_top_left { color:#333; background-color:#eee; font-weight: bold; padding:4px; border-left: 1px solid #bbbbbb; border-top: 1px solid #bbbbbb; }148 .tbl_top_left { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-weight: bold; padding:4px; border-left: 1px solid #bbbbbb; border-top: 1px solid #bbbbbb; } 148 149 149 150 /* user-info cell of a message */ … … 154 155 155 156 /* message subject */ 156 .tbl_top_mid { color:#333; background-color:#eee; font-weight: bold; padding:4px; border-top: 1px solid #bbbbbb; }157 .tbl_top_mid { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; font-weight: bold; padding:4px; border-top: 1px solid #bbbbbb; } 157 158 158 159 /* button row in the message header */ 159 .tbl_top_right { color:#333333; background-color:#eee; padding:4px; border-top: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; }160 .tbl_top_right { background: #EDEDED url(images/bg_td_one.jpg) repeat-x left top; border-top: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; } 160 161 161 162 /* message body */ … … 186 187 187 188 /* horizontal pollbar definition */ 188 .poll { height:12px; border:1px # 000solid; }189 .poll { height:12px; border:1px #dcdcdc solid; } 189 190 190 191 /* --- SWF upload module ----------------------------------- */ … … 265 266 /* Add your own custom CSS tags below this line! */ 266 267 /* ========================================================= */ 268 269 td { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } 270 271 pre { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_footer.tpl
r2039 r2040 20 20 {* *} 21 21 {***************************************************************************} 22 <table align='center' cellpadding=' 0' cellspacing='0' width='{$smarty.const.THEME_WIDTH}'>22 <table align='center' cellpadding='2' cellspacing='0' width='{$smarty.const.THEME_WIDTH}' class='footer' style='background-image:url({$smarty.const.THEME}images/footer.gif);background-repeat:no-repeat;'> 23 23 <tr> 24 <td class='footer'>25 <table align='center' cell padding='0' cellspacing='0' width='100%'>24 <td> 25 <table align='center' cellspacing='0' cellpadding='2' width='100%' border='0'> 26 26 <tr> 27 <td> 27 <td height='28' width='35%' align='left'> 28 <div align='left'> 29 Hezo Theme Design: <a target='_blank' href='http://www.TupazThemes.xlphp.net'>Tupaz</a> 30 </div> 31 </td> 32 <td height='28' width='30%'align='center'> 28 33 v.{$settings.version} <a href='http://www.exitecms.org' target='_blank' title='ExiteCMS v7.2 ©2008 Exite BV'><img src='{$smarty.const.IMAGES}cms-logo-small.png' alt='' /></a> rev.{$settings.revision}<br /> 34 {$settings.footer} 35 </td> 36 <td height='28' width='35%' align='right'> 29 37 {$settings.counter} {if $settings.counter == 1}{$locale.140}{else}{$locale.141}{/if} 30 38 </td> 31 39 </tr> 32 40 <tr> 33 <td >41 <td colspan='3' align='center'> 34 42 <br /> 35 43 The webserver needed {$_loadstats.time|string_format:"%01.3f"} sec. to process this page. Of that, the MySQL v{$MySQLinfo} engine needed {$_loadstats.querytime|string_format:"%01.3f"} sec. … … 37 45 </tr> 38 46 <tr> 39 <td >47 <td colspan='3' align='center'> 40 48 Total number of queries: {$_loadstats.queries} (Selects: {$_loadstats.selects} Inserts: {$_loadstats.inserts} Deletes: {$_loadstats.deletes} Updates: {$_loadstats.updates} Others: {$_loadstats.others}) 41 49 </td> … … 43 51 {if $_loadstats.compression} 44 52 <tr> 45 <td >53 <td colspan='3' align='center'> 46 54 zlib compression is enabled for this website 47 55 </td> -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_header.tpl
r2039 r2040 153 153 <td class='headerbanner'> 154 154 <table cellpadding='0' cellspacing='0' width='100%'> 155 <tr align='center'>156 <td >155 <tr align='center'> 156 <td> 157 157 <table border='0' width='100%'> 158 <tr style='height:55px'> 158 <tr style='height:66px;'> 159 <td align='left'> 160 <font size='6'><b>{$settings.sitename}</b></font> 161 </td> 159 162 <td align='right'> 160 {* room for other text *} 161 </td> 162 </tr> 163 <tr style='height:55px'> 164 <td align='right'> 165 {if $settings.maintenance} 166 <br /> 163 {if 1 || $settings.maintenance} 167 164 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 168 165 {/if} … … 194 191 {/section} 195 192 </td> 196 <td align='right' class=' sub-cap-main'>193 <td align='right' class='headermenu'> 197 194 {$smarty.now|date_format:"subheaderdate"} 198 195 </td> -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_openside.tpl
r2039 r2040 22 22 {* *} 23 23 {***************************************************************************} 24 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'>24 <table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 25 25 <tr> 26 <td style='padding:5px;'>26 <td class='side-panel'> 27 27 <table width='100%' cellpadding='0' cellspacing='0'> 28 <tr >28 <tr class='side-panel'> 29 29 <td class='sub-cap-main'>{$title|default:" "}</td> 30 30 </tr> -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_openside_x.tpl
r2039 r2040 23 23 {* *} 24 24 {***************************************************************************} 25 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'>25 <table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 26 26 <tr> 27 <td style='padding:5px;'>28 <table cellpadding='0' cellspacing='0' width='100%'>29 <tr >27 <td class='side-panel'> 28 <table width='100%' cellpadding='0' cellspacing='0'> 29 <tr class='side-panel'> 30 30 <td class='sub-cap-main'> 31 <div style='display:inline; position:relative; float:right;margin- top:2px;'>31 <div style='display:inline; position:relative; float:right;margin-right:2px;'> 32 32 <img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' alt='' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /> 33 33 </div> … … 36 36 </tr> 37 37 <tr> 38 <td class='{$style|default:"side-body"}'>38 <td class='{$style|default:"side-body"}'> 39 39 <div id='box_{$_name}' {if $_state == 0}{else}style='display:none'{/if}> -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_opentable.tpl
r2039 r2040 22 22 {* *} 23 23 {***************************************************************************} 24 <table cellpadding='0' cellspacing='0' width='100%' class='main-panel'> 25 <tr align='center'> 26 <td> 27 <table cellpadding='0' cellspacing='0' width='100%'> 28 <tr> 29 <td class='cap-main'> 30 {$title|default:" "} 31 </td> 24 <table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 25 <tr> 26 <td class='main-panel'> 27 <table width='100%' cellpadding='0' cellspacing='0'> 28 <tr class='main-panel'> 29 <td class='cap-main'>{$title|default:" "}</td> 32 30 </tr> 33 31 <tr> 34 <td class='{$style|default:"main-body"}'>32 <td class='{$style|default:"main-body"}'> -
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_opentable_x.tpl
r2039 r2040 22 22 {* *} 23 23 {***************************************************************************} 24 <table cellpadding='0' cellspacing='0' width='100%' class='main-panel'> 25 <tr align='center'> 26 <td> 27 <table cellpadding='0' cellspacing='0' width='100%'> 28 <tr> 29 <td class='cap-main'> 30 {$title|default:" "} 31 </td> 24 <table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 25 <tr> 26 <td class='main-panel'> 27 <table width='100%' cellpadding='0' cellspacing='0'> 28 <tr class='main-panel'> 29 <td class='cap-main'>{$title|default:" "}</td> 32 30 </tr> 33 31 <tr> 34 <td class='{$style|default:"main-body"}'>32 <td class='{$style|default:"main-body"}'> -
themes/public/Hezo/php-files/themes/Hezo/theme.php
r2039 r2040 56 56 57 57 // theme width definitions 58 define('THEME_WIDTH', "9 94");58 define('THEME_WIDTH', "98%"); 59 59 define('SIDE_WIDTH', "170"); 60 60 -
themes/public/Hezo/php-files/themes/Hezo/wikka.css
r2039 r2040 29 29 padding: 5px 10px; 30 30 padding-top: 0px; 31 }32 33 .header a:hover {34 background: transparent;35 border-bottom: 0px;36 31 } 37 32 … … 42 37 border: 1px #ddd solid; 43 38 height: 100%; 44 }45 46 .page a {47 color: #34329C;48 text-decoration: none;49 }50 51 .page a:hover {52 color: #34329C;53 text-decoration: underline;54 39 } 55 40 … … 475 460 476 461 a.ext { 477 color: # 34329C;462 color: #6f6d6d; 478 463 } 479 464 480 465 a.ext:hover { 481 color: # 34329C;466 color: #6f6d6d; 482 467 } 483 468
Note: See TracChangeset
for help on using the changeset viewer.
