From 55d95fdff5275bb796366c6843b5970c17aa8f2b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 3 Dec 2025 23:41:44 -0500 Subject: [PATCH] Retrait script temporaire --- www/css/style.css | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 4b69698..669f1a2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -17,34 +17,6 @@ box-sizing: border-box; } -/** SECTION modifier par script **/ -#updateDate { - visibility: hidden; - display: none; -} - -#updateDateV { - visibility: visible; - display: block; - background-color: yellow; - font-weight: bold; - color: black; -} - -#updateDateW { - visibility: visible; - display: block; - font-weight: bold; - color: white; -} - -#pageCouranteNAV { - text-shadow: violet 2px; - box-shadow: #ffefe5; -} - -/** FIN DE SECTION modifier par script **/ - body { min-height: 100vh; /* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */