Initial commit

This commit is contained in:
sarahgarcin1 2026-01-05 19:33:15 +01:00
commit 388079e6bb
1108 changed files with 330121 additions and 0 deletions

View file

@ -0,0 +1,33 @@
@media screen, pagedjs-ignore {
.no-spread .pagedjs_pages {
flex-direction: column;
width: 100%;
}
.no-spread .pagedjs_first_page {
margin-left: 0;
}
.no-spread .pagedjs_page {
margin: 0 auto;
margin-top: 10mm;
}
.no-spread .pagedjs_left_page{
width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left))!important;
}
.no-spread .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop{
border-color: var(--pagedjs-crop-color);
}
.no-spread .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
width: var(--pagedjs-cross-size)!important;
}
.no-spread .pagedjs_right_page{
left: 0;
}
}