add theme for clapiers

This commit is contained in:
Frédéric Péters 2019-06-18 08:53:47 +02:00
parent 2b88ba7a3c
commit ea9c5544b6
6 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,58 @@
@import '../includes/font-montserrat';
body {
background: #fafafa url(img/bg.jpg) top center no-repeat;
background-attachment: fixed;
background-size: cover;
}
#header {
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo_clapiers.png) top left no-repeat;
height: 100px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-top: 80px;
padding-left: 0;
a {
width: 100%;
max-width: 500px;
background-size: contain;
}
}
}
}
#toplinks {
background: $primary-color;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
nav {
text-transform: uppercase;
}
footer {
div.textcell a {
color: $footer-color;
}
}
@media screen and (max-width: $mobile-limit) {
.gru-nav-wrapper {
margin-top: -80px;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #21c3d4;
$font-color: #3F3F3F;
$font-size: 16px;
$font-family: 'Montserrat', sans-serif;
$width: 1140px;
$border-radius: 0px;
$nav-background: #f9f9f9;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: $primary-color;
$button-background: #219bd3;
$title-background: #219bd3;
$title-color: white;
$footer-background: #e1e1e1;
$footer-color: $font-color;

View File

@ -0,0 +1,6 @@
{
"label": "Clapiers",
"variables": {
"theme_color": "#f7941e"
}
}

BIN
static/clapiers/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

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