tweaking pagination for dotawo7 !publish!

master
Marcell Mars 12 months ago
parent 6cab3720fc
commit 0627c04a99

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

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

Loading…
Cancel
Save