[ADD] theme 8.0
|
After Width: | Height: | Size: 298 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 267 KiB |
|
After Width: | Height: | Size: 283 KiB |
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 266 KiB |
|
After Width: | Height: | Size: 294 KiB |
|
After Width: | Height: | Size: 273 KiB |
|
After Width: | Height: | Size: 302 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 288 KiB |
|
After Width: | Height: | Size: 279 KiB |
|
After Width: | Height: | Size: 283 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 311 KiB |
|
After Width: | Height: | Size: 278 KiB |
|
After Width: | Height: | Size: 240 KiB |
|
After Width: | Height: | Size: 303 KiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 327 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 478 KiB |
|
After Width: | Height: | Size: 225 KiB |
|
After Width: | Height: | Size: 239 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,4 @@
|
||||
@s_team_profile_box_bg_color: rgba(255, 255, 255, 0.5);
|
||||
@s_team_profile_box_border_color: rgba(255, 255, 255, 0.5);
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,9 @@
|
||||
// Affix menu
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#affixed_nav').affix({
|
||||
offset: {
|
||||
top: $('#affixed_nav').offset().top*4
|
||||
}
|
||||
});
|
||||
});
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||