starting layout-2

This commit is contained in:
Julie Blanc 2026-01-19 23:14:58 +01:00
parent abbd549428
commit e055fc96ee
9 changed files with 142 additions and 139 deletions

View file

@ -2,18 +2,20 @@
@page {
size: 134mm 205mm;
// size: 150mm 220mm;
margin-top: 67px;
margin-bottom: 10mm;
margin-left: 10mm;
margin-right: 10mm;
bleed: 6mm;
marks: crop;
margin-top: 36px;
margin-bottom: 20mm;
// bleed: 6mm;
// marks: crop;
}
@page:left {
margin-left: 12mm;
margin-right: 32mm;
@top-left {
margin-left: 22mm;
margin-right: 22mm;
@bottom-left {
content: counter(page);
font-family: var(--font-title);
font-weight: 500;
font-size: var(--fs-num);
}
// @top-right {
// content: "Höchstpersönlichkeit";
@ -23,14 +25,17 @@
}
@page:right {
margin-left: 32mm;
margin-right: 12mm;
@top-right {
margin-right: 22mm;
@bottom-right {
content: counter(page);
font-family: var(--font-title);
font-weight: 500;
font-size: var(--fs-num);
}
@top-left {
@bottom-left {
content: "Höchstpersönlichkeit";
font-variant-caps: small-caps;
letter-spacing: 0.05em;
font-family: var(--font-title);
font-weight: normal;
}
}