Compare commits

...

7 Commits

7 changed files with 68 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -583,11 +583,11 @@ jQuery(document).ready(function () {
//Disable cut copy paste
jQuery('body').bind('cut copy paste', function (e) {
// jQuery('body').bind('cut copy paste', function (e) {
e.preventDefault();
// e.preventDefault();
});
// });
//Disable mouse right click

View File

@@ -21,7 +21,12 @@ article, .paragraph{
.programme-7,
.programme-883{
.layout-container{
background-color: white !important;
background-color: white;
}
}
.page-node-type-theme{
.layout-container{
background-color: $bck-col !important;
}
}
.block-region-bottom .prog-ressources-link,.ressources-link{

View File

@@ -196,6 +196,9 @@
background: $col-transition !important;
}
}
.programme-1162{
}
.views-row{
// margin-top: 2rem;
@@ -422,6 +425,33 @@
}
}
}
&.programme-912{
.main_logo{
position: absolute !important;
top:0;
left: 0;
margin: -6% 0 3rem !important;
}
}
&.programme-1162{
#node\:field_document .field_document{
background:$col-mission-photographique;
}
article{
h2,h3,h4,h5,h6,.field_titre{
color: $col-mission-photographique;
}
}
.main_logo{
position: absolute !important;
top:0;
left: 0;
margin: -6% 0 3rem !important;
}
}
.layout-content{
position: relative;
}
@@ -453,7 +483,8 @@
padding: 1rem 1.5rem ;
a.prog-palpite-link,
a.prog-ressources-link,
a.prog-exodeurbain-link{
a.prog-exodeurbain-link,
a.prog-missionphoto-link{
text-transform: uppercase;
font-family: "duke";
font-size: $font-large;
@@ -542,8 +573,6 @@
}
}
#evenements-block_1, #node\:field_document{
background-color: black;
margin-bottom: 5rem;
margin-top: -5rem;
@@ -582,6 +611,9 @@
.programme-878{
background: $col-exode;
}
.programme-1162{
background:$col-mission-photographique;
}
.views-row{
padding: 0.3rem 0;
&:last-of-type{
@@ -677,9 +709,19 @@
opacity: 1;
position: absolute;
top: 0; bottom: 0; left: -15px; right: -15px;
// box-shadow: inset $bck-col 0 -4rem 2rem;
box-shadow: inset white 0 -4rem 2rem;
}
.programme-912.body:after,
.programme-1162.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

@@ -237,6 +237,7 @@
top: 0; bottom: 0; left: -15px; right: -15px;
box-shadow: inset $bck-col 0 -2rem 2rem;
}
.body_open{
height: auto !important;
padding: 0 0 1.8rem 0;
@@ -1004,3 +1005,12 @@
}
}
}
.programme-883{
.page-node-type-theme{
.layout-container{
background-color: $bck-col !important;
}
}
}

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;