walter-boente_book-collection/css/modules/_layout.scss

94 lines
2.7 KiB
SCSS
Raw Normal View History

2026-01-19 22:14:03 +01:00
@media print {
@page {
size: 134mm 205mm;
// size: 150mm 220mm;
2026-01-19 23:14:58 +01:00
margin-top: 36px;
margin-bottom: 20mm;
2026-01-20 19:05:58 +01:00
bleed: 6mm;
marks: crop;
2026-01-19 22:14:03 +01:00
}
@page:left {
2026-01-19 23:14:58 +01:00
margin-left: 22mm;
margin-right: 22mm;
@bottom-left {
2026-01-19 22:14:03 +01:00
content: counter(page);
2026-01-19 23:14:58 +01:00
font-family: var(--font-title);
font-weight: 500;
font-size: var(--fs-num);
2026-01-19 22:14:03 +01:00
}
// @top-right {
// content: "Höchstpersönlichkeit";
// font-variant-caps: small-caps;
// letter-spacing: 0.01em;
// }
}
@page:right {
margin-left: 32mm;
2026-01-19 23:14:58 +01:00
margin-right: 22mm;
@bottom-right {
2026-01-19 22:14:03 +01:00
content: counter(page);
2026-01-19 23:14:58 +01:00
font-family: var(--font-title);
font-weight: 500;
font-size: var(--fs-num);
2026-01-19 22:14:03 +01:00
}
2026-01-20 19:05:58 +01:00
@right-top {
2026-01-19 22:14:03 +01:00
content: "Höchstpersönlichkeit";
2026-01-20 19:05:58 +01:00
font-family: var(--font-title);
2026-01-19 23:14:58 +01:00
font-weight: normal;
2026-01-20 19:05:58 +01:00
// background-color: red;
transform-origin: top left;
height: calc(var(--baseline)*2);
word-spacing: nowrap;
width: 52ch;
transform: rotate(90deg);
text-align: left;
position: relative;
left: 18mm;
padding-left: 5px;
2026-01-19 22:14:03 +01:00
}
}
@page:first {
@top-left-corner { content: none; }
@top-left { content: none; }
@top-center { content: none; }
@top-right { content: none; }
@top-right-corner { content: none; }
@left-top { content: none; }
@left-middle { content: none; }
@left-bottom { content: none; }
@right-top { content: none; }
@right-middle { content: none; }
@right-bottom { content: none; }
@bottom-left-corner { content: none; }
@bottom-left { content: none; }
@bottom-center { content: none; }
@bottom-right { content: none; }
@bottom-right-corner { content: none; }
}
@page:blank {
@top-left-corner { content: none; }
@top-left { content: none; }
@top-center { content: none; }
@top-right { content: none; }
@top-right-corner { content: none; }
@left-top { content: none; }
@left-middle { content: none; }
@left-bottom { content: none; }
@right-top { content: none; }
@right-middle { content: none; }
@right-bottom { content: none; }
@bottom-left-corner { content: none; }
@bottom-left { content: none; }
@bottom-center { content: none; }
@bottom-right { content: none; }
@bottom-right-corner { content: none; }
}
}
#section__content{
break-before: right;
}