add jobourg theme (#13958)

This commit is contained in:
Frédéric Péters 2016-11-14 21:25:03 +01:00
parent b8d3881011
commit 97704a377f
5 changed files with 71 additions and 0 deletions

View File

@ -12,6 +12,7 @@ css:
cd static/fontenay-sous-bois/ && sass style.scss:style.css
cd static/grandlyon/ && sass style.scss:style.css
cd static/greville-hague/ && sass style.scss:style.css
cd static/jobourg/ && sass style.scss:style.css
cd static/la-seyne-sur-mer/ && sass style.scss:style.css
cd static/massoins/ && sass style.scss:style.css
cd static/meaux/ && sass style.scss:style.css

View File

@ -0,0 +1,27 @@
body {
background: #1B0B0A url(bodybg.jpg) no-repeat center top fixed
}
#footer {
background: $primary-color;
color: white;
border: 1px solid white;
border-width: 1px 0;
}
h1#logo {
height: 2em;
line-height: 2em;
background: rgba(255, 255, 255, 0.3);
display: inline-block;
padding: 0 1ex;
}
h1#logo a {
text-shadow: -2px -1px white;
}
div#nav > ul > li a {
text-transform: uppercase;
font-weight: normal;
}

BIN
static/jobourg/bodybg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

34
static/jobourg/style.scss Normal file
View File

@ -0,0 +1,34 @@
@charset "UTF-8";
$primary-color: #436C92; /* blue */
$width: 950px;
$font-color: #333;
$font-size: 13px;
$font-family: "Trebuchet MS", sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 5px;
$button-background: $primary-color;
$title-background: #5B9532;
$title-font-family: Georgia, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px solid #999;
$title-color: white;
$footer-background: transparnet;
$link-color: $primary-color;
@import '../includes/utils';
@import '../includes/general';
@import '../includes/title';
@import '../includes/layout';
@import '../includes/nav';
@import '../includes/cells';
@import '../includes/user-info';
@import '../includes/forms';
@import '../includes/wcs';
@import '../includes/misc';
@import '../includes/a11y';
@import 'custom';

View File

@ -56,6 +56,15 @@
"theme_color": "#431403"
}
},
{"id": "jobourg",
"label": "Jobourg",
"variables": {
"css_variant": "jobourg",
"no_extra_js": true,
"theme_color": "#426C92"
}
},
{"id": "la-seyne-sur-mer",
"label": "La Seyne-sur-Mer",
"variables": {