diff --git a/css/main.css b/css/main.css index 81dd921..96cb957 100644 --- a/css/main.css +++ b/css/main.css @@ -285,6 +285,19 @@ table { color: #203636; font-size: 1.7rem; font-weight: bold; + list-style: none; +} + +.sommaire-Summary::-webkit-details-marker { + display: none; +} + +.sommaire-Summary::after { + content: " ⏵"; +} + +.sommaire-Details[open] .sommaire-Summary::after { + content: " ⏷"; } .sommaire-Liste { @@ -518,7 +531,11 @@ table { .header-Nav { padding-top: 0; - } + } + + .sommaire-Liste { + column-count: 1; + } } diff --git a/modeles/agenda.html b/modeles/agenda.html index a2d7811..1391988 100644 --- a/modeles/agenda.html +++ b/modeles/agenda.html @@ -1,7 +1,6 @@ #SET{repartition, #MES_REPARTITION{#ENV{tag}}}
Sommaire -
-
-

#VALEUR{name}

diff --git a/modeles/sommaire.html b/modeles/sommaire.html new file mode 100644 index 0000000..9c2e7eb --- /dev/null +++ b/modeles/sommaire.html @@ -0,0 +1,14 @@ +#SET{liste, '*'} +[(#CONFIG{sommaire_automatique_numerote}|=={on}|oui) + #SET{liste, '#'} +] + +
+Sommaire + +
+