[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

@@ -0,0 +1,5 @@
// TODO move the following section somewhere else as not bootstrap but need
// colors variables to be set
$s-products-carousel-carousel-icon-color: palette-theme-color('alpha') !default;
@@ -0,0 +1,36 @@
$s-banner-3-carousel-height: 600px;
$s-banner-3-indicators-visible: visible;
$s-banner-3-padding: 30px;
$s-banner-3-h1-size: 50px;
$s-banner-3-h2-size: 30px;
@mixin s-banner-3-row-hook {
background-color: rgba(0, 0, 0, 0);
height: auto;
border: none;
width: 100%;
img {
display: none;
}
}
@mixin s-banner-3-col-center-hook {
text-align: center;
height: auto;
padding-bottom: 20px;
h1, h2 {
color: white;
}
.fa {
transform: none;
font-size: 18px;
}
@include media-breakpoint-down(sm) {
width: 100%;
margin-top: 0;
}
}
@mixin s-banner-3-carousel-control-hook {
display: none;
}
+60
View File
@@ -0,0 +1,60 @@
body {
font-size: 13px;
}
@if $o-theme-hamburger-layout {
.navbar-default .container {
box-shadow: none;
}
header .navbar-default .container {
height: 50px;
li > .dropdown-menu {
margin-top: 0;
}
.navbar-collapse {
@include media-breakpoint-down(sm) {
float: left;
box-shadow: none !important;
}
@media screen and (max-width: 640px) {
width: 100%;
}
}
.navbar-header {
height: 50px;
padding: 0 15px;
.navbar-brand {
transform: none;
padding: 0;
margin-left: 0;
}
.navbar-toggle {
top: 0;
right: 0;
}
}
}
#top_menu {
transform: none;
}
}
@if $o-theme-layout == 'boxed' {
#wrapwrap {
#wrap {
max-width: 1000px;
.container {
max-width: 100%;
}
}
#footer {
max-width: 1000px;
}
footer:not(.modal-footer) {
background: rgba(0, 0, 0, 0);
.container:last-child {
max-width: 1000px;
}
}
}
}
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// Fonts
//------------------------------------------------------------------------------
$o-theme-fonts: append($o-theme-fonts, ('Radley', serif));
$o-theme-font-urls: append($o-theme-font-urls, 'Radley:300,300i,400,400i,700,700i');
$o-theme-font-names: append($o-theme-font-names, 'Radley');
//------------------------------------------------------------------------------
// Website customizations
//------------------------------------------------------------------------------
$o-website-values-palettes: (
(
'header-font-size': (13 / 16) * 1rem,
'font-number': 9,
'headings-font-number': 9,
'navbar-font-number': 1,
'buttons-font-number': 9,
),
);
@@ -0,0 +1,18 @@
$s-banner-parallax-text-color: white;
$s-banner-parallax-height: 600px;
@mixin s-banner-parallax-row-hook {
.hero-bg:before {
border-top: 0px solid rgba(0, 0, 0, 0);
}
.hero-bg:after {
border-top: 0px solid rgba(0, 0, 0, 0);
}
}
@mixin s-banner-parallax-hero-bg-hook {
margin-bottom: 100px;
@media screen and (max-width: 640px) {
margin-top: 50px;
}
}
@@ -0,0 +1,8 @@
$s-products-carousel-carousel-control-color: rgba(0, 0, 0, 0);
$s-products-carousel-carousel-height: 100vh;
$s-products-carousel-indicators-position: 120px;
$s-products-carousel-indicators-visible: visible;
@mixin s-products-carousel-hook {
display: none;
}