add theme for juvignac

This commit is contained in:
Frédéric Péters 2019-06-10 14:03:27 +02:00
parent 35b32f60b2
commit bc498c3c65
5 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,66 @@
@import '../includes/font-opensans';
div#header-wrapper {
background: $primary-color;
div#header h1 {
@media screen and (max-width: $mobile-limit) {
padding-top: 50px;
}
a {
display: block;
height: 170px;
background: transparent url(img/mobile-logo-1-juv-new.png) center left no-repeat;
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;
text-transform: uppercase;
& > ul {
margin-top: 0;
& > li:first-child > a {
padding-left: 0;
}
a {
text-transform: uppercase;
font-weight: normal;
}
}
}
#toplinks {
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
@media screen and (max-width: $mobile-limit) {
left: 0;
right: 0;
max-width: none;
}
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
@media screen and (max-width: $mobile-limit) {
font-size: 80%;
}
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,20 @@
$primary-color: #00a8c0;
$font-color: #3F3F3F;
$font-size: 16px;
$font-family: "Open Sans", sans-serif;
$width: 1180px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: #008193;
$nav-submenu-background: #005c69;
$nav-full-width-background: true;
$border-radius: 0px;
$button-background: #eb5f27;
$button-color: white;
$title-background: $primary-color;
$title-transform: uppercase;
$title-color: white;
$footer-background: #9d9d9c;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Juvignac",
"variables": {
"theme_color": "#00a8c0"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

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