[ADD] theme 13.0
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 319 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 385 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||