explore-services/portal-4cli-lib/src/assets/explore-custom.css

68 lines
1.6 KiB
CSS
Raw Normal View History

.tm-toolbar .uk-subnav-line .custom-explore-li {
display: block;
background:#D03C0D !important;
color:#fff !important;
}
.custom-explore-toolbar ul.uk-subnav.uk-subnav-line{
background-color: #f25f30 !important;
}
.custom-explore-toolbar .inner {
background-color: #f25f30 !important;
}
.custom-explore-toolbar{
border-top-color:#f25f30 !important;
}
.mainPageSearchForm{
background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
}
.firstPageNumbers{
font-weight: 600 !important;
color: #D03C0D !important;
}
.explore-numbers h2, .explore-numbers div {
font-weight: normal !important;
color: #444 !important;
font-style: italic !important;
}
.explore-numbers h2 {
font-size: 22px !important;
}
.developlink{
text-transform: none !important;
color: #fff !important;
background: #d13f96 !important;
font-weight: 600;
}
.providelink{
text-transform: none !important;
color: #fff !important;
background: #28beff !important;
font-weight: 600;
}
.connectlink{
background-color: #ffc800 !important;
font-weight: 600;
color: #fff !important;
}
.monitorlink{
background-color: #8bcc00 !important;
font-weight: 600;
color: #fff !important;
}
.mainPageBottomInfo{
background: linear-gradient( rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
background-attachment: scroll, scroll;
background-size: auto auto, auto auto;
background-size: cover;
background-attachment: fixed;
box-sizing: border-box;
min-height: calc(100vh - 412.767px);
}