add theme for saint-bres

This commit is contained in:
Frédéric Péters 2019-05-20 09:41:00 +02:00
parent 03dd0717a3
commit 5e9a46d7d6
6 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,66 @@
@import '../includes/font-opensans';
body {
background: #eeeeee url(img/bg.gif) top left repeat-x;
}
div#header-wrapper {
background: transparent url(img/header.jpg) top center no-repeat;
height: 275px;
@media screen and (max-width: $mobile-limit) {
background-position: 40px 0;
}
div#header h1 {
padding-top: 50px;
a {
display: block;
height: 220px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
margin-top: 0;
& > ul {
margin-top: 0;
}
@media screen and (max-width: $mobile-limit) {
text-align: left;
}
}
#toplinks {
right: 48px;
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 5px 10px 5px 10px;
}
@media screen and (max-width: $mobile-limit) {
right: 0;
a {
font-size: 80%;
font-weight: normal;
}
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,14 @@
$primary-color: #ff6c1e;
$font-color: #3c4349;
$font-size: 15px;
$font-family: Verdana, Tahoma, Sans-Serif;
$width: 900px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Saint-Brès",
"variables": {
"theme_color": "#ff6c1e"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

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