Template
Book/styles.css
From Dogcraft Wiki
(Created page with ".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; }") |
m (Domino moved page Template:Book/styles.css to Template:Books/styles.css without leaving a redirect) |
(No difference)
| |
Revision as of 12:40, 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:40. (12 hours ago)