Changeset 2068 in ExiteCMS
- Timestamp:
- 11/25/08 18:55:19 (3 years ago)
- Location:
- themes/public/Luna/php-files/themes/Luna
- Files:
-
- 6 added
- 11 edited
-
exitecms.css (modified) (8 diffs)
-
images/bullet.gif (modified) (previous)
-
images/bulletb.gif (modified) (previous)
-
images/capleft.gif (added)
-
images/capmain.gif (added)
-
images/capright.gif (added)
-
images/panel_off.gif (modified) (previous)
-
images/panel_on.gif (modified) (previous)
-
images/pollbar.gif (modified) (previous)
-
images/scapmain.gif (added)
-
images/sidebg-left.gif (added)
-
images/sidebg-right.gif (added)
-
templates/templates/_footer.tpl (modified) (1 diff)
-
templates/templates/_header.tpl (modified) (2 diffs)
-
templates/templates/_opentable.tpl (modified) (1 diff)
-
templates/templates/_opentable_x.tpl (modified) (1 diff)
-
theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Luna/php-files/themes/Luna/exitecms.css
r2067 r2068 20 20 21 21 /* text anchors */ 22 a { color:#333333; text-decoration:none; }23 a:hover { color:#333333; text-decoration:underline; }22 a { color:#000066; text-decoration:none; } 23 a:hover { color:#000066; 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:#eeeeff; text-decoration:none; } 27 a:hover.side { color:#eeeeff; 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:2px; color:#bbb; background-color:#bbb; border-top:#bbb 1px solid; border-bottom:#fff 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 #fffsolid; }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; height:19px; background-image:url(images/button.gif);background-repeat:repeat-x; margin-top:2px; color:#000; background-color:#eee; border-top:1px #eee solid; border-left:1px #eee solid; border-bottom:1px #999 solid; border-right:1px #999 solid; } 48 .button:hover { color:#eee; background-color:#000; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #eee solid; border-right:1px #eee solid; } 49 49 50 50 /* 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 #444solid; }51 .textbox { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#000; background-color:#e5ecf4; border:1px #000 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:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; margin:0px; } 57 .body { color:#ddd; background-color:#4c74b0; } 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 0px 5px; }63 .side-border-left { text-align:left; background-color:#4c74b0; border-right:1px #3c64a0 solid; background-image:url(images/sidebg-left.gif);background-repeat:repeat-y; } 64 .main-bg { background-color:#fff; border-bottom:1px #3c64a0 solid;} 65 .side-border-right { text-align:left; background-color:#4c74b0; border-left:1px #3c64a0 solid; background-image:url(images/sidebg-right.gif);background-repeat:repeat-y; } 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:#000; background-color:#eee; border:1px #3c64a0 solid; padding:3px 4px 3px 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 6px 4px; }72 .side-body-nm { color:# 000; background-color:#fff; }71 .side-body { color:#ddd; padding:4px 4px 6px 4px; } 72 .side-body-nm { color:#ddd; } 73 73 74 74 /* 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; }75 .small { font-weight:normal; font-size:90%; color:#999; } 76 .small2 { font-weight:normal; font-size:90%; color:#bbb; } 77 .smallalt { font-weight:normal; font-size:90%; color:#ddd; } 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-size:90%; font-weight:normal; color:#333; background-color:#ddd; padding:3px 4px 3px 4px; } 81 81 82 82 /* --- Browser window centered div ------------------------- */ … … 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 { color:#ddd; background-color:#4c74b0; padding:0px; } 91 91 92 92 /* header menu bar */ … … 94 94 95 95 /* header menu links */ 96 .headermenuitem { font-weight:normal; color:# fff; }96 .headermenuitem { font-weight:normal; color:#000; } 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 { padding: 5px 5px 5px 5px; margin:5px 0px 0px 0px; } 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 { padding:0px 0px 0px 0px; margin:5px 0px 0px 0px; } 105 105 106 106 /* 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; } 107 .cap-main { font-weight:bold; text-align:left; color:#fff; height:20px; padding:0px 2px 0px 2px; background-image:url(images/capmain.gif);background-repeat:repeat-x; } 108 .capleft { width:8px;height:20px; background-image:url(images/capleft.gif); } 109 .capright { width:8px;height:20px; background-image:url(images/capright.gif); } 108 110 109 111 /* side panel title */ 110 .sub-cap-main { font-weight: normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; }112 .sub-cap-main { font-weight:bold; color:#000; height:19px; padding:0px 2px 0px 2px; background-image:url(images/scapmain.gif);background-repeat:repeat-x; border-width:1px 0px 1px 0px;border-color:#fff #000 #ccd6e0 #000;border-style:solid; } 111 113 112 114 /* labels and separators in side panels */ 113 .side-label { color:#333; background-color:#ddd; margin:2px 0px 2px0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; }115 .side-label { color:#333; background-color:#ddd; background-image:url(images/scapmain.gif);background-repeat:repeat-x; margin:2px 0px 2px 10px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; } 114 116 115 117 /* labels and separators in body panels */ … … 123 125 124 126 /* horizontal lines in side-panels */ 125 hr.side-hr { height:2px; }127 hr.side-hr { height:2px; color:#2c5490; background-color:#2c5490; border-top:#2c5490 1px solid; border-bottom:#6c94d0 1px solid; } 126 128 127 129 /* --- Footer ---------------------------------------------- */ 128 130 129 .footer { text-align:center; color: #555; line-height:125%; }131 .footer { text-align:center; color:#eeeeff; line-height:125%; } 130 132 .footer img { border: 0px; vertical-align: -30%; } 131 133 … … 133 135 134 136 /* standard table borders */ 135 .tbl-border { background-color:# ddd; color:#ddd; }137 .tbl-border { background-color:#ccc; } 136 138 137 139 /* borderless tables */ 138 .tbl { padding: 4px; color:#444; background-color:#fff; }140 .tbl { padding:3px 4px 3px 4px; } 139 141 140 142 /* table cells - color 1 */ 141 .tbl1 { padding:4px; color:#444; background-color:#fff; }143 .tbl1 { background-color:#eee; padding:4px; } 142 144 143 145 /* table cells - color 2 */ 144 .tbl2 { padding:4px; color:#444; background-color:#eee; }146 .tbl2 { background-color:#ddd; padding:4px; } 145 147 146 148 /* user-info cell header */ -
themes/public/Luna/php-files/themes/Luna/templates/templates/_footer.tpl
r2067 r2068 22 22 <table align='center' cellpadding='0' cellspacing='0' width='{$smarty.const.THEME_WIDTH}'> 23 23 <tr> 24 <td align='center' class='sub-cap-main' style='font-size:90%;'> 25 Luna theme copyright by Digitanium - <a href='http://www.php-fusion.co.uk' target='_blank' class='white'>PHP-Fusion</a> © 2003-2005 - Adapted for ExiteCMS by WanWizard 26 </td> 27 </tr> 28 <tr> 24 29 <td class='footer'> 30 <br /> 25 31 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 26 32 <tr> -
themes/public/Luna/php-files/themes/Luna/templates/templates/_header.tpl
r2067 r2068 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 align='center'> 160 <font size='6'<b>{$settings.sitename}</b></font> 161 161 </td> 162 162 </tr> 163 <tr style='height:55px'> 164 <td align='right'> 165 {if $settings.maintenance} 166 <br /> 167 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 168 {/if} 163 <tr> 164 <td align='center'> 165 <font size='6' color='{$settings.maintenance_color}'><b>{if $settings.maintenance}MAINTENANCE MODE{else} {/if}</b></font> 169 166 </td> 170 167 </tr> … … 176 173 </tr> 177 174 </table> 178 <table cellpadding='0' cellspacing='0' width='100%' >175 <table cellpadding='0' cellspacing='0' width='100%' class='headermenu'> 179 176 <tr> 180 <td class=' headermenu'>177 <td class='sub-cap-main'> 181 178 <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 179 <div id='new_posts_header' style='display:inline;'> -
themes/public/Luna/php-files/themes/Luna/templates/templates/_opentable.tpl
r2067 r2068 27 27 <table cellpadding='0' cellspacing='0' width='100%'> 28 28 <tr> 29 <td class='capleft'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 29 30 <td class='cap-main'> 30 31 {$title|default:" "} 31 32 </td> 33 <td class='capright'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 32 34 </tr> 33 35 <tr> 34 <td c lass='{$style|default:"main-body"}'>36 <td colspan='3' class='{$style|default:"main-body"}'> -
themes/public/Luna/php-files/themes/Luna/templates/templates/_opentable_x.tpl
r2067 r2068 27 27 <table cellpadding='0' cellspacing='0' width='100%'> 28 28 <tr> 29 <td class='capleft'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 29 30 <td class='cap-main'> 30 31 {$title|default:" "} 31 32 </td> 33 <td class='capright'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 32 34 </tr> 33 35 <tr> 34 <td c lass='{$style|default:"main-body"}'>36 <td colspan='3' class='{$style|default:"main-body"}'> -
themes/public/Luna/php-files/themes/Luna/theme.php
r2067 r2068 56 56 57 57 // theme width definitions 58 define('THEME_WIDTH', " 994");58 define('THEME_WIDTH', "100%"); 59 59 define('SIDE_WIDTH', "170"); 60 60
Note: See TracChangeset
for help on using the changeset viewer.
