Changeset 2070 in ExiteCMS
- Timestamp:
- 11/26/08 14:49:42 (3 years ago)
- Location:
- themes/PLi-Fusion
- Files:
-
- 3 edited
-
PLiTheme/php-files/themes/PLiTheme/exitecms.css (modified) (4 diffs)
-
PLiThemeCentered/php-files/themes/PLiThemeCentered/exitecms.css (modified) (4 diffs)
-
PLiXmas/php-files/themes/PLiXmas/exitecms.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiTheme/php-files/themes/PLiTheme/exitecms.css
r1832 r2070 14 14 15 15 /* wiki links */ 16 a.wiki_link:link,a.wiki_link:visited { color:# 000; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#ff0000; }16 a.wiki_link:link,a.wiki_link:visited { color:#333; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#ff0000; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 17 17 18 18 /* image anchors */ … … 186 186 .progressBarError { width:100%; background-color: red; visibility: hidden; } 187 187 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 188 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; }188 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; } 189 189 190 190 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 197 197 198 198 /* image loading notice */ 199 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }199 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 200 200 201 201 /* Lightbox image settings */ … … 220 220 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 221 221 #mbPrevLink, #mbNextLink{ width:17px; } 222 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }223 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }222 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 223 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 224 224 225 225 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 226 226 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 227 227 228 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }228 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 229 229 230 230 /* --- Upgrade admin module -------------------------------- */ -
themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/exitecms.css
r1832 r2070 14 14 15 15 /* wiki links */ 16 a.wiki_link:link,a.wiki_link:visited { color:# 000; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#ff0000; }16 a.wiki_link:link,a.wiki_link:visited { color:#333; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#ff0000; background-image: url(images/external_link.gif); background-position:right; background-repeat:no-repeat; padding-right:13px; } 17 17 18 18 /* image anchors */ … … 186 186 .progressBarError { width:100%; background-color: red; visibility: hidden; } 187 187 .progressBarStatus { margin-top: 2px; width: 100%; font-size: 90%; text-align: left; white-space: nowrap; } 188 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; }188 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; } 189 189 190 190 /* --- Mootools Lightbox, by Milkbox -------------------------------- */ … … 197 197 198 198 /* image loading notice */ 199 .mbLoading { background:#fff url( /themes/ExiteCMS/images/ajax-loader.gif) no-repeat center; }199 .mbLoading { background:#fff url(images/ajax-loader.gif) no-repeat center; } 200 200 201 201 /* Lightbox image settings */ … … 220 220 #mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 221 221 #mbPrevLink, #mbNextLink{ width:17px; } 222 #mbPrevLink { background:transparent url( /themes/ExiteCMS/images/lb_previous.gif) no-repeat; }223 #mbNextLink { background:transparent url( /themes/ExiteCMS/images/lb_next.gif) no-repeat; }222 #mbPrevLink { background:transparent url(images/lb_previous.gif) no-repeat; } 223 #mbNextLink { background:transparent url(images/lb_next.gif) no-repeat; } 224 224 225 225 /* NOTE: doesn't work in ie6, so, just see the js options :) */ 226 226 a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 227 227 228 #mbCloseLink { width:20px; background: transparent url( /themes/ExiteCMS/images/lb_close.gif) no-repeat; }228 #mbCloseLink { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 229 229 230 230 /* --- Upgrade admin module -------------------------------- */ -
themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/exitecms.css
r1832 r2070 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:#333; 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 -------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.
