adjust header entretiens
This commit is contained in:
parent
828d97f3f9
commit
6e97e2f46c
4 changed files with 62 additions and 77 deletions
|
|
@ -233,20 +233,6 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* DELETE BEFORE PRINT */
|
||||
/* .pagedjs_margin-top-right-corner-holder{
|
||||
background-color: white;
|
||||
width: 40px;
|
||||
position: absolute;
|
||||
right: -41px;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
/* DELETE BEFORE PRINT */
|
||||
|
||||
|
||||
|
||||
|
||||
.pagedjs_left_page .pagedjs_margin-bottom-left .pagedjs_margin-content::after {
|
||||
padding-left: 0.25ch;
|
||||
|
|
@ -264,4 +250,40 @@
|
|||
display: inline-block;
|
||||
background-color: white;
|
||||
min-width: 2ch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[data-chapter="essai"]{
|
||||
--sign-color: var(--blue);
|
||||
page: essai;
|
||||
break-before: right;
|
||||
}
|
||||
|
||||
|
||||
@page essai{
|
||||
--sign-color: var(--blue);
|
||||
}
|
||||
|
||||
[data-chapter="entretien"]{
|
||||
--sign-color: var(--red);
|
||||
page: entretien;
|
||||
break-before: right;
|
||||
}
|
||||
|
||||
@page entretien{
|
||||
--sign-color: var(--red);
|
||||
}
|
||||
|
||||
[data-chapter="portfolio"]{
|
||||
--sign-color: var(--green);
|
||||
page: portfolio;
|
||||
break-before: right;
|
||||
}
|
||||
|
||||
@page portfolio{
|
||||
--sign-color: var(--green);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue