Project

General

Profile

1
:root {
2
    --portal-main-color: #D95F2D;
3
    --portal-main-contrast: white;
4
    --portal-dark-color: #a0462c;
5
    --openaire-main-color: #313179;
6

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

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

    
20

    
21
.tm-toolbar .uk-subnav-line .custom-explore-li {
22
   background:var(--portal-main-color) !important;
23
}
24
/* .custom-explore-toolbar   ul.uk-subnav.uk-subnav-line{
25
  background-color: var(--portal-main-color) !important;
26
  }
27
.custom-explore-toolbar   ul.uk-subnav.uk-subnav-line{
28
  background-color: var(--portal-main-color) !important;
29
}
30
  .custom-explore-toolbar .inner {
31
       background-color: var(--portal-main-color) !important;
32
  }
33

    
34
  .custom-explore-toolbar{
35
    border-top-color:var(--portal-main-color) !important;
36
  } */
37
.mainPageSearchForm{
38
  /*background-image: !*linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),*! url('home.jpg');*/
39
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
40
}
41
.firstPageNumbers{
42
  /* font-weight: 600 !important; */
43
  /* color: var(--portal-main-color) !important; */
44
}
45

    
46

    
47

    
48
.explore-numbers  {
49
 }
50

    
51
.mainPageBottomInfo{
52
  background: linear-gradient( rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
53
  background-attachment: scroll, scroll;
54
  background-size: auto auto, auto auto;
55
  background-size: cover;
56
  background-attachment: fixed;
57
  box-sizing: border-box;
58
  min-height: calc(100vh - 412.767px);
59
}
60
.box-links .uk-card-header:hover {
61
  text-decoration: underline;
62
  text-decoration-color: currentcolor;
63
  text-decoration-color: #90929D;
64
}
65

    
66
.searchForm, .generalSearchForm,
67
.publicationsSearchForm,
68
.projectsSearchForm, .projectsTableSearchForm,
69
.organizationsSearchForm,
70
.datasetsSearchForm,
71
.softwareSearchForm,
72
.orpsSearchForm,
73
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
74
 .journalsSearchForm, .journalsTableSearchForm,
75
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
76

    
77
    background: url('./Εxplore-sub.jpg') right !important;
78

    
79
}
80

    
81
.ask-explore.uk-grid-divider > :not(.uk-first-column)::before {
82
  border-left: 1px solid var(--portal-main-color) ;
83
}
84

    
85
.questions .tm-child-list-divider > ul > li:nth-child(n+2), .questions .uk-list-divider > li:nth-child(n+2) {
86
  border-top: 1px solid #c5c5c5;
87
}
88

    
89
.questions {
90
  font-size: 15px;
91
  font-weight: bold;
92
  color: #4687E6;
93
}
94

    
95
.uk-card-explore {
96
  background-color: var(--portal-main-color);
97
  color: #fff !important;
98
}
99

    
100
.uk-card-explore .uk-h3 {
101
  color: #fff !important;
102
}
103

    
104
.uk-card-explore .uk-h6 a {
105
  color: #fff !important;
106
  text-decoration: underline;
107
}
108

    
109
.uk-card-explore .uk-h5 {
110
  color: #fff !important;
111
  text-transform: uppercase;
112
  font-size: 15px;
113
  font-weight: bolder;
114
}
115

    
116
.emphasis {
117
  color: #000;
118
  font-size: 17px;
119
  font-weight: bold;
120
}
121

    
122
.portal-color.emphasis {
123
  color: #37C7E9;
124
  font-size: 40px;
125
  font-weight: bold;
126
}
127

    
128
.numbers-background {
129
    background: transparent url('explore-assets/numbers_background_pattern.svg') repeat-x center bottom;
130
}
131

    
132
.number {
133
  color: #1d1d1d;
134
}
135

    
136

    
137
.home-logo img{
138
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
139
    filter: grayscale(1);
140
    transition-duration:0.3s;
141
}
142

    
143
.home-logo:hover img{
144
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
145
    filter: grayscale(0);
146
    transition-duration:0.3s;
147
}
148

    
149
.graph-background {
150
  background: #F4F4F4 0 0 no-repeat padding-box;
151
}
152

    
153
.graph-background-bottom {
154
  background-image: url("curved-bottom.svg");
155
  background-color: #FAFAFA;
156
  height: 170px;
157
}
158

    
159
.trello-image {
160
    margin-top: -3px;
161
}
162

    
163
.trello-button {
164
  border: #0079BF 1px solid;
165
  text-transform: none !important;
166
  font-size: 16px;
167
  padding: 0 16px;
168
}
169

    
170
.trello-button-white {
171
    background-color: white;
172
    color: #0079BF;
173
}
174

    
175
.trello-button-blue {
176
    background-color: #0076BA;
177
    color: white;
178
}
179

    
180
.trello-button-white:hover {
181
    background-color: #E9EEF5;
182
    color: #0079BF;
183
}
184

    
185
.trello-button-blue:hover {
186
    background-color: #0084B1;
187
    color: white;
188
}
189

    
190
.explorePanelBackground {
191
    background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
192
}
193

    
194
.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
195
    border-left: 1px solid rgba(0, 0, 0, .2);
196
}
197

    
198
.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
199
    color: #bfbfbf;
200
}
201

    
202
.exploreBorder {
203
    border-color: #d8d8d8;
204
    border-style: solid;
205
    border-width: 2px;
206
    border-radius: 6px;
207
}
208

    
(5-5/17)