Changeset 2038 in ExiteCMS


Ignore:
Timestamp:
11/16/08 13:22:19 (3 years ago)
Author:
WanWizard
Message:

new theme: DIV

Location:
themes/public/DIV/php-files/themes/DIV
Files:
15 edited

Legend:

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

    r2037 r2038  
    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:link                  { color:#005599; text-decoration:none; } 
     24a:visited               { color:#005599; text-decoration:none; } 
     25a:hover                 { color:#005599; text-decoration:underline; } 
    2426 
    2527                        /* text anchors in side panels */ 
    26 a.side                  { color:#333333; text-decoration:none; } 
    27 a:hover.side            { color:#333333; text-decoration:underline; } 
     28a.side                  { color:#005599; text-decoration:none; } 
     29a:hover.side            { color:#005599; text-decoration:underline; } 
    2830 
    2931                        /* image anchors */ 
     
    3436 
    3537                        /* horizontal lines */ 
    36 hr                      { border:none; color:#bbb; background-color:#bbb; height:1px; } 
     38hr                      { border:none; color:#eee; background-color:#eee; height:1px; } 
    3739 
    3840                        /* dropdowns with options */ 
     
    4547 
    4648                        /* 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; } 
    4850.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; } 
    4951 
    5052                        /* 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); } 
    5254 
    5355/* --- Website template ------------------------------------ */ 
    5456 
    5557                        /* 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; } 
     58body                    { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.4em; } 
     59.body                   { color:#555; background-color:#fff; } 
    5860 
    5961                        /* content body, can be different from the body when centered */ 
     
    6163 
    6264                        /* 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; } 
     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; } 
    6668 
    6769                        /* 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; } 
    6971 
    7072                        /* 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; } 
     73.side-body              { font-size:1.2em; color:#777; padding:4px; } 
     74.side-body-nm           { color:#777; } 
    7375 
    7476                        /* 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; } 
    7880 
    7981                        /* 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; } 
    8183 
    8284/* --- Browser window centered div ------------------------- */ 
     
    8890 
    8991                        /* 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; } 
    9293                        /* 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;} 
    9495 
    9596                        /* header menu links */ 
     
    99100 
    100101                        /* 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; } 
    102103 
    103104                        /* 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; } 
    105106 
    106107                        /* 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; } 
    108109 
    109110                        /* 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; } 
    111112 
    112113                        /* 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; } 
    114115 
    115116                        /* labels and separators in body panels */ 
     
    123124 
    124125                        /* horizontal lines in side-panels */ 
    125 hr.side-hr              { height:2px; } 
     126hr.side-hr              { height:1px; border:#eee 1px solid; } 
    126127 
    127128/* --- Footer ---------------------------------------------- */ 
    128129 
    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; } 
    130131.footer img             { border: 0px; vertical-align: -30%; } 
    131132 
     
    133134 
    134135                        /* standard table borders */ 
    135 .tbl-border             { background-color:#ddd; color:#ddd; } 
     136.tbl-border             { background-color:#e1e1e1; } 
    136137 
    137138                        /* borderless tables */ 
    138 .tbl                    { padding:4px; color:#444; background-color:#fff; } 
     139.tbl                    { font-size:1em; color:#555; padding:4px; } 
    139140 
    140141                        /* 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; } 
    142143 
    143144                        /* 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; } 
    145146 
    146147                        /* user-info cell header */ 
     
    186187 
    187188                        /* horizontal pollbar definition */ 
    188 .poll                   { height:12px; border:1px #000 solid; } 
     189.poll                   { height:14px; border:1px #000 solid; } 
    189190 
    190191/* --- SWF upload module ----------------------------------- */ 
     
    265266/* Add your own custom CSS tags below this line!             */ 
    266267/* ========================================================= */ 
     268 
     269.billedkasse { 
     270float: left; 
     271clear: left; 
     272padding: 5px; 
     273page-break-inside: avoid; 
     274border: thin solid black; 
     275background: #ffffff; 
     276margin-right: 10px; 
     277margin-top: 0px; 
     278margin-bottom:5px; 
     279font-size: 90%; 
     280} 
     281 
     282.clearleft { 
     283clear: left; 
     284} 
     285 
     286.clearright { 
     287clear: right; 
     288} 
     289 
     290.kasse { 
     291border: thin solid black; padding: 5px; font-size: 90%; 
     292} 
     293 
     294.kassetv { 
     295border: thin solid #4040a0; float: left; padding: 5px; 
     296width: 30%; margin-right: 5px; margin-top: 0px; font-size: 80%; 
     297} 
     298 
     299.kassemidt { 
     300border: thin solid #4040a0; background: #ffffff; padding:  15px; margin: 15px 
     301} 
     302 
     303td { font-family:"Times New Roman",Verdana,Arial,Helvetica,sans-serif; font-size:1.em; } 
     304 
     305pre { 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  
    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 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                            DIV 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/DIV/php-files/themes/DIV/templates/templates/_header.tpl

    r2037 r2038  
    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  style='font-size:40px'> 
     160                                                {$settings.sitename} 
    161161                                            </td> 
    162162                                        </tr> 
     
    194194                        {/section} 
    195195                    </td> 
    196                     <td align='right' class='sub-cap-main'> 
     196                    <td align='right' class='headermenu'> 
    197197                        {$smarty.now|date_format:"subheaderdate"}&nbsp; 
    198198                    </td> 
  • themes/public/DIV/php-files/themes/DIV/theme.php

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

    r2037 r2038  
    2929    padding: 5px 10px; 
    3030    padding-top: 0px; 
    31 } 
    32  
    33 .header a:hover { 
    34     background: transparent; 
    35     border-bottom: 0px; 
    3631} 
    3732 
     
    4237    border: 1px #ddd solid; 
    4338    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; 
    5439} 
    5540 
     
    475460 
    476461a.ext { 
    477     color: #34329C; 
     462    color: #6f6d6d; 
    478463} 
    479464 
    480465a.ext:hover { 
    481     color: #34329C; 
     466    color: #6f6d6d; 
    482467} 
    483468 
Note: See TracChangeset for help on using the changeset viewer.