update css file for combo-generated index.json

This commit is contained in:
Frédéric Péters 2015-10-28 13:56:58 +01:00
parent bc4b018fee
commit 8d862c00a8
1 changed files with 55 additions and 11 deletions

View File

@ -3,6 +3,10 @@ body {
font-family: 'latoregular',Arial,Verdana,sans-serif;
}
span.momo-icon {
display: none;
}
#home, .momo-page {
background-color: none;
background: none;
@ -49,16 +53,21 @@ a:hover {
margin-bottom: 20px;
}
div.tiny-gutters > div a,
.btn-red {
background-image: url("bt-red.jpg");
background-size: cover;
}
div.tiny-gutters > div:nth-child(4) a,
div.tiny-gutters > div:nth-child(5) a,
div.tiny-gutters > div:nth-child(6) a,
.btn-green {
background-image: url("bt-green.jpg");
background-size: cover;
}
div.tiny-gutters > div a:hover,
.btn-red:hover, .btn-green:hover {
opacity: 0.8;
}
@ -67,13 +76,37 @@ a:hover {
background-image: url("icon-commerce.png");
}
.btn-connexion {
background-color : #afc966;
padding-top: 10px;
margin-top: 10px;
border-radius: 20px;
footer div.row > div {
display: inline-block;
min-height: 42px;
font-size: 150%;
}
footer div.row > div a {
padding: 5px;
width: 100%;
height: 100%;
display: inline-block;
}
div#footer-connexion {
margin-left: 5%;
margin-right: 8%;
width: 40%;
text-align: center;
}
div#footer-connexion a {
background-color : #afc966;
border-radius: 20px;
font-family: "Playfair Display Bold Italic" , sans;
display: inline-block;
width: 100%;
}
div#footer-connexion a:hover {
text-decoration: none;
color: white;
}
.btn-connexion i.fa-external-link {
@ -91,15 +124,29 @@ a:hover {
}
.facebook {
div#footer-facebook,
div#footer-twitter,
div#footer-instagram {
width: 42px;
height: 42px;
width: 13%;
}
div#footer-facebook a,
div#footer-twitter a,
div#footer-instagram a {
text-indent: -1000px;
}
div#footer-facebook a {
background: url("btn_facebook.png") #ffffff center no-repeat;
}
.tweeter {
div#footer-twitter a {
background: url("btn_twitter.png") #ffffff center no-repeat;
}
.instagram {
div#footer-instagram a {
background: url("btn_instagram.png") #ffffff center no-repeat;
}
@ -147,7 +194,6 @@ a:hover {
}
.momo-footer {
display: none;
}
.elus {
@ -219,5 +265,3 @@ a:hover {
}