initial commit

This commit is contained in:
Julie Blanc 2026-01-10 18:33:22 +01:00
commit 21711bd5dd
253 changed files with 78415 additions and 0 deletions

View file

@ -0,0 +1,46 @@
@media print {
/* Size and marin for all pages ------------- */
@page {
size: 148mm 210mm;
margin-top: 20mm;
margin-bottom: 20mm;
bleed: 6mm;
marks: crop;
@bottom-center{
content: counter(page);
}
}
figure, img{
width: 100%;
}
}
*{
margin: 0;
padding: 0;
}
#image-full{
--pagedjs-full-page: spread;
width: 100%;
height: 100%;
}
#image-full img{
width: 100%;
height: 100%;
object-fit: cover;
}
.pagedjs_note{
color: red;
}