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; }