Changeset 1176 in ExiteCMS


Ignore:
Timestamp:
12/20/07 13:52:14 (4 years ago)
Author:
hverton
Message:

minor fixes to the theme layout

Location:
themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_footer.tpl

    r1170 r1176  
    1717{*                                                                         *} 
    1818{***************************************************************************} 
     19<br /> 
    1920<table align='center' cellpadding='0' cellspacing='0' width='{$smarty.const.THEME_WIDTH}'> 
    2021    <tr> 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_header.tpl

    r1169 r1176  
    145145        <td style='background-image: url({$smarty.const.THEME}images/top.gif); background-repeat: none;'> 
    146146            <div> 
    147                 <div style='display:inline;float:left;margin-top:135px;margin-left:10px;'> 
     147                <div style='display:inline;float:left;margin-top:135px;margin-left:10px;width:100px;'> 
    148148                    <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> 
    149149                    {if $new_posts} 
     
    154154                    {/if} 
    155155                </div> 
    156                 <div style='display:inline;float:left;margin-top:32px;margin-left:70px;'><img src='{$smarty.const.THEME}images/bells.gif' alt='' /></div> 
     156                <div style='display:inline;float:left;margin-top:32px;margin-left:15px;'><img src='{$smarty.const.THEME}images/bells.gif' alt='' /></div> 
    157157                <div class='sub-header' style='display:inline;float:left;margin-top:128px;margin-left:0px;'> 
    158158                    {section name=index loop=$headermenu} 
     
    160160                    {/section} 
    161161                </div> 
    162                 <div class='sub-header' style='display:inline;float:right;margin-top:128px;'> 
     162                <div class='sub-header' style='display:inline;float:right;margin-top:127px;height:5px;'> 
    163163                    {$bartitle}&nbsp;:&nbsp;{$bartotal}&nbsp; 
    164164                </div> 
    165                 <div id='countdown' style='white-space:no-wrap;float:right;font-weight:bold;color:#CC0000;margin-top:147px;'></div> 
     165                <div id='countdown' style='white-space:no-wrap;text-align:center;float:right;font-weight:bold;color:#CC0000;width:450px;margin-top:147px;'></div> 
    166166            </div> 
    167167        </td> 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_stylesheets.tpl

    r1170 r1176  
    121121/* --- Footer ---------------------------------------------- */ 
    122122 
    123 .footer                 { text-align:center; color: #003300; line-height:125%; } 
     123.footer                 { text-align:center; color:line-height:125%; } 
    124124.footer img             { border: 0px; vertical-align: -30%; } 
    125125 
Note: See TracChangeset for help on using the changeset viewer.