theming new materio Home css
This commit is contained in:
@@ -2755,11 +2755,14 @@ body.page-node-11187{
|
||||
|
||||
// ------ HOME PAGE ---------
|
||||
#homev2{
|
||||
padding: 40px 40px;
|
||||
h2{font-size: 47px; font-weight: 700;}
|
||||
a{color: #000};
|
||||
.pane-menu-menu-home-v2{
|
||||
.menu li{
|
||||
display: inline-block;
|
||||
ul{margin-left: 0px;}
|
||||
li{padding:0px;}
|
||||
.menu {
|
||||
margin-left: 0px;
|
||||
li{display: inline-block;
|
||||
a{
|
||||
background-color: #4d4d4d;
|
||||
@include rounded(5px);
|
||||
@@ -2767,18 +2770,62 @@ body.page-node-11187{
|
||||
color: #FFF;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
&:hover{ background-color: #FFF; color:#4d4d4d;}
|
||||
}
|
||||
}
|
||||
}
|
||||
.pane-node {
|
||||
height:650px;
|
||||
.pane-content{
|
||||
height:450px;
|
||||
margin-top: 40px;
|
||||
font-size: 1.25em;
|
||||
@include rounded(5px);
|
||||
padding: 20px 30px;
|
||||
.links a{
|
||||
background-color: rgba(255,255,255, 0.7);
|
||||
@include rounded(5px);
|
||||
padding: 15px;
|
||||
}
|
||||
.content{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
&.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;
|
||||
.content{
|
||||
background-color: rgba(255,255,255, 0.5);
|
||||
background-color: rgba(255,255,255, 0.7);
|
||||
width: 40%;
|
||||
@include rounded(5px);
|
||||
padding: 15px;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
}
|
||||
&.bdd{
|
||||
background-color: #FFF;
|
||||
.links a{background-color: #e6e6e6;}
|
||||
.pane-content{width:30%; float:right;}
|
||||
}
|
||||
&.formations{
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
padding-right: 10%;
|
||||
a{color: #FFF;}
|
||||
.pane-title, .pane-content{width: 60%; float:right;}
|
||||
}
|
||||
&.services{
|
||||
background-color: #FFF;
|
||||
.pane-title, .pane-content{width: 60%; float:left;}
|
||||
}
|
||||
}
|
||||
//mini panneau news
|
||||
.pane-news-home-v2{
|
||||
margin-top: 40px;
|
||||
// .panel-col-first{width:70%;}
|
||||
// .panel-col-last{width:29.9%;}
|
||||
h2{font-size: 30px;}
|
||||
.view-news-home-v2{
|
||||
.views-row{width: 30%; display: inline-block;}
|
||||
}
|
||||
.node-simplenews{
|
||||
h1{background-color: #FFF; text-align: center; padding: 20px;}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user