Template
Book/styles.css
From Dogcraft Wiki
m (Domino moved page Template:Book/styles.css to Template:Books/styles.css without leaving a redirect) |
m (Domino moved page Template:Books/styles.css to Template:Book/styles.css without leaving a redirect) |
(No difference)
| |
Revision as of 12:47, 27 January 2026
.book-page-container {
counter-reset: pages 0;
}
.book-page-container > div {
position: relative;
margin-bottom: 2rem;
}
.book-page-container > div::after {
content: '(Page ' counter(pages) ' of ' attr(data-maximum-pages) ')';
position: absolute;
bottom: -2rem;
text-align: center;
width: 100%;
border-top: solid 1px gray;
color: gray;
counter-increment: pages;
}
This page was last modified on 27 January 2026, at 12:47. (12 hours ago)