-
Notifications
You must be signed in to change notification settings - Fork 0
/
europeana-qa.css
463 lines (385 loc) · 7.86 KB
/
europeana-qa.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
body {
font-family: "raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3 {
color: maroon;
}
table {
border-collapse: collapse;
border-spacing: 0;
/* float: left; */
margin-right: 20px;
}
table#fields {
margin-left: 20px;
}
#fields th {
-moz-user-select: none;
background-position: center bottom !important;
height: 150px;
outline: 0 none !important;
padding: 0 !important;
text-align: left;
}
.functionality {
transform: translate(17px, 47px) rotate(315deg);
white-space: nowrap;
width: 28px;
}
.functionality > span {
cursor: pointer;
display: inline-block;
padding-bottom: 5px;
}
#fields td {
width: 10px;
}
#fields td.field {
width: 100px;
}
.red {
background-color: red;
}
.yellow {
background-color: yellow;
}
.green {
background-color: green;
}
.gray {
background-color: #ccc;
}
pre#code {
max-height: 800px;
overflow: auto;
}
table#legend {
width: 50%;
font-size: 90%;
margin-top: 20px;
margin-left: 20px;
}
table#legend td {
max-height: 10px;
}
footer p {
text-align: right;
}
table.histogram td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
text-align: center;
}
table.histogram td.legend {
font-weight: bold;
text-align: right;
}
tr.remainder {
color: #999;
}
table#statistics td ul {
margin: 0;
padding: 0 0 0 10px;
}
table#statistics td.field-value {
overflow: auto;
max-width: 500px;
}
table#statistics td table.multilinguality {
margin: 0;
}
table#statistics td table.multilinguality td {
vertical-align: top;
/* border-bottom: 1px solid #d9d9d9; */
padding-right: 5px;
font-size: 80%;
}
table#statistics td table.multilinguality td.m-label {
color: #999999;
}
table#statistics td table.multilinguality td.m-value {
text-align: right;
}
td.field-value hr {
margin: 5px 0;
}
table.qa-basic-statistics td {
padding-right: 5px;
padding-left: 5px;
}
table.qa-basic-statistics td.qa-label {
border-left: 2px solid #ccc;
font-style: italic;
}
table.qa-basic-statistics td.qa-value {
text-align: right;
}
table.qa-basic-statistics td.qa-value span.decimals {
color: #ccc;
font-family: "courier";
}
h3 a.qa-show-details,
h4 a.qa-show-details {
font-size: 70%;
}
#content h3.entity-name {
margin-top: 0pt;
}
div.qa-details {
display: none;
}
h3.mandatory-black i.mandatory-icon,
h3.mandatory-blue i.mandatory-icon,
h3.mandatory-red i.mandatory-icon,
h3.mandatory-green i.mandatory-icon,
h3.mandatory-plus i.mandatory-icon
{
padding-right: 10px;
/* border-left-style: solid; */
/* border-left-width: 2px; */
/* text-decoration: underline; */
}
h3.mandatory-black {
color: black;
}
h3.mandatory-blue {
color: #428bca;
}
h3.mandatory-red {
color: red;
}
h3.mandatory-green {
color: green;
}
h3.mandatory-plus i.mandatory-icon
{
color: black;
}
ul#mandatory-note {
padding-left: 0px;
padding-top: 20px;
}
ul#mandatory-note li {
list-style-type: none;
}
i.fa-arrow-right {
color: #428bca;
}
i.fa-circle-o {
color: red;
}
i.fa-gear {
color: green;
}
/* field patterns */
table#field-patterns {
margin-top: 150px;
border-collapse: inherit;
border-spacing: 3px;
}
table#field-patterns tbody tr td,
table#field-patterns thead tr th
{
padding: 5px;
margin: 20px;
}
table#field-patterns tbody tr.barchart {
vertical-align: bottom;
}
table#field-patterns tbody tr.barchart td.bar div {
background-color: #cccccc;
width: 20px;
margin: auto;
border-left: 1px solid maroon;
border-bottom: 1px solid maroon;
}
table#field-patterns tbody tr td.filled {
background-color: green;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}
table#field-patterns tbody tr td.profile-filled {
background-color: lawngreen;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}
table#field-patterns tbody tr td.semi-filled {
background-color: yellow;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}
table#field-patterns tbody tr td.cluster,
table#field-patterns tbody tr td.length {
min-width: 50px;
}
table#field-patterns tbody tr.profile td {
color: #999999;
}
table#field-patterns tbody tr.profile td.profile-filled {
color: #999999;
}
table#field-patterns tbody.jakob tr td.filled,
table#field-patterns tbody.jakob tr td.profile-filled {
background-color: black;
}
table#field-patterns tbody.jakob tr td.semi-filled {
background-color: black;
}
table#field-patterns tbody.jakob tr.profile td {
color: black;
}
table#field-patterns tbody.jakob tr.profile td.profile-id {
border-left: 2px solid #cccccc;
}
table#field-patterns tbody.jakob tr.spacer,
table#field-patterns tbody.jakob tr.spacer td {
height: 6px;
padding: 0;
}
table#field-patterns tbody.jakob tr td.opener a {
color: #000000;
}
table#field-patterns tbody.jakob tr.in-between,
table#field-patterns tbody.jakob tr.in-between td {
height: 3px;
padding: 0;
}
table#field-patterns tbody tr.profile-hidden {
display: none;
}
table#field-patterns thead tr th {
transform: translate(8px, 0px) rotate(300deg);
padding: 5px 5px;
left: -10px;
top: -10px;
position: relative;
text-align: left;
max-width: 30px;
max-height: 500px;
}
table#field-patterns thead tr th span.count {
color: #cccccc;
}
table#field-patterns tbody tr.under-one {
display: none;
}
table#field-patterns tbody tr.show-more td {
padding-top: 10px;
text-align: center;
}
table#field-patterns tbody tr.show-more a,
table#field-patterns tbody tr.show-more a:hover {
color: black;
text-decoration: none;
}
table#field-patterns tbody tr.draw-line td {
/* border-top: 2px solid red; */
}
table.histogram {
margin-bottom: 10px;
}
form#language-heatmap {
margin-top: 10px;
}
li.nav-item.active {
/* background-color: #dfdfdf; */
background-color: #eee;
}
table#dataset td {
text-align: right;
}
table#dataset td.text {
text-align: left;
}
table#dataset td.sep {
border-left: solid 1px #ccc;
}
table#dataset td.collection-label {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: unset;
}
table#dataset tr.in-all td.collection-label {
width: 50%;
}
#intersections label {
font-weight: unset;
font-size: 90%;
}
#intersections label.disabled {
color: #999999;
}
#intersections label.selectable {
color: #9B410E;
}
#intersections legend {
font-size: 90%;
margin: 0;
}
#intersections div.row intersections-d,
#intersections div.row intersections-p {
margin: 0;
}
#intersections-container,
div.form-selector,
form#collection-selector {
margin: 0;
padding: 0;
}
div.tab-pane div.row {
margin-bottom: 0;
padding-bottom: 0;
}
a.external {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
background-position: center right;
background-repeat: no-repeat;
padding-right: 13px;
}
/**
*
*/
.form-selector div.tab-pane div.row {
margin: 20px 20px 5px 20px;
}
div#cardinality-content h5 {
font-style: italic;
}
a.close-popup {
float: right;
}
table.timeline {
margin-top: 20px;
margin-bottom: 20px;
}
table.timeline td,
table.timeline th {
vertical-align: top;
padding-right: 5px;
}
table.timeline td.num {
text-align: right;
padding-right: 20px;
}
table.timeline td.nil {
color: #cccccc;
}
table.timeline tr.newline td {
border-top: 1px solid #cccccc;
}
table.timeline td.property {
width: 25%;
cursor: pointer;
}
table.timeline td.highlighted {
background-color: #cccccc;
}
div.svg-container {
background-color: #eee;
padding: 15px;
height: 130px;
cursor: pointer;
display: none;
}