80 lines
1.1 KiB
CSS
80 lines
1.1 KiB
CSS
|
@page {
|
||
|
size: 6.14in 9.21in;
|
||
|
margin-bottom: 0.8in;
|
||
|
padding-bottom: 0.2in;
|
||
|
margin-top: 0.7in;
|
||
|
}
|
||
|
|
||
|
@page:left {
|
||
|
margin-right: 0.8in;
|
||
|
margin-left: 0.9in;
|
||
|
@bottom-left-corner {
|
||
|
content: counter(page);
|
||
|
font-size: 1rem;
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
|
|
||
|
@bottom {
|
||
|
content: element(runningTitle);
|
||
|
position: relative;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@page:right {
|
||
|
margin-left: 0.8in;
|
||
|
margin-right: 0.9in;
|
||
|
@bottom-right-corner {
|
||
|
content: counter(page);
|
||
|
font-size: 1rem;
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
|
|
||
|
@bottom {
|
||
|
content: element(runningAuthors);
|
||
|
position: relative;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@page crustpage :first {
|
||
|
@bottom-right-corner {
|
||
|
content: none;
|
||
|
}
|
||
|
@bottom {
|
||
|
content: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media print {
|
||
|
html {
|
||
|
font-size: 0.8em;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-size: 1rem;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.header,
|
||
|
.toc,
|
||
|
.backref {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
margin-top: 4rem;
|
||
|
font-style: italic;
|
||
|
font-size: 1.7rem;
|
||
|
margin-bottom: 4rem;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
max-width: reset;
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
}
|