Changeset 2045 in ExiteCMS
- Timestamp:
- 11/16/08 15:36:43 (3 years ago)
- Location:
- themes/public/Hezo/php-files/themes/Hezo
- Files:
-
- 2 edited
-
exitecms.css (modified) (5 diffs)
-
templates/templates/_footer.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hezo/php-files/themes/Hezo/exitecms.css
r2040 r2045 128 128 /* --- Footer ---------------------------------------------- */ 129 129 130 .footer { text-align:center; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1em; color:#000000; background-color:#EDEDED; b ackground-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; } 131 131 .footer img { border: 0px; vertical-align: -30%; } 132 132 … … 211 211 .progressBarError { width:100%; background-color: red; visibility: hidden; } 212 212 .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; }213 a.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; } 214 214 215 215 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 222 222 223 223 /* 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; } 225 225 226 226 /* Lightbox image settings */ … … 245 245 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 246 246 #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; } 249 249 250 250 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 251 251 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 252 252 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; } 254 254 255 255 /* --- Upgrade admin module -------------------------------- */ … … 266 266 /* Add your own custom CSS tags below this line! */ 267 267 /* ========================================================= */ 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 20 20 {* *} 21 21 {***************************************************************************} 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'> 23 23 <tr> 24 24 <td>
Note: See TracChangeset
for help on using the changeset viewer.
