2019-10-24 09:44:29 +02:00
|
|
|
:root {
|
|
|
|
--portal-main-color: #9ABB55;
|
|
|
|
--portal-main-contrast: white;
|
|
|
|
--portal-dark-color: #7c9144;
|
|
|
|
|
|
|
|
--openaire-main-color: #313179;
|
|
|
|
|
|
|
|
--explore-portal-color: #D95F2D;
|
|
|
|
--provide-portal-color: #37C7E9;
|
|
|
|
--monitor-portal-color: #9ABB55;
|
|
|
|
--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;
|
2019-11-01 19:30:11 +01:00
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
|
|
|
|
/* Dashboard variables*/
|
2019-11-12 16:55:37 +01:00
|
|
|
--sidebar-width: 320px;
|
|
|
|
--sidebar-font-size: 16px;
|
|
|
|
--header-height: 70px;
|
2020-01-14 20:48:13 +01:00
|
|
|
--primary-color: #0d47a1;
|
|
|
|
--secondary-color: #1CA9D5;
|
2019-11-28 17:27:49 +01:00
|
|
|
|
|
|
|
--monitor-header-menu-height: 100px;
|
2019-11-01 19:30:11 +01:00
|
|
|
}
|
2019-11-24 17:30:04 +01:00
|
|
|
|
|
|
|
.refresh-iframe {
|
|
|
|
background-color: rgba(0, 0, 0, 0.50);
|
|
|
|
position: absolute;
|
|
|
|
}
|
2019-11-27 13:14:14 +01:00
|
|
|
|
|
|
|
.rotate-90 {
|
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
2019-11-28 17:27:49 +01:00
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
.double-header #header_menu a {
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
}
|
|
|
|
|
2020-02-06 14:45:11 +01:00
|
|
|
.dashboard .double-header #header_main .uk-navbar-nav > li > a {
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: "Open Sans", serif;
|
2019-11-28 17:27:49 +01:00
|
|
|
}
|
|
|
|
|
2020-01-09 15:31:55 +01:00
|
|
|
.double-header #header_main .uk-navbar-nav > li.uk-active {
|
|
|
|
position: relative;
|
|
|
|
display: inline;
|
|
|
|
transition: position 0s linear 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.double-header #header_main .uk-navbar-nav > li.uk-active a {
|
2019-11-28 17:27:49 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-01-09 15:31:55 +01:00
|
|
|
|
|
|
|
.double-header #header_main .uk-navbar-nav > li.uk-active a:before {
|
|
|
|
top: 45px;
|
|
|
|
left: 50%;
|
|
|
|
border-style: solid;
|
|
|
|
content: "";
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
border-color: transparent;
|
|
|
|
border-bottom-color: #ECECEC;
|
|
|
|
border-width: 15px;
|
|
|
|
margin-left: -15px;
|
2019-11-28 17:27:49 +01:00
|
|
|
}
|
2020-01-09 15:31:55 +01:00
|
|
|
|
|
|
|
|
2019-11-28 17:27:49 +01:00
|
|
|
.double-header #header_main .uk-navbar-nav > li a span {
|
|
|
|
padding-bottom: 4px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
.double-header #header_main{
|
|
|
|
top: var(--monitor-header-menu-height);
|
|
|
|
}
|
2020-01-14 20:48:13 +01:00
|
|
|
.double-header #header_menu {
|
2019-11-28 17:27:49 +01:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height:var(--monitor-header-menu-height);
|
|
|
|
background:white;
|
|
|
|
z-index: 1215;
|
|
|
|
}
|
2020-01-14 20:48:13 +01:00
|
|
|
|
2019-11-28 17:27:49 +01:00
|
|
|
.double-header #header_menu .uk-navbar-nav > li.uk-active a span {
|
|
|
|
-webkit-box-shadow: inset 0 -2px 0 #333;
|
|
|
|
box-shadow: inset 0 -2px 0 #333;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard .double-header .header_full #sidebar_main {
|
|
|
|
top: calc(var(--header-height) + var(--monitor-header-menu-height));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard .double-header .header_full #page_content_inner {
|
2019-12-09 11:41:58 +01:00
|
|
|
/*top: calc(var(--header-height) + var(--monitor-header-menu-height));*/
|
|
|
|
/*position: absolute;*/
|
|
|
|
margin-top: calc(var(--header-height) + 24px);
|
2019-11-28 17:27:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.double-header .uk-logo img{
|
2020-02-06 14:45:11 +01:00
|
|
|
max-height: calc(var(--header-height) - 20px);
|
2019-11-28 17:27:49 +01:00
|
|
|
}
|
2019-12-04 18:01:55 +01:00
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
.stakeholderPage #style_switcher {
|
2019-12-04 18:01:55 +01:00
|
|
|
top:200px;
|
|
|
|
}
|
2019-12-12 15:20:03 +01:00
|
|
|
|
2019-12-13 16:48:24 +01:00
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
/* Login Box*/
|
|
|
|
.dashboard .double-header .login {
|
|
|
|
color: rgba(0,0,0,.54);
|
2019-12-13 16:48:24 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
.dashboard .double-header circle, .dashboard .double-header .login svg,
|
|
|
|
.dashboard .double-header svg svg *, .dashboard .double-header .login svg * {
|
2019-12-13 16:48:24 +01:00
|
|
|
stroke: rgba(0,0,0,.54);
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
|
2020-01-14 20:48:13 +01:00
|
|
|
.dashboard .double-header text {
|
2019-12-13 16:48:24 +01:00
|
|
|
stroke: rgba(0,0,0,.54);
|
|
|
|
fill: rgba(0,0,0,.54);
|
|
|
|
}
|