add theme for grand-chatellerault (#43988)

This commit is contained in:
Frédéric Péters 2020-06-16 15:34:08 +02:00
parent 464ff6243d
commit 1d3eee8a54
5 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,41 @@
#header #top {
border-bottom: 3px solid #25aae3;
}
#header #top #logo a {
display: block;
height: 120px;
line-height: 140px;
color: $primary-color;
background: url(img/logo.png) 0px 20px no-repeat;
padding-top: 15px;
text-indent: -10000px;
text-transform: uppercase;
font-weight: normal;
}
div.gru-nav > ul > li > a {
border-radius: $border-radius;
text-transform: uppercase;
padding: 2.25em 20px 0em 20px;
border-right: 1px solid black;
font-size: 120%;
}
div.gru-nav > ul > li:first-child > a {
border-left: 1px solid black;
}
@media screen and ($max-mobile-viewport) {
#header #top #logo a {
display: block;
overflow: hidden;
}
div.gru-nav > ul > li > a {
font-size: 100%;
}
}
footer .textcell a {
color: white;
}

View File

@ -0,0 +1,29 @@
$blue: #126c86;
$lightblue: #bad9d7;
$pink: #e53062;
$primary-color: $blue;
$width: 1120px;
$link-color: $blue;
$font-color: #666;
$font-family: Arial, Helvetica, Verdana, sans-serif;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: black;
$nav-active-color: $primary-color;
$nav-item-selected-background: black;
$nav-item-selected-color: white;
$nav-item-hover-background: black;
$nav-item-hover-color: white;
$border-radius: 2px;
$button-background: $primary-color;
$title-background: $pink;
$title-color: white;
$nav-mobile-mode: bottom-bar;
$nav-mobile-bottom-bar-background: #eee;
$cell-border: none;
$cell-image-position: top;
$cell-image-padding: none;
$buttons-order: previous, cancel, submit;

View File

@ -0,0 +1,7 @@
{
"label": "Grand Châtellerault",
"variables": {
"pwa_display": "standalone",
"theme_color": "#126c86"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

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