wanze : start theme setup

This commit is contained in:
Daniel Muyshond 2019-11-18 16:26:19 +01:00
parent 2f9dc36b75
commit 2198a7d196
11 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1 @@
@charset "UTF-8";

69
static/wanze/_vars.scss Normal file
View File

@ -0,0 +1,69 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #D8297B;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 18px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$border-radius: 3px;
/*BASKET*/
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: $primary-color;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
/*HEADER*/
$header-banner: none;
$header-banner-image: false;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 1.7em 0 0 0.2em !default;
$header-logo-padding: 0;
$toplinks-border: 0;
$toplinks-radius: 0;
$toplinks-shadow: none;
/*LOGIN*/
/*MENU*/
$nav-background: #F2F2F2;
$nav-color: #333;
$nav-active-color: $primary-color;
$nav-item-selected-color: #FFF;
$nav-text-uppercase: uppercase;
/*MENU RESPONSIVE*/
$nav-button-color: #FFF;
$nav-menu-color: $primary-color;
/*PWA*/
$nav-mobile-bottom-bar-height: 75px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #FFF;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
/*RESPONSIVE*/
/*SHARE*/
$hidden-description: false;
/*TITLE*/
$title-color: #525252;
$title-padding: 1em 0em 1em 0.8em;
$title-weight: bold;

9
static/wanze/config.json Normal file
View File

@ -0,0 +1,9 @@
{
"label": "Theme clean",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#D8297B",
"favicon": "theme_clean/images/favicon.ico"
}
}

5
static/wanze/extra.js Normal file
View File

@ -0,0 +1,5 @@
$(function() {
$.getScript('/static/imio/common.js', function() {
});
}); /* end */

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

19
static/wanze/style.scss Normal file
View File

@ -0,0 +1,19 @@
@charset "UTF-8";
@import 'vars';
@import '../../publik-base-theme/static/includes/publik';
@import '../../publik-base-theme/static/includes/font-din';
@import '../imio/form-buttons';
@import '../imio/header';
@import '../imio/menu';
@import '../imio/login';
@import '../imio/basketv2';
@import '../imio/footer';
@import '../imio/extra';
@import '../imio/share';
@import '../imio/cells';
@import '../imio/responsive';
@import 'custom';