Added even more JavaScript stuff: FAQ, dark mode and a navbar

This commit is contained in:
2026-06-19 15:30:25 +02:00
parent 75a2305553
commit b3507bc30f
4 changed files with 59 additions and 19 deletions
+16 -2
View File
@@ -7,7 +7,7 @@ body {
height: 100%;
background-color: lightblue;
margin: 0;
padding-bottom: 60px;
padding-bottom: 65px;
}
#nav_barre {
@@ -124,7 +124,7 @@ td {
#titre_tableau {
font-size: 25px;
color: seagreen;
padding-left: 200px;
padding-left: 10px;
}
.form {
@@ -163,7 +163,21 @@ textarea {
position: fixed;
bottom: 0;
width: 100%;
border-top: 2px solid;
padding-bottom: 10px;
}
#statut_horaires {
font-size: 15px;
}
body.sombre {
background-color: #1d2733;
color: white;
}
.q-reponse {
display: none;
}
.q-reponse.ouverte {
display: block;
}