From 8aeb72d4b413c752adbc45e54aabbe2a4297adcd Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Thu, 26 Jan 2023 14:28:29 +0100 Subject: [PATCH] Activation du plugin Sommaire automatique --- css/main.css | 19 ++++++++++++++++++- modeles/agenda.html | 3 --- modeles/sommaire.html | 14 ++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 modeles/sommaire.html 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 + +
+