1/** 2 * webtrees: online genealogy 3 * Copyright (C) 2020 webtrees development team 4 * This program is free software: you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation, either version 3 of the License, or 7 * (at your option) any later version. 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details. 12 * You should have received a copy of the GNU General Public License 13 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 */ 15 16/* The xenea theme */ 17@import "_base.css"; 18 19/* Colors for chart boxes, etc. */ 20:root { 21 --sex-f-fg: #ff2080; 22 --sex-m-fg: #84beff; 23 --sex-u-fg: #008080; 24 --sex-f-bg: #fff0f0; 25 --sex-m-bg: #f0f9ff; 26 --sex-u-bg: #ffffff; 27 --chart-line: solid gray thin; 28 --chart-line-radius: 1rem; 29} 30 31/* Override Bootstrap formatting */ 32.btn-link { 33 padding-left: 0.25rem; 34 padding-right: 0.25rem; 35} 36 37.table-given-name { 38 overflow-x: hidden; 39} 40 41.container-fluid { 42 padding-left: 5px; 43 padding-right: 5px; 44} 45 46table { 47 border-collapse: separate; 48} 49 50/* 51 * Pages have the following high-level structure: 52 * 53 * wt-global wt-theme-<THEME> wt-route-<ROUTE> 54 * +---wt-header-wrapper 55 * | +---wt-header-container 56 * | +---wt-header-content 57 * | +---wt-accessibility-links 58 * | +---wt-site-logo 59 * | +---wt-site-title 60 * | +---wt-header-search 61 * | | +---wt-header-search-form 62 * | | +---wt-header-search-field 63 * | | +---wt-header-search-button 64 * | +---wt-secondary-navigation 65 * | | +---wt-user-menu 66 * | +---wt-primary-navigation 67 * | +---wt-genealogy-menu 68 * +---wt-main-wrapper 69 * | +---wt-main-container 70 * | +---wt-main-content 71 * | +---wt-messages 72 * | +---wt-page-title 73 * | +---wt-page-options wt-page-options-xxxxx 74 * | +---wt-page-content 75 * +---wt-footers 76 * +---wt-footer wt-footer-xxxxx 77 */ 78 79.wt-global { 80 color: #006; 81} 82 83.wt-header-wrapper { 84 background-image: linear-gradient(to right, #06d, #acf); 85 border-bottom: 2px solid #0073cf; 86} 87 88.wt-header-container { 89 color: #fff; 90} 91 92.wt-header-content { 93} 94 95.wt-accessibility-links { 96} 97 98.wt-site-logo { 99 display: none; 100} 101 102.wt-site-title { 103 order: 1; 104 flex: 0 0 calc(100% - 15rem); 105 font-size: 1.5rem; 106 margin: 0.5rem 0; 107} 108 109.wt-header-search { 110 order: 2; 111 flex: 0 0 15rem; 112 margin: 0.25rem 0; 113} 114 115.wt-header-search-form { 116} 117 118.wt-header-search-field { 119} 120 121.wt-header-search-button { 122 color: #000; 123 background: #ddd; 124 border: 0; 125} 126 127.wt-header-search-button .fa-search::before { 128 content: ">"; 129} 130 131.wt-secondary-navigation { 132 order: 3; 133 background-image: linear-gradient(#1548a7, #81bafc, #1548a7); 134 /* Extend to full page width */ 135 flex: 0 1 100vw; 136 max-width: 100vw; 137 /* Recalculate margins for content */ 138 margin: 0 calc(50% - 50vw); 139 padding: 0 calc(50vw - 50%); 140} 141 142.wt-user-menu { 143 flex-wrap: nowrap; 144 padding: 0.25rem 0; 145 justify-content: space-between; 146} 147 148.wt-user-menu a.nav-link { 149 color: #fff; 150 font-weight: bold; 151} 152 153.wt-user-menu .dropdown-toggle::after { 154 display: none; 155} 156 157.wt-primary-navigation { 158 order: 4; 159 background: #fff; 160 /* Extend to full page width */ 161 flex: 0 1 100vw; 162 max-width: 100vw; 163 /* Recalculate margins for content */ 164 margin: 0 calc(50% - 50vw); 165 padding: 0 calc(50vw - 50%); 166} 167 168.wt-genealogy-menu { 169 justify-content: center; 170} 171 172.wt-genealogy-menu .nav-item { 173 text-align: center; 174 min-width: 5rem; 175 padding-top: 0.25rem; 176} 177 178.wt-genealogy-menu .nav-link::before { 179 display: block; 180} 181 182.wt-genealogy-menu .dropdown-toggle::after { 183 display: none; 184} 185 186.wt-genealogy-menu .dropdown-menu { 187 border-radius: 0; 188} 189 190.wt-genealogy-menu .dropdown-item { 191 padding: 0 0.25rem; 192} 193 194.wt-genealogy-menu .dropdown-item::before { 195 vertical-align: top; 196 padding: 0 0.25rem; 197} 198 199.menu-tree .nav-link::before { 200 content: url(xenea/menu/tree.png); 201} 202 203.menu-tree .dropdown-item::before { 204 content: url(xenea/menu/tree-tree.png); 205} 206 207.menu-chart .nav-link::before { 208 content: url(xenea/menu/chart.png); 209} 210 211.menu-chart-ancestry::before { 212 content: url(xenea/menu/chart-ancestors.png); 213} 214 215.menu-chart-compact::before { 216 content: url(xenea/menu/chart-compact.png); 217} 218 219.menu-chart-descendants::before { 220 content: url(xenea/menu/chart-descendants.png); 221} 222 223.menu-chart-familybook::before { 224 content: url(xenea/menu/chart-family-book.png); 225} 226 227.menu-chart-fanchart::before { 228 content: url(xenea/menu/chart-fanchart.png); 229} 230 231.menu-chart-hourglass::before { 232 content: url(xenea/menu/chart-hourglass.png); 233} 234 235.menu-chart-lifespan::before { 236 content: url(xenea/menu/chart-lifespan.png); 237} 238 239.menu-chart-pedigree::before { 240 content: url(xenea/menu/chart-pedigree.png); 241} 242 243.menu-chart-pedigreemap::before { 244 content: url(xenea/menu/chart-pedigree-map.png); 245} 246 247.menu-chart-relationship::before { 248 content: url(xenea/menu/chart-relationship.png); 249} 250 251.menu-chart-statistics::before { 252 content: url(xenea/menu/chart-statistics.png); 253} 254 255.menu-chart-timeline::before { 256 content: url(xenea/menu/chart-timeline.png); 257} 258 259.menu-chart-tree::before { 260 content: url(xenea/menu/chart-tree.png); 261} 262 263.menu-list .nav-link::before { 264 content: url(xenea/menu/list.png); 265} 266 267.menu-branches::before { 268 content: url(xenea/menu/branches.png); 269} 270 271.menu-list-fam::before { 272 content: url(xenea/menu/list-fam.png); 273} 274 275.menu-list-indi::before { 276 content: url(xenea/menu/list-indi.png); 277} 278 279.menu-list-note::before { 280 content: url(xenea/menu/list-note.png); 281} 282 283.menu-list-obje::before { 284 content: url(xenea/menu/list-obje.png); 285} 286 287.menu-list-plac::before { 288 content: url(xenea/menu/list-plac.png); 289} 290 291.menu-list-repo::before { 292 content: url(xenea/menu/list-repo.png); 293} 294 295.menu-list-sour::before { 296 content: url(xenea/menu/list-sour.png); 297} 298 299.menu-list-subm::before { 300 content: url(xenea/menu/list-indi.png); 301} 302 303.menu-calendar .nav-link::before { 304 content: url(xenea/menu/calendar.png); 305} 306 307.menu-calendar-day::before { 308 content: url(xenea/menu/calendar-calendar.png); 309} 310 311.menu-calendar-month::before { 312 content: url(xenea/menu/calendar-calendar.png); 313} 314 315.menu-calendar-year::before { 316 content: url(xenea/menu/calendar-calendar.png); 317} 318 319.menu-report .nav-link::before { 320 content: url(xenea/menu/report.png); 321} 322 323.menu-report .dropdown-item::before { 324 content: url(xenea/menu/report-report.png); 325} 326 327.menu-search .nav-link::before { 328 content: url(xenea/menu/search.png); 329} 330 331.menu-search .dropdown-item::before { 332 content: url(xenea/menu/search-search.png); 333} 334 335.menu-faq .nav-link::before { 336 content: url(xenea/menu/faq.png); 337} 338 339.menu-clippings .nav-link::before { 340 content: url(xenea/menu/clippings.png); 341} 342 343.menu-clippings-add::before { 344 content: url(xenea/menu/clippings-add.png); 345} 346 347.menu-clippings-cart::before { 348 content: url(xenea/menu/clippings-cart.png); 349} 350 351.menu-clippings-download::before { 352 content: url(xenea/menu/edit-preferences.png); 353} 354 355.menu-clippings-empty::before { 356 content: url(xenea/menu/edit-delete.png); 357} 358 359.menu-story .nav-link::before { 360 content: url(xenea/menu/story.png); 361} 362 363.wt-main-container { 364 /* Space between the header/footer and the main content. */ 365 padding-top: 1rem; 366 padding-bottom: 1rem; 367} 368 369.wt-main { 370} 371 372.wt-messages { 373} 374 375.wt-page-title { 376 text-align: center; 377} 378 379.wt-page-options { 380} 381 382.wt-page-content { 383} 384 385.wt-page-options .form-group { 386 margin-bottom: 2px; 387} 388 389.wt-page-options-label { 390 color: #006; 391 background-color: #95b8e0; 392 border-left: 2px solid transparent; 393 border-right: 2px solid transparent; 394} 395 396.wt-page-options-value { 397 background-color: #ecf5ff; 398 border: thin solid #c3dfff; 399 padding: 0.25rem 0.75rem; 400} 401 402.wt-page-content { 403 margin-top: 1rem; 404} 405 406.wt-footers { 407} 408 409.wt-footer { 410} 411 412.wt-footer-contact { 413} 414 415.wt-footer-cookies { 416 background: #aaa; 417 color: #fff; 418 transition: height 0.5s; 419} 420 421.wt-footer-page-views { 422} 423 424.wt-footer-powered-by { 425} 426 427.wt-footer-powered-by-webtrees { 428 width: 100px; 429 height: 21px; 430 content: url(images/powered-by-webtrees.png); 431} 432 433/* 434 * The tree/user home pages 435 * 436 * wt-home-page / wt-user-page 437 * +---wt-main-blocks 438 * | +---wt-block, wt-block-AAA 439 * | +---wt-block, wt-block-BBB 440 * | +---wt-block, wt-block-CCC 441 * +---wt-side-blocks 442 * +---wt-block, wt-block-XXX 443 * +---wt-block, wt-block-YYY 444 * +---wt-block, wt-block-ZZZ 445 * 446 * Each block as the structure 447 * wt-block, wt-block-XXX 448 * +---wt-block-header, wt-block-header-XXX 449 * +---wt-block-content, wt-block-content-XXX 450 */ 451 452.wt-block { 453 background-color: #edf7fd; 454 border: thin solid #81a9cb; 455} 456 457.wt-block-header { 458 background-color: #edf7fd; 459 border-bottom: none; 460 font-weight: bold; 461} 462 463.wt-block-content { 464} 465 466.wt-block-content .list_table { 467 border-spacing: 1px; 468 border: solid #81a9cb 1px; 469 border-right: 0; 470} 471 472.wt-block-content .list_value, 473.wt-block-content .list_value_wrap { 474 border: 0; 475 border-top: solid #81a9cb 1px; 476 border-right: solid #81a9cb 1px; 477} 478 479/* 480 * The individual page. 481 * 482 * wt-route-individual 483 * +---wt-header-wrapper 484 */ 485 486.wt-individual-silhouette { 487 content: url(images/individual-silhouette-unknown.png); 488} 489 490.wt-individual-silhouette-f { 491 content: url(images/individual-silhouette-female.png); 492} 493 494.wt-individual-silhouette-m { 495 content: url(images/individual-silhouette-male.png); 496} 497 498/* 499 * Chart-boxes are used to build the various charts. 500 * Each type of chart will set its own size and hide/show content. 501 * 502 * wt-chart-box 503 * +--- wt-chart-box-thumbnail 504 * +--- wt-chart-box-extra 505 * +--- wt-chart-box-zoom 506 * +--- wt-chart-box-icon 507 * +--- wt-chart-box-dropdown wt-chart-box-zoom-dropdown 508 * +--- wt-chart-box-links 509 * +--- wt-chart-box-icon 510 * +--- wt-chart-box-dropdown wt-chart-box-links-dropdown 511 * +--- wt-chart-box-name 512 * +--- wt-chart-box-lifespan 513 * +--- wt-chart-box-facts 514 * +--- wt-chart-box-fact 515 */ 516.wt-chart-box, 517.wt-chart-box-menu { 518 background: var(--sex-u-bg); 519 border: dashed var(--sex-u-fg) thin; 520} 521 522.wt-chart-box { 523 height: 5rem; 524 padding: 2px; 525 line-height: 1.1; 526} 527 528.wt-chart-box-f, 529.wt-chart-box-f .wt-chart-box-dropdown { 530 background: var(--sex-f-bg); 531 border: solid var(--sex-f-fg) thin; 532} 533 534.wt-chart-box-m, 535.wt-chart-box-m .wt-chart-box-dropdown { 536 background: var(--sex-m-bg); 537 border: solid var(--sex-m-fg) thin; 538} 539 540#content #home-page { 541 margin-left: 5px; 542} 543 544/* ====== Round Corners ======== */ 545 546a { 547 color: #00f; 548 text-decoration: none; 549} 550 551a:hover { 552 color: #f00; 553 text-decoration: none; 554} 555 556:focus { 557 outline-style: none; 558} 559 560.flash-messages { 561 clear: both; 562 text-align: center; 563} 564 565img.block { 566 border: 0; 567 height: 25px; 568 vertical-align: middle; 569} 570 571.topbottombar { 572 background-color: #c3dfff; 573 color: #fff; 574 font-size: 12px; 575 font-weight: bold; 576 padding: 4px; 577 text-align: center; 578} 579 580.button { 581 width: 60px; 582} 583 584.alpha_index { 585 color: #999; 586} 587 588.news_box:target, 589#gedcom_stats:target { 590 background-color: #ffc; 591} 592 593/* families tab person box */ 594table.center { 595 margin-left: auto; 596 margin-right: auto; 597} 598 599.list_table { 600 margin: 0 auto; 601} 602 603.list_label, 604.list_label_wrap { 605 color: #006; 606 font-size: 12px; 607 background-color: #c3dfff; 608 border: solid #81a9cb 1px; 609 font-weight: bold; 610 text-align: center; 611} 612 613.list_value, 614.list_value_wrap { 615 background-color: #edf7fd; 616 font-size: 12px; 617 border: solid #81a9cb 1px; 618 vertical-align: top; 619 padding: 4px; 620} 621 622.list_label, 623.list_value { 624 white-space: nowrap; 625} 626 627.list_label_wrap, 628.list_value_wrap { 629 white-space: normal; 630} 631 632div.fact_SHARED_NOTE { 633 clear: both; 634} 635 636/* Table of genealogical facts */ 637.wt-facts-table caption { 638 caption-side: top; 639} 640 641.wt-facts-table th { 642 background-color: #c3dfff; 643 color: #006; 644 text-align: center; 645 font-weight: normal; 646 min-width: 20%; 647} 648 649.wt-facts-table td { 650 background-color: #ecf5ff; 651 border: solid #c3dfff 1px; 652} 653 654.wt-facts-table .wt-gender-M td { 655 background-color: #f0f9ff; 656 border-color: #84beff; 657} 658 659.wt-facts-table .wt-gender-F td { 660 background-color: #fff0f0; 661 border-color: #ff2080; 662} 663 664.name1 { 665 font-weight: bold; 666 font-size: 12px; 667} 668 669.name2 { 670 font-size: 16px; 671 } 672 673a:hover .name1, a:hover .name2 { 674 color: #f00; 675 font-weight: bold; 676 font-size: 12px; 677} 678 679.details_label { 680 font-weight: bold; 681} 682 683.date { 684 color: #337; 685} 686 687.label { 688 font-weight: bold; 689} 690 691.error { 692 color: #d00; 693 font-weight: bold; 694} 695 696.largeError { 697 color: #d00; 698 font-size: large; 699 font-weight: bold; 700} 701 702.warning { 703 color: #f00; 704 font-weight: bold; 705} 706 707.indent { 708 padding-left: 20px; 709} 710 711.thumbnail { 712 height: auto; 713 padding: 3px; 714} 715 716.icon { 717 border: 0; 718 padding: 0 5px; 719} 720 721.subheaders { 722 font-weight: bold; 723 font-size: 15px; 724 margin-top: 15px; 725 vertical-align: bottom; 726} 727 728.parentdeath { 729 border: thin solid #888; 730 padding: 1px; 731} 732 733.selected-option { 734 background-color: #edf7fd; 735} 736 737.border1 { 738 border: solid #000 1px; 739} 740 741.journal_box { 742 padding: 3pt; 743 border: thin solid #aaa; 744 overflow: visible; 745} 746 747.news_box { 748 background-color: #edf7fd; 749 border-top: solid #81a9cb 1px; 750} 751 752.news_title { 753 font-weight: bold; 754 font-size: 14px; 755} 756 757.news_date { 758 margin-bottom: 12px; 759} 760 761.current_day { 762 font-weight: bold; 763 font-size: 16px; 764} 765 766.cal_day { 767 font-weight: bold; 768} 769 770.rtl_cal_day { 771 color: #00f; 772 font-weight: bold; 773} 774 775#user-page h1 { 776 margin: 0.25em auto 0.6em; 777} 778 779.tvertline { 780 vertical-align: bottom; 781} 782 783#childbox { 784 padding: 5px; 785 position: absolute; 786 display: none; 787 text-align: start; 788 white-space: nowrap; 789 top: 20px; 790 left: 0; 791} 792 793.layout3 #childbox { 794 top: auto; 795 bottom: 20px; 796} 797 798#childbox a.name1 { 799 display: block; 800 margin-left: 5px; 801} 802 803.person0 { 804 background-color: #aaf; 805 border: outset #aaf 1px; 806 vertical-align: top; 807} 808 809.person1 { 810 background-color: #afa; 811 border: outset #afa 1px; 812 vertical-align: top; 813} 814 815.person2 { 816 background-color: #faa; 817 border: outset #faa 1px; 818 vertical-align: top; 819} 820 821.person3 { 822 background-color: #55f; 823 border: outset #55f 1px; 824 vertical-align: top; 825} 826 827.person4 { 828 background-color: #f55; 829 border: outset #f55 1px; 830 vertical-align: top; 831} 832 833.person5 { 834 background-color: #5f5; 835 border: outset #5f5 1px; 836 vertical-align: top; 837} 838 839.starredname { 840 text-decoration: underline; 841} 842 843.search_hit { 844 background-color: #ff0; 845} 846 847.descriptionbox { 848 color: #006; 849 font-size: 12px; 850 background-color: #c3dfff; 851 vertical-align: top; 852 padding: 3px; 853} 854 855.optionbox { 856 background-color: #ecf5ff; 857 font-size: 1rem; 858 border: solid #c3dfff 1px; 859 vertical-align: top; 860 white-space: nowrap; 861 padding: 3px; 862} 863 864.red { 865 color: #f00; 866} 867 868.wt-relation-fact, 869.wt-historic-fact { 870 opacity: 0.8; 871} 872 873.messagebox { 874 background-color: #c2ceef; 875 border: solid #81a9cb 1px; 876} 877 878/* ---Pending edits--- */ 879.wt-new { 880 outline: solid blue 1px; 881} 882 883.wt-old { 884 outline: solid red 1px; 885} 886 887.tag_cloud { 888 text-align: center; 889} 890 891.tag_cloud a { 892 white-space: nowrap; 893} 894 895.nowrap { 896 white-space: nowrap; 897} 898 899.wrap { 900 white-space: normal; 901} 902 903.statistics-page { 904 text-align: center; 905} 906 907.gchart { 908 border: solid #81a9cb 1px; 909} 910 911#facts_content dd { 912 float: left; 913 width: 70%; 914} 915 916/* this keeps the tag color the same when it is a link as when not */ 917 918.place { 919 padding-top: 5px; 920} 921 922.filtersH, 923.filtersF { 924 margin: 4px; 925} 926 927.filtersH img { 928 margin-bottom: 2px; 929} 930 931.list-charts { 932 text-align: center; 933} 934 935#place-hierarchy h2, 936#place-hierarchy h4 { 937 text-align: center; 938} 939 940/* ==== FAQ table styles ===== */ 941table.faq { 942 background-color: #e0e0e0; 943 margin: 5px 0 50px 5px; 944 width: 98%; 945} 946 947table.faq tr:nth-child(odd) td { 948 background-color: #e7eef3; 949} 950 951div.faq_title { 952 background-color: #e0e0e0; 953 margin: 1em 0; 954 padding: .25em; 955 font-weight: bold; 956 width: 98%; 957} 958 959div.faq_body { 960 clear: both; 961 padding: 0 1em; 962} 963 964.faq_top { 965 float: right; 966} 967 968/* === Positioning edit, copy, delete links === */ 969/* General use */ 970.editfacts { 971 clear: left; 972 padding-top: 15px; 973} 974 975#indi_note { 976 margin: 0 0 5px; 977} 978 979.indi_table { 980 clear: left; 981} 982 983#indi_note .fact_NOTE { 984 float: left; 985 margin: 0 5px 0 0; 986} 987 988#indi_note .fact_SOUR { 989 margin: 3px 0; 990} 991 992#indi_note .fact_SOUR a { 993 font-size: 100%; 994} 995 996#indi_note .fact_NOTE, 997#indi_note .fact_SOUR { 998 clear: both; 999} 1000 1001.odometer { 1002 font-family: courier, monospace; 1003 font-weight: bold; 1004 background: #000; 1005 color: #fff; 1006} 1007 1008/* Sidebar - Family navigator */ 1009.wt-family-navigator-dropdown { 1010 background: #edf7fd; 1011} 1012 1013.wt-family-navigator-dropdown-heading { 1014 font-weight: bold; 1015 font-size: inherit; 1016 color: inherit; 1017} 1018 1019/* Sidebar - Descendants */ 1020#sb_content_descendancy { 1021 margin-top: 5px; 1022} 1023 1024#sb_desc_content { 1025 margin-left: 3px; 1026 font-size: 0.8em; 1027} 1028 1029#sb_desc_content ul { 1030 padding: 0; 1031 margin: 0; 1032} 1033 1034.sb_desc_indi_li { 1035 list-style-type: none; 1036} 1037 1038/* Individuals and Families */ 1039#sidebar-content-individuals, 1040#sidebar-content-families { 1041 margin-top: 5px; 1042} 1043 1044.sb_indi_surname_li, 1045.sb_fam_surname_li { 1046 list-style-image: url(icons/plus.png); 1047} 1048 1049.name_tree_div ul { 1050 padding: 0; 1051 margin: 0; 1052} 1053 1054.name_tree_div li { 1055 list-style: none; 1056 margin: 0; 1057 padding: 0; 1058} 1059 1060/* Clippings */ 1061#sb_clippings_content ul { 1062 padding: 0; 1063 margin: 0; 1064} 1065 1066#sb_clippings_content li { 1067 list-style: none; 1068 margin: 0; 1069 padding: 0; 1070 white-space: nowrap; 1071} 1072 1073/* Stories module */ 1074.story_title { 1075 padding-top: 12px; 1076 font-size: 13px; 1077 height: 32px; 1078 font-weight: bold; 1079} 1080 1081.story_body { 1082 padding: 20px; 1083 white-space: normal; 1084} 1085 1086.story_edit { 1087 padding: 12px; 1088} 1089 1090/* Stories module */ 1091.story_title { 1092 padding-top: 12px; 1093 font-size: 13px; 1094 height: 32px; 1095 font-weight: bold; 1096} 1097 1098.story_body { 1099 padding: 20px; 1100 white-space: normal; 1101} 1102 1103.story_edit { 1104 padding: 12px; 1105} 1106 1107/*-- Fan chart ---- */ 1108.fan_chart_menu { 1109 background: #fff; 1110 position: absolute; 1111 display: none; 1112 z-index: 100; 1113} 1114 1115#fan_chart ul { 1116 list-style-type: none; 1117 margin: 0; 1118} 1119 1120/* Lifespans chart */ 1121.wt-lifespans-subtitle { 1122 text-align: center; 1123} 1124 1125.wt-lifespans-scale { 1126 white-space: nowrap; 1127} 1128 1129.wt-lifespans-decade { 1130 width: 70px; 1131 height: 60px; 1132 display: inline-block; 1133 background-image: url(images/lifespan-decade.png); 1134 background-position-y: bottom; 1135 background-repeat: no-repeat; 1136 background-size: 70px 37px; 1137} 1138 1139.wt-lifespans-individuals { 1140 background: #fafafa; 1141} 1142 1143.wt-lifespans-individual { 1144 1145} 1146 1147.wt-lifespans-summary { 1148 background: #ffffff; 1149 border: thin solid #000; 1150 z-index: 1; 1151} 1152 1153.wt-lifespans-summary-link { 1154 font-weight: bold; 1155} 1156 1157/*-- timeline --*/ 1158#timeline_chart { 1159 position: relative; 1160 top: 0; 1161 left: 0; 1162} 1163 1164/* 1165 * Any element that is loaded dynamically has the class wt-ajax-load. 1166 * We can provide a "loading" placeholder for empty elements with this class. 1167 */ 1168.wt-ajax-load:empty { 1169 height: 32px; 1170 background: url(images/loading-32x32.gif) no-repeat 50% 50%; 1171} 1172 1173/* 1174 * Default icons are provided by FontAwesome. 1175 */ 1176.wt-icon-anniversary { 1177 content: url(icons/anniversary.png); 1178} 1179 1180.wt-icon-arrow-down { 1181 content: url(xenea/icons/arrow-down.png); 1182} 1183 1184a > .wt-icon-arrow-down:hover { 1185 content: url(xenea/icons/arrow-down-hover.png); 1186} 1187 1188.wt-icon-arrow-left { 1189 content: url(xenea/icons/arrow-left.png); 1190} 1191 1192a > .wt-icon-arrow-left:hover { 1193 content: url(xenea/icons/arrow-left-hover.png); 1194} 1195 1196.wt-icon-arrow-right { 1197 content: url(xenea/icons/arrow-right.png); 1198} 1199 1200a > .wt-icon-arrow-right:hover { 1201 content: url(xenea/icons/arrow-right-hover.png); 1202} 1203 1204.wt-icon-arrow-up { 1205 content: url(xenea/icons/arrow-up.png); 1206} 1207 1208a > .wt-icon-arrow-up:hover { 1209 content: url(xenea/icons/arrow-up-hover.png); 1210} 1211 1212.wt-icon-bing-maps { 1213 content: url(icons/bing-maps.png); 1214} 1215 1216.wt-icon-calendar { 1217 content: url(icons/calendar.png) 1218} 1219 1220.wt-icon-collapse { 1221} 1222 1223.wt-icon-coordinates { 1224 content: url(icons/coordinates.png) 1225} 1226 1227.wt-icon-copy { 1228 content: url(icons/copy.png) 1229} 1230 1231.wt-icon-delete { 1232 content: url(icons/delete.png); 1233} 1234 1235.wt-icon-edit { 1236 content: url(icons/edit.png); 1237} 1238 1239.wt-icon-expand { 1240} 1241 1242.wt-icon-family { 1243 content: url(icons/family.png); 1244} 1245 1246.wt-icon-google-maps { 1247 content: url(icons/google-maps.png); 1248} 1249 1250.wt-icon-help { 1251 content: url(xenea/icons/help.png); 1252} 1253 1254.wt-icon-individual { 1255 content: url(icons/individual.png); 1256} 1257 1258.wt-icon-keyboard { 1259 content: url(icons/keyboard.png); 1260} 1261 1262.wt-icon-media { 1263 content: url(icons/media.png); 1264} 1265 1266.wt-icon-note { 1267 content: url(icons/note.png); 1268} 1269 1270.wt-icon-openstreetmap { 1271 content: url(icons/openstreetmap.png); 1272} 1273 1274.wt-icon-preferences { 1275 content: url(xenea/icons/preferences.png); 1276} 1277 1278.wt-icon-reorder { 1279 content: url(icons/reorder.png); 1280} 1281 1282.wt-icon-repository { 1283 content: url(icons/repository.png); 1284} 1285 1286.wt-icon-sex { 1287 height: 1em; 1288} 1289 1290.wt-icon-sex-f { 1291 content: url(icons/sex-female.png); 1292} 1293 1294.wt-icon-sex-m { 1295 content: url(icons/sex-male.png); 1296} 1297 1298.wt-icon-sex-u { 1299 content: url(icons/sex-unknown.png); 1300} 1301 1302.wt-icon-sex-x { 1303 content: url(icons/sex-unknown.png); 1304} 1305 1306.wt-icon-source { 1307 content: url(icons/source.png); 1308} 1309 1310.wt-icon-submitter { 1311 content: url(icons/individual.png); 1312} 1313 1314.wt-icon-warning { 1315 content: url(icons/warning.png); 1316} 1317 1318.wt-icon-zoom-in { 1319 content: url(xenea/icons/zoom-in.png); 1320} 1321 1322.wt-icon-zoom-out { 1323 content: url(xenea/icons/zoom-out.png); 1324} 1325 1326/* Fact icons */ 1327.wt-fact-icon { 1328 display: block; 1329 margin: 1rem auto; 1330 content: url(facts/NULL.png); 1331} 1332 1333.wt-fact-icon-ADDR { 1334 content: url(facts/ADDR.png); 1335} 1336 1337.wt-fact-icon-ADOP { 1338 content: url(facts/ADOP.png); 1339} 1340 1341.wt-fact-icon-AFN, 1342.wt-fact-icon-REFN, 1343.wt-fact-icon-RFN, 1344.wt-fact-icon-RIN, 1345.wt-fact-icon-_UID { 1346 content: url(facts/REFN.png); 1347} 1348 1349.wt-fact-icon-ASSO { 1350 content: url(facts/ADOP.png); 1351} 1352 1353.wt-fact-icon-BIRT { 1354 content: url(facts/BIRT.png); 1355} 1356 1357.wt-fact-icon-BURI { 1358 content: url(facts/BURI.png); 1359} 1360 1361.wt-fact-icon-CEME { 1362 content: url(facts/CEME.png); 1363} 1364 1365.wt-fact-icon-CENS { 1366 content: url(facts/CENS.png); 1367} 1368 1369.wt-fact-icon-CHAN { 1370 content: url(facts/CHAN.png); 1371} 1372 1373.wt-fact-icon-CHR, 1374.wt-fact-icon-BAPL, 1375.wt-fact-icon-BAPM { 1376 content: url(facts/CHR.png); 1377} 1378 1379.wt-fact-icon-CONF, 1380.wt-fact-icon-CONL { 1381 content: url(facts/CONF.png); 1382} 1383 1384.wt-fact-icon-DEAT { 1385 content: url(facts/DEAT.png); 1386} 1387 1388.wt-fact-icon-ANUL, 1389.wt-fact-icon-DIV { 1390 content: url(facts/DIV.png); 1391} 1392 1393.wt-fact-icon-DIVF { 1394 content: url(facts/DIVF.png); 1395} 1396 1397.wt-fact-icon-EMAIL { 1398 content: url(facts/EMAIL.png); 1399} 1400 1401.wt-fact-icon-EMIG { 1402 content: url(facts/EMIG.png); 1403} 1404 1405.wt-fact-icon-ENGA, 1406.wt-fact-icon-MARB { 1407 content: url(facts/ENGA.png); 1408} 1409 1410.wt-fact-icon-EVEN { 1411 content: url(facts/EVEN.png); 1412} 1413 1414.wt-fact-icon-FACT { 1415 content: url(facts/FACT.png); 1416} 1417 1418.wt-fact-icon-IMMI { 1419 content: url(facts/IMMI.png); 1420} 1421 1422.wt-fact-icon-MARR, 1423.wt-fact-icon-SLGS { 1424 content: url(facts/MARR.png); 1425} 1426 1427.wt-fact-icon-OCCU { 1428 content: url(facts/OCCU.png); 1429} 1430 1431.wt-fact-icon-ORDN { 1432 content: url(facts/ORDN.png); 1433} 1434 1435.wt-fact-icon-PHON { 1436 content: url(facts/PHON.png); 1437} 1438 1439.wt-fact-icon-PROP, 1440.wt-fact-icon-RESI { 1441 content: url(facts/RESI.png); 1442} 1443 1444.wt-fact-icon-WWW { 1445 content: url(facts/WWW.png); 1446} 1447 1448.wt-fact-icon-_MDCL { 1449 content: url(facts/_MDCL.png); 1450} 1451 1452.wt-fact-icon-_MILI { 1453 content: url(facts/_MILI.png); 1454} 1455 1456.wt-fact-icon-_NMAR { 1457 content: url(facts/_NMAR.png); 1458} 1459 1460.wt-fact-icon-_NMR { 1461 content: url(facts/MARR.png); 1462} 1463 1464.wt-fact-icon-_SEPR { 1465 content: url(facts/_SEPR.png); 1466} 1467 1468.wt-fact-icon-_TODO { 1469 content: url(facts/_TODO.png); 1470} 1471 1472/* Miscellaneous images */ 1473.icon-cfamily { 1474 content: url(xenea/images/cfamily.png); 1475} 1476 1477.icon-childless { 1478 content: url(images/childless.png); 1479} 1480 1481.icon-children { 1482 content: url(images/children.png); 1483} 1484 1485.icon-edit_indi { 1486 content: url(xenea/images/edit_indi.png); 1487} 1488 1489.icon-fam-list { 1490 content: url(xenea/images/cfamily.png); 1491} 1492 1493.icon-indi-list { 1494 content: url(xenea/images/indis.png); 1495} 1496 1497.icon-loading-small { 1498 content: url(images/indicator.gif); 1499} 1500 1501.icon-minus { 1502 content: url(icons/minus.png); 1503} 1504 1505.icon-mypage { 1506 content: url(xenea/images/mypage.png); 1507} 1508 1509.icon-plus { 1510 content: url(icons/plus.png); 1511} 1512 1513.icon-resn-confidential { 1514 content: url(images/resn_confidential.png); 1515} 1516 1517.icon-resn-locked { 1518 content: url(images/resn_locked.png); 1519} 1520 1521.icon-resn-none { 1522 content: url(images/resn_none.png); 1523} 1524 1525.icon-resn-privacy { 1526 content: url(images/resn_privacy.png); 1527} 1528 1529.icon-rings { 1530 content: url(images/rings.png); 1531} 1532 1533.icon-selected { 1534 content: url(xenea/images/selected.png); 1535} 1536 1537/* Silhouettes on charts */ 1538.icon-silhouette-F { 1539 content: url(xenea/images/silhouette_female_small.png); 1540} 1541 1542.icon-silhouette-M { 1543 content: url(xenea/images/silhouette_male_small.png); 1544} 1545 1546.icon-silhouette-U { 1547 content: url(xenea/images/silhouette_unknown_small.png); 1548} 1549 1550.icon-indis { 1551 content: url(xenea/images/indis.png); 1552} 1553 1554.icon-patriarch { 1555 content: url(xenea/images/patriarch.png); 1556} 1557 1558.icon-pedigree { 1559 content: url(xenea/images/pedigree.png); 1560} 1561 1562.icon-sfamily { 1563 content: url(xenea/images/sfamily.png); 1564} 1565 1566.icon-user_add { 1567 content: url(xenea/images/user_add.png); 1568} 1569 1570/* Census assistant */ 1571.wt-census-assistant-form-control:focus { 1572 min-width: 12rem; 1573} 1574 1575/* Some blocks show a reduced version on the right-hand side. */ 1576.wt-side-blocks .wt-side-block-optional { 1577 display: none !important; 1578} 1579 1580/* my page chart enhancements */ 1581.wt-block-content-charts { 1582 overflow: auto; 1583} 1584 1585/* Some charts are wider than the page. */ 1586.wt-chart { 1587 overflow-x: auto; 1588 overflow-y: hidden; 1589} 1590 1591/* Fit thumbnail into parent on charts */ 1592.select2-selection.select2-selection--single { 1593 min-height: 36px; 1594 height: auto; 1595 padding: 2px 0; 1596} 1597 1598.select2-container .select2-selection--single .select2-selection__rendered { 1599 padding-left: 2px; 1600} 1601 1602.select2-selection--single .NAME { 1603 padding-left: 4px; 1604} 1605 1606/* Some menus (e.g. languages) can be longer than a page */ 1607.dropdown-menu { 1608 max-height: 30rem; 1609 overflow-x: hidden; 1610} 1611 1612/* Forms */ 1613.col-form-label { 1614 font-weight: bold; 1615} 1616