2026-02-23 22:28:14 +01:00
|
|
|
@mixin running(){
|
|
|
|
|
font-family: var(--mono);
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-02-23 11:35:07 +01:00
|
|
|
@media print{
|
|
|
|
|
|
|
|
|
|
@page {
|
|
|
|
|
size: 165mm 240mm;
|
|
|
|
|
margin-top: 10mm;
|
|
|
|
|
margin-bottom: 20mm;
|
2026-02-23 22:28:14 +01:00
|
|
|
bleed: 6mm;
|
|
|
|
|
marks: crop;
|
2026-02-23 11:35:07 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page:left{
|
2026-02-23 22:44:59 +01:00
|
|
|
margin-left: 25mm;
|
|
|
|
|
margin-right: 25mm;
|
2026-02-23 11:35:07 +01:00
|
|
|
@bottom-left-corner{
|
|
|
|
|
content: counter(page);
|
2026-02-23 22:28:14 +01:00
|
|
|
@include running();
|
|
|
|
|
|
2026-02-23 11:35:07 +01:00
|
|
|
text-align: left;
|
|
|
|
|
padding-left: 10mm;
|
|
|
|
|
}
|
|
|
|
|
@bottom-left {
|
|
|
|
|
content: string(author);
|
2026-02-23 22:28:14 +01:00
|
|
|
@include running();
|
2026-02-23 11:35:07 +01:00
|
|
|
}
|
|
|
|
|
@bottom-center {
|
|
|
|
|
content: string(type);
|
2026-02-23 22:28:14 +01:00
|
|
|
@include running();
|
2026-02-23 11:35:07 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page:right{
|
2026-02-23 22:44:59 +01:00
|
|
|
margin-left: 25mm;
|
|
|
|
|
margin-right: 25mm;
|
2026-02-23 11:35:07 +01:00
|
|
|
@bottom-right-corner{
|
|
|
|
|
content: counter(page);
|
2026-02-23 22:28:14 +01:00
|
|
|
@include running();
|
2026-02-23 11:35:07 +01:00
|
|
|
text-align: right;
|
|
|
|
|
padding-right: 10mm;
|
|
|
|
|
}
|
|
|
|
|
@bottom-left {
|
|
|
|
|
content: string(title);
|
2026-02-23 22:28:14 +01:00
|
|
|
@include running();
|
2026-02-23 11:35:07 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*p{
|
|
|
|
|
background: salmon;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.chapter{
|
|
|
|
|
break-before: right;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// .pagedjs_left_page .pagedjs_pagebox{
|
|
|
|
|
|
|
|
|
|
// background: linear-gradient(180deg, transparent 82%, #00009B 100%)!important;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .pagedjs_right_page .pagedjs_pagebox{
|
|
|
|
|
|
|
|
|
|
// background: linear-gradient(180deg, transparent 82%, #00009B 100%)!important;
|
|
|
|
|
|
|
|
|
|
// }
|