[ADD] theme 8.0

This commit is contained in:
Design
2021-05-11 15:41:12 +02:00
committed by Jeremy Kersten
commit 51c615247e
3583 changed files with 121845 additions and 0 deletions
@@ -0,0 +1,62 @@
#wrap {
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
.oe_login_form {
.btn-primary {
color: @black;
}
}
// Affix menu styles
.navbar-default {
border-bottom: none;
.container {
margin-top: 0;
top: -100px;
&.affix {
top: 0px;
background-color: white;
.box-shadow(@shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3));
.transition (top 0.5s ease-out);
#top_menu .dropdown-menu {
.box-shadow(@shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3));
}
}
li > .dropdown-menu {
margin-top: 0;
li {
height: auto;
&:hover {
border-bottom: none;
background: none;
}
}
}
li:not(.dropdown-menu) {
height: 53px;
&:hover {
border-bottom: 2px solid @color-epsilon;
}
@media screen and (max-width: 640px) {
height: auto;
}
}
li.active > a {
color: black;
}
.navbar-brand {
height: 53px;
}
}
.container:before {
height: 0px;
}
}
// Footer
#wrapwrap > footer .container p {
font-size: 14px;
}
@@ -0,0 +1,31 @@
@s_banner_3_carousel_height: 500px;
@s_banner_3_padding: 30px;
@s_banner_3_h1_size: 50px;
@s_banner_3_h2_size: 30px;
.s_banner_3_row_hook(){
background-color: transparent;
height: auto;
img {
display: none;
}
}
.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;
}
@media screen and (max-width: 768px) {
width: 100%;
margin-top: 0;
}
}
@@ -0,0 +1,16 @@
@s_banner_parallax_text_color: white;
.s_banner_parallax_row_hook(){
.hero-bg:before {
border-top: 0px solid transparent;
}
.hero-bg:after {
border-top: 0px solid transparent;
}
};
.s_banner_parallax_hero_bg_hook (){
margin-top: 200px;
@media screen and (max-width: 640px) {
margin-top: 50px;
}
};
@@ -0,0 +1 @@
@s_big_icon_circle_text_color: @gray;
@@ -0,0 +1,6 @@
.s_news_carousel_fa_hook(){
background-color: transparent;
};
.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;
}
}