test pagedjs failed
parent
b1ad2c57d0
commit
9633ececf0
@ -0,0 +1,60 @@
|
|||||||
|
@media print{
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: A5;
|
||||||
|
margin-top: 10mm;
|
||||||
|
margin-right: 20mm;
|
||||||
|
margin-bottom: 25mm;
|
||||||
|
margin-left: 15mm;
|
||||||
|
}
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container{
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.libretto{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.libretto > * {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
header.cover{
|
||||||
|
width: auto;
|
||||||
|
height: 100%;
|
||||||
|
min-height: auto;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cover .title {
|
||||||
|
font-size: 46px;
|
||||||
|
margin: 64px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.atlas,
|
||||||
|
.cover,
|
||||||
|
.contributions,
|
||||||
|
.contribution,
|
||||||
|
.index {
|
||||||
|
break-before: page;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.info{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.index {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue