monitor-dashboard/src/assets/monitor-custom.css

283 lines
8.1 KiB
CSS

:root {
--portal-main-color: #4686E5; /*#8DCA26;*/
--portal-main-contrast: white;
--portal-dark-color: #7c9144;
--openaire-main-color: #313179;
--explore-portal-color: #D95F2D;
--provide-portal-color: #37C7E9;
--monitor-portal-color: #8DCA26;
--connect-portal-color: #EBB13E;
--develop-portal-color: #DA65AB;
--explore-portal-lower-tone: #a0462c;
--provide-portal-lower-tone: #3A8FA3;
--monitor-portal-lower-tone: #7c9144;
--connect-portal-lower-tone: #b48536;
--develop-portal-lower-tone: #9f4e7e;
/* Dashboard variables*/
--sidebar-width: 320px;
--sidebar-font-size: 16px;
--header-height: 70px;
--primary-color: #0d47a1;
--secondary-color: #1CA9D5;
--monitor-header-menu-height: 100px;
}
.refresh-iframe {
background-color: rgba(0, 0, 0, 0.50);
position: absolute;
}
.rotate-90 {
transform: rotate(90deg);
}
.stakeholderPage #sidebar_main .sidebar_main_header .logo{
margin-top: 15px;
}
.stakeholderPage .uk-navbar-container{
background-color: white !important;
padding-left: 0;
}
.stakeholderPage .uk-navbar-center .uk-logo{
max-height: var(--header-height);
}
.stakeholderPage .uk-navbar ul li.uk-active a{
color:var(--monitor-portal-color);
font-weight: bold;
}
.stakeholderPage #header_main{
padding-left: 6px;
}
#header_main.light_header {
background: white !important;
color: #000000B3;
}
.dashboard #header_main.light_header .uk-navbar-nav > li > a{
color: #000000B3;
/*text-transform: uppercase;*/
}
.stakeholderPage #hide_controls:hover #toggle:hover .material-icons, .stakeholderPage #hide_controls #toggle:not(.sidebar_main_open) .material-icons {
color: var(--portal-main-color);
/*border: var(--portal-main-color) solid 0px;*/
}
.stakeholderPage #hide_controls #toggle:hover .material-icons , .stakeholderPage #hide_controls #toggle:not(.sidebar_main_open) .material-icons, #hide_controls #toggle .material-icons{
color: var(--portal-main-color) !important;
}
.stakeholderPage #sidebar_main .menu_section > ul > li > a > .menu_icon .material-icons, .stakeholderPage #sidebar_main .menu_section > ul > li > a > .menu_icon svg * {
color: var(--portal-main-color) !important;
fill: var(--portal-main-color) !important;
}
.stakeholderPage #sidebar_main .menu_section > ul > li.current_section, .stakeholderPage #sidebar_main .menu_section > ul > li.current_section:hover,
.stakeholderPage #sidebar_main .menu_section > ul > li.current_section:hover > a:hover
{
/*background-color: var(--portal-main-color) !important;*/
}
.stakeholderPage #sidebar_main .menu_section > ul > li.current_section .menu_title,.stakeholderPage #sidebar_main .menu_section > ul > li.current_section .menu_mini_title, .stakeholderPage #sidebar_main .menu_section > ul > li.current_section:hover .menu_title, .stakeholderPage #sidebar_main .menu_section > ul > li.current_section:hover .menu_mini_title, .stakeholderPage #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons,
.stakeholderPage #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon svg *
/*, .stakeholderPage #sidebar_main .menu_section > ul > li.current_section:hover > a > .menu_icon svg **/
/*.stakeholderPage #sidebar_main .menu_section > ul > li:hover > a > .menu_icon .material-icons*/
{
/*color: white !important;*/
/*fill: white !important;*/
color: var(--portal-main-color) !important;
font-weight: 700;
}
.dashboard #header_main .uk-logo img{
max-height: calc(var(--header-height) - 30px);
}
.stakeholderPage .uk-tab > li.uk-active > a,.stakeholderPage .uk-tab > li > a:focus, .stakeholderPage .uk-tab > li > a:hover {
/*border-bottom-color: var(--portal-main-color) !important;*/
border: 0px !important;
color: var(--portal-main-color) !important
}
.stakeholderPage #style_switcher {
top:200px;
}
.stakeholderPage .uk-navbar-container{
/*box-shadow: 0px 1px 3px #0000004D;*/
}
/*
.stakeholderPage #sidebar_main{
background-color: #F0F4F2;
}*/
.stakeholderPage .categoriesTabs >li a{
font-size: 14px;
text-transform: capitalize;
}
.stakeholderPage .subCategoriesTabs >li a{
font-size: 13px;
text-transform: capitalize;
}
.stakeholderPage .categoriesTabs > li.uk-active a, .stakeholderPage .subCategoriesTabs > li.uk-active a{
font-weight:bold;
}
#style_switcher_toggle{
background-color: var(--portal-main-color) !important;
}
bottom a, bottom a:hover, bottom a:active {
color: black !important;
}
bottom a:not(.license), bottom a > :not(svg) {
text-decoration: underline;
}
#style_switcher{
width:30% !important;
}
#style_switcher:not(.switcher_active){
margin-right: -30% !important;
}
.ng5-slider .ng5-slider-pointer, .ng5-slider .ng5-slider-selection {
background-color: var(--portal-main-color) !important;
}
.ng5-slider .ng5-slider-pointer.ng5-slider-active::after {
background-color:#55637d !important;
}
#style_switcher_toggle{
top:200px !important;
}
#style_switcher{
top: 0 !important;
bottom: 0 !important;
/*padding: 50px !important;*/
z-index: 1105 !important;
}
.uk-subnav.recentyears > :first-child {
padding-left: 0 !important;
}
.uk-subnav.uk-subnav-divider.recentyears {
padding-left: 0 !important;
}
/*add miniTitle*/
.sidebar_mini #sidebar_main .menu_section > ul > li > a .menu_icon{
height:35px !important;
}
/* #sidebar_main .menu_section > ul > li > a .menu_icon{*/
/* height:35px !important;*/
/*}*/
#sidebar_main .menu_section > ul > li > a {
height:inherit !important;
}
.stakeholderPage #sidebar_main .menu_section > ul > li .menu_mini_title {
font-size: 9px !important;
line-height: 12px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
text-overflow: ellipsis;
overflow: hidden;
}
.stakeholderPage:not(.sidebar_mini) #sidebar_main .menu_section > ul > li .menu_mini_title, .stakeholderPage:not(.sidebar_mini) #sidebar_main .menu_section > ul:not(.searchLink) > li .menu_icon, .dashboard .sidebar_main_swipe:not(.stakeholderPage):not(.sidebar_mini) #sidebar_main .menu_section > ul > li .menu_mini_title{
display: none;
}
.stakeholderPage #sidebar_main .menu_section > ul > li {
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
display: block;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.stakeholderPage #sidebar_main .menu_section > ul > li > a {
display: inherit !important;
text-align: center;
}
.stakeholderPage #sidebar_main .menu_section > ul > li.current_section {
width: 100%;
height: 100%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
margin: 80px 0px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li.current_section{
transform: rotate(0deg);
width: inherit;
height: inherit;
margin: 0px 0px;
}
.uk-subnav-pill.subCategoriesTabs > li > a{
border: 1px solid #1a1a1a;
color: #1a1a1a;
border-radius: 40px;
background-color: white;
opacity: 0.5 ;
/*background: var(--portal-main-color) !important;*/
/*color: var(--portal-main-contrast) !important;*/
}
.uk-subnav-pill.subCategoriesTabs > li.uk-active > a{
color: white;
border: 1px solid var(--portal-main-color);
background-color: var(--portal-main-color);
opacity: 1 ;
}
.uk-tab.categoriesTabs::before {
border-bottom: none !important;
}
.stakeholderPage #style_switcher {
box-shadow: none;
border: 1px solid var(--monitor-portal-color);
}
.stakeholderPage #sidebar_main {
border-right: 1px solid var(--monitor-portal-color);
}
.stakeholderPage .md-card.uk-disabled, .stakeholderPage .md-card.semiFiltered{
opacity: 0.5;
}
.stakeholderPage .md-card.semiFiltered > * > .highcharts-series-group{
opacity: 0.5;
}
.stakeholderPage:not(.sidebar_mini) #sidebar_main .menu_section > ul.searchLink {
bottom: 65px;
right:0;
left:0;
position:fixed;
}