add theme for saint-genies-des-mourgues

This commit is contained in:
Frédéric Péters 2019-05-20 10:02:52 +02:00
parent c7e977fc64
commit 59b78f64d0
5 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,63 @@
body {
background: #c1ba9c;
}
div#header-wrapper {
background: transparent url(img/bandeau-haut.jpg) top center no-repeat;
height: 208px;
@media screen and (max-width: $mobile-limit) {
background-position: -160px -50px;
height: 220px;
}
div#header h1 {
padding-top: 80px;
a {
display: block;
height: 120px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
width: 100%;
}
}
}
div#nav {
text-align: center;
margin-top: 0;
& > ul {
margin-top: 0;
margin-bottom: 0;
}
@media screen and (max-width: $mobile-limit) {
text-align: left;
}
}
#toplinks {
background: white;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: $font-color;
padding: 10px 10px 15px 10px;
@media screen and (max-width: $mobile-limit) {
font-size: 80%;
}
}
}
div#main-content {
padding-top: 20px;
background: white;
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,18 @@
$primary-color: #3e70ad;
$font-color: #333;
$font-size: 15px;
$font-family: "Trebuchet MS", Helvetica, sans-serif;
$width: 1100px;
$border-radius: 0;
$nav-full-width-background: true;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #2f3943;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Saint-Geniès-des-Mourgues",
"variables": {
"theme_color": "#3e70ad"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';