2021-04-19 02:10:17 +00:00
|
|
|
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
|
|
|
|
|
|
|
|
// Base
|
|
|
|
@import "base/orbitbar-override";
|
|
|
|
@import "base/sitemap-override";
|
|
|
|
@import "base/global";
|
|
|
|
@import "base/unity";
|
|
|
|
@import "base/utilities";
|
|
|
|
@import "base/pagination";
|
|
|
|
@import "base/accesskey";
|
|
|
|
@import "base/go_back_top";
|
|
|
|
@import "base/ckeditor-reset";
|
|
|
|
|
|
|
|
// Layout
|
|
|
|
@import "layout/*";
|
|
|
|
|
|
|
|
// Modules
|
|
|
|
@import "modules/*";
|
|
|
|
|
|
|
|
// Widget
|
|
|
|
@import "widget/*";
|
|
|
|
|
|
|
|
@media (min-width:600px) and (max-width:1200px) {
|
|
|
|
.w-ba-banner {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.page-home .layout-content .layout-content-boxL {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
@media (max-width:768px) {
|
|
|
|
.w-ba-banner__wrap {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.w-annc__img {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
.navbar-header .navbar-brand,
|
|
|
|
img.site-logo
|
|
|
|
{
|
|
|
|
float: none!important;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
margin: 25px auto!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.background {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
left:0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.w-ba-banner__image {
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0 0 0px;
|
|
|
|
}
|
2021-05-03 02:01:18 +00:00
|
|
|
.tab-content {
|
|
|
|
margin: 0 15px;
|
|
|
|
}
|
|
|
|
.filter_tab {
|
|
|
|
background: transparent!important;
|
|
|
|
}
|
|
|
|
.w-annc h3.w-annc__widget-title span {
|
|
|
|
color: #999!important;
|
|
|
|
}
|
|
|
|
li.filter_tab.active {
|
|
|
|
border: 2px solid #999!important;
|
|
|
|
border-bottom-color: #999!important;
|
|
|
|
}
|
|
|
|
aside .list-unstyled {
|
|
|
|
background-color: #afaba2;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -15px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
aside.layout-content-boxL.aside.col-lg-3 {
|
|
|
|
background-color: rgb(116, 157, 177);
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
li.widget-content:before {
|
|
|
|
content: " ";
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50px;
|
|
|
|
background: #ffee6f;
|
|
|
|
margin-right: 10px;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
}
|