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 | |
| parent | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (diff) | |
Refactor: reduce inline styles (profile + meme pages)
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/dump.css | 30 | ||||
| -rw-r--r-- | static/css/fullscreen_box.css | 4 | ||||
| -rw-r--r-- | static/css/meme_pages.css | 15 |
3 files changed, 49 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%; 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; |
