gonfreville-l-orcher: create theme (#61913)

This commit is contained in:
Corentin Sechet 2022-02-16 16:36:34 +01:00
parent b868d9841b
commit 5d8fce55da
4 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,36 @@
h1#logo {
position: relative;
height: 30px;
@media ($max-mobile-viewport) {
height: 60px;
}
a {
z-index: 2;
position:absolute;
height: 165px;
@media ($max-mobile-viewport) {
height: 80px;
}
top: -3px;
}
}
.site-nav {
background: $primary-color;
text-align: right;
text-transform: uppercase;
margin-bottom: 15px;
@media ($min-desktop-viewport) {
margin-bottom: 50px;
}
}
div.gru-nav > ul > li:not(:last-child) {
border-right: 1px solid white;
}
@if $nav-after-image == true {
body.has-picture .site-nav::after {
top: 0;
}
}

View File

@ -0,0 +1,40 @@
$primary-color: #333333;
$secondary-color: #cf4523;
$link-color: #cc3a16;
$border-radius: 10px;
$source-sans: 'Source Sans Pro', Helvetica, Arial, sans-serif;
$font-family: $source-sans;
$header-background-color: $primary-color;
$header-full-width-background: true;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-full-width-background: true;
$nav-mobile-menu-background: white;
$nav-mobile-menu-item-hover-background: white;
$nav-mobile-menu-item-hover-color: red;
$toplinks-style: none;
$toplinks-padding: 15px;
$cell-background: #f6f5e2;
$cell-border: 0px;
$cell-entry-border: 0px;
$cell-entry-hover-background: rgba(216, 206, 41, 0.3);
$cell-entry-hover-color: $link-color;
$title-background: #d8ce29;
$title-weight: 700;
$footer-background: $primary-color;
$footer-color: white;
$footer-full-width-background: true;
$footer-link-color: white;
$button-background: $link-color;
$button-border: 0;
$button-color: white;
$button-hover-background: white;
$button-hover-color: $link-color;

View File

@ -0,0 +1,13 @@
{
"label": "Gonfreville L'Orcher",
"variables": {
"theme_color": "#da3837"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

View File

@ -0,0 +1,6 @@
@charset "UTF-8";
@import '../includes/fonts/source-sans-pro';
@import 'vars';
@import '../includes/publik';
@import 'custom';