connect/src/assets/customization.css

167 lines
4.8 KiB
CSS

.communityPanelBackground:not(bottom) {
border-style: solid;
border-color: var(--portal-main-color);
border-width: 0px;
}
.communityPanelBackground,
.communityPanelBackground .uk-section-primary {
background-color: var(--portal-main-color);
}
.communityPanelBackground {
color: #ffffff !important;
}
.communityPanelBackground svg .stroke_line {
stroke: #ffffff !important;
}
.communityPanelBackground svg .fill_text {
fill: #ffffff !important;
}
.communityPanelBackground .uk-h6:not(.ignoreCommunityPanelBackground),
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground),
.communityPanelBackground .uk-h4:not(.ignoreCommunityPanelBackground),
.communityPanelBackground .uk-h3:not(.ignoreCommunityPanelBackground),
.communityPanelBackground .uk-h2:not(.ignoreCommunityPanelBackground),
.communityPanelBackground .uk-h1:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h6:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h5:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h4:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h3:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h2:not(.ignoreCommunityPanelBackground),
.communityPanelBackground h1:not(.ignoreCommunityPanelBackground){
color: #ffffff !important;
}
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground) {
font-weight: 700!important;
}
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground),
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground),
.portal-card a {
color: rgba(255, 255, 255, 0.98) !important;
font-family: 'Open Sans', sans-serif !important;
font-size: 14px !important;
}
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):hover,
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground):hover,
.portal-card a:hover {
color: rgba(255, 255, 255, 0.5) !important;
}
.uk-link,
a:not(.uk-button),
/*.uk-navbar-dropdown-nav>li>a,*/
.uk-navbar-nav>li>a,
.loginLink,
.uk-tab>.uk-active>a,
.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
color: var(--portal-main-color);
}
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
background-color: #ffffff !important;
/*color: var(--portal-main-color) !important;*/
color: black !important;
border-color: #ffffff !important;
border-style: solid !important;
border-width: 1px !important;
/*border-radius: 4px !important;*/
}
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
background-color: #eeeeee !important;
/*color: var(--portal-main-color) !important;*/
color: black !important;
border-color: #eeeeee !important;
}
.uk-navbar-dropdown-nav>li>a:focus,
.uk-navbar-dropdown-nav>li>a:hover,
.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active,
.uk-navbar-nav>li:hover>a,
.uk-navbar-dropdown-nav>li.uk-active>a,
.uk-tab>.uk-active>a,
.uk-navbar-nav>li.uk-active>a,
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a
{
color: var(--portal-main-color) !important;
}
.uk-link:hover, a:not(.uk-button):hover{
color: var(--portal-dark-color) ;
}
.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
background-color: white !important;
color: #666;
box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
/*border:var(--portal-main-color) 1px solid;*/
}
.uk-navbar-dropdown-nav > li > a{
color: #666 !important;
}
.customTabs .uk-tab>.uk-active>a {
border-color: var(--portal-main-color);
}
.customTabs .uk-tab>.uk-active>a {
border-color: var(--portal-main-color);
}
.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
border-color: var(--portal-dark-color);
}
.portal-link:hover {
/*text-decoration: none !important;*/
color: var(--portal-dark-color) !important;
}
.uk-slidenav {
background: none;
}
#stickyNavbar{
box-shadow: 0 1px 1px #0000004D;
}
.uk-button-primary{
color: white !important;
background-color: var(--portal-main-color) !important;
border-color: var(--portal-main-color) !important;
}
.uk-button-primary:hover{
background-color: var(--portal-dark-color) !important;
border-color: var(--portal-dark-color) !important;
}
.uk-button-secondary, .uk-button-default{
color: var(--portal-main-color) !important;
background-color: white !important;
border-color: var(--portal-main-color) !important;
}
.uk-button-secondary:hover, .uk-button-default:hover{
color: white !important;
background-color: var(--portal-main-color) !important;
border-color: var(--portal-main-color) !important;
}
.uk-alert-primary{
color: var(--portal-main-color);
border-color: var(--portal-main-color);
}
.uk-text-primary{
color: var(--portal-main-color) !important;
}