add sicoval theme

This commit is contained in:
Frédéric Péters 2017-05-24 13:41:32 +02:00
parent 872c8f47d3
commit 6297bb924d
6 changed files with 67 additions and 0 deletions

View File

@ -42,6 +42,7 @@ css:
cd static/dauphine/ && sass style.scss:style.css
cd static/rochefort/ && sass style.scss:style.css
cd static/saint-vallier-de-thiey/ && sass style.scss:style.css
cd static/sicoval/ && sass style.scss:style.css
cd static/sictiam/ && sass style.scss:style.css
cd static/sospel/ && sass style.scss:style.css
cd static/tonneville/ && sass style.scss:style.css

View File

@ -0,0 +1,36 @@
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700);
#header-wrapper {
border-top: 3px solid $primary-color;
}
#header #top #logo a {
background: url(logo-sicoval.png) 0 -40px no-repeat;
display: block;
line-height: 170px;
padding-left: 340px;
height: 170px;
text-transform: uppercase;
color: black;
font-weight: normal;
}
div#nav,
div#nav ul {
margin-top: 0;
}
@media screen and (max-width: $mobile-limit) {
#header #top #logo {
padding-left: 40px;
}
#header #top #logo a {
padding-left: 0;
text-indent: -1000px;
}
div#nav {
margin-top: 10px;
}
}

17
static/sicoval/_vars.scss Normal file
View File

@ -0,0 +1,17 @@
$primary-color: #F8AD4A;
$secondary-color: #b71b4f;
$width: 1100px;
$font-size: 14px;
$font-color: #333;
$font-family: 'Open Sans', sans-serif;
$nav-background: $primary-color;
$nav-submenu-background: transparentize($primary-color, 0.1);
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 0px;
$button-background: $secondary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #EAEAEA;
$footer-color: black;

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

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

View File

@ -273,6 +273,14 @@
"theme_color": "#2DBBE5"
}
},
{"id": "sicoval",
"label": "SICOVAL",
"variables": {
"css_variant": "sicoval",
"no_extra_js": true,
"theme_color": "#F8AD4A"
}
},
{"id": "sictiam",
"label": "SICTIAM",
"variables": {