Project

General

Profile

« Previous | Next » 

Revision ec6065fa

Added by Andreas Kohlbecker about 3 years ago

ref #7599 ref #6866 specimen details tables - derivation tree nodes with links to specimen page

View differences:

themes/zen_dataportal/css/cdm.css
335 335
  background-color: #dedede;
336 336
  padding-left: 5px;
337 337
}
338
/* line 253, ../sass/cdm.scss */
338
/* line 252, ../sass/cdm.scss */
339
div.derived-unit-tree .unit-header .unit-label .page-link,
340
ul.derived-unit-sub-tree .unit-header .unit-label .page-link,
341
ul.derived-unit-sub-tree ul .unit-header .unit-label .page-link {
342
  float: right;
343
}
344
/* line 256, ../sass/cdm.scss */
339 345
div.derived-unit-tree .unit-header .unit-label:hover,
340 346
ul.derived-unit-sub-tree .unit-header .unit-label:hover,
341 347
ul.derived-unit-sub-tree ul .unit-header .unit-label:hover {
342 348
  background-color: #f8f8f8;
343 349
}
344
/* line 257, ../sass/cdm.scss */
350
/* line 260, ../sass/cdm.scss */
345 351
div.derived-unit-tree .unit-content,
346 352
ul.derived-unit-sub-tree .unit-content,
347 353
ul.derived-unit-sub-tree ul .unit-content {
......
352 358
  grid-row-gap: 11.2px;
353 359
}
354 360
@media all and (max-width: 659px) {
355
  /* line 257, ../sass/cdm.scss */
361
  /* line 260, ../sass/cdm.scss */
356 362
  div.derived-unit-tree .unit-content,
357 363
  ul.derived-unit-sub-tree .unit-content,
358 364
  ul.derived-unit-sub-tree ul .unit-content {
......
360 366
  }
361 367
}
362 368
@media all and (min-width: 660px) {
363
  /* line 257, ../sass/cdm.scss */
369
  /* line 260, ../sass/cdm.scss */
364 370
  div.derived-unit-tree .unit-content,
365 371
  ul.derived-unit-sub-tree .unit-content,
366 372
  ul.derived-unit-sub-tree ul .unit-content {
367 373
    grid-template-columns: repeat(2, 1fr);
368 374
  }
369 375
}
370
/* line 270, ../sass/cdm.scss */
376
/* line 273, ../sass/cdm.scss */
371 377
div.derived-unit-tree .unit-content dl,
372 378
ul.derived-unit-sub-tree .unit-content dl,
373 379
ul.derived-unit-sub-tree ul .unit-content dl {
374 380
  margin: 0;
375 381
}
376 382

  
377
/* line 276, ../sass/cdm.scss */
383
/* line 279, ../sass/cdm.scss */
378 384
div.derived-unit-tree table.specimen-or-observation-details {
379 385
  margin: 0;
380 386
  width: 100%;
......
382 388
  font-size: smaller;
383 389
  background-color: white;
384 390
}
385
/* line 282, ../sass/cdm.scss */
391
/* line 285, ../sass/cdm.scss */
386 392
div.derived-unit-tree table.specimen-or-observation-details thead {
387 393
  border-bottom: thin solid #dedede;
388 394
}
389
/* line 285, ../sass/cdm.scss */
395
/* line 288, ../sass/cdm.scss */
390 396
div.derived-unit-tree table.specimen-or-observation-details tbody {
391 397
  background-color: white;
392 398
}
393
/* line 287, ../sass/cdm.scss */
399
/* line 290, ../sass/cdm.scss */
394 400
div.derived-unit-tree table.specimen-or-observation-details tbody .label {
395 401
  text-align: right;
396 402
  white-space: nowrap;
397 403
  border-right: thin solid #dedede;
398 404
  width: 50%;
399 405
}
400
/* line 294, ../sass/cdm.scss */
406
/* line 297, ../sass/cdm.scss */
401 407
div.derived-unit-tree table.specimen-or-observation-details td, div.derived-unit-tree table.specimen-or-observation-details th {
402 408
  padding-right: 11.2px;
403 409
  padding-left: 11.2px;
404 410
}
405 411

  
406
/* line 301, ../sass/cdm.scss */
412
/* line 304, ../sass/cdm.scss */
407 413
div.derived-unit-tree-root .unit-content-wrapper {
408 414
  border-left: 3px dotted #dedede;
409 415
  margin-left: 3.2px;
410 416
}
411 417

  
412
/* line 308, ../sass/cdm.scss */
418
/* line 311, ../sass/cdm.scss */
413 419
ul.derived-unit-sub-tree ul {
414 420
  margin-left: 1.0em;
415 421
}
416
/* line 311, ../sass/cdm.scss */
422
/* line 314, ../sass/cdm.scss */
417 423
ul.derived-unit-sub-tree li {
418 424
  position: relative;
419 425
  margin-left: 0;
......
422 428
  line-height: 22.4px;
423 429
  border-left: 3px dotted #dedede;
424 430
}
425
/* line 321, ../sass/cdm.scss */
431
/* line 324, ../sass/cdm.scss */
426 432
ul.derived-unit-sub-tree li:last-child {
427 433
  border-left: none;
428 434
}
429
/* line 323, ../sass/cdm.scss */
435
/* line 326, ../sass/cdm.scss */
430 436
ul.derived-unit-sub-tree li:last-child .unit-header, ul.derived-unit-sub-tree li:last-child .unit-content {
431 437
  margin-left: 3px;
432 438
}
433
/* line 327, ../sass/cdm.scss */
439
/* line 330, ../sass/cdm.scss */
434 440
ul.derived-unit-sub-tree li:before {
435 441
  position: absolute;
436 442
  top: 3.2px;
......
444 450
  content: "";
445 451
  display: inline-block;
446 452
}
447
/* line 339, ../sass/cdm.scss */
453
/* line 342, ../sass/cdm.scss */
448 454
ul.derived-unit-sub-tree li:last-child:before {
449 455
  border-left: 3px dotted #dedede;
450 456
}
......
452 458
/*
453 459
 * Map
454 460
 */
455
/* line 347, ../sass/cdm.scss */
461
/* line 350, ../sass/cdm.scss */
456 462
.openlayers-container {
457 463
  margin-top: 5px;
458 464
  margin-bottom: 5px;
......
461 467
/*
462 468
 * Registration page & items
463 469
 */
464
/* line 357, ../sass/cdm.scss */
470
/* line 360, ../sass/cdm.scss */
465 471
.registration .type-status {
466 472
  font-weight: bold;
467 473
}
468
/* line 361, ../sass/cdm.scss */
474
/* line 364, ../sass/cdm.scss */
469 475
.registration .registration-date-and-institute {
470 476
  color: #999;
471 477
}
472
/* line 367, ../sass/cdm.scss */
478
/* line 370, ../sass/cdm.scss */
473 479
.registration .published-name .TaxonName .name {
474 480
  font-weight: bold;
475 481
}
476
/* line 371, ../sass/cdm.scss */
482
/* line 374, ../sass/cdm.scss */
477 483
.registration .typified-name .cdm\:TaxonName {
478 484
  color: #999;
479 485
}
480
/* line 373, ../sass/cdm.scss */
486
/* line 376, ../sass/cdm.scss */
481 487
.registration .typified-name .cdm\:TaxonName a {
482 488
  color: #999;
483 489
}
484
/* line 376, ../sass/cdm.scss */
490
/* line 379, ../sass/cdm.scss */
485 491
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
486 492
  font-weight: bold;
487 493
}
488
/* line 382, ../sass/cdm.scss */
494
/* line 385, ../sass/cdm.scss */
489 495
.registration .registration-summary .registered_name .name {
490 496
  font-weight: bold;
491 497
}
492
/* line 385, ../sass/cdm.scss */
498
/* line 388, ../sass/cdm.scss */
493 499
.registration .registration-summary .referenced_typified_name {
494 500
  color: #999;
495 501
}
496
/* line 388, ../sass/cdm.scss */
502
/* line 391, ../sass/cdm.scss */
497 503
.registration .registration-summary .label {
498 504
  font-weight: bold;
499 505
}
......
501 507
/*
502 508
 * Theme settings page
503 509
 */
504
/* line 399, ../sass/cdm.scss */
510
/* line 402, ../sass/cdm.scss */
505 511
#system-theme-settings .image-preview {
506 512
  width: 600px;
507 513
  max-height: 150px;
508 514
  overflow: auto;
509 515
}
510
/* line 403, ../sass/cdm.scss */
516
/* line 406, ../sass/cdm.scss */
511 517
#system-theme-settings .image-preview img {
512 518
  max-width: none;
513 519
  /* reset style in mormalize.scss */
......
518 524
 *
519 525
 * using the same media queries here as in layout/_responsive.scss
520 526
 *****************************************************************************************/
521
/* line 416, ../sass/cdm.scss */
527
/* line 419, ../sass/cdm.scss */
522 528
#classification-breadcrumbs {
523 529
  font-size: 1.5em;
524 530
  line-height: 1.5em;
525 531
}
526 532

  
527 533
@media all and (min-width: 960px) {
528
  /* line 427, ../sass/cdm.scss */
534
  /* line 430, ../sass/cdm.scss */
529 535
  #classification-breadcrumbs {
530 536
    font-size: 1em;
531 537
  }
......
533 539
/***************************
534 540
 * TESTING ONLY 2020-02-20
535 541
 */
536
/* line 435, ../sass/cdm.scss */
542
/* line 438, ../sass/cdm.scss */
537 543
.font-noto {
538 544
  font-family: "Noto Sans", sans-serif !important;
539 545
}

Also available in: Unified diff