added publications and some skrollr animations to home v2

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-03 20:06:35 +02:00
parent 6ceb7d6534
commit e12a664fa5
54 changed files with 5165 additions and 78 deletions

View File

@@ -2787,6 +2787,12 @@ body.home-v2{
}
}
@mixin shaddowed(){
@include drop-shadow(0, 0, 5px, 0.2);
@include transition-simply-prefix(box-shadow 0.3s ease-out); // opacity 0.3s ease-out); //change this commas
&:hover{@include drop-shadow(0, 0, 5px, 0.4);}
}
#home-v2{
// padding: 40px 40px;
h2{font-size: 2.1em; font-weight: 300;}
@@ -2796,8 +2802,6 @@ body.home-v2{
>.panel-panel>div>.panel-pane {
// padding: 10px 15px;
&.pane-node{
@include rounded(5px);
overflow:hidden;
@@ -2811,7 +2815,6 @@ body.home-v2{
padding: 15px;
}
}
&.intro-video{
height:auto;
background-color: #f7f8f2;
@@ -2853,9 +2856,7 @@ body.home-v2{
font-size:0.756em;
}
}
}
&.pane-menu-menu-home-v2{
margin:2em 0;
ul.menu{
@@ -2904,8 +2905,8 @@ body.home-v2{
}
}
}
&.showroom{
@include shaddowed();
height:450px;
margin-top: 15px;
background-color: #fff;
@@ -2948,6 +2949,7 @@ body.home-v2{
}
}
&.bdd{
@include shaddowed();
height:450px;
margin-top: 30px;
background-color: #FFF;
@@ -2979,6 +2981,7 @@ body.home-v2{
}
}
&.formations{
@include shaddowed();
position: relative;
height:300px;
margin-top: 30px;
@@ -3013,6 +3016,7 @@ body.home-v2{
}
}
&.services{
@include shaddowed();
background-color: #FFF;
height:300px;
margin-top: 30px;
@@ -3043,6 +3047,25 @@ body.home-v2{
}
}
}
&.publication{
@include shaddowed();
position: relative;
// height:300px;
margin-top: 30px;
padding:1em;
background-color: #000;
&, a, h1, h2{color: #fff;}
@include rounded(10px);
.view-publication-home-v2{
.views-row{
@include inlineblock();
width:30%;
h1{display:none;}
}
}
}
}
//mini panneau news
>.panel-panel>div>.pane-news-home-v2{
@@ -3102,6 +3125,9 @@ body.home-v2{
right: 0px;
}
}
}