Changeset 1170 in ExiteCMS


Ignore:
Timestamp:
12/16/07 12:53:55 (4 years ago)
Author:
hverton
Message:

layout changes

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

Legend:

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

    r1169 r1170  
    5353        <td style='text-align:center;'> 
    5454            <br /> 
    55             Christmas Days Theme originally designed by <a href='http://www.designdisease.com' target='_blank'>Design Disease</a> for WordPress, ExiteCMS version by WanWizard 
     55            WordPress Christmas Days Theme designed by <a href='http://www.designdisease.com' target='_blank'>Design Disease</a>. Adapted for ExiteCMS by WanWizard 
    5656        </td> 
    5757    </tr> 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_stylesheets.tpl

    r1169 r1170  
    157157 
    158158                        /* message body, unread message */ 
    159 .unread                 { color:#000000; background-color:#99cccccc; padding:4px; border: 1px solid #bbbbbb; } 
     159.unread                 { color:#000000; background-color:#CCFFFF; padding:4px; border: 1px solid #bbbbbb; } 
    160160 
    161161                        /* links in the message body */ 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/theme.php

    r1169 r1170  
    124124        echo "      </td>\n"; 
    125125    } 
     126    echo "      <td valign='top' class='main-bg' width='3'></td>\n"; 
    126127} 
    127128/*-----------------------------------------------------+ 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/wikka.css

    r1169 r1170  
    6161.commentsheader { 
    6262    clear: both; 
    63     background-color: #eee; 
     63    background-color: #fff; 
    6464    padding: 2px 10px; 
    6565    border: 1px solid #ddd; 
     
    7979 
    8080.commentform { 
    81     background-color: #eee; 
     81    background-color: #fff; 
    8282    padding: 10px; 
    8383    border: 1px solid #ddd; 
     
    303303    margin-right: 15px; 
    304304    padding: 4px; 
    305     background: #eee; 
     305    background: #b5dfdf; 
    306306    border: 1px solid #ddd;          
    307307} 
     
    313313    margin-left: 15px; 
    314314    padding: 4px; 
    315     background: #eee; 
     315    background: #b5dfdf; 
    316316    border: 1px solid #ddd;          
    317317} 
Note: See TracChangeset for help on using the changeset viewer.