Changeset 2045 in ExiteCMS


Ignore:
Timestamp:
11/16/08 15:36:43 (3 years ago)
Author:
WanWizard
Message:

removed references to non-existing footer images

Location:
themes/public/Hezo/php-files/themes/Hezo
Files:
2 edited

Legend:

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

    r2040 r2045  
    128128/* --- Footer ---------------------------------------------- */ 
    129129 
    130 .footer                 { text-align:center; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1em; color:#000000; background-color:#EDEDED; background-image:url(images/footer.jpg);   background-repeat:repeat-x; border-top:1px #dcdcdc solid; padding:5px; } 
     130.footer                 { text-align:center; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1em; color:#000000; background-color:#EDEDED; border-top:1px #dcdcdc solid; padding:5px; } 
    131131.footer img             { border: 0px; vertical-align: -30%; } 
    132132 
     
    211211.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    212212.progressBarStatus      { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 
    213 a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(/themes/ExiteCMS/images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
     213a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(/themes/Hezo/images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    214214 
    215215/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    222222 
    223223                        /* image loading notice */ 
    224 .mbLoading              { background:#fff url(/themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; } 
     224.mbLoading              { background:#fff url(/themes/Hezo/images/ajax-loader.gif) no-repeat center; } 
    225225 
    226226                        /* Lightbox image settings */ 
     
    245245#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    246246#mbPrevLink, #mbNextLink{ width:17px; } 
    247 #mbPrevLink             { background:transparent url(/themes/ExiteCMS/images/lb_previous.gif) no-repeat; } 
    248 #mbNextLink             { background:transparent url(/themes/ExiteCMS/images/lb_next.gif) no-repeat; } 
     247#mbPrevLink             { background:transparent url(/themes/Hezo/images/lb_previous.gif) no-repeat; } 
     248#mbNextLink             { background:transparent url(/themes/Hezo/images/lb_next.gif) no-repeat; } 
    249249 
    250250                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    251251a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    252252 
    253 #mbCloseLink            { width:20px; background: transparent url(/themes/ExiteCMS/images/lb_close.gif) no-repeat; } 
     253#mbCloseLink            { width:20px; background: transparent url(/themes/Hezo/images/lb_close.gif) no-repeat; } 
    254254 
    255255/* --- Upgrade admin module -------------------------------- */ 
     
    266266/* Add your own custom CSS tags below this line!             */ 
    267267/* ========================================================= */ 
    268  
    269 td                      { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } 
    270  
    271 pre                     { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } 
  • themes/public/Hezo/php-files/themes/Hezo/templates/templates/_footer.tpl

    r2040 r2045  
    2020{*                                                                         *} 
    2121{***************************************************************************} 
    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;'> 
     22<table align='center' cellpadding='2' cellspacing='0' width='{$smarty.const.THEME_WIDTH}' class='footer'> 
    2323    <tr> 
    2424        <td> 
Note: See TracChangeset for help on using the changeset viewer.