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