add saint-vallier-de-thiey theme (#13432)

This commit is contained in:
Frédéric Péters 2016-10-05 20:50:10 +02:00
parent cdb6d48b97
commit c9543b5634
5 changed files with 107 additions and 0 deletions

View File

@ -20,6 +20,7 @@ css:
cd static/pratic/ && sass style.scss:style.css
cd static/publik/ && sass style.scss:style.css
cd static/dauphine/ && sass style.scss:style.css
cd static/saint-vallier-de-thiey/ && sass style.scss:style.css
cd static/tournai/ && sass style.scss:style.css
rm -rf static/*/.sass-cache/

View File

@ -0,0 +1,68 @@
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);
body {
background: #F8F8F8;
}
div#header-wrapper,
div#nav-wrapper,
div#footer-wrapper {
background: white;
}
div#nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
div#nav,
div#nav > ul {
margin-top: 0;
margin-bottom: 0;
}
div#nav-wrapper {
border-top: 1px solid #E8E8E8;
@media screen and (max-width: $mobile-limit) {
border-top: 0;
}
}
div#main-content-wrapper {
border-top: 8px solid #F0F0F0;
padding-top: 10px;
}
div#top {
padding-top: 20px;
padding-bottom: 20px;
}
div#header h1 {
background: transparent url(logo-retouche1.png) left center no-repeat;
line-height: 100px;
height: 100px;
font-weight: normal;
font-family: Quattrocento;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 30px;
overflow: hidden;
padding-left: 100px;
a {
color: #045e56;
}
@media screen and (max-width: $mobile-limit) {
background: transparent;
line-height: 1;
padding-top: 40px;
height: auto;
padding-left: 65px;
}
}
div#toplinks {
border-color: #EDEDED;
box-shadow: none;
background: #F7F7F7;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,31 @@
@charset "UTF-8";
$primary-color: #2DBBE5;
$font-color: #666;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: white;
$nav-color: #888;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-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

@ -110,6 +110,13 @@
"theme_color": "#005EA9"
}
},
{"id": "saint-vallier-de-thiey",
"label": "Saint-Vallier-de-Thiey",
"variables": {
"css_variant": "saint-vallier-de-thiey",
"theme_color": "#2DBBE5"
}
},
{"id": "tournai",
"label": "Tournai",
"variables": {