body baground color

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-17 16:20:54 +02:00
parent 9ea4d69d50
commit 8d9ca03cdd
3 changed files with 28 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -196,6 +196,9 @@
background: $col-transition !important;
}
}
.programme-1162{
}
.views-row{
// margin-top: 2rem;
@ -422,6 +425,16 @@
}
}
}
&.programme-1162{
#node\:field_document .field_document{
background:$col-mission-photographique;
}
article{
h2,h3,h4,h5,h6,.field_titre{
color: $col-mission-photographique;
}
}
}
.layout-content{
position: relative;
}
@ -542,8 +555,6 @@
}
}
#evenements-block_1, #node\:field_document{
background-color: black;
margin-bottom: 5rem;
margin-top: -5rem;
@ -582,6 +593,9 @@
.programme-878{
background: $col-exode;
}
.programme-1162{
background:$col-mission-photographique;
}
.views-row{
padding: 0.3rem 0;
&:last-of-type{
@ -671,7 +685,7 @@
}
}
}
.body:after{
.body:after:not(.programme-912){
pointer-events: none;
content: "";
opacity: 1;
@ -680,6 +694,15 @@
// box-shadow: inset $bck-col 0 -4rem 2rem;
box-shadow: inset white 0 -4rem 2rem;
}
.body:after{
pointer-events: none;
content: "";
opacity: 1;
position: absolute;
top: 0; bottom: 0; left: -15px; right: -15px;
box-shadow: inset $bck-col 0 -4rem 2rem;
}
.body_open{
height: auto;
padding: 0 0 3rem 0;

View File

@ -13,6 +13,7 @@ $col-2: #4dabc1; //popsu 1 : programme 2 ?
$col-1: #61ab32;
$col-transition:#2aa088;
$col-exode:$col-ter;
$col-mission-photographique: #000;
$bck-col: #eff2f9;
$lightblue: #98d0d9;