developpement piste finale

This commit is contained in:
sarahgarcin1 2026-03-31 17:07:00 +02:00
parent 221d5abf9a
commit 341b64d33f
122 changed files with 499 additions and 5228 deletions

View file

@ -391,34 +391,6 @@ figure img.cover{ object-fit: cover; max-width: none; width:100%; height:100%;}
figure.bottom { align-self: end;}
/* ------- TABLE OF CONTENTS --------- */
/* counters */
#list-toc-generated{
counter-reset: counterTocLevel1;
list-style: none;
overflow-x: visible !important;
}
#list-toc-generated .toc-element-level-1{
counter-increment: counterTocLevel1;
counter-reset: counterTocLevel2;
}
#list-toc-generated a{
text-decoration: none;
}
#list-toc-generated .toc-element a::after{
content: target-counter(attr(href), page);
position: absolute;
right:0;
text-align: right;
}
#list-toc-generated li span{
display: block;
}