Compare commits
3 Commits
bded893630
...
77eddf6f5a
Author | SHA1 | Date | |
---|---|---|---|
77eddf6f5a | |||
5fa9f260f3 | |||
ea9457d7d4 |
@ -10,7 +10,6 @@
|
||||
* @see index.php
|
||||
* @see core/install.php
|
||||
* @see core/rebuild.php
|
||||
* @see core/modules/statistics/statistics.php
|
||||
*/
|
||||
|
||||
return require __DIR__ . '/../vendor/autoload.php';
|
||||
|
File diff suppressed because one or more lines are too long
@ -17,6 +17,13 @@ article, .paragraph{
|
||||
z-index: 0;
|
||||
position: relative;
|
||||
}
|
||||
.programme-6,
|
||||
.programme-7,
|
||||
.programme-883{
|
||||
.layout-container{
|
||||
background-color: white !important;
|
||||
}
|
||||
}
|
||||
.block-region-bottom .prog-ressources-link,.ressources-link{
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
|
@ -1,6 +1,10 @@
|
||||
.page-node-type-evenement, .page-node-type-actualite{
|
||||
// .layout-container{
|
||||
// background-color: $bck-col;
|
||||
|
||||
// }
|
||||
.block-region-first{
|
||||
|
||||
|
||||
.field_programme{
|
||||
display: none;
|
||||
}
|
||||
|
@ -445,8 +445,7 @@
|
||||
padding: 1rem 1.5rem ;
|
||||
a.prog-palpite-link,
|
||||
a.prog-ressources-link,
|
||||
a.prog-exodeurbain-link,
|
||||
a.prog-missionphoto-link{
|
||||
a.prog-exodeurbain-link{
|
||||
text-transform: uppercase;
|
||||
font-family: "duke";
|
||||
font-size: $font-large;
|
||||
@ -670,7 +669,8 @@
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
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{
|
||||
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;
|
||||
}
|
||||
}
|
||||
.block-region-third{
|
||||
margin-top: 90%;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -641,6 +641,7 @@
|
||||
.field_programme div{
|
||||
background: $col-transition ;
|
||||
}
|
||||
|
||||
}
|
||||
&.programme-878{
|
||||
.block-region-second{
|
||||
|
@ -171,6 +171,7 @@
|
||||
border-bottom: solid black 0.5px;
|
||||
img{
|
||||
max-height: 4.5rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@ -184,10 +185,11 @@
|
||||
&>div[id='']{
|
||||
height: 100%;
|
||||
font-size: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
width: 120%;
|
||||
padding-bottom: 0.4rem;
|
||||
|
||||
a[rel~='home']{
|
||||
//display: none;
|
||||
height: 100%;
|
||||
@ -225,7 +227,7 @@
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
padding: 1rem 15%;
|
||||
padding: 1rem 15% 2rem 15%;
|
||||
|
||||
&>div:first-child{
|
||||
grid-column-start: 2;
|
||||
|
@ -7,6 +7,7 @@
|
||||
column-gap: 3rem;
|
||||
row-gap: 1rem;
|
||||
position: relative;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user