add theme for laverune

This commit is contained in:
Frédéric Péters 2019-06-10 14:41:52 +02:00
parent 0a14ee2707
commit 7420225a58
7 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,58 @@
@import '../includes/font-lato';
body {
background: white url(img/bg1.png) top center repeat-y;
}
#header-wrapper {
#header {
background: url(img/bandeau_rond_point.jpg) 50% -40px no-repeat;
@media screen and (max-width: $mobile-limit) {
background: $primary-color;
}
}
h1 {
padding-top: 100px;
a {
display: block;
background: url(img/laverune.png) top left no-repeat;
background-size: auto 100px;
height: 120px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
padding-top: 30px;
a {
width: 100%;
height: 100px;
background-size: contain;
}
}
}
}
#toplinks {
border: 1px solid #a5d4ee;
}
#nav ul {
margin-top: 0;
li a {
text-transform: uppercase;
font-weight: normal;
}
}
.gru-nav-wrapper {
@media screen and (max-width: $mobile-limit) {
margin-top: -85px;
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,19 @@
$primary-color: #0071e0;
$font-color: #333;
$font-size: 14px;
$font-family: Lato, sans-serif;
$width: 980px;
$border-radius: 0;
$nav-background: #d9d9d9;
$nav-color: black;
$nav-submenu-color: black;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$link-color: #4da0dd;
$footer-background: #009cff;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Lavérune",
"variables": {
"theme_color": "#0071e0"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

BIN
static/laverune/img/bg1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

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