tweaking pagination for dotawo7 !publish!

This commit is contained in:
Marcell Mars 2023-05-10 14:07:36 +02:00
parent 6cab3720fc
commit 0627c04a99
2 changed files with 18 additions and 18 deletions

View file

@ -6,14 +6,14 @@
} }
@page:left { @page:left {
margin-right: 0.8in; margin-right: 0.6in;
margin-left: 0.9in; margin-left: 1.1in;
@bottom-left-corner { @bottom-left-corner {
content: counter(page); content: counter(page);
font-size: 1rem; font-size: 1rem;
vertical-align: text-top; vertical-align: text-top;
} }
@bottom { @bottom {
content: element(runningTitle); content: element(runningTitle);
position: relative; position: relative;
@ -21,14 +21,14 @@
} }
@page:right { @page:right {
margin-left: 0.8in; margin-left: 0.6in;
margin-right: 0.9in; margin-right: 1.1in;
@bottom-right-corner { @bottom-right-corner {
content: counter(page); content: counter(page);
font-size: 1rem; font-size: 1rem;
vertical-align: text-top; vertical-align: text-top;
} }
@bottom { @bottom {
content: element(runningAuthors); content: element(runningAuthors);
position: relative; position: relative;
@ -41,7 +41,7 @@
} }
@bottom { @bottom {
content: none; content: none;
} }
} }
@media print { @media print {
@ -119,30 +119,30 @@
margin-top: 2rem; margin-top: 2rem;
margin-bottom: -2rem; margin-bottom: -2rem;
} }
.footnotes hr::after { .footnotes hr::after {
content: "Endnotes"; content: "Endnotes";
font-size: 1.2rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
} }
.runningTitle { .runningTitle {
position: running(runningTitle); position: running(runningTitle);
} }
.runningAuthors { .runningAuthors {
position: running(runningAuthors); position: running(runningAuthors);
} }
.hasauthors .afterhas { .hasauthors .afterhas {
font-size: 1.5rem; font-size: 1.5rem;
} }
.crustpage { .crustpage {
break-before: page; break-before: page;
page: crustpage; page: crustpage;
} }
.hasin { .hasin {
display: none; display: none;
} }
@ -161,7 +161,7 @@
padding-right: 0; padding-right: 0;
font-size: 0.9rem; font-size: 0.9rem;
} }
/* /*
h2:before, h2:before,
h3:before, h3:before,
h4:before, h4:before,
@ -169,12 +169,12 @@
content: none; content: none;
} }
*/ */
h2, h3, h4, h5, hr { h2, h3, hr {
break-after: avoid; break-after: avoid;
} }
table { table {
font-size: 0.9rem; font-size: 0.94rem;
} }
.glosscontainer, .glosscontainer,
@ -185,7 +185,7 @@
li { li {
break-inside: avoid; break-inside: avoid;
} }
.authorpage { .authorpage {
break-before: page; break-before: page;
} }

View file

@ -1 +1 @@
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230509215013-4c3c3195df33 # git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230510120634-809f97636938