add generic sictiam theme (#13435)

This commit is contained in:
Frédéric Péters 2016-10-09 15:28:30 +02:00
parent 913400968b
commit 9812782ab7
5 changed files with 77 additions and 0 deletions

View File

@ -24,6 +24,7 @@ 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/sictiam/ && sass style.scss:style.css
cd static/sospel/ && sass style.scss:style.css
cd static/tournai/ && sass style.scss:style.css
rm -rf static/*/.sass-cache/

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,40 @@
div#header h1 {
padding-top: 10px;
}
div#header h1 a {
display: inline-block;
padding-top: 30px;
padding-bottom: 20px;
padding-left: 100px;
background: url(Logo-SICTIAM-80.png) top left no-repeat;
color: darken($primary-color, 20%);
}
div#nav {
margin-top: 0;
text-transform: uppercase;
}
div#nav-wrapper {
background: $nav-background;
@media screen and (max-width: $mobile-limit) {
background: transparent;
}
}
#toplinks {
background: black;
color: #eee;
border-color: transparent;
box-shadow: none;
border-radius: 0;
}
#toplinks a {
color: white;
font-weight: bold;
}
#toplinks span.connected-user {
}

29
static/sictiam/style.scss Normal file
View File

@ -0,0 +1,29 @@
@charset "UTF-8";
$primary-color: #0E88BE;
$font-color: #666;
$font-size: .95em/1.75em !default;
$font-family: Helvetica, Arial, sans-serif !default;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: #47A7D7;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: black;
@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

@ -131,6 +131,13 @@
"theme_color": "#2DBBE5"
}
},
{"id": "sictiam",
"label": "SICTIAM",
"variables": {
"css_variant": "sictiam",
"theme_color": "#0E88BE"
}
},
{"id": "sospel",
"label": "Sospel",
"variables": {