add theme for sussargues

This commit is contained in:
Frédéric Péters 2019-05-19 18:54:13 +02:00
parent b77be0bd9d
commit 65a4c5fbe5
5 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,49 @@
@import '../includes/font-lato';
body {
background: #e6e6e6;
padding: 50px 0;
@media screen and (max-width: $mobile-limit) {
padding: 0;
}
}
div#page {
background: white;
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
header, nav, #main-content-wrapper {
box-sizing: border-box;
padding: 0 20px;
@media screen and (max-width: $mobile-limit) {
padding: 0;
}
}
}
#header {
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo-sussargues-160.png) top left no-repeat;
height: 160px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
a {
width: 100%;
background-size: contain;
}
}
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #ec9200;
$font-color: #3F3F3F;
$font-size: 14px;
$font-family: Lato, sans-serif;
$width: 1180px;
$border-radius: 0;
$nav-background: black;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: black;
$title-color: white;
$footer-background: #575757;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Sussargues",
"variables": {
"theme_color": "#ec9200"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';