Changeset 2038 in ExiteCMS
- Timestamp:
- 11/16/08 13:22:19 (3 years ago)
- Location:
- themes/public/DIV/php-files/themes/DIV
- Files:
-
- 15 edited
-
exitecms.css (modified) (10 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/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)
-
theme.php (modified) (1 diff)
-
wikka.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/DIV/php-files/themes/DIV/exitecms.css
r2037 r2038 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:link { color:#005599; text-decoration:none; } 24 a:visited { color:#005599; text-decoration:none; } 25 a:hover { color:#005599; 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:#005599; text-decoration:none; } 29 a:hover.side { color:#005599; text-decoration:underline; } 28 30 29 31 /* image anchors */ … … 34 36 35 37 /* horizontal lines */ 36 hr { border:none; color:# bbb; background-color:#bbb; height:1px; }38 hr { border:none; color:#eee; background-color:#eee; height:1px; } 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:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; color:#555; background-color:#f1f1f1; height:20px; border:1px #ccc solid; margin-top:2px; } 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 { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; color:#555; background-color:rgb(255,253,215); } 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 { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; } 59 .body { color:#555; background-color:#fff; } 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 0px5px; }65 .side-border-left { padding:5px; margin-right: 10px; background-color:rgb(255,253,215); } 66 .main-bg { background-color:#fff; padding:5px; } 67 .side-border-right { padding: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; }70 .main-body { font-size:1.2em; color:#555;background-color:#fff; padding:4px 4px 5px 4px; } 69 71 70 72 /* 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; }73 .side-body { font-size:1.2em; color:#777; padding:4px; } 74 .side-body-nm { color:#777; } 73 75 74 76 /* 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; }77 .small { font-size:1em; font-weight:normal; } 78 .small2 { font-size:1em; font-weight:normal; color:#555; } 79 .smallalt { font-weight:normal; font-size:90%; color:#555; } 78 80 79 81 /* title bars within a panel */ 80 .infobar { font-weight:normal; color:#333; background-color: #ddd; padding:3px 4px 3px 4px; }82 .infobar { font-weight:normal; color:#333; background-color:rgb(255,253,215); padding:3px 4px 3px 4px; } 81 83 82 84 /* --- Browser window centered div ------------------------- */ … … 88 90 89 91 /* header definition and background image */ 90 .headerbanner { color:#333; background-color:#eee; background-image:url(/themes/ExiteCMS/images/exitecms_bg.gif); padding:0px; } 91 92 .headerbanner { padding: 10px 0; font-size:40px; font-family: "Times New Roman"; color: black; } 92 93 /* header menu bar */ 93 .headermenu { font- weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px;}94 .headermenu { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; font-weight:bold; color:#888; padding:4px 4px 4px 4px; border-top:1px #e1e1e1 solid;} 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 { padding: 5px 5px 5px 5px; margin:0px 0px 5px 0px; } 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 { padding:0px 0px 0px 0px; margin:0px 0px 5px 0px; } 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:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; font-weight:bold; color:#888; padding:2px 4px 4px 4px; } 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:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; font-weight:bold; color:#888; padding:4px 4px 4px 4px; } 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:5px 2px 5px 2px; } 114 115 115 116 /* labels and separators in body panels */ … … 123 124 124 125 /* horizontal lines in side-panels */ 125 hr.side-hr { height:2px; }126 hr.side-hr { height:1px; border:#eee 1px solid; } 126 127 127 128 /* --- Footer ---------------------------------------------- */ 128 129 129 .footer { text-align:center; color: #555; line-height:125%; }130 .footer { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.1em; color:#aaa; background-color:rgb(255,255,255); border-top:1px #e1e1e1 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:#e1e1e1; } 136 137 137 138 /* borderless tables */ 138 .tbl { padding:4px; color:#444; background-color:#fff; }139 .tbl { font-size:1em; color:#555; padding:4px; } 139 140 140 141 /* table cells - color 1 */ 141 .tbl1 { padding:4px; color:#444; background-color:#fff; }142 .tbl1 { font-size:1em; color:#555; background-color:#ffffff; padding:4px; } 142 143 143 144 /* table cells - color 2 */ 144 .tbl2 { padding:4px; color:#444; background-color:#eee; }145 .tbl2 { font-size:1em; color:#555; background-color:rgb(255,253,215); padding:4px; } 145 146 146 147 /* user-info cell header */ … … 186 187 187 188 /* horizontal pollbar definition */ 188 .poll { height:1 2px; border:1px #000 solid; }189 .poll { height:14px; border:1px #000 solid; } 189 190 190 191 /* --- SWF upload module ----------------------------------- */ … … 265 266 /* Add your own custom CSS tags below this line! */ 266 267 /* ========================================================= */ 268 269 .billedkasse { 270 float: left; 271 clear: left; 272 padding: 5px; 273 page-break-inside: avoid; 274 border: thin solid black; 275 background: #ffffff; 276 margin-right: 10px; 277 margin-top: 0px; 278 margin-bottom:5px; 279 font-size: 90%; 280 } 281 282 .clearleft { 283 clear: left; 284 } 285 286 .clearright { 287 clear: right; 288 } 289 290 .kasse { 291 border: thin solid black; padding: 5px; font-size: 90%; 292 } 293 294 .kassetv { 295 border: thin solid #4040a0; float: left; padding: 5px; 296 width: 30%; margin-right: 5px; margin-top: 0px; font-size: 80%; 297 } 298 299 .kassemidt { 300 border: thin solid #4040a0; background: #ffffff; padding: 15px; margin: 15px 301 } 302 303 td { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.em; } 304 305 pre { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.1em; } -
themes/public/DIV/php-files/themes/DIV/templates/templates/_footer.tpl
r2037 r2038 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 DIV 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/DIV/php-files/themes/DIV/templates/templates/_header.tpl
r2037 r2038 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> 159 <td style='font-size:40px'> 160 {$settings.sitename} 161 161 </td> 162 162 </tr> … … 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/DIV/php-files/themes/DIV/theme.php
r2037 r2038 56 56 57 57 // theme width definitions 58 define('THEME_WIDTH', "9 94");59 define('SIDE_WIDTH', "1 70");58 define('THEME_WIDTH', "98%"); 59 define('SIDE_WIDTH', "190"); 60 60 61 61 // make sure this is defined, we need it later -
themes/public/DIV/php-files/themes/DIV/wikka.css
r2037 r2038 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.
