[ADD] theme 13.0
|
After Width: | Height: | Size: 219 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 248 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 265 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 356 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,5 @@
|
||||
// Links
|
||||
//
|
||||
// Style anchor elements.
|
||||
|
||||
$link-hover-color: palette-gray('900') !default;
|
||||
@@ -0,0 +1,33 @@
|
||||
$s-banner-3-carousel-height: 500px;
|
||||
$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;
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@mixin s-banner-3-col-center-hook {
|
||||
text-align: center;
|
||||
width: 400px;
|
||||
height: auto;
|
||||
margin-top: 100px;
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
padding-bottom: 20px;
|
||||
h1, h2 {
|
||||
color: white;
|
||||
}
|
||||
.fa {
|
||||
transform: none;
|
||||
font-size: 18px;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
width: 100%;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
$s-big-icon-circle-text-color: $-gray-700;
|
||||
@@ -0,0 +1,66 @@
|
||||
#wrap {
|
||||
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
|
||||
}
|
||||
.oe_login_form {
|
||||
.btn-primary {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
// Affix menu styles
|
||||
|
||||
.navbar {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-bottom: none !important;
|
||||
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
|
||||
transition: top 0.5s ease-out;
|
||||
|
||||
.container {
|
||||
margin: 0;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
align-items: stretch;
|
||||
|
||||
#top_menu, .nav-item, .nav-link {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#top_menu .dropdown-menu {
|
||||
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);
|
||||
}
|
||||
.dropdown-menu {
|
||||
margin-top: 0;
|
||||
.dropdown-item {
|
||||
height: auto;
|
||||
&:hover {
|
||||
border-bottom: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav-link {
|
||||
@include media-breakpoint-up(md) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
border-bottom: 2px solid transparent;
|
||||
&:hover {
|
||||
border-bottom-color: theme-color('epsilon');
|
||||
}
|
||||
&.active {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
&::before {
|
||||
height: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Footer
|
||||
|
||||
#wrapwrap > footer .container p {
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'logo-height': (52 / 16) * 1rem,
|
||||
'font-number': 1,
|
||||
'headings-font-number': 1,
|
||||
'navbar-font-number': 1,
|
||||
'buttons-font-number': 1,
|
||||
),
|
||||
);
|
||||
@@ -0,0 +1,16 @@
|
||||
$s-banner-parallax-text-color: white;
|
||||
@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-top: 200px;
|
||||
@media screen and (max-width: 640px) {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
@mixin s-news-carousel-fa-hook {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
@mixin s-news-carousel-day-hook {
|
||||
background-color: white;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
.s_three_columns {
|
||||
padding-top: 80px !important;
|
||||
img {
|
||||
margin: 0 auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||