Project

General

Profile

1
:root {
2
  --portal-main-color: #D95F2D;
3
  --portal-main-contrast: white;
4
  --portal-dark-color: #4687E6;
5

    
6
  --openaire-main-color: #313179;
7

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

    
16
.provideLanding {
17
  font-family: "Open Sans", sans-serif;
18
  font-size: 16px;
19
  letter-spacing: 0;
20
  color: #212121;
21
}
22

    
23
.provideLanding .text-muted {
24
  color: #707070;
25
}
26

    
27
.provideLanding .text-small {
28
  font-size: 14px;
29
}
30

    
31
.provideLanding h1{
32
  font-weight: 700;
33
  font-size: 42px;
34
  font-family: "Open Sans", sans-serif;
35
  letter-spacing: -2.1px;
36
  color: #212121;
37
  opacity: 1;
38
}
39

    
40
.provideLanding h2{
41
  font-weight: 700;
42
  font-size: 30px;
43
  font-family: "Open Sans", sans-serif;
44
  letter-spacing: -0.75px;
45
  color: #212121;
46
  opacity: 1;
47
}
48

    
49
.provideLanding h3{
50
  font-weight: 700;
51
  font-size: 24px;
52
  font-family: "Open Sans", sans-serif;
53
  letter-spacing: -0.24px;
54
  color: #212121;
55
  opacity: 1;
56
}
57

    
58
.uk-section-muted {
59
  background-color: #F7F7F7;
60
}
61

    
62
.uk-button-primary {
63
  /*background-color: #3EC8FE;*/
64
  background-color: #5ABDF9;
65
  opacity: 1;
66
}
67

    
68
.uk-button-primary:hover {
69
  /*background-color: #3EC8FE;*/
70
  background-color: #5ABDF9;
71
  color: #fff;
72
  border-color: #5ABDF9;
73
  opacity: 0.8;
74
}
75

    
76
.explore .uk-h4 {
77
  color: #D95F2D;
78
  font-weight: bold;
79
}
80

    
81
.explore .el-content {
82
  font-size: 18px;
83
}
84

    
85
.explore a {
86
  background-color: #D95F2D;
87
  border-color: #D95F2D;
88
  color: #fff;
89
  font-weight: bold;
90
}
91

    
92
.explore a:hover, .explore a:focus {
93
  background-color: #a0462c;
94
  border-color: #a0462c;
95
}
96

    
97
.connect .uk-h4 {
98
  color: #EBB13E;
99
  font-weight: bold;
100
}
101

    
102
.connect .el-content {
103
  font-size: 18px;
104
}
105

    
106
.connect a {
107
  background-color: #EBB13E;
108
  border-color: #EBB13E;
109
  color: #fff;
110
  font-weight: bold;
111
}
112

    
113
.connect a:hover, .connect a:focus {
114
  background-color: #b48536;
115
  border-color: #b48536;
116
}
117

    
118
.monitor .uk-h4 {
119
  color: #9ABB55;
120
  font-weight: bold;
121
}
122

    
123
.monitor .el-content {
124
  font-size: 18px;
125
}
126

    
127
.monitor a {
128
  background-color: #9ABB55;
129
  border-color: #9ABB55;
130
  color: #fff;
131
  font-weight: bold;
132
}
133

    
134
.monitor a:hover, .monitor a:focus {
135
  background-color: #7c9144;
136
  border-color: #7c9144;
137
}
138

    
139
.develop .uk-h4 {
140
  color: #DA65AB;
141
  font-weight: bold;
142
}
143

    
144
.develop .el-content {
145
  font-size: 18px;
146
}
147

    
148
.develop a {
149
  background-color: #DA65AB;
150
  border-color: #DA65AB;
151
  color: #fff;
152
  font-weight: bold;
153
}
154

    
155
.develop a:hover, .develop a:focus {
156
  background-color: #9f4e7e;
157
  border-color: #9f4e7e;
158
}
159

    
160

    
161
.uk-section-secondary {
162
  background-color: #F7F7F7;
163
}
164

    
165
/************ HOME PAGE ***********/
166

    
167
.statsSection {
168
  background: transparent url('../../imgs/landing/abstract.svg') 0% 0% no-repeat padding-box;
169
  mix-blend-mode: normal;
170
  opacity: 1;
171
}
172

    
173
.provideLanding .bigNumber {
174
  font-weight: 700;
175
  font-size: 30px;
176
  font-family: "Open Sans", sans-serif;
177
  color: #5ABDF9;
178
}
179

    
180
.openAIREGuidelinesBox {
181
  background: #FFFFFF 0% 0% no-repeat padding-box;
182
  border: 1px solid #212121;
183
  border-radius: 12px;
184
  opacity: 1;
185
  padding: 30px;
186
}
187

    
188
.openAIREGuidelinesBox > div {
189
  background: #EDF5FC 0% 0% no-repeat padding-box;
190
  opacity: 1;
191
}
192

    
193
.provideLanding .uk-grid-divider > :not(.uk-first-column)::before {
194
  border-left: 1px solid #BFBFBF;
195
}
196

    
197
.provideLanding .padding {
198
  padding: 30px;
199
}
200

    
201
.provideLanding .paddingLargeLeft {
202
  padding-left: 80px;
203
}
204

    
205
.provideLanding .paddingLargeRight {
206
  padding-right: 80px;
207
}
208

    
209
/****************************************/
210

    
211
/************ ABOUT PAGE ***********/
212

    
213
.aboutPage .uk-grid > *, .aboutPage .uk-grid-large > *{
214
  padding-left: 0px;
215
}
216

    
217
.validationAndRegistrationSection {
218
  background-color: #FFE8EB;
219
}
220

    
221
.enrichmentsSection {
222
  background-color: #99CDE6;
223
}
224

    
225
.measureSection {
226
  background-color: #FFE8C4;
227
  margin-top: 200px;
228
 }
229

    
230
/****************************************/
231

    
232

    
233

    
234

    
235

    
236

    
237

    
238
.uk-card-provide {
239
  background-color: #37C7E9;
240
  color: #fff !important;
241
}
242

    
243
.uk-card-provide .uk-h3 {
244
  color: #fff !important;
245
}
246

    
247
.uk-card-provide .uk-h6 a {
248
  color: #fff !important;
249
  text-decoration: underline;
250
}
251

    
252
.uk-card-provide .uk-h5 {
253
  color: #fff !important;
254
  text-transform: uppercase;
255
  font-size: 15px;
256
  font-weight: bolder;
257
}
258

    
259
.uk-card-provide .uk-divider-small::after {
260
  border-top: 1px solid #fff;
261
}
262

    
263

    
264
.provide.uk-grid-divider > :not(.uk-first-column)::before {
265
  border-left: 1px solid #37C7E9;
266
}
267

    
268
.questions .tm-child-list-divider > ul > li:nth-child(n+2), .questions .uk-list-divider > li:nth-child(n+2) {
269
  border-top: 1px solid #c5c5c5;
270
}
271

    
272
.questions {
273
  font-size: 15px;
274
  font-weight: bold;
275
  color: #4687E6;
276
}
277

    
278
.provide.uk-divider-small::after {
279
  border-top: 1px solid #37C7E9;
280

    
281
}
282

    
283
.emphasis {
284
  color: #000;
285
  font-size: 17px;
286
  font-weight: bold;
287
}
288

    
289
.provide.emphasis {
290
  color: #37C7E9;
291
  font-size: 60px;
292
  font-weight: 300;
293
}
294

    
295
.clear-style {
296
  padding-left: 0px;
297
}
(1-1/3)