imposition planche
This commit is contained in:
parent
fcf33d3c79
commit
5afef4d2d4
9 changed files with 104 additions and 7 deletions
|
|
@ -80,7 +80,7 @@
|
|||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images)*2);
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
left: calc((var(--pagedjs-margin-left) + var(--bleed-images))*-1);
|
||||
z-index: -1;
|
||||
/* z-index: -1; */
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
.portfolio-spread figure{
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
/* z-index: -1; */
|
||||
width: calc(var(--pagedjs-pagebox-width) * 2 + var(--bleed-images));
|
||||
height: calc(var(--pagedjs-pagebox-height) + var(--bleed-images));
|
||||
top: calc((var(--pagedjs-margin-top) + var(--bleed-images))*-1);
|
||||
|
|
@ -231,7 +231,7 @@ break-before: right;
|
|||
|
||||
|
||||
|
||||
/* ------ DOUBLE PAGE ------- */
|
||||
/* ------ DOUBLE PAGE (SUPPRIMER) ------- */
|
||||
|
||||
.spread{
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@
|
|||
--running-bottom: 6mm;
|
||||
--running-left: 19px;
|
||||
--running-left-bottom: 55px;
|
||||
|
||||
bleed: 0mm;
|
||||
|
||||
/* bleed: 6mm;
|
||||
marks: crop */
|
||||
}
|
||||
|
||||
@page:left {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
:root{
|
||||
--bg-type: rgba(232, 232, 5, 0.36);
|
||||
--bg-type: transparent;
|
||||
/* --bg-type: transparent; */
|
||||
}
|
||||
|
||||
/* (print-break:) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue