add theme for clisson sevre & maine agglo

This commit is contained in:
Frédéric Péters 2017-01-12 11:26:15 +01:00
parent a3a48bff69
commit e7765467ce
5 changed files with 78 additions and 0 deletions

View File

@ -9,6 +9,7 @@ css:
cd static/alfortville/ && sass style.scss:style.css
cd static/chateauroux/ && sass style.scss:style.css
cd static/clisson/ && sass style.scss:style.css
cd static/clisson-sevre-et-maine-agglo/ && sass style.scss:style.css
cd static/dardilly/ && sass style.scss:style.css
cd static/fondettes/ && sass style.scss:style.css
cd static/fontenay-sous-bois/ && sass style.scss:style.css

View File

@ -0,0 +1,42 @@
@import url(https://fonts.googleapis.com/css?family=PT%20Sans:400,700);
div#page {
margin: 0 60px;
background: #F1F1F1;
@media screen and (max-width: $mobile-limit) {
margin: auto;
}
}
div#header {
max-width: none;
}
h1#logo a {
padding-top: 10px;
display: inline-block;
background: url(logo_agglo.png) left center no-repeat;
height: 80px;
line-height: 80px;
padding-left: 360px;
padding-bottom: 20px;
color: $title-color;
font-weight: normal;
@media screen and (max-width: $mobile-limit) {
width: 100%;
padding-left: 0;
overflow: hidden;
text-indent: -2000px;
}
}
div#header-wrapper {
background: white;
}
#nav-wrapper {
background: #FAFAFA;
border-top: 1px solid transparent;
border-bottom: 1px solid #DADADA;
margin-bottom: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,27 @@
@charset "UTF-8";
$primary-color: #C25D1B;
$width: 1140px;
$font-color: #5b4e46;
$font-family: "PT Sans", 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 #CCCCCC;
$title-weight: bold;
$title-color: #646466;
$footer-background: #584F48;
$footer-color: white;
@import '../includes/publik';
@import 'custom';

View File

@ -22,6 +22,14 @@
"theme_color": "#C52F1E"
}
},
{"id": "clisson-sevre-et-maine-agglo",
"label": "Clisson, Sèvre & Maine Agglo",
"variables": {
"css_variant": "clisson-sevre-et-maine-agglo",
"no_extra_js": true,
"theme_color": "#C25D1B"
}
},
{"id": "dardilly",
"label": "Dardilly",
"variables": {