tweaking pagination for dotawo7
This commit is contained in:
parent
4c3c3195df
commit
809f976369
1 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue