Changeset 2069 in ExiteCMS


Ignore:
Timestamp:
11/26/08 14:02:58 (3 years ago)
Author:
WanWizard
Message:

theme css changes

Files:
9 edited

Legend:

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

    r2051 r2069  
    3333 
    3434                        /* 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; } 
     35a.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; } 
    3636 
    3737                        /* horizontal lines */ 
     
    214214.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    215215.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; } 
     216a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    217217 
    218218/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    225225 
    226226                        /* 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; } 
    228228 
    229229                        /* Lightbox image settings */ 
     
    248248#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    249249#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; } 
    252252 
    253253                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    254254a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    255255 
    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; } 
    257257 
    258258/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/ChristmasDays/php-files/themes/ChristmasDays/exitecms.css

    r2053 r2069  
    1515 
    1616                        /* 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; } 
     17a: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; } 
    1818 
    1919                        /* image anchors */ 
     
    189189.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    190190.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; } 
     191a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    192192 
    193193/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    200200 
    201201                        /* 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; } 
    203203 
    204204                        /* Lightbox image settings */ 
     
    223223#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    224224#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; } 
    227227 
    228228                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    229229a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    230230 
    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; } 
    232232 
    233233/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/DIV/php-files/themes/DIV/exitecms.css

    r2050 r2069  
    3333 
    3434                        /* 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; } 
     35a.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; } 
    3636 
    3737                        /* horizontal lines */ 
     
    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(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(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(images/lb_previous.gif) no-repeat; } 
     248#mbNextLink             { background:transparent url(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(images/lb_close.gif) no-repeat; } 
    254254 
    255255/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/Hezo/php-files/themes/Hezo/exitecms.css

    r2049 r2069  
    3333 
    3434                        /* 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; } 
     35a.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; } 
    3636 
    3737                        /* horizontal lines */ 
     
    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/Hezo/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(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/Hezo/images/ajax-loader.gif) no-repeat center; } 
     224.mbLoading              { background:#fff url(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/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; } 
    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/Hezo/images/lb_close.gif) no-repeat; } 
     253#mbCloseLink            { width:20px; background: transparent url(images/lb_close.gif) no-repeat; } 
    254254 
    255255/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/Hobugt/php-files/themes/Hobugt/exitecms.css

    r2062 r2069  
    3131 
    3232                        /* 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; } 
     33a.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; } 
    3434 
    3535                        /* horizontal lines */ 
     
    210210.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    211211.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; } 
     212a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    213213 
    214214/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    221221 
    222222                        /* 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; } 
    224224 
    225225                        /* Lightbox image settings */ 
     
    244244#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    245245#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; } 
    248248 
    249249                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    250250a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    251251 
    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; } 
    253253 
    254254/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/IcyXmas/php-files/themes/IcyXmas/exitecms.css

    r2048 r2069  
    3838 
    3939                        /* 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; } 
     40a.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; } 
    4141 
    4242                        /* dropdowns with options */ 
     
    218218.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    219219.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; } 
     220a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    221221 
    222222/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    229229 
    230230                        /* 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; } 
    232232 
    233233                        /* Lightbox image settings */ 
     
    252252#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    253253#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; } 
    256256 
    257257                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    258258a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    259259 
    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; } 
    261261 
    262262/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/Localize/php-files/themes/Localize/exitecms.css

    r2065 r2069  
    3131 
    3232                        /* 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; } 
     33a.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; } 
    3434 
    3535                        /* horizontal lines */ 
     
    218218.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    219219.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; } 
     220a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    221221 
    222222/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    229229 
    230230                        /* 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; } 
    232232 
    233233                        /* Lightbox image settings */ 
     
    252252#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    253253#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; } 
    256256 
    257257                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    258258a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    259259 
    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; } 
    261261 
    262262/* --- Upgrade admin module -------------------------------- */ 
  • themes/public/Luna/php-files/themes/Luna/exitecms.css

    r2068 r2069  
    3131 
    3232                        /* 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; } 
     33a.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; } 
    3434 
    3535                        /* horizontal lines */ 
     
    212212.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    213213.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; } 
     214a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    215215 
    216216/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    223223 
    224224                        /* 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; } 
    226226 
    227227                        /* Lightbox image settings */ 
     
    246246#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    247247#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; } 
    250250 
    251251                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    252252a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    253253 
    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; } 
    255255 
    256256/* --- Upgrade admin module -------------------------------- */ 
  • trunk/themes/ExiteCMS/exitecms.css

    r2033 r2069  
    3131 
    3232                        /* 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; } 
     33a.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; } 
    3434 
    3535                        /* horizontal lines */ 
     
    210210.progressBarError       { width:100%; background-color: red; visibility: hidden; } 
    211211.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; } 
     212a.progressCancel        { font-size:0; height:16px; width:16px; background-image: url(images/cancel.gif); background-repeat:no-repeat; background-position:0px 0px; float:right; } 
    213213 
    214214/* --- Mootools Lightbox, by Milkbox -------------------------------- */ 
     
    221221 
    222222                        /* 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; } 
    224224 
    225225                        /* Lightbox image settings */ 
     
    244244#mbCloseLink, #mbPrevLink, #mbNextLink { outline:none; display:block; float:right; height:20px; cursor:pointer; } 
    245245#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; } 
    248248 
    249249                        /* NOTE: doesn't work in ie6, so, just see the js options :) */ 
    250250a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; } 
    251251 
    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; } 
    253253 
    254254/* --- Upgrade admin module -------------------------------- */ 
Note: See TracChangeset for help on using the changeset viewer.