From b7c9ecd4ed20aafcbf6a8c5accf3a61de123ec81 Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Fri, 29 Jul 2022 19:18:42 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Meilleure mise en évidence de la prochaine file à parler --- kikikoz.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/kikikoz.css b/kikikoz.css index 7b32ade..01ebee5 100644 --- a/kikikoz.css +++ b/kikikoz.css @@ -12,12 +12,21 @@ details.aide > summary { font-weight: 1000; } +details.configuration { + padding: 1ex; +} + details.configuration[open] { background-color: rgba(0, 0, 0, 0.2); - padding: 1ex; + border-radius: .5rem; } +details.configuration > summary { + width: 100%; + text-align: right; +} + body > div { background-color: aliceblue; display: flex; @@ -59,6 +68,17 @@ li.dernier_arrive { background-color: lightgreen; } + +.active section.queue h3::before { + content: ">>> " ; + font-style: italic; +} + + +.active section.queue h3 { + font-style: italic; +} + .attente section.queue { background-color: pink; }