intégration graphique Vendargues (#87142) #527

Merged
fpeters merged 2 commits from wip/87142-vendargues into main 2024-02-29 10:46:15 +01:00
18 changed files with 122 additions and 0 deletions

7
README
View File

@ -458,6 +458,13 @@ copyright notices:
#
# https://www.fontsquirrel.com/license/arimo
* Kumbh Sans
# Copyright 2020 The KumbhSans Project Authors (https://github.com/xconsau/KumbhSans)
#
# This Font Software is licensed under the SIL Open Font License, Version 1.1.
#
# https://github.com/xconsau/KumbhSans/blob/master/OFL.txt
~~~~
Some theme variant files have their own specific licenses; refer to

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,18 @@
@mixin kumbhsans-font($type, $weight) {
@font-face {
font-family: 'Kumbh Sans';
src: url('/static/fonts/KumbhSans/KumbhSans-#{$type}.woff2') format('woff2');
font-weight: $weight;
font-style: normal;
}
}
@include kumbhsans-font('Thin', 100);
@include kumbhsans-font('ExtraLight', 200);
@include kumbhsans-font('Light', 300);
@include kumbhsans-font('Regular', 400);
@include kumbhsans-font('Medium', 500);
@include kumbhsans-font('SemiBold', 600);
@include kumbhsans-font('Bold', 700);
@include kumbhsans-font('ExtraBold', 800);
@include kumbhsans-font('Black', 900);

View File

@ -0,0 +1,44 @@
#top h1#logo a {
background: transparent url(img/logo.jpg) top left no-repeat;
background-size: contain;
height: 140px;
text-indent: 250px;
line-height: 160px;
text-transform: uppercase;
color: rgb(35, 31, 32);
font-weight: 200;
@media screen and ($max-mobile-viewport) {
margin-top: 2em;
margin-bottom: 1em;
background-size: contain;
background-position: top center;
display: inline-block;
width: 100%;
text-indent: -10000px;
}
}
@media screen and ($max-mobile-viewport) {
#logo {
padding-left: 0;
}
}
footer {
background-image: url(img/V2.svg);
background-repeat: no-repeat;
background-size: auto;
}
#footer-wrapper {
background: transparent;
}
#toplinks a {
font-family: $title-font-family;
color: white;
}
ul#evolutions li span.item {
background: white !important;
}

View File

@ -0,0 +1,40 @@
@import '../includes/fonts/roboto-slab';
@import '../includes/fonts/kumbhsans';
$darkblue: #223755;
$yellow: #d3d800;
$primary-color: $darkblue;
$border-radius: 0;
$font-family: "Roboto Slab", serif;
$title-font-family: "Kumbh Sans", sans-serif;
$font-size: 100%;
$text-color: rgb(51, 51, 51);
$width: 1300px;
$title-background: $yellow;
$button-background: $yellow;
$button-hover-background: $darkblue;
$button-color: black;
$button-hover-color: white;
$nav-font-family: $title-font-family;
$nav-font-weight: 300;
$nav-active-color: $yellow;
$nav-text-transform: uppercase;
$nav-submenu-background: white;
$nav-submenu-color: black;
$nav-item-hover-background: $yellow;
$nav-item-hover-color: black;
$title-text-transform: uppercase;
$footer-background: white;
$footer-color: rgb(51, 51, 51);
$toplinks-style: none;
$toplinks-background: $darkblue;
$toplinks-padding: 1em;
$widget-focus-outline: 2px solid $darkblue;
$widget-focus-outline-offset: 0px;

View File

@ -0,0 +1,6 @@
{
"label": "Vendargues (2024)",
"variables": {
"theme_color": "#223755"
}
}

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 136 151"><title>V-b</title><polygon points="-0.19 0 33.66 0 33.66 91.12 101.34 0 135.19 0 33.66 151 -0.19 151 -0.19 0" fill="#5e82a2"/></svg>

After

Width:  |  Height:  |  Size: 229 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 82 151"><title>V2</title><polygon points="0 151 82 151 0 0 0 151" fill="#d3d800"/></svg>

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

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