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 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'static/css/dump.css') 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%; -- cgit v1.2.3-70-g09d2