Compare commits
7 Commits
05e199c2c4
...
2f49bb4a3c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f49bb4a3c | |||
| 9232efbb93 | |||
| 2c594067f9 | |||
| a33e5064e2 | |||
| 106efbee78 | |||
| 0ff8c02807 | |||
| 8d9ca03cdd |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -583,11 +583,11 @@ jQuery(document).ready(function () {
|
|||||||
|
|
||||||
//Disable cut copy paste
|
//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
|
//Disable mouse right click
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,12 @@ article, .paragraph{
|
|||||||
.programme-7,
|
.programme-7,
|
||||||
.programme-883{
|
.programme-883{
|
||||||
.layout-container{
|
.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{
|
.block-region-bottom .prog-ressources-link,.ressources-link{
|
||||||
|
|||||||
@@ -196,6 +196,9 @@
|
|||||||
background: $col-transition !important;
|
background: $col-transition !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.programme-1162{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.views-row{
|
.views-row{
|
||||||
// margin-top: 2rem;
|
// 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{
|
.layout-content{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -453,7 +483,8 @@
|
|||||||
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;
|
||||||
@@ -542,8 +573,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#evenements-block_1, #node\:field_document{
|
#evenements-block_1, #node\:field_document{
|
||||||
|
|
||||||
|
|
||||||
background-color: black;
|
background-color: black;
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
margin-top: -5rem;
|
margin-top: -5rem;
|
||||||
@@ -582,6 +611,9 @@
|
|||||||
.programme-878{
|
.programme-878{
|
||||||
background: $col-exode;
|
background: $col-exode;
|
||||||
}
|
}
|
||||||
|
.programme-1162{
|
||||||
|
background:$col-mission-photographique;
|
||||||
|
}
|
||||||
.views-row{
|
.views-row{
|
||||||
padding: 0.3rem 0;
|
padding: 0.3rem 0;
|
||||||
&:last-of-type{
|
&:last-of-type{
|
||||||
@@ -677,9 +709,19 @@
|
|||||||
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 white 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{
|
.body_open{
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0 0 3rem 0;
|
padding: 0 0 3rem 0;
|
||||||
|
|||||||
@@ -237,6 +237,7 @@
|
|||||||
top: 0; bottom: 0; left: -15px; right: -15px;
|
top: 0; bottom: 0; left: -15px; right: -15px;
|
||||||
box-shadow: inset $bck-col 0 -2rem 2rem;
|
box-shadow: inset $bck-col 0 -2rem 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body_open{
|
.body_open{
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
padding: 0 0 1.8rem 0;
|
padding: 0 0 1.8rem 0;
|
||||||
@@ -1004,3 +1005,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.programme-883{
|
||||||
|
.page-node-type-theme{
|
||||||
|
.layout-container{
|
||||||
|
background-color: $bck-col !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -13,6 +13,7 @@ $col-2: #4dabc1; //popsu 1 : programme 2 ?
|
|||||||
$col-1: #61ab32;
|
$col-1: #61ab32;
|
||||||
$col-transition:#2aa088;
|
$col-transition:#2aa088;
|
||||||
$col-exode:$col-ter;
|
$col-exode:$col-ter;
|
||||||
|
$col-mission-photographique: #000;
|
||||||
|
|
||||||
$bck-col: #eff2f9;
|
$bck-col: #eff2f9;
|
||||||
$lightblue: #98d0d9;
|
$lightblue: #98d0d9;
|
||||||
|
|||||||
Reference in New Issue
Block a user