diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
| commit | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (patch) | |
| tree | 9dfb8d4fa53d3fa8a4cc4bbe54b690f6822f2d49 /static/css/dump.css | |
| parent | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (diff) | |
Refactor: reduce inline styles (profile + meme pages)
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 30 |
1 files changed, 30 insertions, 0 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%; |
