Changeset 2069 in ExiteCMS
- Timestamp:
- 11/26/08 14:02:58 (3 years ago)
- Files:
-
- 9 edited
-
themes/public/BackOff/php-files/themes/BackOff/exitecms.css (modified) (4 diffs)
-
themes/public/ChristmasDays/php-files/themes/ChristmasDays/exitecms.css (modified) (4 diffs)
-
themes/public/DIV/php-files/themes/DIV/exitecms.css (modified) (4 diffs)
-
themes/public/Hezo/php-files/themes/Hezo/exitecms.css (modified) (4 diffs)
-
themes/public/Hobugt/php-files/themes/Hobugt/exitecms.css (modified) (4 diffs)
-
themes/public/IcyXmas/php-files/themes/IcyXmas/exitecms.css (modified) (4 diffs)
-
themes/public/Localize/php-files/themes/Localize/exitecms.css (modified) (4 diffs)
-
themes/public/Luna/php-files/themes/Luna/exitecms.css (modified) (4 diffs)
-
trunk/themes/ExiteCMS/exitecms.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themes/public/BackOff/php-files/themes/BackOff/exitecms.css
r2051 r2069 33 33 34 34 /* wiki links */ 35 a.wiki_link:link,a.wiki_link:visited { color:#6f6d6d; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }35 a.wiki_link:link,a.wiki_link:visited { color:#6f6d6d; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 36 36 37 37 /* horizontal lines */ … … 214 214 .progressBarError { width:100%; background-color: red; visibility: hidden; } 215 215 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 216 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; }216 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 217 217 218 218 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 225 225 226 226 /* image loading notice */ 227 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }227 .mbLoading { background:#fff url(ajax-loader.gif) no-repeat center; } 228 228 229 229 /* Lightbox image settings */ … … 248 248 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 249 249 #mbPrevLink, #mbNextLink{ width:17px; } 250 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }251 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }250 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 251 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 252 252 253 253 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 254 254 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 255 255 256 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }256 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 257 257 258 258 /* --- Upgrade admin module -------------------------------- */ -
themes/public/ChristmasDays/php-files/themes/ChristmasDays/exitecms.css
r2053 r2069 15 15 16 16 /* wiki links */ 17 a:link.wiki_link, a:visited.wiki_link { color:#000; text-decoration:none; border-width:0px 0px 2px 0px; border-style:dotted; border-color:#ff0000; }17 a:link.wiki_link, a:visited.wiki_link { color:#000; text-decoration:none; border-width:0px 0px 2px 0px; border-style:dotted; border-color:#ff0000; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 18 18 19 19 /* image anchors */ … … 189 189 .progressBarError { width:100%; background-color: red; visibility: hidden; } 190 190 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 191 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; }191 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 192 192 193 193 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 200 200 201 201 /* image loading notice */ 202 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }202 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 203 203 204 204 /* Lightbox image settings */ … … 223 223 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 224 224 #mbPrevLink, #mbNextLink{ width:17px; } 225 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }226 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }225 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 226 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 227 227 228 228 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 229 229 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 230 230 231 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }231 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 232 232 233 233 /* --- Upgrade admin module -------------------------------- */ -
themes/public/DIV/php-files/themes/DIV/exitecms.css
r2050 r2069 33 33 34 34 /* wiki links */ 35 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }35 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 36 36 37 37 /* horizontal lines */ … … 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(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(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(images/lb_previous.gif) no-repeat; } 248 #mbNextLink { background:transparent url(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(images/lb_close.gif) no-repeat; } 254 254 255 255 /* --- Upgrade admin module -------------------------------- */ -
themes/public/Hezo/php-files/themes/Hezo/exitecms.css
r2049 r2069 33 33 34 34 /* wiki links */ 35 a.wiki_link:link,a.wiki_link:visited { color:#DE8300A; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }35 a.wiki_link:link,a.wiki_link:visited { color:#DE8300A; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 36 36 37 37 /* horizontal lines */ … … 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/Hezo/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(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/Hezo/images/ajax-loader.gif) no-repeat center; }224 .mbLoading { background:#fff url(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/Hezo/images/lb_previous.gif) no-repeat; }248 #mbNextLink { background:transparent url( /themes/Hezo/images/lb_next.gif) no-repeat; }247 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 248 #mbNextLink { background:transparent url(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/Hezo/images/lb_close.gif) no-repeat; }253 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 254 254 255 255 /* --- Upgrade admin module -------------------------------- */ -
themes/public/Hobugt/php-files/themes/Hobugt/exitecms.css
r2062 r2069 31 31 32 32 /* wiki links */ 33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 34 34 35 35 /* horizontal lines */ … … 210 210 .progressBarError { width:100%; background-color: red; visibility: hidden; } 211 211 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 212 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; }212 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 213 213 214 214 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 221 221 222 222 /* image loading notice */ 223 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }223 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 224 224 225 225 /* Lightbox image settings */ … … 244 244 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 245 245 #mbPrevLink, #mbNextLink{ width:17px; } 246 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }247 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }246 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 247 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 248 248 249 249 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 250 250 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 251 251 252 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }252 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 253 253 254 254 /* --- Upgrade admin module -------------------------------- */ -
themes/public/IcyXmas/php-files/themes/IcyXmas/exitecms.css
r2048 r2069 38 38 39 39 /* wiki links */ 40 a.wiki_link:link,a.wiki_link:visited { color:#7194c0; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }40 a.wiki_link:link,a.wiki_link:visited { color:#7194c0; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 41 41 42 42 /* dropdowns with options */ … … 218 218 .progressBarError { width:100%; background-color: red; visibility: hidden; } 219 219 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 220 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; }220 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 221 221 222 222 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 229 229 230 230 /* image loading notice */ 231 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }231 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 232 232 233 233 /* Lightbox image settings */ … … 252 252 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 253 253 #mbPrevLink, #mbNextLink{ width:17px; } 254 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }255 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }254 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 255 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 256 256 257 257 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 258 258 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 259 259 260 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }260 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 261 261 262 262 /* --- Upgrade admin module -------------------------------- */ -
themes/public/Localize/php-files/themes/Localize/exitecms.css
r2065 r2069 31 31 32 32 /* wiki links */ 33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 34 34 35 35 /* horizontal lines */ … … 218 218 .progressBarError { width:100%; background-color: red; visibility: hidden; } 219 219 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 220 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; }220 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 221 221 222 222 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 229 229 230 230 /* image loading notice */ 231 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }231 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 232 232 233 233 /* Lightbox image settings */ … … 252 252 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 253 253 #mbPrevLink, #mbNextLink{ width:17px; } 254 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }255 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }254 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 255 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 256 256 257 257 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 258 258 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 259 259 260 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }260 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 261 261 262 262 /* --- Upgrade admin module -------------------------------- */ -
themes/public/Luna/php-files/themes/Luna/exitecms.css
r2068 r2069 31 31 32 32 /* wiki links */ 33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 34 34 35 35 /* horizontal lines */ … … 212 212 .progressBarError { width:100%; background-color: red; visibility: hidden; } 213 213 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 214 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; }214 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 215 215 216 216 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 223 223 224 224 /* image loading notice */ 225 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }225 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 226 226 227 227 /* Lightbox image settings */ … … 246 246 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 247 247 #mbPrevLink, #mbNextLink{ width:17px; } 248 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }249 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }248 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 249 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 250 250 251 251 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 252 252 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 253 253 254 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }254 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 255 255 256 256 /* --- Upgrade admin module -------------------------------- */ -
trunk/themes/ExiteCMS/exitecms.css
r2033 r2069 31 31 32 32 /* wiki links */ 33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; }33 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 34 34 35 35 /* horizontal lines */ … … 210 210 .progressBarError { width:100%; background-color: red; visibility: hidden; } 211 211 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 212 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; }212 a.progressCancel { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 213 213 214 214 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 221 221 222 222 /* image loading notice */ 223 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }223 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 224 224 225 225 /* Lightbox image settings */ … … 244 244 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 245 245 #mbPrevLink, #mbNextLink{ width:17px; } 246 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }247 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }246 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 247 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 248 248 249 249 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 250 250 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 251 251 252 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }252 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 253 253 254 254 /* --- Upgrade admin module -------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.
