vaucluse-cd84: start minimalistic v1 theme (#89154)
gitea/publik-base-theme/pipeline/head This commit looks good Details

As a shameless clapotis-les-canards ripoff; just changing the main
color and adding a couple of minor tweaks (buttons order, checkbox
alignment).
This commit is contained in:
Paul Marillonnet 2024-04-04 17:11:32 +02:00
parent 3ca54baf36
commit 50cf847ddb
4 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,25 @@
#logo a {
height: 100px;
line-height: 100px;
color: $primary-color;
text-transform: uppercase;
font-weight: normal;
}
#nav-wrapper {
background: $nav-background;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
margin-bottom: 10px;
div#nav > ul > li > a {
border-radius: $border-radius;
}
}
@media screen and ($max-mobile-viewport) {
#logo a {
display: block;
height: 75px;
overflow: hidden;
}
}

View File

@ -0,0 +1,25 @@
$primary-color: #0073cb;
$width: 1160px;
$font-color: #666;
$font-size: 0.938em;
$nav-background: #fafafa;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 4px;
$widget-focus-border: 1px solid $primary-color;
$widget-focus-outline: 2px solid $primary-color;
$widget-unique-checkbox-position: left;
$button-background: $primary-color;
$button-focus-outline-offset: 1px;
$buttons-order: cancel (grow), previous, submit;
$title-background: $primary-color;
$title-color: white;
$nav-mobile-mode: bottom-bar;
$cell-image-position: top;
$cell-image-padding: none;

View File

@ -0,0 +1,14 @@
{
"label": "Vaucluse (CD84)",
"variables": {
"theme_color": "#0073cb"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:background": { "label": "Têtière : fond" },
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

View File

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