diff --git a/static/vendargues-2024/_custom.scss b/static/vendargues-2024/_custom.scss new file mode 100644 index 00000000..4e7fe11a --- /dev/null +++ b/static/vendargues-2024/_custom.scss @@ -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; +} diff --git a/static/vendargues-2024/_vars.scss b/static/vendargues-2024/_vars.scss new file mode 100644 index 00000000..b8f7aa4a --- /dev/null +++ b/static/vendargues-2024/_vars.scss @@ -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; diff --git a/static/vendargues-2024/config.json b/static/vendargues-2024/config.json new file mode 100644 index 00000000..5b24e392 --- /dev/null +++ b/static/vendargues-2024/config.json @@ -0,0 +1,6 @@ +{ + "label": "Vendargues (2024)", + "variables": { + "theme_color": "#223755" + } +} diff --git a/static/vendargues-2024/img/V-b.svg b/static/vendargues-2024/img/V-b.svg new file mode 100644 index 00000000..50e367a5 --- /dev/null +++ b/static/vendargues-2024/img/V-b.svg @@ -0,0 +1 @@ +V-b \ No newline at end of file diff --git a/static/vendargues-2024/img/V2.svg b/static/vendargues-2024/img/V2.svg new file mode 100644 index 00000000..91a0fe40 --- /dev/null +++ b/static/vendargues-2024/img/V2.svg @@ -0,0 +1 @@ +V2 \ No newline at end of file diff --git a/static/vendargues-2024/img/logo.jpg b/static/vendargues-2024/img/logo.jpg new file mode 100644 index 00000000..0c0a4486 Binary files /dev/null and b/static/vendargues-2024/img/logo.jpg differ diff --git a/static/vendargues-2024/style.scss b/static/vendargues-2024/style.scss new file mode 100644 index 00000000..1fd447de --- /dev/null +++ b/static/vendargues-2024/style.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +@import 'vars'; +@import '../includes/publik'; +@import 'custom';