add theme for saint-george-d-orcques

This commit is contained in:
Frédéric Péters 2019-05-19 19:25:50 +02:00
parent 2236606b79
commit 1027c33bc7
5 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,48 @@
body {
background: #f2f2f2;
}
div#page {
background: white;
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.27);
#main-content-wrapper {
box-sizing: border-box;
padding: 0 10px;
@media screen and (max-width: $mobile-limit) {
padding: 0;
}
}
}
div#header {
background: url(img/banderole.jpeg) 0px bottom no-repeat;
height: 160px;
h1 {
padding-top: 20px;
a {
display: block;
color: $primary-color;
padding-left: 10px;
}
@media screen and (max-width: $mobile-limit) {
padding-top: 40px;
padding-left: 0px;
}
}
}
#toplinks {
border: 1px solid #a5d4ee;
}
#nav ul {
margin-top: 0;
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,18 @@
$primary-color: #cd0000;
$font-color: #333;
$font-size: 14px;
$font-family: Helvetica, Arial, sans-serif;
$width: 1000px;
$border-radius: 0;
$nav-background: #3d3e3f;
$nav-color: white;
$nav-active-color: #4da0dd;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$link-color: #4da0dd;
$footer-background: #575757;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Saint Georges d'Orques",
"variables": {
"theme_color": "#cd0000"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

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