08-08-2020
Ces tables des matières...
Le saviez-vous ?
Les tables des matières de ce blog sont produites avec de simples déclarations css.
Je rajoute des sous-titres
Sinon il n'y aura pas de tables des matières sur cet article.
riri
fifi
loulou
Les déclarations css qui vont bien
#table-of-contents{
all: initial;
position:fixed;
top:30px;
font-size:90%;
text-indent:0px;
text-align:left;
background-color:#EBEBEB;
/*border-top: 2px solid gray;
border-right:2px solid gray;*/
padding:4px;
width: 17%;
float: left;
clear: left;
display: block;
margin-left:-18%;
text-overflow:clip;
overflow-wrap: anywhere;
}
#text-table-of-contents{
margin-left:0px;
}
#text-table-of-contents li, li li, li li li {
margin-left:-25px;
}