diff options
| author | Bobby <[email protected]> | 2024-12-14 20:29:18 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-14 20:29:18 -0500 |
| commit | f3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8 (patch) | |
| tree | 25f07946f3c72d7f5ea7ac99c7ca60cd10bcf231 /static/css/shared | |
| parent | 944b2d923f2ba55d24e90daaef46f99d0e4a84b6 (diff) | |
| download | thatcomputerscientist-f3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8.tar.xz thatcomputerscientist-f3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8.zip | |
pamphlet service for ads
Diffstat (limited to 'static/css/shared')
| -rw-r--r-- | static/css/shared/core.css | 49 | ||||
| -rw-r--r-- | static/css/shared/kawaiibeats.css | 3 |
2 files changed, 44 insertions, 8 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css index 06e571f3..f69b0c03 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -160,18 +160,55 @@ img { border-top-left-radius: 14px; } +#main-content { + width: 800px; + padding: 0 0px 0px 20px; + border-top: 1px solid #fff; +} + +#right-sidebar { + width: 200px; + border-top: 1px solid #fff; +} + +#footer { + width: 1200px; + padding: 8px 0; + text-align: center; + border-top: 1px solid #fff; +} + +.right-sidebar { + position: relative; + left: 20px; +} + .left-sidebar { position: relative; top: -65px; } -#main-content { +.pamphlet-big { + width: 200px; + height: auto; +} + +.pamphlet-banner { width: 780px; - padding: 0 20px; - border-top: 1px solid #fff; + height: 100px; + padding: 4px; + border: 1px solid #fff; + margin: 8px 0px; } -#right-sidebar { - width: 200px; - border-top: 1px solid #fff; +.pamphlet-button { + width: 88px; + height: 31px; + display: inline-block; +} + +.footer-buttons, +.footer-copyright, +.footer-credits { + margin: 8px 0px; }
\ No newline at end of file diff --git a/static/css/shared/kawaiibeats.css b/static/css/shared/kawaiibeats.css index ca4ce155..68e5ee8e 100644 --- a/static/css/shared/kawaiibeats.css +++ b/static/css/shared/kawaiibeats.css @@ -3,8 +3,7 @@ width: 200px; height: 320px; position: relative; - left: 20px; - top: 6px; + margin-top: 8px; background-image: url("../../images/kawaiibeats/kawaii_beats.gif"); background-size: 200px 320px; background-repeat: no-repeat; |
