« get me outta code hell

album banner images - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-24 20:42:47 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-03-24 20:42:47 -0300
commitd6054c358610344a68f755d8ef6fdeea28f36b6c (patch)
treec3cd2816b97db2ff7868d4f904c1705ebb270678 /static
parentcab9c96065939705bd6ac4e1bb872484b205f539 (diff)
album banner images
Diffstat (limited to 'static')
-rw-r--r--static/site.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css
index 3f66c9e..59c9f62 100644
--- a/static/site.css
+++ b/static/site.css
@@ -34,11 +34,26 @@ body::before {
 
     max-width: 1100px;
     margin: 10px auto 50px;
-    padding: 15px;
+    padding: 15px 0;
 
     box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
 }
 
+#page-container > * {
+    margin-left: 15px;
+    margin-right: 15px;
+}
+
+#banner {
+    margin: 10px 0;
+    width: 100%;
+    display: block;
+}
+
+#banner.dim {
+    filter: brightness(0.8);
+}
+
 a {
     color: var(--primary-color);
     text-decoration: none;