add theme for saint-drezery

This commit is contained in:
Frédéric Péters 2019-05-20 09:50:42 +02:00
parent 5e9a46d7d6
commit c7e977fc64
5 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,55 @@
body {
background: #c0ab96;
}
div#header-wrapper {
background: white url(img/bandeau-h.jpeg) top center no-repeat;
height: 235px;
@media screen and (max-width: $mobile-limit) {
background-position: top left;
height: 295px;
}
div#header h1 {
padding-top: 60px;
a {
display: block;
height: 160px;
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;
}
}
#toplinks {
right: 0;
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #848100;
$font-color: #3F3F3F;
$font-size: 15px;
$font-family: Arial, Helvetica, sans-serif;
$width: 1000px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$nav-full-width-background: true;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: #cc7710;
$title-color: white;
$footer-background: #2f3943;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Saint-Drézéry",
"variables": {
"theme_color": "#848100"
}
}

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';