Project

General

Profile

1
@import "fonts/fonts.css";
2

    
3
:root {
4
    --portal-main-color: #9ABB55;
5
    --portal-main-contrast: white;
6
    --portal-dark-color: #7c9144;
7

    
8
    --openaire-main-color: #313179;
9

    
10
    --explore-portal-color: #D95F2D;
11
    --provide-portal-color: #37C7E9;
12
    --monitor-portal-color: #9ABB55;
13
    --connect-portal-color: #EBB13E;
14
    --develop-portal-color: #DA65AB;
15

    
16
    --explore-portal-lower-tone: #a0462c;
17
    --provide-portal-lower-tone: #3A8FA3;
18
    --monitor-portal-lower-tone: #7c9144;
19
    --connect-portal-lower-tone: #b48536;
20
    --develop-portal-lower-tone: #9f4e7e;
21

    
22
    --sidebar-width: 320px;
23
    --sidebar-font-size: 16px;
24
    --header-height: 70px;
25

    
26
    --monitor-header-menu-height: 100px;
27
}
28

    
29
.refresh-iframe {
30
    background-color: rgba(0, 0, 0, 0.50);
31
    position: absolute;
32
}
33

    
34
.rotate-90 {
35
    transform: rotate(90deg);
36
}
37

    
38
/*monitor #header_main{*/
39
/*    height: var(--monitor-header-height);*/
40
/*}*/
41

    
42
/*.dashboard monitor  .header_full #sidebar_main {*/
43
/*    top: var(--monitor-header-height);*/
44

    
45
/*}*/
46

    
47
.double-header  #header_main .uk-navbar-nav > li > a {
48
    font-size: 20px;
49
    font-family: 'Open Sans';
50
}
51

    
52
.double-header .uk-navbar-nav > li.uk-active > a {
53
    font-weight: bold;
54
}
55
.double-header #header_main .uk-navbar-nav > li.uk-active a span {
56
    -webkit-box-shadow: inset 0 -2px 0 #FFFFFF;
57
    box-shadow: inset 0 -2px 0 #FFFFFF;
58
}
59
.double-header #header_main .uk-navbar-nav > li a span {
60
    padding-bottom: 4px;
61
    text-transform: capitalize;
62
}
63
.double-header #header_main{
64
    top: var(--monitor-header-menu-height);
65
}
66
.double-header #header_menu{
67
    position: fixed;
68
    top: 0;
69
    left: 0;
70
    height:var(--monitor-header-menu-height);
71
    background:white;
72
    z-index: 1215;
73

    
74
}
75
.double-header #header_menu .uk-navbar-nav > li.uk-active a span {
76
    -webkit-box-shadow: inset 0 -2px 0 #333;
77
    box-shadow: inset 0 -2px 0  #333;
78
    padding-bottom: 2px;
79

    
80
}
81

    
82
.dashboard .double-header .header_full #sidebar_main {
83
    top: calc(var(--header-height) + var(--monitor-header-menu-height));
84
}
85

    
86
.dashboard .double-header .header_full #page_content_inner {
87
    /*top:  calc(var(--header-height) + var(--monitor-header-menu-height));*/
88
    /*position: absolute;*/
89
    margin-top: calc(var(--header-height) + 24px);
90
}
91

    
92
.stakeholderPage  #sidebar_main .menu_section > ul li > a {
93
    font-size: 18px;
94
}
95

    
96
.double-header .uk-logo img{
97
    max-height: 80px;
98
}
99

    
100
.stakeholderPage #style_switcher{
101
    top:200px;
102
}
103

    
104
.loginLink, .loginLink:hover{
105
    color: white;
106
    font-weight: bold;
107
}
(7-7/9)