new interface

This commit is contained in:
Simon Vieille 2016-02-05 00:02:48 +01:00
commit 870424fab3
4 changed files with 26 additions and 53 deletions

View file

@ -8,8 +8,8 @@ body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;
color: #333;
background: url('../img/transp_bg.png');
}
html {
@ -45,7 +45,7 @@ p {
}
a {
color: #42dca3;
color: #69CB01;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@ -153,6 +153,7 @@ a:focus {
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
border-bottom: 5px solid #ccc;
}
.intro .intro-body {
@ -168,6 +169,12 @@ a:focus {
font-size: 18px;
}
.intro .intro-body .intro-text span {
background: #fff;
color: #333;
padding: 10px;
}
@media(min-width:768px) {
.intro {
height: 100%;
@ -279,21 +286,6 @@ a:focus {
margin-top: 100px;
}
@media(min-width:767px) {
.content-section {
padding-top: 250px;
}
.download-section {
padding: 100px 0;
}
#map {
height: 400px;
margin-top: 250px;
}
}
.btn {
border-radius: 0;
text-transform: uppercase;
@ -305,43 +297,26 @@ a:focus {
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
border: 1px solid #69CB01;
color: #69CB01;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
border: 1px solid #69CB01;
outline: 0;
color: #000;
background-color: #42dca3;
background-color: #69CB01;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background: #ddd;
}
footer p {