add theme for vendargues

This commit is contained in:
Frédéric Péters 2019-02-15 11:30:00 +01:00
parent a1d94f1ff6
commit 10b484633c
7 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,20 @@
body {
background: #f0eeef url(img/background_degrade_duplik.jpg) top left repeat-x;
}
div#header {
background: url(img/tache_jaune_top.png) top center no-repeat;
height: 130px;
#logo a {
margin-top: 20px;
padding-top: 35px;
display: inline-block;
background: url(img/logo_ville_de_vendargues.png) top left no-repeat;
height: 75px;
padding-left: 250px;
}
}
nav {
text-transform: uppercase;
}

View File

@ -0,0 +1,15 @@
$yellow: #ffba00;
$primary-color: $yellow;
$font-family: Arial, sans-serif;
$font-size: 15px;
$width: 1200px;
$title-background: $yellow;
$button-background: $yellow;
$button-color: black;
$nav-background: #373536;
$nav-color: white;
$nav-active-color: $yellow;
$footer-background: #373536;

View File

@ -0,0 +1,6 @@
{
"label": "Vendargues",
"variables": {
"theme_color": "#ffba00"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

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