From 1c4a398258ee6dc6fb41944574f3d6095c0a3f2a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 6 Jan 2025 19:43:05 -0400 Subject: content, css: generatePageLayout: wallpaper parts --- src/static/css/site.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/static') 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; -- cgit 1.3.0-6-gf8a5