parent
a4889e411f
commit
b7c9ecd4ed
22
kikikoz.css
22
kikikoz.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue