Initial commit
This commit is contained in:
commit
388079e6bb
1108 changed files with 330121 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
#list-toc-generated{
|
||||
--before-page: "";
|
||||
}
|
||||
|
||||
.toc-element a.toc-page-after::after{
|
||||
content: var(--before-page) target-counter(attr(href), page);
|
||||
float: right; /* put number at the right of the page */
|
||||
}
|
||||
|
||||
.toc-element a.toc-page-before::before{
|
||||
content: var(--before-page) target-counter(attr(href), page);
|
||||
margin-right: 1ch; /* space after number */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue