-
- From 6862a9b071e628503c4ee6672e75a966e0d47ac2 Mon Sep 17 00:00:00 2001 From: Robert <152218269+PenguinRobert1@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:44:50 +0000 Subject: [PATCH] pls no --- index.css | 20 ++++++++++++++++---- index.html | 33 ++++++++++++++++----------------- 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/index.css b/index.css index f222c3f1..b6dd5a6d 100644 --- a/index.css +++ b/index.css @@ -123,9 +123,21 @@ body { .non-sidebar-content { display: block; /* Ensure it is visible */ - position: relative; /* Position it outside of the sidebar */ - margin-left: 0; /* Reset any sidebar-related offsets */ + position: relative; /* Ensure it is not positioned relative to the sidebar */ + margin: 0; /* Remove any margins */ padding: 20px; /* Add padding for spacing */ + z-index: 1; /* Ensure it is above the sidebar if overlapping occurs */ + clear: both; /* Prevent floating elements from affecting it */ +} + +.non-sidebar-content { + background-image: url('/image-robert-added/BackG.webp'); /* Set the image as the background */ + background-size: cover; /* Ensure the image covers the entire area */ + background-position: center; /* Center the image */ + background-repeat: no-repeat; /* Prevent the image from repeating */ + color: #fff; /* Adjust text color for better contrast */ + height: calc(100vh - 50px); /* Adjust height to stop below the nav bar (assuming nav bar height is 50px) */ + margin-top: 50px; /* Push content below the nav bar */ } .main-content { @@ -143,10 +155,10 @@ body { background-color: #f1f1f1; padding: 5px 10px; border-radius: 5px; - box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); + b;o;x;-;s;h;a;d;o;w: 0p;x 0p;x 5p;x rgba(0, 0, 0, 0.2); font-family: Arial, sans-serif; font-size: 14px; - z-index: 10001; /* Ensure it is above other elements */ + z-index: 10001; } .dark-mode .version { diff --git a/index.html b/index.html index d03e2551..bed8a149 100644 --- a/index.html +++ b/index.html @@ -24,16 +24,13 @@ - +
+ +