add theme for fabregues

This commit is contained in:
Frédéric Péters 2019-06-10 13:48:14 +02:00
parent 5c2267e19d
commit 35b32f60b2
5 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,47 @@
div#header-wrapper {
background: transparent url(img/bandeau_plateforme.png) top center no-repeat;
height: 208px;
@media screen and (max-width: $mobile-limit) {
background-position: 0px -30px;
height: 185px;
}
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 {
margin-top: 0;
& > ul {
margin-top: 0;
}
}
div.gru-nav .gru-nav-button {
margin-left: 0;
}
#toplinks {
background: white;
border: none;
box-shadow: none;
border-radius: 0 0 0 5px;
right: 0;
a {
display: inline-block;
color: $font-color;
@media screen and (max-width: $mobile-limit) {
font-size: 80%;
}
}
}

View File

@ -0,0 +1,19 @@
$primary-color: #f3af51;
$font-color: #111;
$font-size: 15px;
$font-family: Myriad, Arial, Verdana, sans-serif;
$width: 1003px;
$border-radius: 0;
$nav-full-width-background: false;
$nav-background: $primary-color;
$nav-color: black;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: black;
$title-transform: uppercase;
$footer-background: #edf1f0;
$footer-color: black;

View File

@ -0,0 +1,6 @@
{
"label": "Fabrègues",
"variables": {
"theme_color": "#f3af51"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

View File

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