Project

General

Profile

1
/* Landing title section*/
2
.title-section h1 {
3
  font-size: 28px;
4
  font-weight: 400;
5
}
6

    
7
.title-section .under-curation {
8
  color: var(--portal-main-color);
9
  opacity: 0.8;
10
}
11

    
12
.uk-tooltip.under-curation-tooltip {
13
  background-color: white;
14
  display: block;
15
  border-radius: 4px;
16
  padding: 15px 15px 0;
17
  border: 1px solid #DEDEDE;
18
  color: #6c6c6c;
19
  z-index: 10000;
20
}
21

    
22
.uk-modal .title-section h1, .feedback-page .title-section h1 {
23
  font-size: 18px;
24
  font-weight: 400;
25
}
26

    
27
/* Landing Main content*/
28

    
29
input[name="code"] {
30
  font-family: Consolas, monaco, monospace;
31
  font-size: .875rem;
32
  color: #222080;
33
  white-space: nowrap;
34
  background: #f9f9f9;
35
  border: 1px solid #ededed;
36
  border-radius: 1px;
37
}
38

    
39
.landing ul.basic-info li {
40
  margin-bottom: 6px;
41
}
42
/* Landing Related Organizations*/
43
.landing ul.organizations > li {
44
  border: 1px solid #E8E8E8;
45
  border-radius: 2px;
46
  color: #A4A4A4;
47
  padding: 10px;
48
  width: 100%;
49
}
50

    
51
.landing ul.organizations > li > a {
52
  color: #000000;
53
  font-weight: 700;
54
}
55

    
56
.landing ul.organizations > li > a:hover {
57
  text-decoration: underline;
58
}
59

    
60
/* Landing Download from section*/
61
.landing .download-from > * {
62
  padding: 10px;
63
  color: #A4A4A4;
64
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
65
}
66

    
67
.landing .download-from > *:last-child {
68
  border-bottom: none;
69
}
70

    
71
.landing .download-from .title {
72
  color: black;
73
  word-wrap: break-word;
74
  font-weight: 700;
75
  text-decoration: underline;
76
}
77

    
78
.landing .download-from a {
79
  color: #A4A4A4;
80
}
81

    
82
.landing .download-from a:hover {
83
  color: #578ede;
84
}
85

    
86
/* Landing Relations section*/
87
.landing .simple-buttons > div {
88
  font-size: 16px;
89
  padding: 15px 30px;
90
  border-radius: 4px;
91
  background-color: white;
92
  border: 1px solid #DEDEDE;
93
}
94

    
95
.landing .simple-buttons > div:hover {
96
  background-color: #F0F0F0;
97
  box-shadow: 0 1px 6px #00000033;
98
}
99

    
100
.landing .advanced-buttons > div > div {
101
  border-radius: 4px;
102
  font-size: 16px;
103
  border: 1px solid #DEDEDE;
104
}
105

    
106
.landing .advanced-buttons > div > div:hover {
107
  box-shadow: 0 1px 6px #00000033;
108
}
109

    
110
.landing .advanced-buttons > div > div .header {
111
  padding: 15px;
112
  min-height: 60px;
113
  color: var(--portal-main-color);
114
  text-overflow: ellipsis;
115
}
116

    
117
.landing .advanced-buttons > div > div .icon {
118
  z-index: 1;
119
  color: var(--portal-main-color);
120
}
121

    
122
.landing .advanced-buttons > div > div .icon > svg {
123
  width: 40px;
124
  height: 40px;
125
}
126

    
127
.landing .advanced-buttons > div > div .footer {
128
  padding: 15px;
129
  min-height: 60px;
130
  background-color: #F0F0F0;
131
  font-size: 24px;
132
  color: #666;
133
}
134

    
135
.landing .advanced-buttons > div > div:hover .footer {
136
  color: black;
137
}
138

    
139
.landing .left-border {
140
  border-left: 3px solid #EBEBEB;
141
  padding-left: 20px;
142
}
143

    
144
.landing .sideInfoTitle {
145
  font-weight: normal !important;
146
  border-radius: 4px;
147
  background-color: #F0F0F0;
148
  color: #666;
149
  padding: 12px;
150
}
151

    
152
/* Progress */
153
.portal-progress.uk-progress, .green-progress.uk-progress {
154
  background-color: #F0F0F0;
155
  height: 10px;
156
}
157

    
158
/*firefox*/
159
.portal-progress.uk-progress::-moz-progress-bar {
160
  background-color: var(--portal-main-color);
161
}
162

    
163
.green-progress.uk-progress::-moz-progress-bar {
164
  background-color: #9ADC83 !important;
165
}
166

    
167
/*chrome*/
168
.portal-progress.uk-progress::-webkit-progress-value {
169
  background-color: var(--portal-main-color);
170
}
171

    
172
.green-progress.uk-progress::-webkit-progress-value {
173
  background-color: #9ADC83 !important;
174
}
175

    
176
/*internet explore & edge*/
177
.portal-progress.uk-progress::-ms-fill {
178
  background-color: var(--portal-main-color);
179
}
180

    
181
.green-progress.uk-progress::-ms-fill {
182
  background-color: #9ADC83 !important;
183
}
184

    
185
/* Bioentities */
186
.bioentities-buttons > div > * {
187
  border-radius: 4px;
188
  font-size: 16px;
189
  font-weight: 700;
190
  border: 1px solid #DEDEDE;
191
  padding: 40px 0;
192
  width: 100%;
193
  display: inline-block;
194
  text-align: center;
195
  text-transform: uppercase;
196
  color: #666;
197
}
198

    
199
.bioentities-buttons > div > a:hover {
200
  background-color: #F0F0F0;
201
  color: black;
202
  box-shadow: 0 1px 6px #00000033;
203
}
204

    
205
/* Feedback page*/
206
.feedback-page .title-section {
207
  background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));
208
  padding: 15px 0;
209
  border-radius: 4px;
210
}
211

    
212
.feedback-page .uk-text-muted {
213
  color: rgba(255, 255, 255, 0.7) !important;
214
}
215

    
216
.feedback-page .form {
217
  margin-top: 5px;
218
  border-radius: 4px;
219
  border: 1px solid rgba(0, 0, 0, 0.2);
220
  padding: 25px 25px 15px;
221
}
222

    
223
.feedback-sent {
224
  border-radius: 4px;
225
  background-color: var(--portal-main-color);
226
  color: white;
227
  padding: 50px 100px;
228
  text-align: center;
229
}
230

    
231
.feedback-sent * {
232
  color: white;
233
}
234

    
235
/* B2note*/
236
.b2note ul {
237
  color: #1D3454;
238
}
239

    
240
.b2note button {
241
  border-radius: 500px;
242
  border: 1px solid #DEDEDE;
243
  line-height: 17px;
244
  background-color: #DEDEDE;
245
  color: #515151;
246
  padding: 5px 15px;
247
  text-transform: uppercase;
248
  font-size: 12px;
249
}
250

    
251
.b2note button:not(.disabled):hover {
252
  box-shadow: 0 1px 6px #00000033;
253
}
254

    
255
.b2note button.disabled {
256
  cursor: unset;
257
}
258

    
259
.b2note button:focus {
260
  outline-color: transparent;
261
}
262

    
263
.b2note ul > li {
264
  word-wrap: break-word;
265
}
266

    
267
.b2note ul > li > .semantic {
268
  background-color: #22356E;
269
  border-radius: 4px;
270
  color: white;
271
  font-size: 12px;
272
  padding: 1px 9px;
273
  text-transform: uppercase;
274
}
275

    
276
.b2note ul > li > .keyword {
277
  background-color: #596FB5;
278
  border-radius: 4px;
279
  color: white;
280
  font-size: 12px;
281
  padding: 1px 9px;
282
  text-transform: uppercase;
283
}
284

    
285
.b2note ul > li > .comment {
286
  background-color: #AFB3D4;
287
  border-radius: 4px;
288
  color: white;
289
  font-size: 12px;
290
  padding: 1px 9px;
291
  text-transform: uppercase;
292
}
293

    
294
svg #statistics-bars {
295
  fill: var(--portal-main-color);
296
}
297

    
298
.landing-modal-header {
299
  background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%)  no-repeat padding-box;
300
  padding: 20px 40px;
301
}
302

    
303
.landing-modal .modal-title {
304
  font-weight: bold;
305
  font-size: 22px;
306
  margin: 0;
307
}
308

    
309
.square-button {
310
  border-radius: 0;
311
}
312

    
313
.title-grey-background {
314
  background: transparent linear-gradient(17deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;
315
  padding: 15px 0;
316
  border-radius: 4px;
317
}
(5-5/14)