Changeset 2065 in ExiteCMS


Ignore:
Timestamp:
11/20/08 18:12:50 (3 years ago)
Author:
WanWizard
Message:

new theme: Localize

Location:
themes/public/Localize/php-files/themes/Localize
Files:
1 added
12 edited

Legend:

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

    r2064 r2065  
    2020 
    2121                        /* text anchors */ 
    22 a                       { color:#333333; text-decoration:none; } 
    23 a:hover                 { color:#333333; text-decoration:underline; } 
     22a                       { color:#8CD749; text-decoration:underline; } 
     23a:hover                 { color:#3B4471; text-decoration:none; } 
    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:#8CD749; text-decoration:underline; } 
     27a:hover.side            { color:#3B4471; text-decoration:none; } 
    2828 
    2929                        /* image anchors */ 
     
    3434 
    3535                        /* horizontal lines */ 
    36 hr                      { border:none; color:#bbb; background-color:#bbb; height:1px; } 
     36hr                      { border:none; color:#DADADA; background-color:#DADADA; height:1px; } 
    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; } 
     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:#fff; background-color:#444; 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; } 
    4848.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; } 
    4949 
     
    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:#000; background-color:#ddd; } 
    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:#fff; padding:0px 10px 0px 10px; } 
     64.main-bg                { color:#444; background-color:#fff; padding:0px 0px 5px 0px; } 
     65.side-border-right      { text-align:left; background-color:#fff; padding:0px 10px 0px 10px; } 
    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:#444; background-color:#fff; padding:4px 20px 5px 20px; 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:#444; background-color:#fff; padding:4px; } 
     72.side-body-nm           { color:#444; background-color:#fff; } 
    7373 
    7474                        /* tags for sub texts, captions, etc. */  
     
    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-weight:normal; color:#444; background-color:#fff; 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; } 
    91  
     90.headerbanner           { color:#000; background-color:#fff; padding:0px; } 
     91 
     92.white-header { 
     93    font-family : Verdana, Arial, Helvetica, sans-serif; 
     94    font-size : 10px; 
     95    color : #fff; 
     96    background-color : #999999; 
     97    padding: 15px 10px 16px 10px; 
     98    text-align: center; 
     99} 
    92100                        /* header menu bar */ 
    93 .headermenu             { font-weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; } 
     101.headermenu             { font-weight:normal; color:#fff; background-color:#999999; padding:15px 10px 16px 10px; } 
    94102 
    95103                        /* header menu links */ 
     
    105113 
    106114                        /* 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; } 
     115.cap-main               { font-weight:normal; font-style:italic; text-align:left; color:#3B4471; background-color: #dddddd; font-size:1em; padding:0px 0px 0px 20px; } 
    108116 
    109117                        /* side panel title */ 
    110 .sub-cap-main           { font-weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; } 
     118.sub-cap-main           { font-weight:normal; font-style:italic; text-align:center; color:#3B4471; background-color:#dddddd; padding:0px 0px 0px 0px; } 
    111119 
    112120                        /* labels and separators in side panels */ 
     
    127135/* --- Footer ---------------------------------------------- */ 
    128136 
    129 .footer                 { text-align:center; color: #555; line-height:125%; } 
     137.footer                 { text-align:center; color: #666; background-color:#fff; line-height:125%; } 
    130138.footer img             { border: 0px; vertical-align: -30%; } 
    131139 
     
    133141 
    134142                        /* standard table borders */ 
    135 .tbl-border             { background-color:#ddd; color:#ddd; } 
     143.tbl-border             { background-color:#ddd; color:#444; } 
    136144 
    137145                        /* borderless tables */ 
     
    163171 
    164172                        /* message body, unread message */ 
    165 .unread                 { color:#000; background-color:#eee; padding:4px; border: 1px solid #bbbbbb; } 
     173.unread                 { background-color:#E3FCC1; padding:4px; border: 1px solid #bbbbbb; } 
    166174 
    167175                        /* links in the message body */ 
  • themes/public/Localize/php-files/themes/Localize/templates/templates/_footer.tpl

    r2064 r2065  
    2020{*                                                                         *} 
    2121{***************************************************************************} 
    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'> 
    2323    <tr> 
    24         <td class='footer'> 
    25             <table align='center' cellpadding='0' cellspacing='0' width='100%'> 
     24        <td> 
     25            <table align='center' cellspacing='0' cellpadding='2' width='100%' border='0'> 
    2626                <tr> 
    27                     <td> 
     27                    <td height='28' width='35%' align='left'> 
     28                        <div align='left'> 
     29                            Localize Theme Design: <a target='_blank' href='http://www.oswd.org/design/preview/id/2063'>ad_267</a>, Adapted by WanWizard 
     30                        </div> 
     31                    </td> 
     32                    <td height='28' width='30%'align='center'> 
    2833                        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'> 
    2937                        {$settings.counter} {if $settings.counter == 1}{$locale.140}{else}{$locale.141}{/if} 
    3038                    </td> 
    3139                </tr> 
    3240                <tr> 
    33                     <td> 
     41                    <td colspan='3' align='center'> 
    3442                        <br /> 
    3543                        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. 
     
    3745                </tr> 
    3846                <tr> 
    39                     <td> 
     47                    <td colspan='3' align='center'> 
    4048                        Total number of queries: {$_loadstats.queries}&nbsp;&nbsp;(Selects: {$_loadstats.selects}&nbsp;&nbsp;Inserts: {$_loadstats.inserts}&nbsp;&nbsp;Deletes: {$_loadstats.deletes}&nbsp;&nbsp;Updates: {$_loadstats.updates}&nbsp;&nbsp;Others: {$_loadstats.others}) 
    4149                    </td> 
     
    4351                {if $_loadstats.compression} 
    4452                <tr> 
    45                     <td> 
     53                    <td colspan='3' align='center'> 
    4654                        zlib compression is enabled for this website 
    4755                    </td> 
  • themes/public/Localize/php-files/themes/Localize/templates/templates/_header.tpl

    r2064 r2065  
    154154                        <table cellpadding='0' cellspacing='0' width='100%'> 
    155155                            <tr  align='center'> 
    156                                 <td > 
    157                                     <table border='0' width='100%'> 
    158                                         <tr style='height:55px'> 
    159                                             <td align='right'> 
    160                                                 {* room for other text *} 
    161                                             </td> 
    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&nbsp;</b></font> 
    168                                             {/if} 
    169                                             </td> 
    170                                         </tr> 
    171                                     </table> 
     156                                <td style='padding:0; margin:0; font-weight:normal; font-style:italic; color:#8CD749; font-family:"Trebuchet MS", verdana, arial, sans-serif;'> 
     157                                    <font size='6''><b>{$settings.sitename}</b></font> 
     158                                    {if 1 || $settings.maintenance} 
     159                                        <br /> 
     160                                        <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE MODE</b></font> 
     161                                    {/if} 
     162                                </td> 
     163                                <td align='right' style='padding:0; margin:0; font-size:200%; font-weight:normal; font-style:italic; color:#8CD749; font-family:"Trebuchet MS", verdana, arial, sans-serif;'> 
     164                                    <img src='{$smarty.const.THEME}images/leaf.jpg' alt='leaf.jpg' height='220' width='293'> 
    172165                                </td> 
    173166                            </tr> 
     
    194187                        {/section} 
    195188                    </td> 
    196                     <td align='right' class='sub-cap-main'> 
     189                    <td align='right' class='headermenu'> 
    197190                        {$smarty.now|date_format:"subheaderdate"}&nbsp; 
    198191                    </td> 
  • themes/public/Localize/php-files/themes/Localize/theme.php

    r2064 r2065  
    5656 
    5757// theme width definitions 
    58 define('THEME_WIDTH', "994"); 
    59 define('SIDE_WIDTH', "170"); 
     58define('THEME_WIDTH', "80%"); 
     59define('SIDE_WIDTH', "175"); 
    6060 
    6161// make sure this is defined, we need it later 
  • themes/public/Localize/php-files/themes/Localize/wikka.css

    r2064 r2065  
    4242    border: 1px #ddd solid; 
    4343    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; 
    5444} 
    5545 
     
    474464} 
    475465 
    476 a.ext { 
    477     color: #34329C; 
    478 } 
    479  
    480 a.ext:hover { 
    481     color: #34329C; 
    482 } 
    483  
    484466.exttail { 
    485467    color: #999; 
Note: See TracChangeset for help on using the changeset viewer.