general: add new theme for vendargues (#87142)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-02-19 13:37:09 +01:00
parent e4d29d87da
commit 9687c89a31
7 changed files with 97 additions and 0 deletions

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';