running header bottom
This commit is contained in:
parent
b07030da8a
commit
d97e8b05dc
6 changed files with 38 additions and 28 deletions
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
.inline-note {
|
||||
float: footnote;
|
||||
font-size: 9px;
|
||||
line-height: calc(var(--baseline)*0.9);
|
||||
font-size: 9.5px;
|
||||
line-height: 12.8px;
|
||||
padding-left: var(--indent);
|
||||
position: relative;
|
||||
// font-weight: 100;
|
||||
|
|
|
|||
|
|
@ -2,35 +2,37 @@
|
|||
@page {
|
||||
size: 134mm 205mm;
|
||||
// size: 150mm 220mm;
|
||||
margin-top: 67px;
|
||||
margin-bottom: 10mm;
|
||||
margin-top: 35px;
|
||||
margin-bottom: 20mm;
|
||||
margin-left: 10mm;
|
||||
margin-right: 10mm;
|
||||
// bleed: 6mm;
|
||||
// marks: crop;
|
||||
bleed: 6mm;
|
||||
marks: crop;
|
||||
}
|
||||
@page:left {
|
||||
margin-left: 12mm;
|
||||
margin-right: 32mm;
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: counter(page);
|
||||
font-family: var(--font-title);
|
||||
font-size: 11px;
|
||||
}
|
||||
// @top-right {
|
||||
// content: "Höchstpersönlichkeit";
|
||||
// font-variant-caps: small-caps;
|
||||
// letter-spacing: 0.01em;
|
||||
// }
|
||||
}
|
||||
@page:right {
|
||||
margin-left: 32mm;
|
||||
margin-right: 12mm;
|
||||
@top-right {
|
||||
@bottom-right {
|
||||
content: counter(page);
|
||||
font-family: var(--font-title);
|
||||
font-size: 11px;
|
||||
}
|
||||
@top-left {
|
||||
@bottom-left {
|
||||
content: "Höchstpersönlichkeit";
|
||||
font-variant-caps: small-caps;
|
||||
letter-spacing: 0.05em;
|
||||
font-family: var(--font-title);
|
||||
font-size: 11px;
|
||||
// font-style: italic;
|
||||
// font-variant-caps: small-caps;
|
||||
// letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ blockquote{
|
|||
margin-bottom: calc(var(--baseline)*1);
|
||||
|
||||
font-family: var(--font-sans-txt);
|
||||
font-size: 11px;
|
||||
font-size: var(--fs-small-q);
|
||||
line-height: calc(var(--baseline)*0.9);
|
||||
// font-weight: var(--w-title);
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
// --font-sans-txt: 'Akkurat Std';
|
||||
--font-sans-txt: 'Moulin', sans-serif;
|
||||
--font-size: 12px;
|
||||
--fs-small-q: 11px;
|
||||
--baseline: 16px;
|
||||
--indent: 26px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue