add theme for omonville-la-rogue (#13959)

This commit is contained in:
Frédéric Péters 2016-11-15 16:43:05 +01:00
parent 97704a377f
commit 3c247f6b73
7 changed files with 78 additions and 0 deletions

View File

@ -20,6 +20,7 @@ css:
cd static/montpellier/ && sass style.scss:style.css
cd static/nancy/ && sass style.scss:style.css
cd static/nancy-2017/ && sass style.scss:style.css
cd static/omonville-la-rogue/ && sass style.scss:style.css
cd static/orleans/ && sass style.scss:style.css
cd static/pays-de-grasse/ && sass style.scss:style.css
cd static/pratic/ && sass style.scss:style.css

View File

@ -0,0 +1,34 @@
body {
background: #ccc url(bg-body.jpg) top left repeat;
}
div#page {
background: transparent url(bg-body-2.jpg) 0 80px repeat-x;
}
#nav-wrapper {
background: $nav-background;
border: 1px solid darken($nav-background, 20%);
border-width: 1px 0;
margin: 10px 0;
}
div#nav,
div#nav > ul {
margin: 0 auto;
}
div#nav > ul > li a {
font-weight: normal;
}
h1#logo {
font-weight: normal;
height: 50px;
line-height: 60px;
}
h1#logo a {
font-style: italic;
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

View File

@ -0,0 +1,35 @@
@charset "UTF-8";
$width: 960px;
$font-color: #333;
$font-size: 12px;
$font-family: Arial, Thahoma, sans-serif;
$nav-background: #506266;
$nav-color: white;
$nav-active-color: #7D908C;
$border-radius: 0px;
$button-color: #333;
$button-background: #EEEADE;
$title-background: url(bg-h2.jpg) repeat-x scroll left top #EEEADE;
$title-font-family: Georgia, sans-serif;
$title-weight: normal;
$title-font-size: $font-size * 1.5;
$title-border-bottom: 1px solid #DAD5C1;
$title-color: #7B8F8A;
$footer-background: transparent;
$footer-color: #4E615F;
$link-color: #7F928E;
@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

@ -121,6 +121,14 @@
"theme_color": "#f15252"
}
},
{"id": "omonville-la-rogue",
"label": "Omonville-la-Rogue",
"variables": {
"css_variant": "omonville-la-rogue",
"no_extra_js": true,
"theme_color": "#BAC197"
}
},
{"id": "orleans",
"label": "Orléans",
"variables": {