add theme for La Réunion (#16130)

This commit is contained in:
Frédéric Péters 2017-06-26 12:29:17 +02:00
parent e710ee6ba9
commit 23a9f9c9a6
6 changed files with 60 additions and 0 deletions

View File

@ -25,6 +25,7 @@ css:
cd static/hautes-alpes/ && sass style.scss:style.css
cd static/jobourg/ && sass style.scss:style.css
cd static/la-hague/ && sass style.scss:style.css
cd static/la-reunion/ && sass style.scss:style.css
cd static/la-seyne-sur-mer/ && sass style.scss:style.css
cd static/lozere/ && sass style.scss:style.css
cd static/marcoussis/ && sass style.scss:style.css

View File

@ -0,0 +1,29 @@
div#header {
border-top: 15px solid $primary-color;
}
#header #top #logo a {
display: block;
background: url(img/logo.png) 0 10px no-repeat;
height: 80px;
padding-left: 240px;
line-height: 80px;
color: $primary-color;
text-transform: uppercase;
font-weight: normal;
@media screen and (max-width: $mobile-limit) {
overflow: hidden;
text-indent: -2000px;
}
}
div#nav > ul > li > a {
font-weight: normal;
text-transform: uppercase;
}
div#nav > ul > li > a,
div#nav > ul > li:first-child > a {
margin-right: 1ex;
border-radius: $border-radius;
}

View File

@ -0,0 +1,17 @@
$primary-color: #024395;
$width: 1300px;
$footer-background: $primary-color;
$font-color: #666;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: rgba(240, 240, 255, 0.95);
$nav-submenu-color: #333;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

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

View File

@ -157,6 +157,14 @@
"theme_color": "#5ABEB9"
}
},
{"id": "la-reunion",
"label": "La Réunion",
"variables": {
"css_variant": "la-reunion",
"no_extra_js": true,
"theme_color": "#024395"
}
},
{"id": "la-seyne-sur-mer",
"label": "La Seyne-sur-Mer",
"variables": {