Changeset 2068 in ExiteCMS


Ignore:
Timestamp:
11/25/08 18:55:19 (3 years ago)
Author:
WanWizard
Message:

new theme: Luna

Location:
themes/public/Luna/php-files/themes/Luna
Files:
6 added
11 edited

Legend:

Unmodified
Added
Removed
  • themes/public/Luna/php-files/themes/Luna/exitecms.css

    r2067 r2068  
    2020 
    2121                        /* text anchors */ 
    22 a                       { color:#333333; text-decoration:none; } 
    23 a:hover                 { color:#333333; text-decoration:underline; } 
     22a                       { color:#000066; text-decoration:none; } 
     23a:hover                 { color:#000066; text-decoration:underline; } 
    2424 
    2525                        /* text anchors in side panels */ 
    26 a.side                  { color:#333333; text-decoration:none; } 
    27 a:hover.side            { color:#333333; text-decoration:underline; } 
     26a.side                  { color:#eeeeff; text-decoration:none; } 
     27a:hover.side            { color:#eeeeff; text-decoration:underline; } 
    2828 
    2929                        /* image anchors */ 
     
    3434 
    3535                        /* horizontal lines */ 
    36 hr                      { border:none; color:#bbb; background-color:#bbb; height:1px; } 
     36hr                      { height:2px; color:#bbb; background-color:#bbb; border-top:#bbb 1px solid; border-bottom:#fff 1px solid; } 
    3737 
    3838                        /* dropdowns with options */ 
     
    4545 
    4646                        /* 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: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; } 
    4949 
    5050                        /* 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; } 
     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; } 
    5252 
    5353/* --- Website template ------------------------------------ */ 
    5454 
    5555                        /* 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; } 
     56body                    { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; margin:0px; } 
     57.body                   { color:#ddd; background-color:#4c74b0; } 
    5858 
    5959                        /* content body, can be different from the body when centered */ 
     
    6161 
    6262                        /* 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; } 
    6666 
    6767                        /* 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; } 
    6969 
    7070                        /* 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; } 
    7373 
    7474                        /* 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; } 
    7878 
    7979                        /* 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; } 
    8181 
    8282/* --- Browser window centered div ------------------------- */ 
     
    8888 
    8989                        /* 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; } 
    9191 
    9292                        /* header menu bar */ 
     
    9494 
    9595                        /* header menu links */ 
    96 .headermenuitem         { font-weight:normal; color:#fff; } 
     96.headermenuitem         { font-weight:normal; color:#000; } 
    9797 
    9898/* --- Panels ---------------------------------------------- */ 
    9999 
    100100                        /* 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; } 
    102102 
    103103                        /* 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; } 
    105105 
    106106                        /* 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); } 
    108110 
    109111                        /* 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; } 
    111113 
    112114                        /* 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; } 
     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; } 
    114116 
    115117                        /* labels and separators in body panels */ 
     
    123125 
    124126                        /* horizontal lines in side-panels */ 
    125 hr.side-hr              { height:2px; } 
     127hr.side-hr              { height:2px; color:#2c5490; background-color:#2c5490; border-top:#2c5490 1px solid; border-bottom:#6c94d0 1px solid; } 
    126128 
    127129/* --- Footer ---------------------------------------------- */ 
    128130 
    129 .footer                 { text-align:center; color: #555; line-height:125%; } 
     131.footer                 { text-align:center; color:#eeeeff; line-height:125%; } 
    130132.footer img             { border: 0px; vertical-align: -30%; } 
    131133 
     
    133135 
    134136                        /* standard table borders */ 
    135 .tbl-border             { background-color:#ddd; color:#ddd; } 
     137.tbl-border             { background-color:#ccc; } 
    136138 
    137139                        /* borderless tables */ 
    138 .tbl                    { padding:4px; color:#444; background-color:#fff; } 
     140.tbl                    { padding:3px 4px 3px 4px; } 
    139141 
    140142                        /* table cells - color 1 */ 
    141 .tbl1                   { padding:4px; color:#444; background-color:#fff; } 
     143.tbl1                   { background-color:#eee; padding:4px; } 
    142144 
    143145                        /* table cells - color 2 */ 
    144 .tbl2                   { padding:4px; color:#444; background-color:#eee; } 
     146.tbl2                   { background-color:#ddd; padding:4px; } 
    145147 
    146148                        /* user-info cell header */ 
  • themes/public/Luna/php-files/themes/Luna/templates/templates/_footer.tpl

    r2067 r2068  
    2222<table align='center' cellpadding='0' cellspacing='0' width='{$smarty.const.THEME_WIDTH}'> 
    2323    <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> &copy; 2003-2005 - Adapted for ExiteCMS by WanWizard 
     26        </td> 
     27    </tr> 
     28    <tr> 
    2429        <td class='footer'> 
     30            <br /> 
    2531            <table align='center' cellpadding='0' cellspacing='0' width='100%'> 
    2632                <tr> 
  • themes/public/Luna/php-files/themes/Luna/templates/templates/_header.tpl

    r2067 r2068  
    156156                                <td > 
    157157                                    <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> 
    161161                                            </td> 
    162162                                        </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&nbsp;</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}&nbsp;{/if}</b></font> 
    169166                                            </td> 
    170167                                        </tr> 
     
    176173                </tr> 
    177174            </table> 
    178             <table cellpadding='0' cellspacing='0' width='100%'> 
     175            <table cellpadding='0' cellspacing='0' width='100%' class='headermenu'> 
    179176                <tr> 
    180                     <td class='headermenu'> 
     177                    <td class='sub-cap-main'> 
    181178                        <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> 
    182179                        <div id='new_posts_header' style='display:inline;'> 
  • themes/public/Luna/php-files/themes/Luna/templates/templates/_opentable.tpl

    r2067 r2068  
    2727            <table cellpadding='0' cellspacing='0' width='100%'> 
    2828                <tr> 
     29                    <td class='capleft'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 
    2930                    <td class='cap-main'> 
    3031                        {$title|default:"&nbsp;"} 
    3132                    </td> 
     33                    <td class='capright'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 
    3234                </tr> 
    3335                <tr> 
    34                     <td class='{$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  
    2727            <table cellpadding='0' cellspacing='0' width='100%'> 
    2828                <tr> 
     29                    <td class='capleft'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 
    2930                    <td class='cap-main'> 
    3031                        {$title|default:"&nbsp;"} 
    3132                    </td> 
     33                    <td class='capright'><img src='{$smarty.const.THEME}images/blank.gif' width='8' height='20' alt='' style='display:block'></td> 
    3234                </tr> 
    3335                <tr> 
    34                     <td class='{$style|default:"main-body"}'> 
     36                    <td colspan='3' class='{$style|default:"main-body"}'> 
  • themes/public/Luna/php-files/themes/Luna/theme.php

    r2067 r2068  
    5656 
    5757// theme width definitions 
    58 define('THEME_WIDTH', "994"); 
     58define('THEME_WIDTH', "100%"); 
    5959define('SIDE_WIDTH', "170"); 
    6060 
Note: See TracChangeset for help on using the changeset viewer.