79 lines
2.2 KiB
SCSS
79 lines
2.2 KiB
SCSS
|
|
@media print {
|
||
|
|
@page {
|
||
|
|
size: 134mm 205mm;
|
||
|
|
// size: 150mm 220mm;
|
||
|
|
margin-top: 67px;
|
||
|
|
margin-bottom: 10mm;
|
||
|
|
margin-left: 10mm;
|
||
|
|
margin-right: 10mm;
|
||
|
|
bleed: 6mm;
|
||
|
|
marks: crop;
|
||
|
|
}
|
||
|
|
@page:left {
|
||
|
|
margin-left: 12mm;
|
||
|
|
margin-right: 32mm;
|
||
|
|
@top-left {
|
||
|
|
content: counter(page);
|
||
|
|
}
|
||
|
|
// @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 {
|
||
|
|
content: counter(page);
|
||
|
|
}
|
||
|
|
@top-left {
|
||
|
|
content: "Höchstpersönlichkeit";
|
||
|
|
font-variant-caps: small-caps;
|
||
|
|
letter-spacing: 0.05em;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
@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;
|
||
|
|
|
||
|
|
}
|