decor-6-expe/maquette-tests/assets/css/base/_layout.scss
2026-02-24 12:40:59 +01:00

88 lines
No EOL
1.3 KiB
SCSS

@mixin running(){
font-family: var(--font);
font-size: 12px;
vertical-align: bottom;
padding-bottom: 5mm;
}
@mixin numPage(){
font-family: var(--font);
font-size: 20px;
vertical-align: bottom;
padding-bottom: 5mm;
width: 10mm;
}
@media print{
@page {
size: 165mm 240mm;
margin-top: 10mm;
margin-bottom: 20mm;
bleed: 6mm;
marks: crop;
}
@page:left{
margin-left: 18mm;
margin-right: 26mm;
@bottom-left{
content: counter(page);
@include numPage();
}
@bottom-center {
content: string(author);
@include running();
text-align: left;
padding-left: 3ch;
}
@bottom-right {
content: string(type);
@include running();
}
}
@page:right{
margin-left: 26mm;
margin-right: 18mm;
@bottom-right{
content: counter(page);
@include numPage();
text-align: right;
}
@bottom-left {
content: string(title);
@include running();
}
}
/*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;
// }