Style des notes de bas de page
This commit is contained in:
@@ -1448,6 +1448,29 @@ main > article > figure.figure-media:has(+ figure.chat-message) > figcaption.fig
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
main > article .footnotes {
|
||||
ol {
|
||||
margin: var(--margin) auto;
|
||||
padding-left: 1.5em;
|
||||
font-size: 1rem;
|
||||
list-style-type: decimal;
|
||||
list-style-position: outside;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
|
||||
li {
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
p {
|
||||
width: auto;
|
||||
line-height: 130%;
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body:has(> header.article-header) > main > article > figure.chat-message,
|
||||
body:has(> header.article-header) > main > article > figure.chat-message + figure.figure-media,
|
||||
body:has(> header.article-header) > main > article > figure.figure-media:has(+ figure.chat-message) {
|
||||
|
||||
Reference in New Issue
Block a user