Merge branch 'homeV2' of https://bitbucket.org/bachysoucy/materio-base-d7 into homeV2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Primary Drupal Styles
|
||||
* Author: g-u-i.net
|
||||
*/
|
||||
@charset "UTF-8";
|
||||
//@charset "UTF-8";
|
||||
|
||||
@import "../bower_components/foundation/scss/normalize.scss";
|
||||
|
||||
@@ -2756,7 +2756,7 @@ body.page-node-11187{
|
||||
// ------ HOME PAGE ---------
|
||||
#homev2{
|
||||
padding: 40px 40px;
|
||||
h2{font-size: 47px; font-weight: 700;}
|
||||
h2{font-size: 3.8em; font-weight: 500;}
|
||||
a{color: #000};
|
||||
ul{margin-left: 0px;}
|
||||
li{padding:0px;}
|
||||
@@ -2791,33 +2791,68 @@ body.page-node-11187{
|
||||
&.showroom{
|
||||
background: url("http://carnet-aux-petites-choses.fr/wp-content/uploads/2015/02/un-oeil-sur-la-matiere-materiO-26_gagaone.jpg");
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
.content{
|
||||
background-color: rgba(255,255,255, 0.7);
|
||||
width: 40%;
|
||||
@include rounded(5px);
|
||||
padding: 20px 30px;
|
||||
}
|
||||
&:after{
|
||||
content:url("../img/bulle.png");
|
||||
transform: scale(0.8);
|
||||
position: absolute;
|
||||
bottom:-120px;
|
||||
right: -80px;
|
||||
z-index:10;
|
||||
}
|
||||
}
|
||||
&.bdd{
|
||||
background-color: #FFF;
|
||||
position: relative;
|
||||
.links a{background-color: #e6e6e6;}
|
||||
.pane-content{width:30%; float:right;}
|
||||
&:after{
|
||||
content:url("../img/boule.png");
|
||||
transform: scale(0.8);
|
||||
position: absolute;
|
||||
bottom:-50px;
|
||||
left: -50px;
|
||||
}
|
||||
}
|
||||
&.formations{
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
padding-right: 10%;
|
||||
padding-right: 20%;
|
||||
position: relative;
|
||||
a{color: #FFF;}
|
||||
.pane-title, .pane-content{width: 60%; float:right;}
|
||||
.pane-title, .pane-content{/*width: 60%; float:right;*/}
|
||||
.pane-title:before{
|
||||
content:url("../img/formations.png");
|
||||
transform: scale(0.7);
|
||||
float: left;
|
||||
position: relative;
|
||||
top:-20px;
|
||||
margin: 0px 90px 0px 50px;
|
||||
}
|
||||
}
|
||||
&.services{
|
||||
background-color: #FFF;
|
||||
.pane-title, .pane-content{width: 60%; float:left;}
|
||||
.pane-title, .pane-content{/*width: 60%; float:left;*/}
|
||||
.pane-title:before{
|
||||
content:url("../img/services.png");
|
||||
transform: scale(0.8);
|
||||
float: right;
|
||||
position: relative;
|
||||
top:-20px;
|
||||
margin: 0px 90px 0px 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
//mini panneau news
|
||||
.pane-news-home-v2{
|
||||
margin-top: 40px;
|
||||
position: relative;
|
||||
// .panel-col-first{width:70%;}
|
||||
// .panel-col-last{width:29.9%;}
|
||||
h2{font-size: 30px;}
|
||||
@@ -2827,5 +2862,12 @@ body.page-node-11187{
|
||||
.node-simplenews{
|
||||
h1{background-color: #FFF; text-align: center; padding: 20px;}
|
||||
}
|
||||
&:after{
|
||||
content:url("../img/point.png");
|
||||
//transform: scale(1);
|
||||
position: absolute;
|
||||
bottom:50px;
|
||||
right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user