add images funky

This commit is contained in:
sarah garcin
2015-05-26 16:15:22 +02:00
parent 95cbb13821
commit ea423f2146
8 changed files with 121 additions and 24 deletions

View File

@@ -9287,8 +9287,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
}
/* line 2759, ../scss/styles.scss */
#homev2 h2 {
font-size: 47px;
font-weight: 700;
font-size: 3.8em;
font-weight: 500;
}
/* line 2760, ../scss/styles.scss */
#homev2 a {
@@ -9349,8 +9349,9 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
#homev2 .pane-node.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;
}
/* line 2794, ../scss/styles.scss */
/* line 2795, ../scss/styles.scss */
#homev2 .pane-node.showroom .content {
background-color: rgba(255, 255, 255, 0.7);
width: 40%;
@@ -9359,58 +9360,112 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
padding: 20px 30px;
}
/* line 2801, ../scss/styles.scss */
#homev2 .pane-node.showroom:after {
content: url("../img/bulle.png");
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
position: absolute;
bottom: -120px;
right: -80px;
z-index: 10;
}
/* line 2810, ../scss/styles.scss */
#homev2 .pane-node.bdd {
background-color: #FFF;
position: relative;
}
/* line 2803, ../scss/styles.scss */
/* line 2813, ../scss/styles.scss */
#homev2 .pane-node.bdd .links a {
background-color: #e6e6e6;
}
/* line 2804, ../scss/styles.scss */
/* line 2814, ../scss/styles.scss */
#homev2 .pane-node.bdd .pane-content {
width: 30%;
float: right;
}
/* line 2806, ../scss/styles.scss */
/* line 2815, ../scss/styles.scss */
#homev2 .pane-node.bdd:after {
content: url("../img/boule.png");
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
position: absolute;
bottom: -50px;
left: -50px;
}
/* line 2823, ../scss/styles.scss */
#homev2 .pane-node.formations {
background-color: #000;
color: #FFF;
padding-right: 10%;
padding-right: 20%;
position: relative;
}
/* line 2810, ../scss/styles.scss */
/* line 2828, ../scss/styles.scss */
#homev2 .pane-node.formations a {
color: #FFF;
}
/* line 2811, ../scss/styles.scss */
/* line 2829, ../scss/styles.scss */
#homev2 .pane-node.formations .pane-title, #homev2 .pane-node.formations .pane-content {
width: 60%;
float: right;
/*width: 60%; float:right;*/
}
/* line 2813, ../scss/styles.scss */
/* line 2830, ../scss/styles.scss */
#homev2 .pane-node.formations .pane-title:before {
content: url("../img/formations.png");
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
float: left;
position: relative;
top: -20px;
margin: 0px 90px 0px 50px;
}
/* line 2839, ../scss/styles.scss */
#homev2 .pane-node.services {
background-color: #FFF;
}
/* line 2815, ../scss/styles.scss */
/* line 2841, ../scss/styles.scss */
#homev2 .pane-node.services .pane-title, #homev2 .pane-node.services .pane-content {
width: 60%;
float: left;
/*width: 60%; float:left;*/
}
/* line 2819, ../scss/styles.scss */
/* line 2842, ../scss/styles.scss */
#homev2 .pane-node.services .pane-title:before {
content: url("../img/services.png");
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
float: right;
position: relative;
top: -20px;
margin: 0px 90px 0px 50px;
}
/* line 2853, ../scss/styles.scss */
#homev2 .pane-news-home-v2 {
margin-top: 40px;
position: relative;
}
/* line 2823, ../scss/styles.scss */
/* line 2858, ../scss/styles.scss */
#homev2 .pane-news-home-v2 h2 {
font-size: 30px;
}
/* line 2825, ../scss/styles.scss */
/* line 2860, ../scss/styles.scss */
#homev2 .pane-news-home-v2 .view-news-home-v2 .views-row {
width: 30%;
display: inline-block;
}
/* line 2828, ../scss/styles.scss */
/* line 2863, ../scss/styles.scss */
#homev2 .pane-news-home-v2 .node-simplenews h1 {
background-color: #FFF;
text-align: center;
padding: 20px;
}
/* line 2865, ../scss/styles.scss */
#homev2 .pane-news-home-v2:after {
content: url("../img/point.png");
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: absolute;
bottom: 50px;
right: 0px;
}