Changeset 2062 in ExiteCMS
- Timestamp:
- 11/20/08 17:02:24 (3 years ago)
- Location:
- themes/public/Hobugt/php-files/themes/Hobugt
- Files:
-
- 18 edited
-
exitecms.css (modified) (8 diffs)
-
images/bullet.gif (modified) (previous)
-
images/bulletb.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/panel_off.gif (modified) (previous)
-
images/panel_on.gif (modified) (previous)
-
images/printer.gif (modified) (previous)
-
images/stickythread.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) (1 diff)
-
theme.php (modified) (1 diff)
-
wikka.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hobugt/php-files/themes/Hobugt/exitecms.css
r2059 r2062 20 20 21 21 /* text anchors */ 22 a { color:#333333; text-decoration:none; }23 a:hover { color:#333333; text-decoration:underline; }22 a { color:#005599; text-decoration:none; } 23 a:hover { color:#005599; text-decoration:underline; } 24 24 25 25 /* text anchors in side panels */ 26 a.side { color:#333333; text-decoration:none; }27 a:hover.side { color:#333333; text-decoration:underline; }26 a.side { color:#005599; text-decoration:none; } 27 a:hover.side { color:#005599; text-decoration:underline; } 28 28 29 29 /* image anchors */ … … 34 34 35 35 /* horizontal lines */ 36 hr { border:none; color:#bbb; background-color:#bbb; height:1px; }36 hr { height:1px; border:#eee 1px solid; } 37 37 38 38 /* dropdowns with options */ … … 45 45 46 46 /* 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; }48 .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; }47 .button { font-size:90%; font-family:Times,Arial,Helvetica,Serif; font-weight:normal; width:auto; overflow:visible; font-weight: bold; color:#555; background-color:rgb(255,232,144); 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; } 48 .button:hover { color:rgb(255,232,144); background-color:#555; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #fff solid; border-right:1px #fff solid; } 49 49 50 50 /* text entry fields */ 51 .textbox { font-size:1 em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#444; background-color:#fff; border:1px #444solid; }51 .textbox { font-size:100%; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#555; background-color:rgb(255,253,215); border:1px #ccc solid; } 52 52 53 53 /* --- Website template ------------------------------------ */ 54 54 55 55 /* 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; }56 body { font-size:1em; font-family:Times,Arial,Helvetica,Serif,Sans-Serif; } 57 .body { color:#555; background-color:#fff; } 58 58 59 59 /* content body, can be different from the body when centered */ … … 61 61 62 62 /* 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 0px5px; }63 .side-border-left { border-right:1px rgb(208,208,207) solid; padding:5px; } 64 .main-bg { color:#fff; padding:5px; } 65 .side-border-right { border-left:1px rgb(208,208,207) solid; padding:5px; } 66 66 67 67 /* panels in the center column */ 68 .main-body { text-align:left; color:# 444; background-color:#fff; padding:4px 4px 6px 4px; margin:0px; }68 .main-body { text-align:left; color:#555; background-color:#fff; padding:4px 4px 5px 4px; margin:0px; } 69 69 70 70 /* 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 6px4px; }72 .side-body-nm { color:# 000; background-color:#fff; }71 .side-body { color:#777; padding:4px; } 72 .side-body-nm { color:#777; } 73 73 74 74 /* tags for sub texts, captions, etc. */ … … 78 78 79 79 /* title bars within a panel */ 80 .infobar { font-weight:normal; color:#333; background-color: #ddd; padding:3px 4px 3px 4px; }80 .infobar { font-weight:normal; color:#333; background-color:rgb(255,253,215); padding:3px 4px 3px 4px; } 81 81 82 82 /* --- Browser window centered div ------------------------- */ 83 83 84 .splashscreen-h { font-size: 0.8em; width:800px; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -150px; text-align: center; min-width: 900px; }84 .splashscreen-h { font-size:90%; width:800px; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -150px; text-align: center; min-width: 900px; } 85 85 .splashscreen-v { color:#444; background-color:#fff; border-left:3px solid #ccc; border-top:3px solid #ccc; border-right:3px solid #333; border-bottom:3px solid #333; position: relative; text-align: left; width: 500px; height: 250px; margin: 0px auto; } 86 86 … … 88 88 89 89 /* header definition and background image */ 90 .headerbanner { color:#333; background-color:#eee; background-image:url(/themes/ExiteCMS/images/exitecms_bg.gif); padding:0px; }90 .headerbanner { background-color:rgb(111,111,128); padding:10px; } 91 91 92 92 /* header menu bar */ 93 .headermenu { font-weight:normal; color:#fff fff; background-color:#666666; padding:0px 2px 0px 2px; }93 .headermenu { font-weight:normal; color:#fff; padding:0px 2px 0px 2px; } 94 94 95 95 /* header menu links */ 96 .headermenuitem { font- weight:normal; color:#fff;}96 .headermenuitem { font-size:120%; font-weight:bold; color:#fff;} 97 97 98 98 /* --- Panels ---------------------------------------------- */ 99 99 100 100 /* center panel cell definitions */ 101 .main-panel { padding: 5px 5px 5px 5px;margin:0px 0px 5px 0px; border:1px #ddd solid; }101 .main-panel { margin:0px 0px 5px 0px; border:1px #ddd solid; } 102 102 103 103 /* side panel cell definitions */ 104 .side-panel { padding:0px 0px 0px 0px;margin:0px 0px 5px 0px; border:1px #ddd solid; }104 .side-panel { margin:0px 0px 5px 0px; border:1px #ddd solid; } 105 105 106 106 /* center panel title */ 107 .cap-main { font-weight:normal; text-align:left; color:#fff fff; background-color: #666666; font-size:1.2em; padding:3px 2px 3px 2px; }107 .cap-main { font-weight:normal; text-align:left; color:#fff; background-color: rgb(112,120,143); font-size:120%; border-bottom:1px rgb(208,208,207) solid; padding:2px 4px 4px 4px; } 108 108 109 109 /* side panel title */ 110 .sub-cap-main { font-weight: normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; }110 .sub-cap-main { font-weight:bold; color:#888; background-color:rgb(255,232,144); padding:0px 2px 0px 2px;border-bottom:1px rgb(208,208,207) solid; padding:4px 4px 4px 4px; } 111 111 112 112 /* 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; }113 .side-label { background-color:rgb(255,232,144); margin:2px 0px 2px 0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; } 114 114 115 115 /* labels and separators in body panels */ … … 123 123 124 124 /* horizontal lines in side-panels */ 125 hr.side-hr { height:2px; }125 hr.side-hr { height:1px; border:#eee 1px solid; } 126 126 127 127 /* --- Footer ---------------------------------------------- */ … … 133 133 134 134 /* standard table borders */ 135 .tbl-border { background-color:#ddd; color:#ddd; }135 .tbl-border { background-color:#e1e1e1; } 136 136 137 137 /* borderless tables */ 138 .tbl { padding:4px; color:# 444; background-color:#fff; }138 .tbl { padding:4px; color:#555; background-color:#fff; } 139 139 140 140 /* table cells - color 1 */ 141 .tbl1 { padding:4px; color:# 444; background-color:#fff; }141 .tbl1 { padding:4px; color:#555; background-color:#fff; } 142 142 143 143 /* table cells - color 2 */ 144 .tbl2 { padding:4px; color:# 444; background-color:#eee; }144 .tbl2 { padding:4px; color:#555; background-color:rgb(255,253,215); } 145 145 146 146 /* user-info cell header */ -
themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_footer.tpl
r2059 r2062 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' cellpadding='0' cellspacing='0' width='100%'>24 <td> 25 <table 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 Hobugt Theme Design: <a target='_blank' href='http://geltzer.dk/'>johslind</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/Hobugt/php-files/themes/Hobugt/templates/templates/_header.tpl
r2059 r2062 156 156 <td > 157 157 <table border='0' width='100%'> 158 <tr style=' height:55px'>159 <td align='right'>160 { * room for other text *}158 <tr style='font-size:1.4em;font-weight:bold;'> 159 <td colspan='2' align='right'> 160 {$smarty.now|date_format:"subheaderdate"} 161 161 </td> 162 162 </tr> 163 <tr style='height:55px'> 163 <tr> 164 <td align='left'> 165 <font size='6'><b>{$settings.sitename}</b></font> 166 </td> 164 167 <td align='right'> 165 168 {if $settings.maintenance} 166 <br /> 167 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 169 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE</b></font> 168 170 {/if} 171 </td> 172 </tr> 173 <tr> 174 <td align='left'> 175 <a href='.' onclick='fontGroter(-0.1); return false' title='Decrease font-size'><img src='{$smarty.const.THEME}images/minus.gif' alt='' border='0' /></a><a href='.' onclick='fontReset(0.7); return false' title='Restore default font-sizes'><img src='{$smarty.const.THEME}images/reset.gif' hspace='2' alt='' border='0' /></a><a href='.' onclick='fontGroter(0.1); return false' title='Increase font-size'><img src='{$smarty.const.THEME}images/plus.gif' alt='' border='0' /></a> 176 <div id='new_posts_header' style='display:inline;'> 177 {if $new_posts} 178 <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a> 179 {/if} 180 </div> 181 </td> 182 <td align='right' class='headermenu'> 183 <div id='new_pm_header' style='display:inline;'> 184 {if $new_pm} 185 <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a> 186 {/if} 187 </div> 188 {section name=index loop=$headermenu} 189 {if $smarty.section.index.first} {else} ·{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a> 190 {/section} 169 191 </td> 170 192 </tr> … … 176 198 </tr> 177 199 </table> 178 <table cellpadding='0' cellspacing='0' width='100%'>179 <tr>180 <td class='headermenu'>181 <a href='.' onclick='fontGroter(-0.1); return false' title='Decrease font-size'><img src='{$smarty.const.THEME}images/minus.gif' alt='' border='0' /></a><a href='.' onclick='fontReset(0.7); return false' title='Restore default font-sizes'><img src='{$smarty.const.THEME}images/reset.gif' hspace='2' alt='' border='0' /></a><a href='.' onclick='fontGroter(0.1); return false' title='Increase font-size'><img src='{$smarty.const.THEME}images/plus.gif' alt='' border='0' /></a>182 <div id='new_posts_header' style='display:inline;'>183 {if $new_posts}184 <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a>185 {/if}186 </div>187 <div id='new_pm_header' style='display:inline;'>188 {if $new_pm}189 <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a> 190 {/if}191 </div>192 {section name=index loop=$headermenu}193 {if $smarty.section.index.first} {else} ·{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a>194 {/section}195 </td>196 <td align='right' class='sub-cap-main'>197 {$smarty.now|date_format:"subheaderdate"} 198 </td>199 </tr>200 </table>201 200 </td> 202 201 </tr> -
themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_openside.tpl
r2059 r2062 24 24 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'> 25 25 <tr> 26 <td style=' padding:5px;'>26 <td style=''> 27 27 <table width='100%' cellpadding='0' cellspacing='0'> 28 28 <tr> -
themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_openside_x.tpl
r2059 r2062 25 25 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'> 26 26 <tr> 27 <td style=' padding:5px;'>27 <td style=''> 28 28 <table cellpadding='0' cellspacing='0' width='100%'> 29 29 <tr> -
themes/public/Hobugt/php-files/themes/Hobugt/theme.php
r2059 r2062 56 56 57 57 // theme width definitions 58 define('THEME_WIDTH', "9 94");59 define('SIDE_WIDTH', "17 0");58 define('THEME_WIDTH', "98%"); 59 define('SIDE_WIDTH', "175"); 60 60 61 61 // make sure this is defined, we need it later -
themes/public/Hobugt/php-files/themes/Hobugt/wikka.css
r2059 r2062 42 42 border: 1px #ddd solid; 43 43 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 44 } 55 45
Note: See TracChangeset
for help on using the changeset viewer.
