« get me outta code hell

content, css: generatePageLayout: wallpaper parts - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-01-06 19:43:05 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-01-06 19:43:58 -0400
commit1c4a398258ee6dc6fb41944574f3d6095c0a3f2a (patch)
tree90fd04598518057ba94816d332ea5dae2c7a53f8 /src/static
parentbda250f99566d08fadb4b24b32d30760e5758b2b (diff)
content, css: generatePageLayout: wallpaper parts
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index d20a0046..ed409930 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -40,6 +40,9 @@ body {
 
 body::before {
   content: "";
+}
+
+body::before, .wallpaper-part {
   position: fixed;
   top: 0;
   left: 0;
@@ -231,6 +234,9 @@ body {
 
 body::before {
   background-image: url("../../media/bg.jpg");
+}
+
+body::before, .wallpaper-part {
   background-position: center;
   background-size: cover;
   opacity: 0.5;