add theme for clisson

This commit is contained in:
Frédéric Péters 2017-01-11 15:55:40 +01:00
parent 05d859eece
commit 0168313ecc
4 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,26 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
h1#logo a {
padding-top: 10px;
display: inline-block;
background: url(logo_clisson.png) left center no-repeat;
height: 80px;
line-height: 80px;
padding-left: 250px;
color: $title-color;
@media screen and (max-width: $mobile-limit) {
overflow: hidden;
text-indent: -2000px;
}
}
div#header-wrapper {
border-top: 10px solid #C5371F;
}
#nav-wrapper {
background: #FAFAFA;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #DADADA;
margin-bottom: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

27
static/clisson/style.scss Normal file
View File

@ -0,0 +1,27 @@
@charset "UTF-8";
$primary-color: #C52F1E;
$width: 1160px;
$font-color: #666;
$font-family: Lato, sans-serif;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-border-bottom: 3px solid $primary-color;
$title-weight: bold;
$title-color: #646466;
$footer-background: #CD3C2E;
$footer-color: white;
@import '../includes/publik';
@import 'custom';

View File

@ -14,6 +14,14 @@
"theme_color": "#0779B7"
}
},
{"id": "clisson",
"label": "Clisson",
"variables": {
"css_variant": "clisson",
"no_extra_js": true,
"theme_color": "#C52F1E"
}
},
{"id": "dardilly",
"label": "Dardilly",
"variables": {