From 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 Mon Sep 17 00:00:00 2001 From: yo momma Date: Sat, 31 Jan 2026 16:53:46 +0000 Subject: Refactor: reduce inline styles (profile + meme pages) --- static/css/dump.css | 30 ++++++++++++++++++++++++++++++ static/css/fullscreen_box.css | 4 ++++ static/css/meme_pages.css | 15 +++++++++++++++ template/about_us.st | 12 ++++++------ template/dealwithit.st | 4 ++-- template/doublerainbow.st | 4 ++-- template/fullscreen.st | 10 +++++----- template/head.st | 2 +- template/head_edge.st | 2 +- template/help.st | 8 ++++---- template/him.st | 4 ++-- template/perezhilton.st | 4 ++-- template/pogs.st | 4 ++-- template/rooms/butt.st | 2 +- template/slimer.st | 4 ++-- template/slothgoth.st | 5 ++--- template/spaceboys.st | 5 ++--- template/spinningkid.st | 4 ++-- template/terms8.st | 8 ++++---- template/thisguy.st | 4 ++-- template/weedpile.st | 4 ++-- 21 files changed, 93 insertions(+), 46 deletions(-) diff --git a/static/css/dump.css b/static/css/dump.css index c7d2217..0a5ced2 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1051,6 +1051,36 @@ a:active { position: relative; } +.content-no-padding { + padding: 0; +} + +.p-2 { + padding: 2px; +} + +.bg-white { + background-color: #fff; +} + +.bg-hearts { + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.hearts-frame { + overflow-x: hidden; + padding: 5px; + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.dropdown-window { + overflow: hidden; + height: 600px; + position: absolute; +} + .loading-bar { position: absolute; left: 50%; diff --git a/static/css/fullscreen_box.css b/static/css/fullscreen_box.css index 11c7d10..6c91aa8 100644 --- a/static/css/fullscreen_box.css +++ b/static/css/fullscreen_box.css @@ -140,6 +140,10 @@ label { width: 90px; display: inline-block; } +#registerbox label { + text-align: left; + margin-bottom: -8px; +} #remembermeInput { margin-top: 0; margin-left: 0; diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css index 22d5a2a..9d7028f 100644 --- a/static/css/meme_pages.css +++ b/static/css/meme_pages.css @@ -65,6 +65,21 @@ body { margin: -1; } +#likebutton iframe { + border: none; + overflow: hidden; +} + +.fb-like-small { + width: 50px; + height: 21px; +} + +.fb-like-large { + width: 120px; + height: 90px; +} + #registertxt { border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; diff --git a/template/about_us.st b/template/about_us.st index 3c02a98..1659f4f 100755 --- a/template/about_us.st +++ b/template/about_us.st @@ -24,10 +24,10 @@ jQuery(function() -