images modifs
This commit is contained in:
parent
0545b131de
commit
714f0a12f8
20 changed files with 134 additions and 22 deletions
|
|
@ -30,4 +30,16 @@ figure[data-crop="false"] img {
|
|||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
||||
/* --- INTERPAGE ---- */
|
||||
.interpage figure {
|
||||
/*background-color: var(--copper);*/
|
||||
background-color: var(--silver);
|
||||
}
|
||||
|
||||
.interpage figure img {
|
||||
filter: grayscale(100%);
|
||||
mix-blend-mode: screen;
|
||||
}
|
||||
|
|
@ -226,10 +226,10 @@ figure img.cover{ object-fit: cover; max-width: none; width:100%; height:100%;}
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.full-bleed-image figure img{
|
||||
object-fit: cover;
|
||||
max-width: none;
|
||||
width:100%;
|
||||
.full-bleed-image figure img{
|
||||
object-fit: cover;
|
||||
max-width: none;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
--green: #000;
|
||||
--blue: #000;
|
||||
|
||||
--silver: #8A8D8F;
|
||||
--copper: #a8923f;
|
||||
/* PANTONE 8642 C */
|
||||
--silver: rgb(138, 131, 124);
|
||||
--copper: rgb(147, 121, 118);
|
||||
/* PANTONE 10444 C ou 8002 C */
|
||||
|
||||
--border: 4mm; /* à enlever */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue