diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/resizetest/dump.fm.all.files/dump.css | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
Diffstat (limited to 'static/resizetest/dump.fm.all.files/dump.css')
| -rwxr-xr-x | static/resizetest/dump.fm.all.files/dump.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/resizetest/dump.fm.all.files/dump.css b/static/resizetest/dump.fm.all.files/dump.css index 332680d..ae021fc 100755 --- a/static/resizetest/dump.fm.all.files/dump.css +++ b/static/resizetest/dump.fm.all.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; |
