add theme for murviel-les-montpellier

This commit is contained in:
Frédéric Péters 2019-05-19 21:11:49 +02:00
parent 302e742ee5
commit 95d0bed621
6 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,51 @@
@import '../includes/font-opensans';
body {
background: white url(img/pages_fnd.jpg) center top no-repeat;
background-attachment: fixed;
padding: 50px 0;
@media screen and (max-width: $mobile-limit) {
padding: 0;
}
}
div#page {
background: rgba(255, 255, 255, 0.9);
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
header, nav, #main-content-wrapper {
box-sizing: border-box;
padding: 0 20px;
@media screen and (max-width: $mobile-limit) {
padding: 0;
}
}
}
#header {
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo-quadri_vecto1.png) top left no-repeat;
height: 80px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
height: 100px;
a {
width: 100%;
background-size: contain;
}
}
}
}
footer {
div.textcell a {
color: white;
}
}

View File

@ -0,0 +1,17 @@
$primary-color: #f9a234;
$font-color: #3F3F3F;
$font-size: 14px;
$font-family: "Open Sans", sans-serif;
$width: 960px;
$border-radius: 0;
$nav-background: #b9b9b9;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #a6c538;
$footer-color: white;

View File

@ -0,0 +1,6 @@
{
"label": "Murviel-lès-Montpellier",
"variables": {
"theme_color": "#f9a234"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

View File

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