Changeset 2062 in ExiteCMS


Ignore:
Timestamp:
11/20/08 17:02:24 (3 years ago)
Author:
WanWizard
Message:

new theme: Hobugt

Location:
themes/public/Hobugt/php-files/themes/Hobugt
Files:
18 edited

Legend:

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

    r2059 r2062  
    2020 
    2121                        /* text anchors */ 
    22 a                       { color:#333333; text-decoration:none; } 
    23 a:hover                 { color:#333333; text-decoration:underline; } 
     22a                       { color:#005599; text-decoration:none; } 
     23a:hover                 { color:#005599; 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:#005599; text-decoration:none; } 
     27a:hover.side            { color:#005599; text-decoration:underline; } 
    2828 
    2929                        /* image anchors */ 
     
    3434 
    3535                        /* horizontal lines */ 
    36 hr                      { border:none; color:#bbb; background-color:#bbb; height:1px; } 
     36hr                      { height:1px; border:#eee 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:90%; font-family:Times,Arial,Helvetica,Serif; font-weight:normal; width:auto; overflow:visible; font-weight: bold; color:#555; background-color:rgb(255,232,144); 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:rgb(255,232,144); background-color:#555; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #fff solid; border-right:1px #fff 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:100%; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#555; background-color:rgb(255,253,215); border:1px #ccc 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:Times,Arial,Helvetica,Serif,Sans-Serif; } 
     57.body                   { color:#555; background-color:#fff; } 
    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       { border-right:1px rgb(208,208,207) solid; padding:5px; } 
     64.main-bg                { color:#fff; padding:5px; } 
     65.side-border-right      { border-left:1px rgb(208,208,207) solid; padding:5px; } 
    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:#555; background-color:#fff; padding:4px 4px 5px 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:#777; padding:4px; } 
     72.side-body-nm           { color:#777; } 
    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:#333; background-color:rgb(255,253,215); padding:3px 4px 3px 4px; } 
    8181 
    8282/* --- Browser window centered div ------------------------- */ 
    8383 
    84 .splashscreen-h         { font-size:0.8em; width:800px; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -150px; text-align: center; min-width: 900px; } 
     84.splashscreen-h         { font-size:90%; width:800px; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -150px; text-align: center; min-width: 900px; } 
    8585.splashscreen-v         { color:#444; background-color:#fff; border-left:3px solid #ccc; border-top:3px solid #ccc; border-right:3px solid #333; border-bottom:3px solid #333; position: relative; text-align: left; width: 500px; height: 250px; margin: 0px auto; } 
    8686 
     
    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           { background-color:rgb(111,111,128); padding:10px; } 
    9191 
    9292                        /* header menu bar */ 
    93 .headermenu             { font-weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; } 
     93.headermenu             { font-weight:normal; color:#fff; padding:0px 2px 0px 2px; } 
    9494 
    9595                        /* header menu links */ 
    96 .headermenuitem         { font-weight:normal; color:#fff; } 
     96.headermenuitem         { font-size:120%; font-weight:bold; color:#fff;} 
    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             { margin:0px 0px 5px 0px; border:1px #ddd solid; } 
    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             { margin:0px 0px 5px 0px; border:1px #ddd solid; } 
    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:normal; text-align:left; color:#fff; background-color: rgb(112,120,143); font-size:120%; border-bottom:1px rgb(208,208,207) solid; padding:2px 4px 4px 4px; } 
    108108 
    109109                        /* side panel title */ 
    110 .sub-cap-main           { font-weight:normal; color:#ffffff; background-color:#666666; padding:0px 2px 0px 2px; } 
     110.sub-cap-main           { font-weight:bold; color:#888; background-color:rgb(255,232,144); padding:0px 2px 0px 2px;border-bottom:1px rgb(208,208,207) solid; padding:4px 4px 4px 4px; } 
    111111 
    112112                        /* 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; } 
     113.side-label             { background-color:rgb(255,232,144); margin:2px 0px 2px 0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; } 
    114114 
    115115                        /* labels and separators in body panels */ 
     
    123123 
    124124                        /* horizontal lines in side-panels */ 
    125 hr.side-hr              { height:2px; } 
     125hr.side-hr              { height:1px; border:#eee 1px solid; } 
    126126 
    127127/* --- Footer ---------------------------------------------- */ 
     
    133133 
    134134                        /* standard table borders */ 
    135 .tbl-border             { background-color:#ddd; color:#ddd; } 
     135.tbl-border             { background-color:#e1e1e1; } 
    136136 
    137137                        /* borderless tables */ 
    138 .tbl                    { padding:4px; color:#444; background-color:#fff; } 
     138.tbl                    { padding:4px; color:#555; background-color:#fff; } 
    139139 
    140140                        /* table cells - color 1 */ 
    141 .tbl1                   { padding:4px; color:#444; background-color:#fff; } 
     141.tbl1                   { padding:4px; color:#555; background-color:#fff; } 
    142142 
    143143                        /* table cells - color 2 */ 
    144 .tbl2                   { padding:4px; color:#444; background-color:#eee; } 
     144.tbl2                   { padding:4px; color:#555; background-color:rgb(255,253,215); } 
    145145 
    146146                        /* user-info cell header */ 
  • themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_footer.tpl

    r2059 r2062  
    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' style='background-image:url({$smarty.const.THEME}images/footer.gif);background-repeat:no-repeat;'> 
    2323    <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'> 
    2626                <tr> 
    27                     <td> 
     27                    <td height='28' width='35%' align='left'> 
     28                        <div align='left'> 
     29                            Hobugt Theme Design: <a target='_blank' href='http://geltzer.dk/'>johslind</a> 
     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/Hobugt/php-files/themes/Hobugt/templates/templates/_header.tpl

    r2059 r2062  
    156156                                <td > 
    157157                                    <table border='0' width='100%'> 
    158                                         <tr style='height:55px'> 
    159                                             <td align='right'> 
    160                                                 {* room for other text *} 
     158                                        <tr style='font-size:1.4em;font-weight:bold;'> 
     159                                            <td colspan='2' align='right'> 
     160                                                {$smarty.now|date_format:"subheaderdate"}&nbsp; 
    161161                                            </td> 
    162162                                        </tr> 
    163                                         <tr style='height:55px'> 
     163                                        <tr> 
     164                                            <td align='left'> 
     165                                                <font size='6'><b>{$settings.sitename}</b></font> 
     166                                            </td> 
    164167                                            <td align='right'> 
    165168                                            {if $settings.maintenance} 
    166                                                 <br /> 
    167                                                 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE&nbsp;</b></font> 
     169                                                <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE</b></font> 
    168170                                            {/if} 
     171                                            </td> 
     172                                        </tr> 
     173                                        <tr> 
     174                                            <td align='left'> 
     175                                                <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> 
     176                                                <div id='new_posts_header' style='display:inline;'> 
     177                                                    {if $new_posts} 
     178                                                        <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a> 
     179                                                    {/if} 
     180                                                </div> 
     181                                            </td> 
     182                                            <td align='right' class='headermenu'> 
     183                                                <div id='new_pm_header' style='display:inline;'> 
     184                                                    {if $new_pm} 
     185                                                        <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a>&nbsp; 
     186                                                    {/if} 
     187                                                </div> 
     188                                                {section name=index loop=$headermenu} 
     189                                                    {if $smarty.section.index.first} &nbsp;{else} &middot;{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a> 
     190                                                {/section} 
    169191                                            </td> 
    170192                                        </tr> 
     
    176198                </tr> 
    177199            </table> 
    178             <table cellpadding='0' cellspacing='0' width='100%'> 
    179                 <tr> 
    180                     <td class='headermenu'> 
    181                         <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                         <div id='new_posts_header' style='display:inline;'> 
    183                             {if $new_posts} 
    184                                 <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a> 
    185                             {/if} 
    186                         </div> 
    187                         <div id='new_pm_header' style='display:inline;'> 
    188                             {if $new_pm} 
    189                                 <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a>&nbsp; 
    190                             {/if} 
    191                         </div> 
    192                         {section name=index loop=$headermenu} 
    193                             {if $smarty.section.index.first} &nbsp;{else} &middot;{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a> 
    194                         {/section} 
    195                     </td> 
    196                     <td align='right' class='sub-cap-main'> 
    197                         {$smarty.now|date_format:"subheaderdate"}&nbsp; 
    198                     </td> 
    199                 </tr> 
    200             </table> 
    201200        </td> 
    202201    </tr> 
  • themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_openside.tpl

    r2059 r2062  
    2424<table cellpadding='0' cellspacing='0' width='100%' class='side-panel'> 
    2525    <tr> 
    26         <td style='padding:5px;'> 
     26        <td style=''> 
    2727            <table width='100%' cellpadding='0' cellspacing='0'> 
    2828                <tr> 
  • themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_openside_x.tpl

    r2059 r2062  
    2525<table cellpadding='0' cellspacing='0' width='100%' class='side-panel'> 
    2626    <tr> 
    27         <td style='padding:5px;'> 
     27        <td style=''> 
    2828            <table cellpadding='0' cellspacing='0' width='100%'> 
    2929                <tr> 
  • themes/public/Hobugt/php-files/themes/Hobugt/theme.php

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

    r2059 r2062  
    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 
Note: See TracChangeset for help on using the changeset viewer.