Changeset 2036 in ExiteCMS
- Timestamp:
- 11/16/08 12:34:52 (3 years ago)
- Location:
- themes/public/BackOff/php-files/themes/BackOff
- Files:
-
- 11 edited
-
exitecms.css (modified) (9 diffs)
-
images/down.gif (modified) (previous)
-
images/footer.gif (modified) (previous)
-
images/left.gif (modified) (previous)
-
images/logo.gif (modified) (previous)
-
images/right.gif (modified) (previous)
-
images/up.gif (modified) (previous)
-
templates/templates/_footer.tpl (modified) (3 diffs)
-
templates/templates/_header.tpl (modified) (2 diffs)
-
theme.php (modified) (2 diffs)
-
wikka.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/BackOff/php-files/themes/BackOff/exitecms.css
r2034 r2036 21 21 /* text anchors */ 22 22 a { color:#6f6d6d; text-decoration:none; } 23 a:hover { color:#505050; text-decoration:none; } 23 a:link { color:#6f6d6d; text-decoration:none; } 24 a:visited { color:#6f6d6d; text-decoration:none; } 25 a:hover { color:#3f3d3d; text-decoration:underline; } 24 26 25 27 /* text anchors in side panels */ … … 27 29 a:hover.side { color:#505050; text-decoration:none; } 28 30 29 a.white { color:#fff; text-decoration:none; font-weight:bold; }30 a:hover.white { color:#000; text-decoration:underline; }31 32 31 /* image anchors */ 33 32 a img { border:none; } … … 37 36 38 37 /* horizontal lines */ 39 hr { height:0px; border:solid #CCCCCC 1px; border-top-width: 1px; } 40 41 .seperator { color:#a3b0ba; } 38 hr { color:#a3b0ba; height:0px; border:solid #CCCCCC 1px; border-top-width: 1px; } 42 39 43 40 /* dropdowns with options */ … … 50 47 51 48 /* buttons */ 52 .button { font-family:Tahoma; font-size: 10px; color:#fff; background-color:#818181; border:1px #8A8573 solid; margin-top:2px; width:auto; overflow:visible; cursor:pointer; }53 .button:hover { font-family:Tahoma; font-size: 10px; color:#818181; background-color:#eee; border:1px #8A8573 solid; margin-top:2px; width:auto; overflow:visible; cursor:pointer; }49 .button { font-family:Tahoma; font-size:90%; color:#fff; background-color:#818181; border:1px #8A8573 solid; margin-top:2px; width:auto; overflow:visible; cursor:pointer; } 50 .button:hover { font-family:Tahoma; font-size:90%; color:#818181; background-color:#eee; border:1px #8A8573 solid; margin-top:2px; width:auto; overflow:visible; cursor:pointer; } 54 51 55 52 /* text entry fields */ 56 .textbox { background: #EAE9E4 url(images/bg_body.gif); font-family:Tahoma; font-size:10px; color:#000; background-color:#E8E8E8; border:1px #8A8573 solid; }53 .textbox { background: #EAE9E4; font-family:Tahoma; font-size:1em; color:#000; background-color:#E8E8E8; border:1px #8A8573 solid; } 57 54 58 55 /* --- Website template ------------------------------------ */ 59 56 60 57 /* page body */ 61 body { font-size:10px; font-family:Tahoma,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; }62 .body { color:# 444; background-color:#aaa; }58 body { background-color:#828282; font-size:1em; font-family:Tahoma,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; } 59 .body { color:#fff; background-color:#828282; } 63 60 64 61 .bodyline { background:#9A978E; color:#a3b0ba; border:1px solid #FFFFFF; } 65 62 66 63 /* content body, can be different from the body when centered */ 67 .content { }64 .content { background-color:#fff; } 68 65 69 66 /* column definitions (left, center, right) */ 70 .side-border-left { border-right : 1px solid #e1e1e1; padding : 5px; }67 .side-border-left { border-right : 1px solid #e1e1e1; padding: 5px; } 71 68 .main-bg { background-color:#fff; } 72 .side-border-right { border-left : 1px solid #e1e1e1; padding : 5px; }69 .side-border-right { border-left : 1px solid #e1e1e1; padding: 5px; } 73 70 74 71 /* panels in the center column */ 75 .main-body { font-family:Tahoma; font-size:11 px; color:#000; background-color:#fff; padding:3px 4px 3px 4px; }72 .main-body { font-family:Tahoma; font-size:110%; color:#000; background-color:#fff; padding:3px 4px 3px 4px; } 76 73 77 74 /* panels in the left & right columns (with and without padding, p.e. for images) */ 78 .side-body { font-family:Tahoma; font-size:1 0px; color:#000; padding:4px 4px 6px 4px; background-color:#fff; }79 .side-body-nm { font-family:Tahoma; font-size:1 0px; color:#000; background-color:#fff; }75 .side-body { font-family:Tahoma; font-size:1em; color:#000; padding:4px 4px 6px 4px; background-color:#fff; } 76 .side-body-nm { font-family:Tahoma; font-size:1em; color:#000; background-color:#fff; } 80 77 81 78 /* tags for sub texts, captions, etc. */ 82 .small { font-size: 11px; font-weight:normal; color:#000; }83 .small2 { font-size: 10px; font-weight:normal; color:#000; }84 .smallalt { font-size:9 px; font-weight:normal; color:#000; }79 .small { font-size:90%; font-weight:normal; color:#000; } 80 .small2 { font-size:90%; font-weight:normal; color:#000; } 81 .smallalt { font-size:90%; font-weight:normal; color:#000; } 85 82 86 83 /* title bars within a panel */ 87 .infobar { font- weight:normal; color:#333; background-color:#ddd; padding:3px 4px 3px 4px; }84 .infobar { font-size:90%; font-weight:bold; color:#000; background-color:#eee; padding:3px 4px 3px 4px; } 88 85 89 86 /* --- Browser window centered div ------------------------- */ … … 95 92 96 93 /* header definition and background image */ 97 .headerbanner { color:#333; background-color:# eee; background-image:url(/themes/ExiteCMS/images/exitecms_bg.gif); padding:0px; }94 .headerbanner { color:#333; background-color:#828282; background-image:url(images/logo.gif); padding:0px; } 98 95 99 96 /* header menu bar */ 100 .headermenu { font-weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; }97 .headermenu { background: #fff; font-family:Tahoma; font-size:1em; color: #7a7a7a; height:19px; padding:4px 4px 4px 4px; } 101 98 102 99 /* header menu links */ … … 106 103 107 104 /* center panel cell definitions */ 108 .main-panel { padding: 5px 5px 5px 5px; margin:0px 0px 5px 0px; border:1px #ddd solid;}105 .main-panel { padding: 5px 5px 5px 5px; margin:0px 0px 5px 0px; } 109 106 110 107 /* side panel cell definitions */ 111 .side-panel { padding:0px 0px 0px 0px; margin:0px 0px 5px 0px; border:1px #ddd solid;}108 .side-panel { padding:0px 0px 0px 0px; margin:0px 0px 5px 0px; } 112 109 113 110 /* center panel title */ 114 .cap-main { font-family:Tahoma; font-size:10px; font-weight:bold; border-width:1px 1px 1px 1px; border-color:#b2b3be; border-style:solid; color:#000; height:24px; padding:2px 2px 2px 2px; }111 .cap-main { background: #fff; border-bottom : 1px dotted #818181; color: #818181; font-size:120%; font-family:Tahoma; font-weight: bold; text-align: left; height: 18px; padding:2px 4px 2px 4px; } 115 112 116 113 /* side panel title */ 117 .sub-cap-main { font-family:Tahoma; font-size:10px; font-weight:bold; color:#a3b0ba; height:19px; padding:2px 2px 2px 2px; border-width:1px 0px 1px 0px; border-color:#b2b3be #b2b3be #b2b3be #b2b3be; border-style:solid; }114 .sub-cap-main { background: #fff; border-bottom : 1px dotted #818181; color: #818181; font-size:1em; font-family:Tahoma; font-weight: bold; text-align: left; height: 18px; padding:2px 4px 2px 4px; } 118 115 119 116 /* labels and separators in side panels */ … … 134 131 /* --- Footer ---------------------------------------------- */ 135 132 136 .footer { text-align:center; color: #555; line-height:125%; }133 .footer { text-align:center; padding:0px 4px 0px 4px; color: #000; font-family:Tahoma; } 137 134 .footer img { border: 0px; vertical-align: -30%; } 138 135 … … 143 140 144 141 /* borderless tables */ 145 .tbl { font-size:1 1px; padding:3px 4px 3px 4px; }142 .tbl { font-size:100%; padding:3px 4px 3px 4px; } 146 143 147 144 /* table cells - color 1 */ 148 .tbl1 { font-size:1 1px; color:#000; background-color:#fff; padding:4px; }145 .tbl1 { font-size:100%; color:#000; background-color:#fff; padding:4px; } 149 146 150 147 /* table cells - color 2 */ 151 .tbl2 { font-size:1 1px; color:#000; background-color:#fff; padding:4px; }148 .tbl2 { font-size:100%; color:#000; background-color:#eee; padding:4px; } 152 149 153 150 /* user-info cell header */ … … 273 270 /* ========================================================= */ 274 271 275 td { font-family:Tahoma; font-size: 10px; }276 pre { font-family:Tahoma; font-size:1 1px; }272 td { font-family:Tahoma; font-size:95%; } 273 pre { font-family:Tahoma; font-size:100%; } -
themes/public/BackOff/php-files/themes/BackOff/templates/templates/_footer.tpl
r2034 r2036 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 BackOff Theme Design: <a target='_blank' href='mailto:benjamin.eriksen@gmail.com'>Benjamin Eriksen</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' style='color:#fff;'> 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' style='color:#fff;'> 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' style='color:#fff;'> 46 54 zlib compression is enabled for this website 47 55 </td> -
themes/public/BackOff/php-files/themes/BackOff/templates/templates/_header.tpl
r2034 r2036 156 156 <td > 157 157 <table border='0' width='100%'> 158 <tr style='height: 55px'>158 <tr style='height:34px'> 159 159 <td align='right'> 160 160 {* room for other text *} 161 161 </td> 162 162 </tr> 163 <tr style='height: 55px'>163 <tr style='height:34px'> 164 164 <td align='right'> 165 165 {if $settings.maintenance} 166 166 <br /> 167 <font size=' 6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font>167 <font size='5' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 168 168 {/if} 169 169 </td> … … 194 194 {/section} 195 195 </td> 196 <td align='right' class=' sub-cap-main'>196 <td align='right' class='headermenu'> 197 197 {$smarty.now|date_format:"subheaderdate"} 198 198 </td> -
themes/public/BackOff/php-files/themes/BackOff/theme.php
r2034 r2036 7 7 +----------------------------------------------------------------------+ 8 8 | Some code derived from PHP-Fusion, copyright 2002 - 2006 Nick Jones | 9 +----------------------------------------------------------------------+ 10 | Original BackOff theme by Benjamin Eriksen © 2007 | 11 | Web: http://phpfusion.org - Wmail: webmaster@phpfusion.org | 12 | Theme converted to ExiteCMS by WanWizard | 9 13 +----------------------------------------------------------------------+ 10 14 | Released under the terms & conditions of v2 of the GNU General Public| … … 56 60 57 61 // theme width definitions 58 define('THEME_WIDTH', "9 94");59 define('SIDE_WIDTH', "17 0");62 define('THEME_WIDTH', "900"); 63 define('SIDE_WIDTH', "175"); 60 64 61 65 // make sure this is defined, we need it later -
themes/public/BackOff/php-files/themes/BackOff/wikka.css
r2034 r2036 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.
