Compare commits

...

3 Commits

Author SHA1 Message Date
77eddf6f5a couleur popsu transition cartouche ressources 2025-04-14 16:05:01 +02:00
5fa9f260f3 fond blanc page programme, position block third exode urbain 2025-04-14 15:20:30 +02:00
ea9457d7d4 padding header 2025-04-10 10:55:31 +02:00
8 changed files with 37 additions and 9 deletions

View File

@ -10,7 +10,6 @@
* @see index.php * @see index.php
* @see core/install.php * @see core/install.php
* @see core/rebuild.php * @see core/rebuild.php
* @see core/modules/statistics/statistics.php
*/ */
return require __DIR__ . '/../vendor/autoload.php'; return require __DIR__ . '/../vendor/autoload.php';

File diff suppressed because one or more lines are too long

View File

@ -17,6 +17,13 @@ article, .paragraph{
z-index: 0; z-index: 0;
position: relative; position: relative;
} }
.programme-6,
.programme-7,
.programme-883{
.layout-container{
background-color: white !important;
}
}
.block-region-bottom .prog-ressources-link,.ressources-link{ .block-region-bottom .prog-ressources-link,.ressources-link{
display: inline-block; display: inline-block;
margin: 0 auto; margin: 0 auto;

View File

@ -1,6 +1,10 @@
.page-node-type-evenement, .page-node-type-actualite{ .page-node-type-evenement, .page-node-type-actualite{
// .layout-container{
// background-color: $bck-col;
// }
.block-region-first{ .block-region-first{
.field_programme{ .field_programme{
display: none; display: none;
} }

View File

@ -445,8 +445,7 @@
padding: 1rem 1.5rem ; padding: 1rem 1.5rem ;
a.prog-palpite-link, a.prog-palpite-link,
a.prog-ressources-link, a.prog-ressources-link,
a.prog-exodeurbain-link, a.prog-exodeurbain-link{
a.prog-missionphoto-link{
text-transform: uppercase; text-transform: uppercase;
font-family: "duke"; font-family: "duke";
font-size: $font-large; font-size: $font-large;
@ -670,7 +669,8 @@
opacity: 1; opacity: 1;
position: absolute; position: absolute;
top: 0; bottom: 0; left: -15px; right: -15px; top: 0; bottom: 0; left: -15px; right: -15px;
box-shadow: inset $bck-col 0 -4rem 2rem; // box-shadow: inset $bck-col 0 -4rem 2rem;
box-shadow: inset white 0 -4rem 2rem;
} }
.body_open{ .body_open{
height: auto; height: auto;
@ -950,6 +950,17 @@
} }
} }
.programme-883{
.views-field{
color: $col-transition!important;
}
.views-field-field-programme, .views-field-title-1{
.field-content{
background: $col-transition ;
}
}
}
} }
} }
@ -1072,5 +1083,8 @@
transition: all 250ms ease; transition: all 250ms ease;
} }
} }
.block-region-third{
margin-top: 90%;
}
} }

View File

@ -641,6 +641,7 @@
.field_programme div{ .field_programme div{
background: $col-transition ; background: $col-transition ;
} }
} }
&.programme-878{ &.programme-878{
.block-region-second{ .block-region-second{

View File

@ -171,6 +171,7 @@
border-bottom: solid black 0.5px; border-bottom: solid black 0.5px;
img{ img{
max-height: 4.5rem; max-height: 4.5rem;
width: auto;
} }
} }
@ -184,10 +185,11 @@
&>div[id='']{ &>div[id='']{
height: 100%; height: 100%;
font-size: 0; font-size: 0;
} }
width: 120%;
padding-bottom: 0.4rem;
a[rel~='home']{ a[rel~='home']{
//display: none; //display: none;
height: 100%; height: 100%;
@ -225,7 +227,7 @@
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
padding: 1rem 15%; padding: 1rem 15% 2rem 15%;
&>div:first-child{ &>div:first-child{
grid-column-start: 2; grid-column-start: 2;

View File

@ -7,6 +7,7 @@
column-gap: 3rem; column-gap: 3rem;
row-gap: 1rem; row-gap: 1rem;
position: relative; position: relative;
margin-bottom: 3rem;
} }