diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
| commit | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch) | |
| tree | 882637de03f45e4845032acf158f406c580beb25 /static/css/dump.css | |
| parent | 5bcf2586305bb9f246497558f46f2fa15f686364 (diff) | |
Refactor: cache-bust CSS + remove inline helpers
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 17 |
1 files changed, 15 insertions, 2 deletions
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); } |
