Amélioration du style

Meilleure mise en évidence de la prochaine file à parler
master
Florent Becker 2022-07-29 19:18:42 +02:00
parent a4889e411f
commit b7c9ecd4ed
1 changed files with 21 additions and 1 deletions

View File

@ -12,12 +12,21 @@ details.aide > summary {
font-weight: 1000; font-weight: 1000;
} }
details.configuration {
padding: 1ex;
}
details.configuration[open] { details.configuration[open] {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
padding: 1ex;
border-radius: .5rem; border-radius: .5rem;
} }
details.configuration > summary {
width: 100%;
text-align: right;
}
body > div { body > div {
background-color: aliceblue; background-color: aliceblue;
display: flex; display: flex;
@ -59,6 +68,17 @@ li.dernier_arrive {
background-color: lightgreen; background-color: lightgreen;
} }
.active section.queue h3::before {
content: ">>> " ;
font-style: italic;
}
.active section.queue h3 {
font-style: italic;
}
.attente section.queue { .attente section.queue {
background-color: pink; background-color: pink;
} }