From 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 Mon Sep 17 00:00:00 2001 From: yo momma Date: Fri, 30 Jan 2026 17:58:22 +0000 Subject: Refactor: cache-bust CSS + remove inline helpers --- static/css/dump.css | 17 +++++++++++++++-- static/css/dumpnewuser.css | 3 +-- static/css/front.css | 4 ++++ static/css/mgmt.css | 2 -- 4 files changed, 20 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/css/dump.css b/static/css/dump.css index f8cfbe2..1b8c9c6 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -106,7 +106,7 @@ a.img_rolldis:hover { } #dumplist { - top: 0px:padding:0px; + padding: 0px; font-size: 88%; text-transform: uppercase; text-decoration: none; @@ -1031,7 +1031,6 @@ a:active { #binfo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; - bottom } #preload { @@ -1044,6 +1043,15 @@ a:active { display: none !important; } +.is-relative { + position: relative; +} + +.embed-frame { + border: 7px inset #ccc; + margin: 0; +} + /* profile shit */ @@ -2512,6 +2520,11 @@ a#disregister:hover { -webkit-background-clip: text; } +.rainbow-link { + border-bottom: 1px solid rgba(0, 255, 255, 0.3); + font-weight: bold; +} + .nick_aids_enoch a:link, .nick_aids_enoch .content, .nick_aids_enoch .msg-hover { color: transparent; text-shadow: 0 0 5px #857E96; } .nick_aids_enoch { opacity: 0.3; } .nick_aids_enoch img { -webkit-filter: blur(4px); } diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css index 1c92e62..9a6ff6c 100755 --- a/static/css/dumpnewuser.css +++ b/static/css/dumpnewuser.css @@ -498,7 +498,6 @@ left:0; #binfo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; - bottom } #preload { @@ -507,4 +506,4 @@ left:0; top: 0px; } -.invisible { display: none !important; } \ No newline at end of file +.invisible { display: none !important; } diff --git a/static/css/front.css b/static/css/front.css index ef0ee70..c7f42bc 100755 --- a/static/css/front.css +++ b/static/css/front.css @@ -119,6 +119,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, #signin_menu p a { color:#27B!important; } + +.is-relative { + position: relative; +} #signin-submit { display:inline-block; width:90px; diff --git a/static/css/mgmt.css b/static/css/mgmt.css index 2ff6d8e..d2cc150 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -1186,7 +1186,6 @@ left:0; #binfo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; - bottom } #preload { @@ -1683,4 +1682,3 @@ top:50px; display: none; } - -- cgit v1.2.3-70-g09d2