Project

General

Profile

« Previous | Next » 

Revision 2ed89b85

Added by Andreas Kohlbecker about 3 years ago

ref #7599 derivate tree with collapsible items

View differences:

themes/zen_dataportal/css/styles.css
8 8
/* Import Sass mixins, variables, Compass modules, etc. */
9 9
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
10 10
@import url("../fonts/notomono-webfont-2020/stylesheet.css");
11
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
12
@import url("../fonts/notomono-webfont-2020/stylesheet.css");
13
/* line 30, ../sass/ie-legacy.scss */
14
.pie-element, .lt-ie9 #page, #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  position: relative;
17
}
18

  
19
/* line 43, ../sass/ie-legacy.scss */
20
.pie-container {
21
  z-index: 0;
22
  position: relative;
23
}
24

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

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

  
42 11
/* HTML element (SMACSS base) rules */
43 12
/**
44 13
 * @file
......
60 29
 * HTML5 display definitions
61 30
 */
62 31
/* Correct `block` display not defined in IE 8/9. */
63
/* line 33, ../sass/_normalize.scss */
32
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
33
@import url("../fonts/notomono-webfont-2020/stylesheet.css");
34
/* line 23, ../sass/_normalize.scss */
64 35
article,
65 36
aside,
66 37
details,
......
76 47
}
77 48

  
78 49
/* Correct `inline-block` display not defined in IE 8/9. */
79
/* line 40, ../sass/_normalize.scss */
50
/* line 38, ../sass/_normalize.scss */
80 51
audio,
81 52
canvas,
82 53
video {
......
158 129
}
159 130

  
160 131
/* Address `font-family` inconsistency between `textarea` and other form elements. */
161
/* line 120, ../sass/_normalize.scss */
132
/* line 117, ../sass/_normalize.scss */
162 133
button,
163 134
input,
164 135
select,
......
186 157
}
187 158

  
188 159
/* Improve readability when focused and also mouse hovered in all browsers. */
189
/* line 154, ../sass/_normalize.scss */
160
/* line 153, ../sass/_normalize.scss */
190 161
a:active,
191 162
a:hover {
192 163
  outline: 0;
......
202 173
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
203 174
 */
204 175
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
205
/* line 170, ../sass/_normalize.scss */
176
/* line 169, ../sass/_normalize.scss */
206 177
p,
207 178
pre {
208 179
  margin: 1.6em 0;
......
275 246
}
276 247

  
277 248
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
278
/* line 223, ../sass/_normalize.scss */
249
/* line 222, ../sass/_normalize.scss */
279 250
b,
280 251
strong {
281 252
  font-weight: bold;
......
290 261
/* Address differences between Firefox and other browsers. */
291 262
/* line 233, ../sass/_normalize.scss */
292 263
hr {
293
  -webkit-box-sizing: content-box;
294 264
  -moz-box-sizing: content-box;
265
  -webkit-box-sizing: content-box;
295 266
  box-sizing: content-box;
296 267
  height: 0;
297 268
  border: 1px solid #666;
......
307 278
}
308 279

  
309 280
/* Correct font family set oddly in Safari 5 and Chrome. */
310
/* line 253, ../sass/_normalize.scss */
281
/* line 248, ../sass/_normalize.scss */
311 282
code,
312 283
kbd,
313 284
pre,
......
341 312
}
342 313

  
343 314
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
344
/* line 285, ../sass/_normalize.scss */
315
/* line 284, ../sass/_normalize.scss */
345 316
sub,
346 317
sup {
347 318
  font-size: 75%;
......
363 334
/**
364 335
 * Lists
365 336
 */
366
/* line 305, ../sass/_normalize.scss */
337
/* line 301, ../sass/_normalize.scss */
367 338
dl,
368 339
menu,
369 340
ol,
......
373 344
  margin: 14px 0;
374 345
}
375 346

  
376
/* line 313, ../sass/_normalize.scss */
347
/* line 312, ../sass/_normalize.scss */
377 348
ol ol,
378 349
ol ul,
379 350
ul ol,
......
389 360
}
390 361

  
391 362
/* Address paddings set differently in IE 6/7. */
392
/* line 325, ../sass/_normalize.scss */
363
/* line 323, ../sass/_normalize.scss */
393 364
menu,
394 365
ol,
395 366
ul {
......
398 369
}
399 370

  
400 371
/* Correct list images handled incorrectly in IE 7. */
401
/* line 332, ../sass/_normalize.scss */
372
/* line 331, ../sass/_normalize.scss */
402 373
nav ul,
403 374
nav ol {
404 375
  list-style: none;
......
455 426
  margin: 0 2px;
456 427
  /* Apply borders and padding that keep the vertical rhythm. */
457 428
  border-color: #c0c0c0;
458
  border-top-style: solid;
459 429
  border-top-width: 0.07143em;
430
  border-top-style: solid;
460 431
  padding-top: 0.48857em;
461
  border-bottom-style: solid;
462 432
  border-bottom-width: 0.07143em;
433
  border-bottom-style: solid;
463 434
  padding-bottom: 0.96857em;
464
  border-left-style: solid;
465 435
  border-left-width: 0.07143em;
436
  border-left-style: solid;
466 437
  padding-left: 0.96857em;
467
  border-right-style: solid;
468 438
  border-right-width: 0.07143em;
439
  border-right-style: solid;
469 440
  padding-right: 0.96857em;
470 441
}
471 442

  
......
492 463
 * 4. Improve appearance and consistency with IE 6/7.
493 464
 * 5. Keep form elements constrained in their containers.
494 465
 */
495
/* line 420, ../sass/_normalize.scss */
466
/* line 417, ../sass/_normalize.scss */
496 467
button,
497 468
input,
498 469
select,
......
509 480
  /* 4 */
510 481
  max-width: 100%;
511 482
  /* 5 */
512
  -webkit-box-sizing: border-box;
513 483
  -moz-box-sizing: border-box;
484
  -webkit-box-sizing: border-box;
514 485
  box-sizing: border-box;
515 486
  /* 5 */
516 487
}
......
519 490
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
520 491
 * the UA stylesheet.
521 492
 */
522
/* line 437, ../sass/_normalize.scss */
493
/* line 436, ../sass/_normalize.scss */
523 494
button,
524 495
input {
525 496
  line-height: normal;
......
531 502
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
532 503
 * Correct `select` style inheritance in Firefox 4+ and Opera.
533 504
 */
534
/* line 448, ../sass/_normalize.scss */
505
/* line 447, ../sass/_normalize.scss */
535 506
button,
536 507
select {
537 508
  text-transform: none;
......
546 517
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
547 518
 *    Known issue: inner spacing remains in IE 6.
548 519
 */
549
/* line 464, ../sass/_normalize.scss */
520
/* line 461, ../sass/_normalize.scss */
550 521
button,
551 522
html input[type="button"],
552 523
input[type="reset"],
......
562 533
/**
563 534
 * Re-set default cursor for disabled elements.
564 535
 */
565
/* line 476, ../sass/_normalize.scss */
536
/* line 475, ../sass/_normalize.scss */
566 537
button[disabled],
567 538
html input[disabled] {
568 539
  cursor: default;
......
574 545
 * 3. Remove excess padding in IE 7.
575 546
 *    Known issue: excess padding remains in IE 6.
576 547
 */
577
/* line 487, ../sass/_normalize.scss */
548
/* line 486, ../sass/_normalize.scss */
578 549
input[type="checkbox"],
579 550
input[type="radio"] {
580
  -webkit-box-sizing: border-box;
581 551
  -moz-box-sizing: border-box;
552
  -webkit-box-sizing: border-box;
582 553
  box-sizing: border-box;
583 554
  /* 1 */
584 555
  padding: 0;
......
598 569
input[type="search"] {
599 570
  -webkit-appearance: textfield;
600 571
  /* 1 */
601
  -webkit-box-sizing: content-box;
602 572
  -moz-box-sizing: content-box;
573
  -webkit-box-sizing: content-box;
603 574
  box-sizing: content-box;
604 575
  /* 2 */
605 576
}
......
608 579
 * Remove inner padding and search cancel button in Safari 5 and Chrome
609 580
 * on OS X.
610 581
 */
611
/* line 511, ../sass/_normalize.scss */
582
/* line 510, ../sass/_normalize.scss */
612 583
input[type="search"]::-webkit-search-cancel-button,
613 584
input[type="search"]::-webkit-search-decoration {
614 585
  -webkit-appearance: none;
615 586
}
616 587

  
617 588
/* Remove inner padding and border in Firefox 4+. */
618
/* line 517, ../sass/_normalize.scss */
589
/* line 516, ../sass/_normalize.scss */
619 590
button::-moz-focus-inner,
620 591
input::-moz-focus-inner {
621 592
  border: 0;
......
678 649
 * For screen sizes larger than 1200px, prevent excessively long lines of text
679 650
 * by setting a max-width.
680 651
 */
681
/* line 34, ../sass/layouts/_responsive.scss */
652
/* line 33, ../sass/layouts/_responsive.scss */
682 653
#page,
683 654
.region-bottom {
684 655
  margin-left: auto;
......
687 658
}
688 659

  
689 660
/* Apply the shared properties of grid items in a single, efficient ruleset. */
690
/* line 46, ../sass/layouts/_responsive.scss */
661
/* line 41, ../sass/layouts/_responsive.scss */
691 662
#header,
692 663
#content,
693 664
#navigation,
......
708 679
}
709 680

  
710 681
/* Containers for grid items and flow items. */
711
/* line 54, ../sass/layouts/_responsive.scss */
682
/* line 52, ../sass/layouts/_responsive.scss */
712 683
#header,
713 684
#main,
714 685
#footer {
715 686
  *position: relative;
716 687
  *zoom: 1;
717 688
}
718
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
689
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
719 690
#header:before, #header:after,
720 691
#main:before,
721 692
#main:after,
......
766 737
  /* line 89, ../sass/layouts/_responsive.scss */
767 738
  .sidebar-first #content {
768 739
    float: left;
769
    width: 66.66667%;
770
    margin-left: 33.33333%;
771
    margin-right: -100%;
740
    width: 40%;
741
    margin-left: 20%;
742
    margin-right: -60%;
772 743
  }
773 744
  /* line 94, ../sass/layouts/_responsive.scss */
774 745
  .sidebar-first .region-sidebar-first {
775 746
    float: left;
776
    width: 33.33333%;
747
    width: 20%;
777 748
    margin-left: 0%;
778
    margin-right: -33.33333%;
749
    margin-right: -20%;
779 750
  }
780 751

  
781 752
  /**
......
789 760
  /* line 104, ../sass/layouts/_responsive.scss */
790 761
  .sidebar-second #content {
791 762
    float: left;
792
    width: 66.66667%;
763
    width: 40%;
793 764
    margin-left: 0%;
794
    margin-right: -66.66667%;
765
    margin-right: -40%;
795 766
  }
796 767
  /* line 109, ../sass/layouts/_responsive.scss */
797 768
  .sidebar-second .region-sidebar-second {
798 769
    float: left;
799
    width: 33.33333%;
800
    margin-left: 66.66667%;
801
    margin-right: -100%;
770
    width: 20%;
771
    margin-left: 40%;
772
    margin-right: -60%;
802 773
  }
803 774

  
804 775
  /**
......
813 784
  /* line 119, ../sass/layouts/_responsive.scss */
814 785
  .two-sidebars #content {
815 786
    float: left;
816
    width: 66.66667%;
817
    margin-left: 33.33333%;
818
    margin-right: -100%;
787
    width: 40%;
788
    margin-left: 20%;
789
    margin-right: -60%;
819 790
  }
820 791
  /* line 124, ../sass/layouts/_responsive.scss */
821 792
  .two-sidebars .region-sidebar-first {
822 793
    float: left;
823
    width: 33.33333%;
794
    width: 20%;
824 795
    margin-left: 0%;
825
    margin-right: -33.33333%;
796
    margin-right: -20%;
826 797
  }
827 798
  /* line 129, ../sass/layouts/_responsive.scss */
828 799
  .two-sidebars .region-sidebar-second {
829 800
    float: left;
830
    width: 100%;
801
    width: 60%;
831 802
    margin-left: 0%;
832
    margin-right: -100%;
803
    margin-right: -60%;
833 804
    padding-left: 0;
834 805
    padding-right: 0;
835 806
    clear: left;
......
855 826
  /* line 139, ../sass/layouts/_responsive.scss */
856 827
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
857 828
    float: left;
858
    width: 33.33333%;
829
    width: 20%;
859 830
    margin-left: 0%;
860
    margin-right: -33.33333%;
831
    margin-right: -20%;
861 832
    clear: left;
862 833
  }
863 834
  /* line 144, ../sass/layouts/_responsive.scss */
864 835
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
865 836
    float: left;
866
    width: 33.33333%;
867
    margin-left: 33.33333%;
868
    margin-right: -66.66667%;
837
    width: 20%;
838
    margin-left: 20%;
839
    margin-right: -40%;
869 840
  }
870 841
  /* line 148, ../sass/layouts/_responsive.scss */
871 842
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
872 843
    float: left;
873
    width: 33.33333%;
874
    margin-left: 66.66667%;
875
    margin-right: -100%;
844
    width: 20%;
845
    margin-left: 40%;
846
    margin-right: -60%;
876 847
  }
877 848
}
878 849
/**
......
890 861
  /* line 168, ../sass/layouts/_responsive.scss */
891 862
  .sidebar-first #content {
892 863
    float: left;
893
    width: 75%;
894
    margin-left: 25%;
895
    margin-right: -100%;
864
    width: 60%;
865
    margin-left: 20%;
866
    margin-right: -80%;
896 867
  }
897 868
  /* line 173, ../sass/layouts/_responsive.scss */
898 869
  .sidebar-first .region-sidebar-first {
899 870
    float: left;
900
    width: 25%;
871
    width: 20%;
901 872
    margin-left: 0%;
902
    margin-right: -25%;
873
    margin-right: -20%;
903 874
  }
904 875

  
905 876
  /**
......
913 884
  /* line 183, ../sass/layouts/_responsive.scss */
914 885
  .sidebar-second #content {
915 886
    float: left;
916
    width: 75%;
887
    width: 60%;
917 888
    margin-left: 0%;
918
    margin-right: -75%;
889
    margin-right: -60%;
919 890
  }
920 891
  /* line 188, ../sass/layouts/_responsive.scss */
921 892
  .sidebar-second .region-sidebar-second {
922 893
    float: left;
923
    width: 25%;
924
    margin-left: 75%;
925
    margin-right: -100%;
894
    width: 20%;
895
    margin-left: 60%;
896
    margin-right: -80%;
926 897
  }
927 898

  
928 899
  /**
......
937 908
  /* line 198, ../sass/layouts/_responsive.scss */
938 909
  .two-sidebars #content {
939 910
    float: left;
940
    width: 50%;
941
    margin-left: 25%;
942
    margin-right: -75%;
911
    width: 40%;
912
    margin-left: 20%;
913
    margin-right: -60%;
943 914
  }
944 915
  /* line 203, ../sass/layouts/_responsive.scss */
945 916
  .two-sidebars .region-sidebar-first {
946 917
    float: left;
947
    width: 25%;
918
    width: 20%;
948 919
    margin-left: 0%;
949
    margin-right: -25%;
920
    margin-right: -20%;
950 921
  }
951 922
  /* line 208, ../sass/layouts/_responsive.scss */
952 923
  .two-sidebars .region-sidebar-second {
953 924
    float: left;
954
    width: 25%;
955
    margin-left: 75%;
956
    margin-right: -100%;
925
    width: 20%;
926
    margin-left: 60%;
927
    margin-right: -80%;
957 928
  }
958 929
}
959 930
/* Component (SMACSS module) rules */
......
969 940
/**
970 941
 * Wireframes.
971 942
 */
972
/* line 22, ../sass/components/_misc.scss */
943
/* line 15, ../sass/components/_misc.scss */
973 944
.with-wireframes #header,
974 945
.with-wireframes #main,
975 946
.with-wireframes #content,
......
997 968
 * Accessibility features.
998 969
 */
999 970
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
1000
/* line 40, ../sass/components/_misc.scss */
971
/* line 39, ../sass/components/_misc.scss */
1001 972
.element-invisible,
1002 973
.element-focusable,
1003 974
#navigation .block-menu .block__title,
......
1027 998
#skip-link {
1028 999
  margin: 0;
1029 1000
}
1030
/* line 66, ../sass/components/_misc.scss */
1001
/* line 65, ../sass/components/_misc.scss */
1031 1002
#skip-link a,
1032 1003
#skip-link a:visited {
1033 1004
  display: block;
......
1035 1006
  padding: 2px 0 3px 0;
1036 1007
  text-align: center;
1037 1008
  background-color: #666;
1038
  color: white;
1009
  color: #fff;
1039 1010
}
1040 1011

  
1041 1012
/**
......
1071 1042
}
1072 1043

  
1073 1044
/* The link around the name of the website. */
1074
/* line 106, ../sass/components/_misc.scss */
1045
/* line 105, ../sass/components/_misc.scss */
1075 1046
.header__site-link:link, .header__site-link:visited {
1076 1047
  color: #000;
1077 1048
  text-decoration: none;
1078 1049
}
1079
/* line 112, ../sass/components/_misc.scss */
1050
/* line 111, ../sass/components/_misc.scss */
1080 1051
.header__site-link:hover, .header__site-link:focus {
1081 1052
  text-decoration: underline;
1082 1053
}
......
1114 1085
#navigation .block {
1115 1086
  margin-bottom: 0;
1116 1087
}
1117
/* line 151, ../sass/components/_misc.scss */
1088
/* line 150, ../sass/components/_misc.scss */
1118 1089
#navigation .links,
1119 1090
#navigation .menu {
1120 1091
  margin: 0;
......
1134 1105
  padding: 0 20px;
1135 1106
  list-style-type: none;
1136 1107
  list-style-image: none;
1137
  border-left: 1px solid black;
1138
  border-right: 1px solid black;
1108
  border-left: 1px solid #000;
1109
  border-right: 1px solid #000;
1139 1110
  margin-left: -1px;
1140 1111
  /* collapse borders */
1141 1112
}
......
1152 1123

  
1153 1124
/* line 180, ../sass/components/_misc.scss */
1154 1125
#page {
1155
  -webkit-box-shadow: 0px 5px 20px black;
1156 1126
  -moz-box-shadow: 0px 5px 20px black;
1127
  -webkit-box-shadow: 0px 5px 20px black;
1157 1128
  box-shadow: 0px 5px 20px black;
1158 1129
  padding-top: 20px;
1159
  background-color: white;
1130
  background-color: #fff;
1160 1131
}
1161 1132

  
1162 1133
/* line 189, ../sass/components/_misc.scss */
......
1205 1176
  line-height: 1.5em;
1206 1177
  margin: 0;
1207 1178
}
1208
/* line 228, ../sass/components/_misc.scss */
1179
/* line 227, ../sass/components/_misc.scss */
1209 1180
#site-name a:link,
1210 1181
#site-name a:visited {
1211 1182
  color: #fff;
1212 1183
  text-decoration: none;
1213 1184
}
1214
/* line 234, ../sass/components/_misc.scss */
1185
/* line 233, ../sass/components/_misc.scss */
1215 1186
#site-name a:hover,
1216 1187
#site-name a:focus {
1217 1188
  color: #fff;
......
1222 1193
#main-menu {
1223 1194
  padding: 5px 0;
1224 1195
  padding-left: 53px;
1225
  background-color: #dedede;
1196
  background-color: #DEDEDE;
1226 1197
  display: block;
1227 1198
  font-size: 16.8px;
1228 1199
}
1229
/* line 249, ../sass/components/_misc.scss */
1200
/* line 248, ../sass/components/_misc.scss */
1230 1201
#main-menu a:link,
1231 1202
#main-menu a:visited {
1232
  color: black;
1203
  color: #000;
1233 1204
  text-decoration: none;
1234 1205
}
1235
/* line 255, ../sass/components/_misc.scss */
1206
/* line 254, ../sass/components/_misc.scss */
1236 1207
#main-menu a:hover,
1237 1208
#main-menu a:focus {
1238 1209
  text-decoration: underline;
......
1257 1228
/**
1258 1229
 * Titles.
1259 1230
 */
1260
/* line 285, ../sass/components/_misc.scss */
1231
/* line 280, ../sass/components/_misc.scss */
1261 1232
.page__title,
1262 1233
.node__title,
1263 1234
.block__title,
......
1320 1291
}
1321 1292

  
1322 1293
/* System status report. */
1323
/* line 344, ../sass/components/_misc.scss */
1294
/* line 343, ../sass/components/_misc.scss */
1324 1295
.ok,
1325 1296
.messages--status {
1326 1297
  background-color: #f8fff0;
1327 1298
  color: #234600;
1328 1299
}
1329 1300

  
1330
/* line 349, ../sass/components/_misc.scss */
1301
/* line 348, ../sass/components/_misc.scss */
1331 1302
.warning,
1332 1303
.messages--warning {
1333 1304
  background-color: #fffce5;
1334 1305
  color: #840;
1335 1306
}
1336 1307

  
1337
/* line 354, ../sass/components/_misc.scss */
1308
/* line 353, ../sass/components/_misc.scss */
1338 1309
.error,
1339 1310
.messages--error {
1340 1311
  background-color: #fef5f1;
......
1349 1320
.tabs-primary, .tabs-secondary {
1350 1321
  overflow: hidden;
1351 1322
  *zoom: 1;
1352
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
1353
  background: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
1354
  background: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
1355
  background: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
1356
  -pie-background: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
1357
  background: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
1323
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
1324
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
1325
  background: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
1326
  background: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
1327
  background: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
1358 1328
  /* IE 9 and earlier don't understand gradients. */
1359 1329
  list-style: none;
1360
  border-bottom: 1px solid #bbbbbb \0/ie;
1330
  border-bottom: 1px solid #bbb \0/ie;
1361 1331
  margin: 1.6em 0;
1362 1332
  padding: 0 2px;
1363 1333
  white-space: nowrap;
......
1390 1360
  -moz-border-radius-topright: 4px;
1391 1361
  -webkit-border-top-right-radius: 4px;
1392 1362
  border-top-right-radius: 4px;
1393
  text-shadow: 1px 1px 0 white;
1394
  border: 1px solid #bbbbbb;
1363
  text-shadow: 1px 1px 0 #fff;
1364
  border: 1px solid #bbb;
1395 1365
  border-bottom-color: transparent;
1396 1366
  /* IE 9 and earlier don't understand gradients. */
1397 1367
  border-bottom: 0 \0/ie;
1398 1368
}
1399 1369

  
1400 1370
/* line 400, ../sass/components/_misc.scss */
1401
.is-active.tabs-primary__tab {
1402
  border-bottom-color: white;
1371
.tabs-primary__tab.is-active {
1372
  border-bottom-color: #fff;
1403 1373
}
1404 1374

  
1405 1375
/* line 406, ../sass/components/_misc.scss */
......
1410 1380
  -moz-border-radius-topright: 4px;
1411 1381
  -webkit-border-top-right-radius: 4px;
1412 1382
  border-top-right-radius: 4px;
1413
  -webkit-transition: background-color 0.3s;
1414 1383
  -moz-transition: background-color 0.3s;
1415 1384
  -o-transition: background-color 0.3s;
1385
  -webkit-transition: background-color 0.3s;
1416 1386
  transition: background-color 0.3s;
1417 1387
  color: #333;
1418 1388
  background-color: #dedede;
......
1432 1402
  background-color: transparent;
1433 1403
  *zoom: 1;
1434 1404
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
1405
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
1435 1406
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
1436
  background: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1437 1407
  background: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1438
  background: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1439
  -pie-background: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1408
  background: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1440 1409
  background: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
1441 1410
  border-color: #fff;
1442 1411
}
......
1449 1418
  margin-top: -1.6em;
1450 1419
}
1451 1420

  
1452
/* line 451, ../sass/components/_misc.scss */
1421
/* line 450, ../sass/components/_misc.scss */
1453 1422
.tabs-secondary__tab,
1454 1423
.tabs-secondary__tab.is-active {
1455 1424
  margin: 0.8em 3px;
......
1457 1426

  
1458 1427
/* line 457, ../sass/components/_misc.scss */
1459 1428
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
1460
  -webkit-border-radius: 0.75em;
1461 1429
  -moz-border-radius: 0.75em;
1462
  -ms-border-radius: 0.75em;
1463
  -o-border-radius: 0.75em;
1430
  -webkit-border-radius: 0.75em;
1464 1431
  border-radius: 0.75em;
1465
  -webkit-transition: background-color 0.3s;
1466 1432
  -moz-transition: background-color 0.3s;
1467 1433
  -o-transition: background-color 0.3s;
1434
  -webkit-transition: background-color 0.3s;
1468 1435
  transition: background-color 0.3s;
1469
  text-shadow: 1px 1px 0 white;
1436
  text-shadow: 1px 1px 0 #fff;
1470 1437
  background-color: #f2f2f2;
1471 1438
  color: #666;
1472 1439
  padding: 0 .5em;
......
1481 1448

  
1482 1449
/* line 471, ../sass/components/_misc.scss */
1483 1450
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
1484
  text-shadow: 1px 1px 0 #333333;
1451
  text-shadow: 1px 1px 0 #333;
1485 1452
  background-color: #666;
1486 1453
  border-color: #000;
1487 1454
  color: #fff;
......
1561 1528
  background-image: none;
1562 1529
}
1563 1530

  
1564
/* line 556, ../sass/components/_misc.scss */
1531
/* line 551, ../sass/components/_misc.scss */
1565 1532
.pager-item,
1566 1533
.pager-first,
1567 1534
.pager-previous,
......
1582 1549
  font-weight: normal;
1583 1550
}
1584 1551

  
1585
/* line 575, ../sass/components/_misc.scss */
1552
/* line 570, ../sass/components/_misc.scss */
1586 1553
h1.title,
1587 1554
h2.node-title,
1588 1555
h2.block-title,
......
1638 1605
 * Marker.
1639 1606
 */
1640 1607
/* The "new" or "updated" marker. */
1641
/* line 624, ../sass/components/_misc.scss */
1608
/* line 623, ../sass/components/_misc.scss */
1642 1609
.new,
1643 1610
.update {
1644 1611
  color: #c00;
......
1667 1634
  word-wrap: break-word;
1668 1635
}
1669 1636

  
1670
/* line 652, ../sass/components/_misc.scss */
1637
/* line 651, ../sass/components/_misc.scss */
1671 1638
.lt-ie8 .node-unpublished > *,
1672 1639
.lt-ie8 .comment-unpublished > * {
1673 1640
  /* Otherwise these elements will appear below the "Unpublished" text. */
......
1721 1688
  /* Highlight the form elements that caused a form submission error. */
1722 1689
  /* The descriptive help text (separate from the label). */
1723 1690
}
1724
/* line 699, ../sass/components/_misc.scss */
1691
/* line 698, ../sass/components/_misc.scss */
1725 1692
.form-checkboxes .form-item, .form-radios .form-item {
1726 1693
  /* Drupal core uses "0.4em 0". */
1727 1694
  margin: 0;
1728 1695
}
1729
/* line 706, ../sass/components/_misc.scss */
1696
/* line 705, ../sass/components/_misc.scss */
1730 1697
tr.odd .form-item, tr.even .form-item {
1731 1698
  margin: 0;
1732 1699
}
1733
/* line 713, ../sass/components/_misc.scss */
1700
/* line 711, ../sass/components/_misc.scss */
1734 1701
.form-item input.error,
1735 1702
.form-item textarea.error,
1736 1703
.form-item select.error {
......
1763 1730
/* Buttons used by contrib modules like Media. */
1764 1731
/* line 742, ../sass/components/_misc.scss */
1765 1732
a.button {
1766
  -webkit-appearance: button;
1767 1733
  -moz-appearance: button;
1768
  appearance: button;
1734
  -webkit-appearance: button;
1769 1735
}
1770 1736

  
1771 1737
/* Password confirmation. */
1772
/* line 748, ../sass/components/_misc.scss */
1738
/* line 747, ../sass/components/_misc.scss */
1773 1739
.password-parent,
1774 1740
.confirm-parent {
1775 1741
  margin: 0;
......
1796 1762
}
1797 1763

  
1798 1764
/* The "Log in using OpenID" and "Cancel OpenID login" links. */
1799
/* line 772, ../sass/components/_misc.scss */
1765
/* line 771, ../sass/components/_misc.scss */
1800 1766
.openid-link,
1801 1767
.user-link {
1802 1768
  margin-top: 1.6em;
1803 1769
}
1804 1770

  
1805
/* line 776, ../sass/components/_misc.scss */
1771
/* line 775, ../sass/components/_misc.scss */
1806 1772
html.js #user-login-form li.openid-link,
1807 1773
#user-login-form li.openid-link {
1808 1774
  /* Un-do some of the padding on the ul list. */
......
1835 1801
  margin: 0;
1836 1802
}
1837 1803

  
1838
/* line 801, ../sass/components/_misc.scss */
1804
/* line 800, ../sass/components/_misc.scss */
1839 1805
tr.even,
1840 1806
tr.odd {
1841 1807
  background-color: #eee;
......
1848 1814
  background-color: #fff;
1849 1815
}
1850 1816

  
1851
/* line 813, ../sass/components/_misc.scss */
1817
/* line 812, ../sass/components/_misc.scss */
1852 1818
.lt-ie8 tr.even th,
1853 1819
.lt-ie8 tr.even td,
1854 1820
.lt-ie8 tr.odd th,
......
1864 1830
}
1865 1831

  
1866 1832
/* Center checkboxes inside table cell. */
1867
/* line 827, ../sass/components/_misc.scss */
1833
/* line 826, ../sass/components/_misc.scss */
1868 1834
td.checkbox,
1869 1835
th.checkbox {
1870 1836
  text-align: center;
......
1963 1929
  background: #ccc;
1964 1930
  border-color: #666;
1965 1931
  margin: 0 0.2em;
1966
  -webkit-border-radius: 3px;
1967 1932
  -moz-border-radius: 3px;
1968
  -ms-border-radius: 3px;
1969
  -o-border-radius: 3px;
1933
  -webkit-border-radius: 3px;
1970 1934
  border-radius: 3px;
1971 1935
}
1972 1936
/* line 915, ../sass/components/_misc.scss */
......
1987 1951
 */
1988 1952
@media print {
1989 1953
  /* Underline all links. */
1990
  /* line 16, ../sass/_print.scss */
1954
  /* line 15, ../sass/_print.scss */
1991 1955
  a:link,
1992 1956
  a:visited {
1993 1957
    text-decoration: underline !important;
......
2011 1975
    font-weight: normal;
2012 1976
    font-size: 14px;
2013 1977
  }
2014
  /* line 35, ../sass/_print.scss */
1978
  /* line 34, ../sass/_print.scss */
2015 1979
  #content a[href^="javascript:"]:after,
2016 1980
  #content a[href^="#"]:after {
2017 1981
    content: "";
......
2031 1995
  }
2032 1996

  
2033 1997
  /* Turn off any background colors or images. */
2034
  /* line 57, ../sass/_print.scss */
1998
  /* line 54, ../sass/_print.scss */
2035 1999
  body,
2036 2000
  #page,
2037 2001
  #main,
......
2042 2006
  }
2043 2007

  
2044 2008
  /* Hide sidebars and nav elements. */
2045
  /* line 77, ../sass/_print.scss */
2009
  /* line 64, ../sass/_print.scss */
2046 2010
  #skip-link,
2047 2011
  #toolbar,
2048 2012
  #navigation,
......
2067 2031
 *
2068 2032
 * Style the markup found in the cdm_dataportal module.
2069 2033
 */
2070
/* line 30, ../sass/ie-legacy.scss */
2071
.pie-element, .lt-ie9 #page, #page {
2072
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
2073
  position: relative;
2074
}
2075

  
2076
/* line 43, ../sass/ie-legacy.scss */
2077
.pie-container {
2078
  z-index: 0;
2079
  position: relative;
2080
}
2081

  
2082
/* line 47, ../sass/ie-legacy.scss */
2083
.z-pie-element, .lt-ie9 #page, #page {
2084
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
2085
  z-index: 0;
2086
}
2087

  
2088
/* line 63, ../sass/ie-legacy.scss */
2089
.lt-ie9 #header {
2090
  /* 
2091
   * reset right padding to zero and use margin-right instead,
2092
   * this avoids the need for background-clip: content-box
2093
   * which is not suppoorted in IE < 9
2094
   */
2095
  padding-right: 0;
2096
  margin-right: 20px;
2097
}
2098

  
2099
/* line 43, ../sass/_mixins.scss */
2034
/* line 42, ../sass/_mixins.scss */
2100 2035
.block a:link,
2101 2036
.block a:visited, .node a:link,
2102 2037
.node a:visited, #identificationKey a:link,
2103 2038
#identificationKey a:visited, #content a:link,
2104 2039
#content a:visited {
2105
  color: #115e92;
2040
  color: #115E92;
2106 2041
  text-decoration: none;
2107 2042
}
2108
/* line 49, ../sass/_mixins.scss */
2043
/* line 48, ../sass/_mixins.scss */
2109 2044
.block a:hover,
2110 2045
.block a:focus, .node a:hover,
2111 2046
.node a:focus, #identificationKey a:hover,
......
2113 2048
#content a:focus {
2114 2049
  text-decoration: underline;
2115 2050
}
2116
/* line 58, ../sass/_mixins.scss */
2051
/* line 57, ../sass/_mixins.scss */
2117 2052
.block .Synonym a:link,
2118 2053
.block .Synonym a:visited, .block .misapplied-name a:link,
2119 2054
.block .misapplied-name a:visited, .node .Synonym a:link,
......
2123 2058
#identificationKey .misapplied-name a:visited, #content .Synonym a:link,
2124 2059
#content .Synonym a:visited, #content .misapplied-name a:link,
2125 2060
#content .misapplied-name a:visited {
2126
  color: #7c7c7c;
2061
  color: #7C7C7C;
2127 2062
}
2128
/* line 64, ../sass/_mixins.scss */
2063
/* line 63, ../sass/_mixins.scss */
2129 2064
.block .Taxon a:link,
2130 2065
.block .Taxon a:visited, .node .Taxon a:link,
2131 2066
.node .Taxon a:visited, #identificationKey .Taxon a:link,
2132 2067
#identificationKey .Taxon a:visited, #content .Taxon a:link,
2133 2068
#content .Taxon a:visited {
2134
  color: #115e92;
2069
  color: #115E92;
2135 2070
}
2136 2071

  
2137 2072
/* line 20, ../sass/cdm.scss */
......
2174 2109
/* line 54, ../sass/cdm.scss */
2175 2110
#page-toc {
2176 2111
  float: right;
2177
  background-color: white;
2112
  background-color: #fff;
2178 2113
}
2179 2114
/* line 57, ../sass/cdm.scss */
2180 2115
#page-toc h3 {
......
2231 2166
/*
2232 2167
 * Search results
2233 2168
 */
2234
/* line 43, ../sass/_mixins.scss */
2169
/* line 42, ../sass/_mixins.scss */
2235 2170
#search_results a:link,
2236 2171
#search_results a:visited {
2237
  color: #115e92;
2172
  color: #115E92;
2238 2173
  text-decoration: none;
2239 2174
}
2240
/* line 49, ../sass/_mixins.scss */
2175
/* line 48, ../sass/_mixins.scss */
2241 2176
#search_results a:hover,
2242 2177
#search_results a:focus {
2243 2178
  text-decoration: underline;
2244 2179
}
2245
/* line 58, ../sass/_mixins.scss */
2180
/* line 57, ../sass/_mixins.scss */
2246 2181
#search_results .Synonym a:link,
2247 2182
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
2248 2183
#search_results .misapplied-name a:visited {
2249
  color: #7c7c7c;
2184
  color: #7C7C7C;
2250 2185
}
2251
/* line 64, ../sass/_mixins.scss */
2186
/* line 63, ../sass/_mixins.scss */
2252 2187
#search_results .Taxon a:link,
2253 2188
#search_results .Taxon a:visited {
2254
  color: #115e92;
2189
  color: #115E92;
2255 2190
}
2256 2191
/* line 112, ../sass/cdm.scss */
2257 2192
#search_results table {
......
2377 2312

  
2378 2313
/*
2379 2314
 * derivatives tree view (see also derivation-tree.js)
2380
 * partially based on ideas found in https://jsfiddle.net/xuonpjmh/21/
2381 2315
 */
2382
/* line 245, ../sass/cdm.scss */
2383
div.derived-unit-tree,
2384
ul.derived-unit-sub-tree,
2385
ul.derived-unit-sub-tree ul {
2316
/* line 246, ../sass/cdm.scss */
2317
.item-tree ul {
2386 2318
  list-style: none;
2387
  margin: 0 0 0 3.2px;
2388
  padding: 0;
2389
}
2390
/* line 250, ../sass/cdm.scss */
2391
div.derived-unit-tree .unit-header,
2392
ul.derived-unit-sub-tree .unit-header,
2393
ul.derived-unit-sub-tree ul .unit-header {
2394
  padding-top: 7px;
2319
  margin: 0;
2320
  padding-left: 0;
2395 2321
}
2396
/* line 252, ../sass/cdm.scss */
2397
div.derived-unit-tree .unit-header .unit-label,
2398
ul.derived-unit-sub-tree .unit-header .unit-label,
2399
ul.derived-unit-sub-tree ul .unit-header .unit-label {
2400
  background-color: #dedede;
2401
  padding-left: 5px;
2322
/* line 251, ../sass/cdm.scss */
2323
.item-tree ul.collapsed {
2324
  display: none;
2402 2325
}
2403
/* line 255, ../sass/cdm.scss */
2404
div.derived-unit-tree .unit-header .unit-label .page-link,
2405
ul.derived-unit-sub-tree .unit-header .unit-label .page-link,
2406
ul.derived-unit-sub-tree ul .unit-header .unit-label .page-link {
2407
  float: right;
2326
/* line 254, ../sass/cdm.scss */
2327
.item-tree ul li {
2328
  padding: 7px 0px 0px 28px;
2329
  margin-top: 3.5px;
2330
  position: relative;
2408 2331
}
2409 2332
/* line 259, ../sass/cdm.scss */
2410
div.derived-unit-tree .unit-header .unit-label-hover-effect:hover,
2411
ul.derived-unit-sub-tree .unit-header .unit-label-hover-effect:hover,
2412
ul.derived-unit-sub-tree ul .unit-header .unit-label-hover-effect:hover {
2413
  cursor: pointer;
2414
  background-color: #f8f8f8;
2415
}
2416
/* line 264, ../sass/cdm.scss */
2417
div.derived-unit-tree .unit-content,
2418
ul.derived-unit-sub-tree .unit-content,
2419
ul.derived-unit-sub-tree ul .unit-content {
2420
  padding: 11.2px;
2421
  background-color: #ebebeb;
2422
}
2423
/* line 268, ../sass/cdm.scss */
2424
div.derived-unit-tree .derivation-event,
2425
ul.derived-unit-sub-tree .derivation-event,
2426
ul.derived-unit-sub-tree ul .derivation-event {
2427
  font-size: smaller;
2428
  margin-top: -11.2px;
2429
  color: #7c7c7c;
2333
.item-tree ul li::before {
2334
  content: "";
2335
  position: absolute;
2336
  top: 18.2px;
2337
  left: -14px;
2338
  border-left: 3.5px dotted #DEDEDE;
2339
  border-bottom: 3.5px dotted #DEDEDE;
2340
  width: 28px;
2341
  height: 100%;
2342
}
2343
/* line 270, ../sass/cdm.scss */
2344
.item-tree ul li:last-child:before {
2345
  content: none;
2346
}
2347
/* line 274, ../sass/cdm.scss */
2348
.item-tree ul li .item-wrapper-with-sub-items {
2349
  position: relative;
2430 2350
}
2431
/* line 273, ../sass/cdm.scss */
2432
div.derived-unit-tree .focused_item,
2433
ul.derived-unit-sub-tree .focused_item,
2434
ul.derived-unit-sub-tree ul .focused_item {
2435
  font-weight: bold;
2351
/* line 276, ../sass/cdm.scss */
2352
.item-tree ul li .item-wrapper-with-sub-items::after {
2353
  content: "";
2354
  position: absolute;
2355
  top: 18.2px;
2356
  left: -14px;
2357
  border-left: 3.5px dotted #DEDEDE;
2358
  border-bottom: 3.5px dotted #DEDEDE;
2359
  width: 28px;
2360
  height: 100%;
2436 2361
}
2437

  
2438
/* line 278, ../sass/cdm.scss */
2439
div.derived-unit-tree-root .unit-content-wrapper {
2440
  border-left: 3px dotted #dedede;
2441
  margin-left: 3.2px;
2362
/* line 290, ../sass/cdm.scss */
2363
.item-tree ul li.collapsed .item-wrapper-with-sub-items::after {
2364
  content: none;
2442 2365
}
2443

  
2444
/* line 284, ../sass/cdm.scss */
2445
ul.derived-unit-sub-tree ul {
2446
  margin-left: 1.0em;
2366
/* line 296, ../sass/cdm.scss */
2367
.item-tree > .item-list > ul {
2368
  margin-left: -14px;
2447 2369
}
2448
/* line 287, ../sass/cdm.scss */
2449
ul.derived-unit-sub-tree li {
2450
  position: relative;
2451
  margin-left: 0;
2452
  padding-left: 1em;
2453
  margin-top: -3.2px;
2454
  line-height: 22.4px;
2455
  border-left: 3px dotted #dedede;
2370
/* line 299, ../sass/cdm.scss */
2371
.item-tree > .item-list > ul > li:last-child:before {
2372
  content: unset;
2456 2373
}
2457
/* line 297, ../sass/cdm.scss */
2458
ul.derived-unit-sub-tree li:last-child {
2459
  border-left: none;
2374
/* line 302, ../sass/cdm.scss */
2375
.item-tree > .item-list > ul > li::before {
2376
  content: unset;
2460 2377
}
2461
/* line 299, ../sass/cdm.scss */
2462
ul.derived-unit-sub-tree li:last-child .unit-header, ul.derived-unit-sub-tree li:last-child .unit-content {
2463
  margin-left: 3px;
2378
/* line 306, ../sass/cdm.scss */
2379
.item-tree > .item-list > ul > li:not(:last-child) > ul > li:before {
2380
  content: unset;
2464 2381
}
2465
/* line 303, ../sass/cdm.scss */
2466
ul.derived-unit-sub-tree li:before {
2467
  position: absolute;
2468
  top: 3.2px;
2469
  left: 0;
2470
  width: 1em;
2471
  /* width of horizontal line */
2472
  height: 12.7px;
2473
  /* vertical position of line */
2474
  vertical-align: top;
2475
  border-bottom: 3px dotted #dedede;
2476
  content: "";
2382
/* line 316, ../sass/cdm.scss */
2383
.item-tree .tree-node-symbol {
2477 2384
  display: inline-block;
2385
  width: 22.4px;
2386
  height: 22.4px;
2387
  color: #DEDEDE;
2388
  background-color: #fff;
2389
  margin-left: -23.45px;
2390
  text-align: center;
2391
  font-size: larger;
2478 2392
}
2479
/* line 315, ../sass/cdm.scss */
2480
ul.derived-unit-sub-tree li:last-child:before {
2481
  border-left: 3px dotted #dedede;
2393
/* line 329, ../sass/cdm.scss */
2394
.item-tree .tree-node-symbol-collapsible:hover {
2395
  color: #000;
2482 2396
}
2483 2397

  
2484
/* line 320, ../sass/cdm.scss */
2485
div.derived-unit-tree table.details-table {
2398
/* line 339, ../sass/cdm.scss */
2399
.item-tree .unit-header-wrapper .unit-label {
2400
  background-color: #DEDEDE;
2401
}
2402
/* line 341, ../sass/cdm.scss */
2403
.item-tree .unit-header-wrapper .unit-label .symbol {
2404
  padding-left: 5px;
2405
}
2406
/* line 344, ../sass/cdm.scss */
2407
.item-tree .unit-header-wrapper .unit-label .page-link {
2408
  float: right;
2409
  padding-right: 5.6px;
2410
}
2411
/* line 349, ../sass/cdm.scss */
2412
.item-tree .unit-header-wrapper .unit-label-hover-effect:hover {
2413
  cursor: pointer;
2414
  background-color: #f8f8f8;
2415
}
2416
/* line 354, ../sass/cdm.scss */
2417
.item-tree .unit-content {
2418
  padding: 11.2px;
2419
  background-color: #ebebeb;
2420
}
2421
/* line 358, ../sass/cdm.scss */
2422
.item-tree .derivation-event {
2486 2423
  font-size: smaller;
2424
  margin-top: -11.2px;
2425
  color: #7C7C7C;
2426
}
2427
/* line 363, ../sass/cdm.scss */
2428
.item-tree .focused_item {
2429
  font-weight: bold;
2487 2430
}
2488 2431

  
2489
/* line 325, ../sass/cdm.scss */
2432
/* line 370, ../sass/cdm.scss */
2490 2433
.derived-unit-details-grid table.details-table {
2491 2434
  margin: 0;
2492 2435
  width: 100%;
2493 2436
  vertical-align: top;
2494
  background-color: white;
2437
  background-color: #fff;
2495 2438
}
2496
/* line 330, ../sass/cdm.scss */
2439
/* line 375, ../sass/cdm.scss */
2497 2440
.derived-unit-details-grid table.details-table thead {
2498
  border-bottom: thin solid #dedede;
2441
  border-bottom: thin solid #DEDEDE;
2499 2442
}
2500
/* line 333, ../sass/cdm.scss */
2443
/* line 378, ../sass/cdm.scss */
2501 2444
.derived-unit-details-grid table.details-table tbody {
2502
  background-color: white;
2445
  background-color: #fff;
2503 2446
}
2504
/* line 335, ../sass/cdm.scss */
2447
/* line 380, ../sass/cdm.scss */
2505 2448
.derived-unit-details-grid table.details-table tbody .label {
2506 2449
  text-align: right;
2507 2450
  white-space: nowrap;
2508
  border-right: thin solid #dedede;
2451
  border-right: thin solid #DEDEDE;
2509 2452
  width: 50%;
2510 2453
}
2511
/* line 342, ../sass/cdm.scss */
2454
/* line 387, ../sass/cdm.scss */
2512 2455
.derived-unit-details-grid table.details-table td, .derived-unit-details-grid table.details-table th {
2513 2456
  padding-right: 11.2px;
2514 2457
  padding-left: 11.2px;
2515 2458
}
2516 2459

  
2517
/* line 348, ../sass/cdm.scss */
2460
/* line 393, ../sass/cdm.scss */
2518 2461
.derived-unit-details-grid {
2519 2462
  display: grid;
2520 2463
  grid-column-gap: 11.2px;
2521 2464
  grid-row-gap: 11.2px;
2522 2465
}
2523 2466
@media all and (max-width: 659px) {
2524
  /* line 348, ../sass/cdm.scss */
2467
  /* line 393, ../sass/cdm.scss */
2525 2468
  .derived-unit-details-grid {
2526 2469
    grid-template-columns: repeat(1, 1fr);
2527 2470
  }
2528 2471
}
2529 2472
@media all and (min-width: 660px) {
2530
  /* line 348, ../sass/cdm.scss */
2473
  /* line 393, ../sass/cdm.scss */
2531 2474
  .derived-unit-details-grid {
2532 2475
    grid-template-columns: repeat(2, 1fr);
2533 2476
  }
2534 2477
}
2535
/* line 358, ../sass/cdm.scss */
2478
/* line 403, ../sass/cdm.scss */
2536 2479
.derived-unit-details-grid dl {
2537 2480
  margin: 0;
2538 2481
}
......
2540 2483
/*
2541 2484
 * Map
2542 2485
 */
2543
/* line 367, ../sass/cdm.scss */
2486
/* line 412, ../sass/cdm.scss */
2544 2487
.openlayers-container {
2545 2488
  margin-top: 10px;
2546 2489
  margin-bottom: 10px;
......
2549 2492
/*
2550 2493
 * Registration page & items
2551 2494
 */
2552
/* line 377, ../sass/cdm.scss */
2495
/* line 422, ../sass/cdm.scss */
2553 2496
.registration .type-status {
2554 2497
  font-weight: bold;
2555 2498
}
2556
/* line 381, ../sass/cdm.scss */
2499
/* line 426, ../sass/cdm.scss */
2557 2500
.registration .registration-date-and-institute {
2558 2501
  color: #999;
2559 2502
}
2560
/* line 387, ../sass/cdm.scss */
2503
/* line 432, ../sass/cdm.scss */
2561 2504
.registration .published-name .TaxonName .name {
2562 2505
  font-weight: bold;
2563 2506
}
2564
/* line 391, ../sass/cdm.scss */
2507
/* line 436, ../sass/cdm.scss */
2565 2508
.registration .typified-name .cdm\:TaxonName {
2566 2509
  color: #999;
2567 2510
}
2568
/* line 393, ../sass/cdm.scss */
2511
/* line 438, ../sass/cdm.scss */
2569 2512
.registration .typified-name .cdm\:TaxonName a {
2570 2513
  color: #999;
2571 2514
}
2572
/* line 396, ../sass/cdm.scss */
2515
/* line 441, ../sass/cdm.scss */
2573 2516
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
2574 2517
  font-weight: bold;
2575 2518
}
2576
/* line 402, ../sass/cdm.scss */
2519
/* line 447, ../sass/cdm.scss */
2577 2520
.registration .registration-summary .registered_name .name {
2578 2521
  font-weight: bold;
2579 2522
}
2580
/* line 405, ../sass/cdm.scss */
2523
/* line 450, ../sass/cdm.scss */
2581 2524
.registration .registration-summary .referenced_typified_name {
2582 2525
  color: #999;
2583 2526
}
2584
/* line 408, ../sass/cdm.scss */
2527
/* line 453, ../sass/cdm.scss */
2585 2528
.registration .registration-summary .label {
2586 2529
  font-weight: bold;
2587 2530
}
......
2589 2532
/*
2590 2533
 * Theme settings page
2591 2534
 */
2592
/* line 419, ../sass/cdm.scss */
2535
/* line 464, ../sass/cdm.scss */
2593 2536
#system-theme-settings .image-preview {
2594 2537
  width: 600px;
2595 2538
  max-height: 150px;
2596 2539
  overflow: auto;
2597 2540
}
2598
/* line 423, ../sass/cdm.scss */
2541
/* line 468, ../sass/cdm.scss */
2599 2542
#system-theme-settings .image-preview img {
2600 2543
  max-width: none;
2601 2544
  /* reset style in mormalize.scss */
......
2606 2549
 *
2607 2550
 * using the same media queries here as in layout/_responsive.scss
2608 2551
 *****************************************************************************************/
2609
/* line 436, ../sass/cdm.scss */
2552
/* line 481, ../sass/cdm.scss */
2610 2553
#classification-breadcrumbs {
2611 2554
  font-size: 1.5em;
2612 2555
  line-height: 1.5em;
2613 2556
}
2614 2557

  
2615 2558
@media all and (min-width: 960px) {
2616
  /* line 447, ../sass/cdm.scss */
2559
  /* line 492, ../sass/cdm.scss */
2617 2560
  #classification-breadcrumbs {
2618 2561
    font-size: 1em;
2619 2562
  }
......
2621 2564
/***************************
2622 2565
 * TESTING ONLY 2020-02-20
2623 2566
 */
2624
/* line 455, ../sass/cdm.scss */
2567
/* line 500, ../sass/cdm.scss */
2625 2568
.font-noto {
2626 2569
  font-family: "Noto Sans", sans-serif !important;
2627 2570
}
......
2629 2572
/* SMACSS theme rules */
2630 2573
/* @import "theme-A"; */
2631 2574
/* @import "theme-B"; */
2575

  
2576
/*# sourceMappingURL=styles.css.map */

Also available in: Unified diff