add theme for saint-jean-de-vedas

This commit is contained in:
Frédéric Péters 2019-05-19 19:07:00 +02:00
parent 65a4c5fbe5
commit 2236606b79
5 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,44 @@
@import '../includes/font-opensans';
div#header-wrapper {
div#header h1 {
a {
display: block;
height: 120px;
background: url(img/logo.png) top left no-repeat;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-top: 10px;
padding-bottom: 30px;
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
background: transparent url(img/logo.png) 9px -120px no-repeat;
@media screen and (max-width: $mobile-limit) {
background: transparent;
}
margin-top: 0;
text-align: center;
text-transform: uppercase;
& > ul {
margin-top: 0;
}
@media screen and (max-width: $mobile-limit) {
text-align: left;
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #ff9900;
$font-color: #3F3F3F;
$font-size: 16px;
$font-family: "Open Sans", sans-serif;
$width: 1170px;
$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: $primary-color;
$title-color: white;
$footer-background: #444444;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Saint Jean de Védas",
"variables": {
"theme_color": "#ff9900"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

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