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
  --monitor-portal-color: #9ABB55;
11
  --connect-portal-color: #EBB13E;
12
  --develop-portal-color: #DA65AB;
13
}
14

    
15
.provide.uk-heading-hero {
16
  color: #37C7E9;
17
}
18

    
19
.uk-button-primary {
20
  background-color: #37C7E9;
21
}
22

    
23
.uk-button-primary:hover {
24
  background-color: #3a8fa3;
25
  color: #fff;
26
  border-color: #3a8fa3;
27
}
28

    
29
.explore .uk-h4 {
30
  color: #D95F2D;
31
  font-weight: bold;
32
}
33

    
34
.explore .el-content {
35
  font-size: 18px;
36
}
37

    
38
.explore a {
39
  background-color: #D95F2D;
40
  border-color: #D95F2D;
41
  color: #fff;
42
  font-weight: bold;
43
}
44

    
45
.explore a:hover, .explore a:focus {
46
  background-color: #a0462c;
47
  border-color: #a0462c;
48
}
49

    
50
.connect .uk-h4 {
51
  color: #EBB13E;
52
  font-weight: bold;
53
}
54

    
55
.connect .el-content {
56
  font-size: 18px;
57
}
58

    
59
.connect a {
60
  background-color: #EBB13E;
61
  border-color: #EBB13E;
62
  color: #fff;
63
  font-weight: bold;
64
}
65

    
66
.connect a:hover, .connect a:focus {
67
  background-color: #b48536;
68
  border-color: #b48536;
69
}
70

    
71
.monitor .uk-h4 {
72
  color: #9ABB55;
73
  font-weight: bold;
74
}
75

    
76
.monitor .el-content {
77
  font-size: 18px;
78
}
79

    
80
.monitor a {
81
  background-color: #9ABB55;
82
  border-color: #9ABB55;
83
  color: #fff;
84
  font-weight: bold;
85
}
86

    
87
.monitor a:hover, .monitor a:focus {
88
  background-color: #7c9144;
89
  border-color: #7c9144;
90
}
91

    
92
.develop .uk-h4 {
93
  color: #DA65AB;
94
  font-weight: bold;
95
}
96

    
97
.develop .el-content {
98
  font-size: 18px;
99
}
100

    
101
.develop a {
102
  background-color: #DA65AB;
103
  border-color: #DA65AB;
104
  color: #fff;
105
  font-weight: bold;
106
}
107

    
108
.develop a:hover, .develop a:focus {
109
  background-color: #9f4e7e;
110
  border-color: #9f4e7e;
111
}
112

    
113

    
114

    
115

    
116
.uk-card-provide {
117
  background-color: #37C7E9;
118
  color: #fff !important;
119
}
120

    
121
.uk-card-provide .uk-h3 {
122
  color: #fff !important;
123
}
124

    
125
.uk-card-provide .uk-h6 a {
126
  color: #fff !important;
127
  text-decoration: underline;
128
}
129

    
130
.uk-card-provide .uk-h5 {
131
  color: #fff !important;
132
  text-transform: uppercase;
133
  font-size: 15px;
134
  font-weight: bolder;
135
}
136

    
137
.uk-card-provide .uk-divider-small::after {
138
  border-top: 1px solid #fff;
139
}
140

    
141

    
142
.provide.uk-grid-divider > :not(.uk-first-column)::before {
143
  border-left: 1px solid #37C7E9;
144
}
145

    
146
.questions .tm-child-list-divider > ul > li:nth-child(n+2), .questions .uk-list-divider > li:nth-child(n+2) {
147
  border-top: 1px solid #c5c5c5;
148
}
149

    
150
.questions {
151
  font-size: 15px;
152
  font-weight: bold;
153
  color: #4687E6;
154
}
155

    
156
.provide.uk-divider-small::after {
157
  border-top: 1px solid #37C7E9;
158

    
159
}
160

    
161
.emphasis {
162
  color: #000;
163
  font-size: 17px;
164
  font-weight: bold;
165
}
166

    
167
.provide.emphasis {
168
  color: #37C7E9;
169
  font-size: 60px;
170
  font-weight: 300;
171
}
172

    
173
.clear-style {
174
  padding-left: 0px;
175
}
(3-3/6)