add theme for urville-nacqueville (#13961)

This commit is contained in:
Frédéric Péters 2016-11-15 22:07:29 +01:00
parent f6fc53f739
commit 171a9bc749
8 changed files with 119 additions and 0 deletions

View File

@ -31,6 +31,7 @@ css:
cd static/sospel/ && sass style.scss:style.css
cd static/tonneville/ && sass style.scss:style.css
cd static/tournai/ && sass style.scss:style.css
cd static/urville-nacqueville/ && sass style.scss:style.css
rm -rf static/*/.sass-cache/
icons:

View File

@ -0,0 +1,72 @@
body {
background: white url(bg-body.jpg) top left repeat-x;
}
@media screen and (min-width: $mobile-limit) {
div#header, div#nav, div#main-content-wrapper {
background: white;
position: relative;
color: #333;
&::before {
box-shadow: -15px 0 15px -15px inset;
content: " ";
height: 100%;
left: -15px;
position: absolute;
top: 0;
width: 15px;
}
&::after {
box-shadow: 15px 0 15px -15px inset;
content: " ";
height: 100%;
right: -15px;
position: absolute;
top: 0;
width: 15px;
}
}
}
div#nav {
margin: 0 auto;
}
div#nav > ul {
margin: 0 1ex;
font-size: 110%;
}
div#main-content-wrapper {
box-sizing: border-box;
padding: 1ex;
}
div#main-content-wrapper {
margin-top: 0;
margin-bottom: 0;
}
div#footer-wrapper {
margin-top: 0;
padding-top: 1em;
}
div#header {
background: url(bandeau-1.jpg) 0 -60px no-repeat;
padding: 0;
}
div#top {
height: 190px;
background: url(bg-courbe-content.png) bottom center no-repeat;
}
h1#logo {
padding-top: 50px;
padding-left: 10px;
}
h1#logo a {
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

View File

@ -0,0 +1,38 @@
@charset "UTF-8";
$primary-color: #4585AB; /* blue */
$width: 960px;
$font-color: #333;
$font-size: 13px;
$font-family: Arial, Tahoma, sans-serif;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-border-bottom: #5F93B5;
$title-color: white;
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
$footer-color: white;
$link-color: #5C8DAE;
$cell-background: #E6F3FA;
@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

@ -196,5 +196,13 @@
"css_variant": "tournai",
"theme_color": "#D62D8A"
}
},
{"id": "urville-nacqueville",
"label": "Urville-Nacqueville",
"variables": {
"css_variant": "urville-nacqueville",
"no_extra_js": true,
"theme_color": "#4585AB"
}
}
]