aboutsummaryrefslogtreecommitdiff
path: root/static/css/shared/core.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-14 20:29:18 -0500
committerBobby <[email protected]>2024-12-14 20:29:18 -0500
commitf3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8 (patch)
tree25f07946f3c72d7f5ea7ac99c7ca60cd10bcf231 /static/css/shared/core.css
parent944b2d923f2ba55d24e90daaef46f99d0e4a84b6 (diff)
downloadthatcomputerscientist-f3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8.tar.xz
thatcomputerscientist-f3c53e383d36b2cfb2b4899c4d4bc3769b9ad1f8.zip
pamphlet service for ads
Diffstat (limited to 'static/css/shared/core.css')
-rw-r--r--static/css/shared/core.css49
1 files changed, 43 insertions, 6 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