add theme for villeneuve-les-maguelone

This commit is contained in:
Frédéric Péters 2019-05-19 18:36:09 +02:00
parent 3ba1a63fe7
commit b77be0bd9d
6 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,55 @@
@import '../includes/font-opensans';
div#header-wrapper {
background: white url(img/header.jpg) top center no-repeat;
background-size: cover;
height: 295px;
div#header h1 {
padding-top: 80px;
a {
display: block;
height: 120px;
background: url(img/logo.png) top left no-repeat;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
margin-top: 0;
text-align: center;
text-transform: uppercase;
& > ul {
margin-top: 0;
}
@media screen and (max-width: $mobile-limit) {
text-align: left;
}
}
#toplinks {
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #00bdce;
$font-color: #3F3F3F;
$font-size: 15px;
$font-family: "Open Sans", sans-serif;
$width: 1140px;
$nav-background: $primary-color;
$nav-color: #003135;
$nav-active-color: darken($primary-color, 10%);
$nav-full-width-background: true;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #0054ad;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Villeneuve-lès-Maguelone",
"variables": {
"theme_color": "#00bdce"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

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