summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
committeryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
commitfc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch)
tree76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/css
parent25b74138d68ade87689e714f10e1f3116da5bbee (diff)
Fix HTTPS/mixed content; make config env-drivenHEADmaster2026
- 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/css')
-rwxr-xr-xstatic/css/dump.css22
-rwxr-xr-xstatic/css/front.css6
-rwxr-xr-xstatic/css/header.css8
-rwxr-xr-xstatic/css/index.css2
-rwxr-xr-xstatic/css/mgmt.css12
-rwxr-xr-xstatic/css/miatile.css2
-rwxr-xr-xstatic/css/top.css4
7 files changed, 28 insertions, 28 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 5a9d078..24af3c0 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -68,25 +68,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);
}
@@ -323,7 +323,7 @@ background-color: white;
.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;
@@ -1721,7 +1721,7 @@ img#avatarPic {
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;
@@ -1760,7 +1760,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;
@@ -2146,7 +2146,7 @@ a.signin {
margin-left: 3px;
}
a.signin span {
- background-image: url("http://dump.fm/static/form_login/images/toggle_down_light.png");
+ background-image: url("/static/form_login/images/toggle_down_light.png");
background-repeat: no-repeat;
background-position: 100% 50%;
padding: 4px 16px 6px 0;
@@ -2166,7 +2166,7 @@ a.signin span {
a.signin.menu-open span {
cursor: pointer;
- background-image: url("http://dump.fm/static/form_login/images/toggle_up_dark.png");
+ background-image: url("/static/form_login/images/toggle_up_dark.png");
color: #789;
}
@@ -2324,7 +2324,7 @@ a#disregister: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;
@@ -2427,7 +2427,7 @@ a#disregister:hover {
#manual-palette-button {
border: 1px solid black;
position: absolute;
- background: #EFF5FB url('http://dump.fm/images/20121230/1356914178158-dumpfm-ryder-scissors.png')no-repeat center;
+ background: #EFF5FB url('https://archive.hump.fm/images/20121230/1356914178158-dumpfm-ryder-scissors.png')no-repeat center;
background-size:68%;
display: inline-block;
width: 40px;
diff --git a/static/css/front.css b/static/css/front.css
index 4adfbe0..ce10851 100755
--- a/static/css/front.css
+++ b/static/css/front.css
@@ -49,7 +49,7 @@ cursor:pointer;
margin-left:3px;
}
a.signin span {
- background-image:url("http://dump.fm/static/form_login/images/toggle_down_light.png");
+ background-image:url("/static/form_login/images/toggle_down_light.png");
background-repeat:no-repeat;
background-position:100% 50%;
padding:4px 16px 6px 0;cursor:pointer;
@@ -65,7 +65,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4,
}
a.signin.menu-open span {cursor:pointer;
- background-image:url("http://dump.fm/static/form_login/images/toggle_up_dark.png");
+ background-image:url("/static/form_login/images/toggle_up_dark.png");
color:#789;
}
@@ -122,7 +122,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4,
width:90px;
height:35px;
font-size:20px;
- background-image:url('http://dump.fm/static/img/btngrad1.png');
+ background-image:url('/static/img/btngrad1.png');
background-color:#4691e5;
font-weight:bold;
word-spacing:7;
diff --git a/static/css/header.css b/static/css/header.css
index 1915266..571ed06 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -5,13 +5,13 @@ 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);
}
html, body, div, span, applet, object, iframe,
@@ -328,7 +328,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;
@@ -620,7 +620,7 @@ text-indent:5px;
-moz-border-radius: 50px;
}
.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;
diff --git a/static/css/index.css b/static/css/index.css
index 1b745d6..01bce1d 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -71,7 +71,7 @@ display:none;
margin-top:2%;
}
#content{
- background:url(http://dump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif);
+ background:url(https://archive.hump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif);
background-position:top center;
background-repeat:repeat-x;
}
diff --git a/static/css/mgmt.css b/static/css/mgmt.css
index 1a9edc3..2ff6d8e 100755
--- a/static/css/mgmt.css
+++ b/static/css/mgmt.css
@@ -63,26 +63,26 @@ 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);
}
.fulltxt a{color:red;}
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{
@@ -107,7 +107,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;display:none;
left:6px;
@@ -453,7 +453,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;
diff --git a/static/css/miatile.css b/static/css/miatile.css
index ee07316..4c96b91 100755
--- a/static/css/miatile.css
+++ b/static/css/miatile.css
@@ -2,7 +2,7 @@ body {
width: 800px;color:#000;padding-bottom:50px;margin-top:-5px;margin:0 auto 0;
font-family: sans-serif; font-style: oblique; background:-moz-linear-gradient(top, pink, #000 50%, #000 51%, lightyellow);
background:-webkit-gradient(linear, left top, left bottom, from(pink), color-stop(50%, #000), color-stop(51%, #000), to(red));background-attachment:fixed;
-background-image:url('http://dump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc;
+background-image:url('https://archive.hump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc;
}
.page-title {
diff --git a/static/css/top.css b/static/css/top.css
index 9251ff9..afc2f0b 100755
--- a/static/css/top.css
+++ b/static/css/top.css
@@ -248,13 +248,13 @@ a.img_roll:link, .img_roll{
width:800px;
height:283px;
display:block;
- background-image:url(http://dump.fm/static/img/dumppixellarge.png);
+ background-image:url(/static/img/dumppixellarge.png);
}
a.img_roll:hover{
width:800px;
height:283px;
display:block;
- background-image:url(http://dump.fm/static/img/dumppixellargeover.png);
+ background-image:url(/static/img/dumppixellargeover.png);
}