diff options
Diffstat (limited to 'static/resizetest/dump.fm.av.files/dump.css')
| -rwxr-xr-x | static/resizetest/dump.fm.av.files/dump.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/resizetest/dump.fm.av.files/dump.css b/static/resizetest/dump.fm.av.files/dump.css index 332680d..ae021fc 100755 --- a/static/resizetest/dump.fm.av.files/dump.css +++ b/static/resizetest/dump.fm.av.files/dump.css @@ -63,25 +63,25 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(http://dump.fm/static/img/dumppixel.png); + background-image:url(/static/img/dumppixel.png); } a.img_roll:hover{ width:130px; height:46px; display:block; - background-image:url(http://dump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } a.img_rolldis:link, .img_rolldis{ width:130px; height:46px; display:inline-block; - background-image:url(http://dump.fm/static/img/dumppixel.png); + background-image:url(/static/img/dumppixel.png); } a.img_rolldis:hover{ width:130px; height:46px; display:inline-block; - background-image:url(http://dump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } #userlist a{ @@ -106,7 +106,7 @@ width:190px; } #search-query .search_icon { -background:url("http://dump.fm/static/img/hourglass.png") no-repeat scroll center center transparent; +background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; bottom:3px; cursor:pointer; left:6px; @@ -494,7 +494,7 @@ a.msg-image-zoom img.zoom-icon:hover { } .search_icon { - background:url("http://dump.fm/static/img/hourglass.png") no-repeat scroll center center transparent; + background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; bottom:3px; cursor:pointer; left:6px; @@ -1941,7 +1941,7 @@ top:50px; div.apple_overlay.black { color:#fff; - background-image:url(http://dump.fm/static/img/bg.dither.gif); + background-image:url(/static/img/bg.dither.gif); width:90%; height:70%; margin: 0 auto 0 auto; @@ -1981,7 +1981,7 @@ div.black h2 { } .apple_overlay .close { -background-image:url(http://dump.fm/static/img/thumbs/clode.png); +background-image:url(/static/img/thumbs/clode.png); border:2px solid #000; position:absolute; right:-11px; top:-8px; cursor:pointer; @@ -2054,7 +2054,7 @@ padding-bottom:45px; text-align: justify; text-justify: newspaper } #dis_welcome { - background-image: url(http://dump.fm/static/img/hearts.gif); + background-image: url(/static/img/hearts.gif); position: fixed; top: 0; left: 0; |
