Project

General

Profile

Download (12.2 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
8
@import url("../fonts/notomono-webfont-2020/stylesheet.css");
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

    
15
/* line 43, ../sass/ie-legacy.scss */
16
.pie-container {
17
  z-index: 0;
18
  position: relative;
19
}
20

    
21
/* line 47, ../sass/ie-legacy.scss */
22
.z-pie-element, .lt-ie9 #page {
23
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
24
  z-index: 0;
25
}
26

    
27
/* line 63, ../sass/ie-legacy.scss */
28
.lt-ie9 #header {
29
  /* 
30
   * reset right padding to zero and use margin-right instead,
31
   * this avoids the need for background-clip: content-box
32
   * which is not suppoorted in IE < 9
33
   */
34
  padding-right: 0;
35
  margin-right: 20px;
36
}
37

    
38
/* line 43, ../sass/_mixins.scss */
39
.block a:link,
40
.block a:visited, .node a:link,
41
.node a:visited, #identificationKey a:link,
42
#identificationKey a:visited, #content a:link,
43
#content a:visited {
44
  color: #115e92;
45
  text-decoration: none;
46
}
47
/* line 49, ../sass/_mixins.scss */
48
.block a:hover,
49
.block a:focus, .node a:hover,
50
.node a:focus, #identificationKey a:hover,
51
#identificationKey a:focus, #content a:hover,
52
#content a:focus {
53
  text-decoration: underline;
54
}
55
/* line 58, ../sass/_mixins.scss */
56
.block .Synonym a:link,
57
.block .Synonym a:visited, .block .misapplied-name a:link,
58
.block .misapplied-name a:visited, .node .Synonym a:link,
59
.node .Synonym a:visited, .node .misapplied-name a:link,
60
.node .misapplied-name a:visited, #identificationKey .Synonym a:link,
61
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
62
#identificationKey .misapplied-name a:visited, #content .Synonym a:link,
63
#content .Synonym a:visited, #content .misapplied-name a:link,
64
#content .misapplied-name a:visited {
65
  color: #7c7c7c;
66
}
67
/* line 64, ../sass/_mixins.scss */
68
.block .Taxon a:link,
69
.block .Taxon a:visited, .node .Taxon a:link,
70
.node .Taxon a:visited, #identificationKey .Taxon a:link,
71
#identificationKey .Taxon a:visited, #content .Taxon a:link,
72
#content .Taxon a:visited {
73
  color: #115e92;
74
}
75

    
76
/* line 21, ../sass/cdm.scss */
77
.node-cdm-name .name-page-name {
78
  margin-top: 10px;
79
  margin-bottom: 10px;
80
}
81
/* line 25, ../sass/cdm.scss */
82
.node-cdm-name .registered_name {
83
  font-weight: bold;
84
}
85
/* line 28, ../sass/cdm.scss */
86
.node-cdm-name .type-status {
87
  font-weight: bold;
88
}
89

    
90
/* line 34, ../sass/cdm.scss */
91
#content a.tabs-primary__tab-link {
92
  color: #333;
93
}
94
/* line 38, ../sass/cdm.scss */
95
#content table {
96
  caption-side: top;
97
}
98
/* line 39, ../sass/cdm.scss */
99
#content table th {
100
  text-align: left;
101
}
102
/* line 43, ../sass/cdm.scss */
103
#content table caption {
104
  text-align: right;
105
  font-size: smaller;
106
}
107

    
108
/* line 50, ../sass/cdm.scss */
109
#page-toc {
110
  float: right;
111
  background-color: white;
112
}
113
/* line 53, ../sass/cdm.scss */
114
#page-toc h3 {
115
  margin-top: 0;
116
  line-height: 22.4px;
117
}
118

    
119
/* line 59, ../sass/cdm.scss */
120
#taxonProfileImage {
121
  float: left;
122
}
123

    
124
/* line 64, ../sass/cdm.scss */
125
.block-cdm-dataportal-feature .content-caption {
126
  text-align: right;
127
}
128
/* line 67, ../sass/cdm.scss */
129
.block-cdm-dataportal-feature .label {
130
  font-style: italic;
131
}
132

    
133
/* line 72, ../sass/cdm.scss */
134
.block-cdm-dataportal-feature, .media-caption, .specimens {
135
  clear: both;
136
  margin-bottom: 22.4px;
137
}
138
/* line 75, ../sass/cdm.scss */
139
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
140
  float: left;
141
  font-weight: bold;
142
  margin-right: 0.3em;
143
}
144
/* line 80, ../sass/cdm.scss */
145
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
146
  margin: 0;
147
  margin-left: 20px;
148
}
149
/* line 84, ../sass/cdm.scss */
150
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
151
  margin: 0;
152
  /* reset default from cdm_dataportal.css */
153
}
154

    
155
/* line 89, ../sass/cdm.scss */
156
.breadcrumbs li {
157
  padding: 0 0 0 0;
158
}
159

    
160
/* line 94, ../sass/cdm.scss */
161
.description-table .described-entities .label {
162
  font-weight: bold;
163
}
164

    
165
/*
166
 * Search results
167
 */
168
/* line 43, ../sass/_mixins.scss */
169
#search_results a:link,
170
#search_results a:visited {
171
  color: #115e92;
172
  text-decoration: none;
173
}
174
/* line 49, ../sass/_mixins.scss */
175
#search_results a:hover,
176
#search_results a:focus {
177
  text-decoration: underline;
178
}
179
/* line 58, ../sass/_mixins.scss */
180
#search_results .Synonym a:link,
181
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
182
#search_results .misapplied-name a:visited {
183
  color: #7c7c7c;
184
}
185
/* line 64, ../sass/_mixins.scss */
186
#search_results .Taxon a:link,
187
#search_results .Taxon a:visited {
188
  color: #115e92;
189
}
190
/* line 108, ../sass/cdm.scss */
191
#search_results table {
192
  margin: 1em 0;
193
}
194

    
195
/* line 117, ../sass/cdm.scss */
196
div.cdm-item-list div.item {
197
  margin: 11.2px 0;
198
}
199

    
200
/*
201
 * Taxon page and parts
202
 */
203
/* line 126, ../sass/cdm.scss */
204
.page-part {
205
  margin-bottom: 22.4px;
206
  clear: none;
207
}
208

    
209
/*
210
 * definition list container rendered by the
211
 * drupal theme function theme_description_list()
212
 */
213
/* line 136, ../sass/cdm.scss */
214
.description_list h3 {
215
  font-size: 14px;
216
  line-height: 22.4px;
217
  font-weight: bold;
218
}
219

    
220
/*
221
 * Synonymy
222
 */
223
/* line 150, ../sass/cdm.scss */
224
#synonymy div.accepted-name {
225
  margin-bottom: -1em;
226
  margin-top: 1em;
227
}
228
/* line 155, ../sass/cdm.scss */
229
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
230
  border-bottom: 1px solid #DEDEDE;
231
  /* replace padding by margin */
232
  margin: 1em 0px;
233
  padding: 0;
234
}
235

    
236
/*
237
 * Media
238
 */
239
/* line 166, ../sass/cdm.scss */
240
dl.media-caption {
241
  margin: 0;
242
}
243

    
244
/* line 170, ../sass/cdm.scss */
245
.media-caption dd {
246
  margin-left: 0;
247
}
248
/* line 172, ../sass/cdm.scss */
249
.media-caption dd .title {
250
  font-size: 100%;
251
}
252

    
253
/* line 177, ../sass/cdm.scss */
254
.image-gallerie td.caption {
255
  padding-bottom: 1em;
256
}
257

    
258
/*
259
 * specimens and type designations
260
 */
261
/* line 185, ../sass/cdm.scss */
262
#specimens table.media_gallery {
263
  margin-top: 0.2em;
264
}
265
/* line 188, ../sass/cdm.scss */
266
#specimens .description_list {
267
  clear: both;
268
}
269
/* line 190, ../sass/cdm.scss */
270
#specimens .description_list h3 {
271
  margin-top: 0;
272
  background-color: #ddd;
273
}
274
/* line 194, ../sass/cdm.scss */
275
#specimens .description_list h4 {
276
  clear: left;
277
  margin-bottom: 0;
278
  font-style: italic;
279
}
280
/* line 200, ../sass/cdm.scss */
281
#specimens .dynabox_content {
282
  margin-left: 10px;
283
  margin-right: 10px;
284
}
285
/* line 204, ../sass/cdm.scss */
286
#specimens .block-cdm-dataportal-feature {
287
  margin-left: 20px;
288
  margin-bottom: 0;
289
}
290
/* line 207, ../sass/cdm.scss */
291
#specimens .block-cdm-dataportal-feature h2 {
292
  font-size: 14px;
293
  line-height: 22.4px;
294
  font-weight: bold;
295
}
296
/* line 214, ../sass/cdm.scss */
297
#specimens ul.typeDesignations {
298
  clear: both;
299
}
300
/* line 217, ../sass/cdm.scss */
301
#specimens .dna-sequence div {
302
  font-size: 14px;
303
  font-family: monospace;
304
  clear: left;
305
  padding-left: 20px;
306
}
307
/* line 223, ../sass/cdm.scss */
308
#specimens .derived_from {
309
  clear: both;
310
}
311

    
312
/*
313
 * derivatives tree view (see also derivation-tree.js)
314
 * partially based on ideas found in https://jsfiddle.net/xuonpjmh/21/
315
 */
316
/* line 241, ../sass/cdm.scss */
317
div.derived-unit-tree,
318
ul.derived-unit-sub-tree,
319
ul.derived-unit-sub-tree ul {
320
  list-style: none;
321
  margin: 0 0 0 3.2px;
322
  padding: 0;
323
}
324
/* line 246, ../sass/cdm.scss */
325
div.derived-unit-tree .unit-header,
326
ul.derived-unit-sub-tree .unit-header,
327
ul.derived-unit-sub-tree ul .unit-header {
328
  padding-top: 7px;
329
}
330
/* line 248, ../sass/cdm.scss */
331
div.derived-unit-tree .unit-header .unit-label,
332
ul.derived-unit-sub-tree .unit-header .unit-label,
333
ul.derived-unit-sub-tree ul .unit-header .unit-label {
334
  cursor: pointer;
335
  background-color: #dedede;
336
  padding-left: 5px;
337
}
338
/* line 253, ../sass/cdm.scss */
339
div.derived-unit-tree .unit-header .unit-label:hover,
340
ul.derived-unit-sub-tree .unit-header .unit-label:hover,
341
ul.derived-unit-sub-tree ul .unit-header .unit-label:hover {
342
  background-color: #f8f8f8;
343
}
344
/* line 257, ../sass/cdm.scss */
345
div.derived-unit-tree .unit-content,
346
ul.derived-unit-sub-tree .unit-content,
347
ul.derived-unit-sub-tree ul .unit-content {
348
  padding: 11.2px;
349
  background-color: #ebebeb;
350
  display: grid;
351
  grid-template-columns: repeat(2, 1fr);
352
  grid-column-gap: 11.2px;
353
}
354
/* line 265, ../sass/cdm.scss */
355
div.derived-unit-tree .unit-content dl,
356
ul.derived-unit-sub-tree .unit-content dl,
357
ul.derived-unit-sub-tree ul .unit-content dl {
358
  margin: 0;
359
}
360

    
361
/* line 271, ../sass/cdm.scss */
362
div.derived-unit-tree table.specimen-or-observation-details {
363
  margin: 0;
364
  width: 100%;
365
  vertical-align: top;
366
  font-size: smaller;
367
  background-color: white;
368
}
369
/* line 277, ../sass/cdm.scss */
370
div.derived-unit-tree table.specimen-or-observation-details thead {
371
  border-bottom: thin solid #dedede;
372
}
373
/* line 280, ../sass/cdm.scss */
374
div.derived-unit-tree table.specimen-or-observation-details tbody {
375
  background-color: white;
376
}
377
/* line 282, ../sass/cdm.scss */
378
div.derived-unit-tree table.specimen-or-observation-details tbody .label {
379
  text-align: right;
380
  white-space: nowrap;
381
  border-right: thin solid #dedede;
382
  width: 50%;
383
}
384
/* line 289, ../sass/cdm.scss */
385
div.derived-unit-tree table.specimen-or-observation-details td, div.derived-unit-tree table.specimen-or-observation-details th {
386
  padding-right: 11.2px;
387
  padding-left: 11.2px;
388
}
389

    
390
/* line 296, ../sass/cdm.scss */
391
div.derived-unit-tree-root .unit-content-wrapper {
392
  border-left: 3px dotted #dedede;
393
  margin-left: 3.2px;
394
}
395

    
396
/* line 303, ../sass/cdm.scss */
397
ul.derived-unit-sub-tree ul {
398
  margin-left: 1.0em;
399
}
400
/* line 306, ../sass/cdm.scss */
401
ul.derived-unit-sub-tree li {
402
  position: relative;
403
  margin-left: 0;
404
  padding-left: 1em;
405
  margin-top: -3.2px;
406
  line-height: 22.4px;
407
  border-left: 3px dotted #dedede;
408
}
409
/* line 316, ../sass/cdm.scss */
410
ul.derived-unit-sub-tree li:last-child {
411
  border-left: none;
412
}
413
/* line 318, ../sass/cdm.scss */
414
ul.derived-unit-sub-tree li:last-child .unit-header, ul.derived-unit-sub-tree li:last-child .unit-content {
415
  margin-left: 3px;
416
}
417
/* line 322, ../sass/cdm.scss */
418
ul.derived-unit-sub-tree li:before {
419
  position: absolute;
420
  top: 3.2px;
421
  left: 0;
422
  width: 1em;
423
  /* width of horizontal line */
424
  height: 12.7px;
425
  /* vertical position of line */
426
  vertical-align: top;
427
  border-bottom: 3px dotted #dedede;
428
  content: "";
429
  display: inline-block;
430
}
431
/* line 334, ../sass/cdm.scss */
432
ul.derived-unit-sub-tree li:last-child:before {
433
  border-left: 3px dotted #dedede;
434
}
435

    
436
/*
437
 * Map
438
 */
439
/* line 342, ../sass/cdm.scss */
440
.openlayers-container {
441
  margin-top: 5px;
442
  margin-bottom: 5px;
443
}
444

    
445
/*
446
 * Registration page & items
447
 */
448
/* line 352, ../sass/cdm.scss */
449
.registration .type-status {
450
  font-weight: bold;
451
}
452
/* line 356, ../sass/cdm.scss */
453
.registration .registration-date-and-institute {
454
  color: #999;
455
}
456
/* line 362, ../sass/cdm.scss */
457
.registration .published-name .TaxonName .name {
458
  font-weight: bold;
459
}
460
/* line 366, ../sass/cdm.scss */
461
.registration .typified-name .cdm\:TaxonName {
462
  color: #999;
463
}
464
/* line 368, ../sass/cdm.scss */
465
.registration .typified-name .cdm\:TaxonName a {
466
  color: #999;
467
}
468
/* line 371, ../sass/cdm.scss */
469
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
470
  font-weight: bold;
471
}
472
/* line 377, ../sass/cdm.scss */
473
.registration .registration-summary .registered_name .name {
474
  font-weight: bold;
475
}
476
/* line 380, ../sass/cdm.scss */
477
.registration .registration-summary .referenced_typified_name {
478
  color: #999;
479
}
480
/* line 383, ../sass/cdm.scss */
481
.registration .registration-summary .label {
482
  font-weight: bold;
483
}
484

    
485
/*
486
 * Theme settings page
487
 */
488
/* line 394, ../sass/cdm.scss */
489
#system-theme-settings .image-preview {
490
  width: 600px;
491
  max-height: 150px;
492
  overflow: auto;
493
}
494
/* line 398, ../sass/cdm.scss */
495
#system-theme-settings .image-preview img {
496
  max-width: none;
497
  /* reset style in mormalize.scss */
498
}
499

    
500
/*****************************************************************************************
501
 * RESPONSIVE
502
 *
503
 * using the same media queries here as in layout/_responsive.scss
504
 *****************************************************************************************/
505
/* line 411, ../sass/cdm.scss */
506
#classification-breadcrumbs {
507
  font-size: 1.5em;
508
  line-height: 1.5em;
509
}
510

    
511
@media all and (min-width: 960px) {
512
  /* line 422, ../sass/cdm.scss */
513
  #classification-breadcrumbs {
514
    font-size: 1em;
515
  }
516
}
517
/***************************
518
 * TESTING ONLY 2020-02-20
519
 */
520
/* line 430, ../sass/cdm.scss */
521
.font-noto {
522
  font-family: "Noto Sans", sans-serif !important;
523
}
(1-1/5)