From 09103a7b8812aab4e2af235e371de308468bd553 Mon Sep 17 00:00:00 2001 From: Rocher Date: Mon, 23 Sep 2024 17:00:46 +0200 Subject: [PATCH] =?UTF-8?q?theme=20sombre=20+=20bandeau=20100%=20termin?= =?UTF-8?q?=C3=A9=20(50/50=20avec=20kentin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style/style.css | 80 ------------------------------------------------- 2 files changed, 1 insertion(+), 81 deletions(-) delete mode 100644 style/style.css diff --git a/index.html b/index.html index 0b59d58..3b55c8d 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Wiki Fantasy - + diff --git a/style/style.css b/style/style.css deleted file mode 100644 index 4168733..0000000 --- a/style/style.css +++ /dev/null @@ -1,80 +0,0 @@ -/* Styles généraux */ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -/* Header */ -.header { - display: flex; - position: fixed; - background-color: #000000; - right: 0; - top: 0; - width: 100%; - text-align: center; - padding: 20px; -} - -.nav { - display: flex; - align-items: center; - vertical-align: center; - gap: 30px; - width: 40%; -} - -.logo { - display: flex; - align-items: center; - justify-content: center; - width: 20%; -} - -.user { - display: flex; - flex-direction: row; - justify-content: flex-end; - align-items: center; - vertical-align: center; - gap: 30px; - width: 40%; -} - -/* Mode sombre */ -body.dark-mode { - background-color: #120B1D; - color: #ffffff; -} - -body.dark-mode .header { - background-color: #000; -} - -body.dark-mode img { - filter: invert(0%); -} - -body.dark-mode .nav img:hover { - filter: invert(59%) sepia(96%) saturate(6733%) hue-rotate(275deg) brightness(112%) contrast(122%); -} - - -/* Mode clair */ -body.light-mode { - background-color: #ffffff; - color: #000000; -} - -body.light-mode .header { - background-color: #F7F7EB; -} - -body.light-mode img { - filter: invert(100%); -} - -body.light-mode .nav img:hover { - filter: invert(22%) sepia(6%) saturate(2269%) hue-rotate(193deg) brightness(98%) contrast(106%); -} \ No newline at end of file