From fc9a4ea22eb91757b95cbe1bf1708be17fc2337a Mon Sep 17 00:00:00 2001 From: yo momma Date: Tue, 27 Jan 2026 03:33:16 +0000 Subject: Fix HTTPS/mixed content; make config env-driven - 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 --- template/doublerainbow.st | 98 +++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'template/doublerainbow.st') diff --git a/template/doublerainbow.st b/template/doublerainbow.st index b09ca1e..b07bef0 100755 --- a/template/doublerainbow.st +++ b/template/doublerainbow.st @@ -20,7 +20,7 @@ body{margin:0px; background-color:#fff; - font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(http://hump.fm/static/img/fade-blue.png) top center repeat-x; + font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; background-attachment:fixed; } .memes{overflow:auto;} @@ -29,7 +29,7 @@ background-color:#f2f9fe; width:800px; margin: 0 auto 0 auto; background-position:top center; -background-image:url(http://hump.fm/static/img/blue2fade.png); +background-image:url(/static/img/blue2fade.png); background-repeat:repeat-x; box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; @@ -57,7 +57,7 @@ text-decoration:none; #infotxt{ font-family: 'courier new', typewriter, matrix, monospace; line-height:15px; -background-image:url(http://hump.fm/static/img/bg.dither.gif); +background-image:url(/static/img/bg.dither.gif); width:130px; padding:10px; position:fixed; @@ -78,7 +78,7 @@ margin:-1; position:fixed;background-color:white; right:0; top:0px;text-align:right; -background-image:url(http://hump.fm/static/img/bg.dither.gif); +background-image:url(/static/img/bg.dither.gif); padding:5px; font-family:Helvetica, sans-serif; font-size:18px; @@ -109,13 +109,13 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(http://hump.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://hump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } a{text-decoration:none;color:#f0e; font-size:100%;} @@ -125,14 +125,14 @@ font-size:100%;} - + - +