Project

General

Profile

Download (11.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
/* line 237, ../sass/cdm.scss */
313
div.derived-unit-tree,
314
ul.derived-unit-sub-tree,
315
ul.derived-unit-sub-tree ul {
316
  list-style: none;
317
  margin: 0 0 0 3.2px;
318
  padding: 0;
319
}
320
/* line 242, ../sass/cdm.scss */
321
div.derived-unit-tree .unit-header,
322
ul.derived-unit-sub-tree .unit-header,
323
ul.derived-unit-sub-tree ul .unit-header {
324
  padding-top: 7px;
325
}
326
/* line 244, ../sass/cdm.scss */
327
div.derived-unit-tree .unit-header .unit-label,
328
ul.derived-unit-sub-tree .unit-header .unit-label,
329
ul.derived-unit-sub-tree ul .unit-header .unit-label {
330
  cursor: pointer;
331
  background-color: #dedede;
332
  padding-left: 5px;
333
}
334
/* line 249, ../sass/cdm.scss */
335
div.derived-unit-tree .unit-header .unit-label:hover,
336
ul.derived-unit-sub-tree .unit-header .unit-label:hover,
337
ul.derived-unit-sub-tree ul .unit-header .unit-label:hover {
338
  background-color: #f8f8f8;
339
}
340
/* line 253, ../sass/cdm.scss */
341
div.derived-unit-tree .unit-content,
342
ul.derived-unit-sub-tree .unit-content,
343
ul.derived-unit-sub-tree ul .unit-content {
344
  padding-left: 1em;
345
  background-color: #ebebeb;
346
}
347
/* line 256, ../sass/cdm.scss */
348
div.derived-unit-tree .unit-content dl,
349
ul.derived-unit-sub-tree .unit-content dl,
350
ul.derived-unit-sub-tree ul .unit-content dl {
351
  margin: 0;
352
}
353

    
354
/* line 261, ../sass/cdm.scss */
355
div.derived-unit-tree {
356
  margin-top: -3.2px;
357
}
358

    
359
/* line 265, ../sass/cdm.scss */
360
div.derived-unit-tree-root .unit-content-wrapper {
361
  border-left: 3px dotted #dedede;
362
  margin-left: 3.2px;
363
}
364

    
365
/* line 275, ../sass/cdm.scss */
366
ul.derived-unit-sub-tree ul {
367
  margin-left: 1.0em;
368
}
369
/* line 278, ../sass/cdm.scss */
370
ul.derived-unit-sub-tree li {
371
  position: relative;
372
  margin-left: 0;
373
  padding-left: 1em;
374
  margin-top: -3.2px;
375
  line-height: 22.4px;
376
  border-left: 3px dotted #dedede;
377
}
378
/* line 288, ../sass/cdm.scss */
379
ul.derived-unit-sub-tree li:last-child {
380
  border-left: none;
381
}
382
/* line 290, ../sass/cdm.scss */
383
ul.derived-unit-sub-tree li:last-child .unit-header, ul.derived-unit-sub-tree li:last-child .unit-content {
384
  margin-left: 3px;
385
}
386
/* line 294, ../sass/cdm.scss */
387
ul.derived-unit-sub-tree li:before {
388
  position: absolute;
389
  top: 3.2px;
390
  left: 0;
391
  width: 1em;
392
  /* width of horizontal line */
393
  height: 12.7px;
394
  /* vertical position of line */
395
  vertical-align: top;
396
  border-bottom: 3px dotted #dedede;
397
  content: "";
398
  display: inline-block;
399
}
400
/* line 306, ../sass/cdm.scss */
401
ul.derived-unit-sub-tree li:last-child:before {
402
  border-left: 3px dotted #dedede;
403
}
404

    
405
/*
406
 * Map
407
 */
408
/* line 314, ../sass/cdm.scss */
409
.openlayers-container {
410
  margin-top: 5px;
411
  margin-bottom: 5px;
412
}
413

    
414
/*
415
 * Registration page & items
416
 */
417
/* line 324, ../sass/cdm.scss */
418
.registration .type-status {
419
  font-weight: bold;
420
}
421
/* line 328, ../sass/cdm.scss */
422
.registration .registration-date-and-institute {
423
  color: #999;
424
}
425
/* line 334, ../sass/cdm.scss */
426
.registration .published-name .TaxonName .name {
427
  font-weight: bold;
428
}
429
/* line 338, ../sass/cdm.scss */
430
.registration .typified-name .cdm\:TaxonName {
431
  color: #999;
432
}
433
/* line 340, ../sass/cdm.scss */
434
.registration .typified-name .cdm\:TaxonName a {
435
  color: #999;
436
}
437
/* line 343, ../sass/cdm.scss */
438
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
439
  font-weight: bold;
440
}
441
/* line 349, ../sass/cdm.scss */
442
.registration .registration-summary .registered_name .name {
443
  font-weight: bold;
444
}
445
/* line 352, ../sass/cdm.scss */
446
.registration .registration-summary .referenced_typified_name {
447
  color: #999;
448
}
449
/* line 355, ../sass/cdm.scss */
450
.registration .registration-summary .label {
451
  font-weight: bold;
452
}
453

    
454
/*
455
 * Theme settings page
456
 */
457
/* line 366, ../sass/cdm.scss */
458
#system-theme-settings .image-preview {
459
  width: 600px;
460
  max-height: 150px;
461
  overflow: auto;
462
}
463
/* line 370, ../sass/cdm.scss */
464
#system-theme-settings .image-preview img {
465
  max-width: none;
466
  /* reset style in mormalize.scss */
467
}
468

    
469
/*****************************************************************************************
470
 * RESPONSIVE
471
 *
472
 * using the same media queries here as in layout/_responsive.scss
473
 *****************************************************************************************/
474
/* line 383, ../sass/cdm.scss */
475
#classification-breadcrumbs {
476
  font-size: 1.5em;
477
  line-height: 1.5em;
478
}
479

    
480
@media all and (min-width: 960px) {
481
  /* line 394, ../sass/cdm.scss */
482
  #classification-breadcrumbs {
483
    font-size: 1em;
484
  }
485
}
486
/***************************
487
 * TESTING ONLY 2020-02-20
488
 */
489
/* line 402, ../sass/cdm.scss */
490
.font-noto {
491
  font-family: "Noto Sans", sans-serif !important;
492
}
(1-1/5)