From f3f660637c694644c29ad9cd9e0029f259cad42c Mon Sep 17 00:00:00 2001 From: GR-Scripts <155775715+GR-Scripts@users.noreply.github.com> Date: Sun, 16 Feb 2025 23:01:03 +0100 Subject: [PATCH 1/3] Update style.css --- html/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index 044b15d..5d67bc1 100644 --- a/html/style.css +++ b/html/style.css @@ -18,14 +18,19 @@ body { display: none; z-index: 5; color: #fff; - width: 15%; + width: 25%; /* Pas dit aan naar de gewenste breedte */ position: fixed; - bottom: 15%; + bottom: 5%; left: 0; right: 0; margin-left: auto; margin-right: auto; font-family: "Poppins", sans-serif; + border: 2px solid #dc143c; /* Rand voor de box */ + border-radius: 8px; /* Afgeronde hoeken */ + padding: 10px; /* Ruimte tussen de inhoud en de rand */ + background-color: rgba(0, 0, 0, 0.7); /* Achtergrondkleur voor de box */ + box-shadow: 0 0 15px rgba(220, 20, 60, 0.8); /* Schaduw voor een diepere look */ } .progress-labels { From f4dbef80574fc4992a4fbf6abe7017c0f79f8137 Mon Sep 17 00:00:00 2001 From: GR-Scripts <155775715+GR-Scripts@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:33:20 +0100 Subject: [PATCH 2/3] Update style.css Remove dutch print i forgot to delete --- html/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/style.css b/html/style.css index 5d67bc1..f3d5fab 100644 --- a/html/style.css +++ b/html/style.css @@ -26,11 +26,11 @@ body { margin-left: auto; margin-right: auto; font-family: "Poppins", sans-serif; - border: 2px solid #dc143c; /* Rand voor de box */ - border-radius: 8px; /* Afgeronde hoeken */ - padding: 10px; /* Ruimte tussen de inhoud en de rand */ - background-color: rgba(0, 0, 0, 0.7); /* Achtergrondkleur voor de box */ - box-shadow: 0 0 15px rgba(220, 20, 60, 0.8); /* Schaduw voor een diepere look */ + border: 2px solid #dc143c; + border-radius: 8px; + padding: 10px; + background-color: rgba(0, 0, 0, 0.7); + box-shadow: 0 0 15px rgba(220, 20, 60, 0.8); } .progress-labels { From a10046de7cc586cb341b5f677479981a4a7fbbd4 Mon Sep 17 00:00:00 2001 From: GR-Scripts <155775715+GR-Scripts@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:34:11 +0100 Subject: [PATCH 3/3] Update style.css Forgot ro Delete a print --- html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index f3d5fab..a35111a 100644 --- a/html/style.css +++ b/html/style.css @@ -18,7 +18,7 @@ body { display: none; z-index: 5; color: #fff; - width: 25%; /* Pas dit aan naar de gewenste breedte */ + width: 25%; position: fixed; bottom: 5%; left: 0;