add theme for cournonterral

This commit is contained in:
Frédéric Péters 2019-06-18 09:04:23 +02:00
parent ea9c5544b6
commit 8f8b3fec29
5 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,54 @@
div#header {
background: white url(img/bandeau.png) top left no-repeat;
background-size: cover;
height: 271px;
h1 {
padding-top: 80px;
a {
display: block;
height: 120px;
width: 240px;
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-align: center;
text-transform: uppercase;
& > ul {
margin-top: 0;
}
@media screen and (max-width: $mobile-limit) {
text-align: left;
}
}
#toplinks {
background: #399947;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
border-top: 2px solid #ffa401;
div.textcell a {
color: $font-color;
}
}

View File

@ -0,0 +1,18 @@
$primary-color: #008f59;
$font-color: #3F3F3F;
$font-size: 15px;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$width: 1040px;
$border-radius: 0;
$nav-background: white;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: #dc901c;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: white;
$footer-color: $font-color;

View File

@ -0,0 +1,6 @@
{
"label": "Cournonterral",
"variables": {
"theme_color": "#008f59"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

View File

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