/**
* webtrees: online genealogy
* Copyright (C) 2019 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
/* The minimal theme */
@import "_base.css";
@import "_block-charts.css";
@import "_chart-ancestors.css";
@import "_chart-compact.css";
@import "_chart-descendants.css";
@import "_chart-family-book.css";
@import "_chart-fan.css";
@import "_chart-hourglass.css";
@import "_chart-interactive.css";
@import "_chart-lifespans.css";
@import "_chart-pedigree.css";
@import "_chart-pedigree-map.css";
@import "_chart-relationships.css";
@import "_chart-statistics.css";
@import "_chart-timeline.css";
@import "_list-branches.css";
@import "_list-individuals.css";
@import "_list-media.css";
@import "_list-notes.css";
@import "_list-places.css";
@import "_list-repositories.css";
@import "_list-sources.css";
@import "_mime-type-icons.css";
@import "_on-screen-keyboard.css";
@import "_tab-relatives.css";
/* Colors for chart boxes, etc. */
:root {
--sex-f-fg: #888888;
--sex-m-fg: #888888;
--sex-u-fg: #888888;
--sex-f-bg: #ffffff;
--sex-m-bg: #ffffff;
--sex-u-bg: #ffffff;
--chart-line: solid gray thin;
}
/* Override Bootstrap formatting */
.btn-link {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.table-given-name {
overflow-x: hidden;
}
.container-fluid {
padding-left: 5px;
padding-right: 5px;
}
table {
border-collapse: separate;
}
/*
* Pages have the following high-level structure:
*
* wt-global wt-theme- wt-route-
* +---wt-header-wrapper
* | +---wt-header-container
* | +---wt-header-content
* | +---wt-accessibility-links
* | +---wt-site-logo
* | +---wt-site-title
* | +---wt-header-search
* | | +---wt-header-search-form
* | | +---wt-header-search-field
* | | +---wt-header-search-button
* | +---wt-secondary-navigation
* | | +---wt-user-menu
* | +---wt-primary-navigation
* | +---wt-genealogy-menu
* +---wt-main-wrapper
* | +---wt-main-container
* | +---wt-main-content
* | +---wt-messages
* | +---wt-page-title
* | +---wt-page-options wt-page-options-xxxxx
* | +---wt-page-content
* +---wt-footers
* +---wt-footer wt-footer-contact
* +---wt-footer wt-footer-cookies
* +---wt-footer wt-footer-page-views
* +---wt-footer wt-footer-powered-by
*/
.wt-global {
/* Avoid extremes of black and white. It is better for users with dyslexia. */
color: #0a0a0a;
background-color: #f9f9f9;
}
.wt-header-wrapper {
}
.wt-header-container {
margin-top: 1rem;
}
.wt-header-content {
}
.wt-accessibility-links {
}
.wt-site-logo {
display: none;
}
.wt-site-title {
order: 1;
flex: 1 1 0;
font-size: 1.75rem;
}
.wt-header-search {
order: 3;
flex: 0 0 15rem;
}
.wt-header-search-form {
}
.wt-header-search-field {
}
.wt-header-search-button {
}
.wt-secondary-navigation {
order: 2;
flex: 0 0 0;
white-space: nowrap;
}
.wt-user-menu {
flex-wrap: nowrap;
}
.wt-user-menu .nav-link {
padding: 0.5rem;
}
.wt-primary-navigation {
order: 4;
/* Extend to full page width */
flex: 0 1 100vw;
max-width: 100vw;
/* Recalculate margins for content */
margin: 0 calc(50% - 50vw);
padding: 0 calc(50vw - 50%);
border-bottom: 2px solid #aaa;
}
.wt-genealogy-menu {
justify-content: center;
}
.wt-genealogy-menu .nav-link {
padding: 0.5rem;
}
.wt-main-container {
/* Space between the header/footer and the main content. */
padding-top: 1rem;
padding-bottom: 1rem;
}
.wt-main {
}
.wt-messages {
}
.wt-page-title {
text-align: center;
}
.wt-page-content {
margin-top: 1rem;
}
.wt-footers {
}
.wt-footer {
}
.wt-footer-contact {
}
.wt-footer-cookies {
background: #aaa;
color: #fff;
transition: height 0.5s;
}
.wt-footer-page-views {
}
.wt-footer-powered-by {
}
.wt-footer-powered-by-webtrees {
}
/*
* The tree/user home pages
*
* wt-home-page / wt-user-page
* +---wt-main-blocks
* | +---wt-block, wt-block-AAA
* | +---wt-block, wt-block-BBB
* | +---wt-block, wt-block-CCC
* +---wt-side-blocks
* +---wt-block, wt-block-XXX
* +---wt-block, wt-block-YYY
* +---wt-block, wt-block-ZZZ
*
* Each block as the structure
* wt-block, wt-block-XXX
* +---wt-block-header, wt-block-header-XXX
* +---wt-block-content, wt-block-content-XXX
*/
.wt-block {
border: solid #000 1px;
}
.wt-block-header {
background-color: #fff;
}
.wt-block-content {
}
.wt-block-content .list_table {
border-spacing: 1px;
border: solid #000 1px;
border-right: 0;
}
.wt-block-content .list_value,
.wt-block-content .list_value_wrap {
border: 0;
border-top: solid #000 1px;
border-right: solid #000 1px;
}
/*
* The individual page.
*
* wt-route-individual
* +---wt-header-wrapper
*/
.wt-individual-silhouette {
content: url(images/individual-silhouette-unknown.png);
}
.wt-individual-silhouette-f {
content: url(images/individual-silhouette-female.png);
}
.wt-individual-silhouette-m {
content: url(images/individual-silhouette-male.png);
}
/*
* Chart-boxes are used to build the various charts.
* Each type of chart will set its own size and hide/show content.
*
* wt-chart-box
* +--- wt-chart-box-thumbnail
* +--- wt-chart-box-extra
* +--- wt-chart-box-zoom
* +--- wt-chart-box-icon
* +--- wt-chart-box-dropdown wt-chart-box-zoom-dropdown
* +--- wt-chart-box-links
* +--- wt-chart-box-icon
* +--- wt-chart-box-dropdown wt-chart-box-links-dropdown
* +--- wt-chart-box-name
* +--- wt-chart-box-lifespan
* +--- wt-chart-box-facts
* +--- wt-chart-box-fact
*/
.wt-chart-box,
.wt-chart-box-menu {
background: var(--sex-u-bg);
border: dashed var(--sex-u-fg) thin;
}
.wt-chart-box {
height: 5rem;
padding: 2px;
line-height: 1.1;
}
.wt-chart-box-f,
.wt-chart-box-f .wt-chart-box-dropdown {
background: var(--sex-f-bg);
border: solid var(--sex-f-fg) thin;
}
.wt-chart-box-m,
.wt-chart-box-m .wt-chart-box-dropdown {
background: var(--sex-m-bg);
border: solid var(--sex-m-fg) thin;
}
/*
* Calendar
*
* wt-calendar-page
*/
/*
* Reports
*
* wt-reports-page
*/
/*
* Search
*
* wt-search-page, wt-general-serach-page/wt-phonetic-search-page/wt-advanced-search-page/wt-search-replace-page
*/
/* ios on click workaround */
/* ---Pending edits--- */
.new {
outline: solid thin blue;
}
.old {
outline: solid thin red;
}
.list_value,
.list_value_wrap {
border: solid #000 1px;
vertical-align: top;
padding: 4px;
}
/* ---Find special characters--- */
.gedcom_favorites_block,
.user_favorites_block {
overflow: visible !important;
}
.list_table {
margin: 0 auto;
}
#reportengine-page .report-type {
overflow: hidden;
margin: auto;
width: 180px;
}
#reportengine-page .report-type div {
float: left;
margin: 0 20px;
}
#reportengine-page .report-type p {
margin: 0;
text-align: center;
}
/* styles for popup menus */
.itr {
position: absolute;
line-height: 1.5;
}
.popup {
position: absolute;
top: 20px;
right: 0;
left: auto;
visibility: hidden;
opacity: 0;
transition: visibility 0s ease .25s,opacity .25s ease;
z-index: 9999;
box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
}
.popup ul {
white-space: nowrap;
list-style: none;
margin: 0;
padding: 0 10px;
font-size: smaller;
}
.popup > ul {
padding: 2px 10px;
}
.popup li .NAME {
padding: 0 5px;
}
.itr:hover .popup {
visibility: visible;
opacity: 1;
transition-delay: 0s;
}
/* styles for FindFacts pop-up */
#layDefinedTags,
#tabDefinedTagsShow {
width: 450px;
}
#tabDefinedTags {
width: 430px;
}
#layDefinedTags {
margin-left: auto;
margin-right: auto;
height: 285px;
overflow: auto;
}
#tabDefinedTags {
border-collapse: collapse;
}
#tabDefinedTags th,
#tabDefinedTags td {
border: solid 1px #000;
margin: 0;
padding: 3px;
}
#tabDefinedTags tbody th {
text-align: left;
font-weight: bold;
}
#tabDefinedTags tr.sel {
background-color: #cde;
color: #888;
}
#tabDefinedTags tr.unsel {
background-color: #fff;
color: #888;
}
#tabDefinedTagsShow {
margin-left: auto;
margin-right: auto;
}
#tabDefinedTagsShow td {
width: 50%;
text-align: center;
}
#tabFilterAndCustom {
margin-left: auto;
margin-right: auto;
}
#tabAction {
margin-left: auto;
margin-right: auto;
}
#tabAction td {
width: 50%;
text-align: center;
}
/* ======== List styles ====== */
.source-list,
.note-list,
.repo-list,
.media-list,
.indi-list,
.fam-list {
margin: 5px auto;
width: 98%;
}
.recent_changes_block,
.upcoming_events_block,
.todays_events_block,
.todo_block {
width: 98%;
}
.surname-list,
.givn-list {
margin: 5px auto;
}
.source-list table,
.note-list table,
.repo-list table,
.media-list table,
.indi-list table,
.fam-list table {
width: 100%;
}
.source-list td,
.note-list td,
.repo-list td,
.media-list td,
.indi-list td,
.fam-list td,
.recent_changes_block td,
.upcoming_events_block td,
.surname-list td,
.givn-list td {
padding: 2px 5px;
}
.indi-list td,
.fam-list td {
color: #555;
}
.surname-list td {
vertical-align: top;
}
.indi-list .stats,
.fam-list .stats {
margin: 0 auto;
width: auto;
}
.source-list th,
.note-list th,
.repo-list th,
.media-list th,
.indi-list th,
.fam-list th,
.wt-table-changes th,
.wt-table-events th,
.wt-table-tasks th,
.wt-table-yahrzeits th,
.surname-list th,
.givn-list th {
cursor: pointer;
font-weight: 600;
padding: 2px 4px;
white-space: nowrap;
}
.source-list th:last-child,
.note-list th:last-child,
.repo-list th:last-child {
margin: 0 -2px 1px 1px;
padding: 3px 0 4px;
width: 24px;
}
.givn-list th {
cursor: pointer;
white-space: nowrap;
padding: 2px;
text-align: center;
}
#source-details h2,
#sourcelist-page h2,
#note-details h2,
#notelist-page h2,
#repo-details h2,
#repolist-page h2,
#media-details h2,
#statistics-page h2 {
margin-bottom: 20px;
text-align: center;
}
#source-tabs,
#note-tabs,
#repo-tabs,
#media-tabs {
visibility: hidden;
}
#statistics_chart {
visibility: hidden;
}
#source-edit,
#note-edit,
#repo-edit,
#media-edit {
overflow-x: auto;
}
.media-list td img {
display: block;
height: 40px;
width: auto;
margin: 3px auto;
}
.filtersH,
.filtersF {
margin: 4px;
}
.filtersH img {
margin-bottom: 2px;
}
.list-charts {
text-align: center;
}
#search-result-tabs,
#places-tabs {
margin: auto;
width: 98%;
visibility: hidden;
}
#search-result-tabs h3 {
text-align: center;
}
#searchAccordion-indi,
#searchAccordion-fam,
#searchAccordion-source,
#searchAccordion-note {
margin: auto;
width: 99%;
}
#place-hierarchy h2,
#place-hierarchy h4 {
text-align: center;
}
/* ======== Block styles ===== */
#index_main_blocks {
clear: none;
width: 60%;
float: left;
}
#index_small_blocks {
clear: none;
width: 40%;
float: right;
}
#index_full_blocks {
clear: none;
width: 100%;
}
.block {
background-color: #fff;
color: #555;
border: solid #ccc 1px;
padding: 3px;
vertical-align: top;
}
.blockcontent {
margin: 5px;
overflow: auto;
}
.blockcontent .list_table {
border-spacing: 0;
border: solid #555 1px;
border-right: 0;
}
.blockcontent .list_value,
.blockcontent .list_value_wrap {
border: 0;
border-top: solid #555 1px;
border-right: solid #555 1px;
}
.blockheader {
font-weight: bold;
}
/* end Block styles */
#main_select,
#available_select,
#right_select {
min-width: 150px;
}
.user_welcome_block table,
.gedcom_block_block table {
margin: auto;
}
.user_welcome_block td,
.gedcom_block_block td {
width: 33%;
text-align: center;
vertical-align: top;
}
.user_welcome_block i,
.gedcom_block_block i {
background-image: none;
height: 0;
width: 0;
}
/* === Who is online block === */
.logged_in_list {
margin: 5px 0 0;
padding: 0;
line-height: 20px;
}
/* Table of genealogical facts */
.wt-facts-table caption {
caption-side: top;
}
.wt-facts-table th {
border: 1px solid #000;
font-weight: normal;
min-width: 20%;
}
.wt-facts-table td {
border: solid #000 1px;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}
a:hover {
text-decoration: underline!important;
}
.nameZoom {
font-size: 16px;
font-weight: bold;
}
/* ==== Theme select block === */
.theme_form ul {
margin: -10px auto;
}
.theme_form li {
visibility: hidden;
}
.theme_form li ul li {
display: inline-block;
padding: 10px;
visibility: visible;
}
/* ==== FAQ table styles ===== */
table.faq {
background-color: #ddd;
margin: 5px 0 50px 5px;
width: 98%;
}
table.faq tr:nth-child(odd) td {
background-color: #fff;
}
div.faq_title {
background-color: #ddd;
margin: 1em 0;
padding: .25em;
font-weight: bold;
width: 98%;
}
div.faq_body {
clear: both;
padding: 0 1em;
}
.faq_top {
float: right;
}
/* === Positioning edit, copy, delete links === */
/* General use */
.editfacts {
clear: left;
padding-top: 15px;
}
/* ======== Indi header ====== */
#indi_header {
overflow: hidden;
margin: 0 4px 5px;
width: 98%;
}
#indi_header h3 {
color: #555;
font-size: 90%;
font-weight: bold;
margin: 0;
padding: 0 10px 0 30px;
text-align: left;
overflow: hidden;
position: relative;
}
#indi_header .name_one {
font-size: 1.5em;
}
#indi_header h3 .details1 {
font-size: 1.0em;
border: 1px solid #888;
}
#indi_header h3 .header_age {
padding: 5px 0 5px 5px;
color: #666;
float: right;
font-weight: normal;
font-size: 65%;
}
#indi_header h3 a {
display: inline;
}
#indi_header a {
font-weight: normal;
}
#indi_header a:hover {
color: #333;
}
#indi_mainimage {
float: right;
}
#header_accordion1 {
padding: 0 10px 0 0;
overflow: hidden;
}
#header_accordion1 .indi_name_details {
background: none #fff;
border: 0;
margin: 0;
overflow: hidden;
padding: 5px;
}
.indi_name_details .name1 {
font-weight: normal;
padding-top: 5px;
font-size: inherit;
}
#indi_header a.warning {
color: #f00;
font-size: 1em;
}
#indi_note {
margin: 0 0 5px;
}
.indi_table {
clear: left;
}
#sex {
float: right;
}
#dates {
color: #666;
float: right;
}
.label {
font-weight: bold;
}
#individual-names .wt-icon-edit,
#individual-names .wt-icon-delete {
float: right;
}
#indi_note .fact_NOTE {
float: left;
margin: 0 5px 0 0;
}
#indi_note .fact_SOUR {
margin: 3px 0;
}
#indi_note .fact_SOUR a {
font-size: 100%;
}
#indi_note .fact_NOTE,
#indi_note .fact_SOUR {
clear: both;
}
/* markdown formatting */
.markdown {
/* Tables and pre-formatted text can break the layout. */
overflow-x: auto;
}
.markdown p {
margin: 0 0 0.5em;
white-space: pre-wrap;
}
.markdown table {
border-collapse: collapse;
font-size: 10px;
margin-bottom: 5px;
}
.markdown th {
font-weight: bold;
}
.markdown td,
.markdown th {
border: solid thin #000;
padding: 3px;
}
.odometer {
font-family: courier, monospace;
font-weight: bold;
background: #000;
color: #fff;
}
/* ======== Indi tabs ======== */
/* Facts & Events tab */
#personal_facts_content .fact_NOTE,
#personal_facts_content .fact_SOUR,
#family-table .fact_NOTE,
#family-table .fact_SOUR {
margin: 5px 3px 5px 0;
clear: both;
}
.media-display-image {
float: left;
}
.media-display-title {
float: left;
font-style: italic;
margin: 10px;
}
/* === jQuery.datatable styling general over-rides === */
.odd {
background-color: #dcdcdc;
}
.even {
background-color: #fff;
}
.css_right {
float: left;
}
.fg-button {
padding: 2px 6px;
}
.fg-toolbar {
background-color: #fff;
border-color: #aaa;
}
.upcoming_events_block button,
.todays_events_block button {
margin: 0 20px;
}
/* Sidebar - Family navigator */
/* Sidebar - Descendants */
#sb_content_descendancy {
margin-top: 5px;
}
#sb_desc_content {
margin-left: 3px;
font-size: 0.8em;
}
#sb_desc_content ul {
padding: 0;
margin: 0;
}
.sb_desc_indi_li {
list-style-type: none;
}
.desc_tree_div {
display: none;
}
.desc_tree_div ul {
padding: 0;
margin-left: 10px;
margin-top: 0;
margin-right: 0;
}
/* Individuals and Families */
#sidebar-content-individuals,
#sidebar-content-families {
margin-top: 5px;
}
.sb_indi_surname_li,
.sb_fam_surname_li {
list-style-image: url(minimal/images/plus.png);
}
.name_tree_div ul {
padding: 0;
margin: 0;
}
.name_tree_div li {
list-style: none;
margin: 0;
padding: 0;
}
/* Clippings */
#sb_clippings_content ul {
padding: 0;
margin: 0;
}
#sb_clippings_content li {
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
/* Extra info */
#sb_content_extra_info {
font-size: 80%;
font-weight: bold;
margin-top: 1px;
overflow: hidden;
padding: 5px;
}
#sb_content_extra_info .editfacts {
float: right;
margin-top: -10px;
}
#sb_content_extra_info a {
display: block;
}
#sb_content_extra_info span {
font-weight: normal;
}
#sb_content_extra_info span a {
display: inline;
}
#sb_content_extra_info #hitcounter {
border-top: 1px solid #b2c7d7;
font-weight: bold;
padding-top: 5px;
}
/* ===== Edit interface pop-ups ===== */
#edit_interface-page h4 {
color: #555;
margin: 5px;
}
#edit_interface-page .optionbox span {
margin: 0 5px;
}
#edit_interface-page #LATI,
#edit_interface-page #LONG,
#edit_interface-page #SPFX,
#edit_interface-page #NSFX,
#edit_interface-page #NPFX {
line-height: 18px;
margin: 0 5px;
width: 88px;
}
#edit_interface-page #GIVN,
#edit_interface-page #SURN,
#edit_interface-page #_MARNM {
line-height: 18px;
margin: 0 5px;
width: 180px;
}
#edit_interface-page input[type="text"],
#edit_interface-page #NAME_display {
line-height: 18px;
margin: 0 5px;
vertical-align: top;
width: 240px;
}
#edit_interface-page input[type="text"][id*="PAGE"],
#edit_interface-page input[type="text"][id*="_UID"] {
width: 350px;
}
#edit_interface-page input[type="text"][id*="SOUR"],
#edit_interface-page input[type="text"][id*="REPO"],
#edit_interface-page input[type="text"][id*="OBJE"],
#edit_interface-page input[type="text"][id*="FAMC"],
#edit_interface-page input[type="text"][id*="ASSO"],
#edit_interface-page input[type="text"][id^="AGE"],
#edit_interface-page input[type="text"][id*="SHARED_NOTE"] {
width: 250px;
}
#edit_interface-page input[type="text"][id$="DATE"] {
width: 160px;
}
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
#edit_interface-page input[type="text"][id*="SOUR_TITL"] {
width: 250px;
}
#edit_interface-page input[id*="TEXT"] {
height: 140px;
width: 440px;
}
#edit_interface-page textarea {
margin: 0 5px;
width: 440px;
}
#edit_interface-page textarea[id*="NOTE"] {
height: 240px;
}
#edit_interface-page textarea[id*="TEXT"],
#edit_interface-page textarea[id*="PUBL"] {
height: 140px;
}
#edit_interface-page textarea[id^="newgedrec"] {
line-height: 18px;
width: 605px;
}
#edit_interface-page textarea#gedcom {
height: 364px;
}
#edit_interface-page textarea[id*="ADDR"],
#edit_interface-page input[id*="ADDR"] {
height: 80px;
width: 300px;
}
#edit_interface-page,
#addmedia-page {
margin-bottom: 50px;
}
/* ===== Addmedia pop-ups ===== */
#addmedia-page input[type="text"] {
line-height: 18px;
margin: 0 5px;
width: 350px;
}
#addmedia-page .optionbox select {
margin: 0 5px;
}
#addmedia-page .optionbox p.sub {
margin: 0 5px;
font-size: 11px;
}
#addmedia-page input[type="text"][id*="PAGE"],
#addmedia-page input[type="text"][id*="_UID"] {
width: 350px;
}
#addmedia-page input[type="text"][id*="SOUR"],
#addmedia-page input[type="text"][id*="REPO"],
#addmedia-page input[type="text"][id*="OBJE"],
#addmedia-page input[type="text"][id*="FAMC"],
#addmedia-page input[type="text"][id*="ASSO"],
#addmedia-page input[type="text"][id^="AGE"],
#addmedia-page input[type="text"][id*="SHARED_NOTE"] {
width: 70px;
}
#addmedia-page input[id*="TEXT"] {
height: 140px;
width: 440px;
}
#addmedia-page textarea {
margin: 0 5px;
width: 440px;
}
#addmedia-page textarea[id*="NOTE"] {
height: 240px;
}
#addmedia-page textarea[id*="TEXT"],
#addmedia-page textarea[id*="PUBL"] {
height: 140px;
}
/* http://www.jacklmoore.com/colorbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxWrapper {
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
}
#cboxContent {
background: #fff;
overflow: hidden;
position: relative;
padding: 0.5rem;
border: 0.25rem solid #ccc;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom: 28px;
}
#cboxTitle {
background: #fff;
position: absolute;
bottom: 0.25rem;
left: 0;
margin: 0 3rem;
text-align: center;
}
#cboxLoadingGraphic {
background: url(images/loading-32x32.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
background: none;
border: 0;
cursor: pointer;
font-family: "Font Awesome\ 5 Free", sans-serif;
font-weight: 900;
overflow: visible;
padding: 0;
position: absolute;
}
#cboxSlideshow {
bottom: 0.25rem;
right: 0.25rem;
}
#cboxPrevious {
bottom: 0.25rem;
left: 0.25rem;
}
#cboxNext {
bottom: 0.25rem;
left: 1.5rem;
}
#cboxClose {
top: 0.25rem;
right: 0.25rem;
}
/* Stories module */
.story_title {
padding-top: 12px;
font-size: 13px;
height: 32px;
font-weight: bold;
}
.story_body {
padding: 20px;
white-space: normal;
}
.story_edit {
padding: 12px;
}
/* Stories module */
.story_title {
padding-top: 12px;
font-size: 13px;
height: 32px;
font-weight: bold;
}
.story_body {
padding: 20px;
white-space: normal;
}
.story_edit {
padding: 12px;
}
/* ====== Charts Styles ======== */
#people label {
display: block;
}
/* Ancestry chart */
.wt-chart-ancestors-list {
background: transparent url(images/vline.png) left top repeat-y;
margin: 0 0 0 15px;
padding: 0;
display: block;
}
.wt-chart-ancestors-list-item {
margin: 5px 0;
}
.chart_common li {
list-style: outside none none;
}
.generations {
background: transparent url(images/vline.png) repeat-y scroll left top;
display: block;
margin: 0 0 0 15px;
padding: 0;
}
.chart_common table {
padding: 0;
border-spacing: 0;
border-collapse: collapse;
margin: 5px 0;
}
.chart_common td {
border: 0;
padding: 0;
}
.chart_common span.details1 div[class^=fact_] {
display: inline-block;
}
.chart_common span.details1 .date {
color: inherit;
}
/*-- Family book --*/
#familybook_chart {
margin-left: 10px;
}
#familybook_chart table {
border-collapse: collapse;
empty-cells: show;
}
#familybook_chart td {
margin: 0;
padding: 0;
}
#familybook_chart h2 {
text-align: center;
}
#familybook_chart .line3,
#familybook_chart .pvline,
#familybook_chart .spacer {
width: 3px;
}
#familybook_chart .line4 {
width: 7px;
vertical-align: middle;
}
[ID^="vline"] {
width: 3px;
}
#familybook_chart h3 {
color: #006;
font-size: 16px;
text-align: center;
}
/*-- Fan chart ---- */
.fan_chart_menu {
background: #fff;
position: absolute;
display: none;
z-index: 100;
}
#fan_chart ul {
list-style-type: none;
margin: 0;
}
/*-- Hourglass ---- */
#hourglass_chart img.line4 {
vertical-align: middle;
}
#hourglass_chart table,
.charts_block table {
border-collapse: collapse;
}
#hourglass_chart td,
.charts_block td {
padding: 0;
empty-cells: show;
}
/* Lifespans chart */
.wt-lifespans-subtitle {
text-align: center;
}
.wt-lifespans-scale {
white-space: nowrap;
}
.wt-lifespans-decade {
width: 70px;
height: 60px;
display: inline-block;
background-image: url(images/lifespan-decade.png);
background-position-y: bottom;
background-repeat: no-repeat;
background-size: 70px 37px;
}
.wt-lifespans-individuals {
background: #fafafa;
}
.wt-lifespans-individual {
}
.wt-lifespans-summary {
background: #ffffff;
border: thin solid #000;
z-index: 1;
}
.wt-lifespans-summary-link {
font-weight: bold;
}
/*-- Pedigree ---- */
#pedigree_canvas {
color: #555;
}
.tvertline {
vertical-align: bottom;
}
.optionbox, .descriptionbox {
border: solid #000 1px;
vertical-align: top;
padding: 3px;
}
#childbox {
padding: 5px;
position: absolute;
display: none;
text-align: start;
white-space: nowrap;
top: 20px;
left: 0;
}
.layout3 #childbox {
top: auto;
bottom: 20px;
}
#childbox a.name1 {
display: block;
margin-left: 5px;
}
.person0, .person1, .person2, .person3, .person4, .person5 {
border:outset #555 1px;
vertical-align:top;
}
.person0{
background-color:#eee;
}
.person1{
background-color:#bfbfbf;
}
.person2{
background-color:#999;
}
.person3{
background-color:#dfdfdf;
}
.person4{
background-color:#eee;
}
.person5{
background-color:#fefefe;
}
/*-- Pedigree ---- */
#pedigree_chart {
position: relative;
margin: 20px auto;
}
#pedigree_canvas {
color: #555;
z-index: -1000;
}
#pedigree-page .shadow {
position: absolute;
white-space: nowrap;
}
#pedigree-page .layout0 .shadow > div,
#pedigree-page .layout1 .shadow > div {
display: inline-block;
vertical-align: middle;
}
#pedigree-page .spacer {
background-image: url(images/spacer.png);
height: 20px;
width: 1px;
}
#childarrow,
.ancestorarrow {
text-align: center;
}
#pedigree-page #childarrow {
position: relative;
}
#pedigree-page #childbox {
border: 1px solid;
background-color: #fff;
}
#pedigree-page table.list_table {
margin: 0 auto;
width: 500px;
}
.pedigree_chart_table {
border: 0;
border-collapse: collapse;
padding: 0;
width: 100%;
}
/*-- timeline --*/
#timeline_chart {
position: relative;
top: 0;
left: 0;
}
/*
* Any element that is loaded dynamically has the class wt-ajax-load.
* We can provide a "loading" placeholder for empty elements with this class.
*/
.wt-ajax-load:empty {
height: 32px;
background: url(images/loading-32x32.gif) no-repeat 50% 50%;
}
/*
* Default icons are provided by FontAwesome.
* Some icons get mirrored on RTL pages. Typiclly arrows
*/
[dir=rtl] .wt-flip-rtl {
transform: scale(-1, 1);
}
.wt-icon-anniversary {
}
.wt-icon-arrow-down {
}
a > .wt-icon-arrow-down:hover {
}
.wt-icon-arrow-left {
}
a > .wt-icon-arrow-left:hover {
}
.wt-icon-arrow-right {
}
a > .wt-icon-arrow-right:hover {
}
.wt-icon-arrow-up {
}
a > .wt-icon-arrow-up:hover {
}
.wt-icon-coordinates {
}
.wt-icon-reorder {
}
.wt-icon-sex-f {
color: var(--sex-m-fg);
}
.wt-icon-sex-m {
color: var(--sex-m-fg);
}
.wt-icon-sex-u {
color: var(--sex-u-fg);
}
.wt-icon-sex-x {
color: var(--sex-u-fg);
}
.wt-icon-warning {
}
.wt-icon-zoom-in {
}
.wt-icon-zoom-out {
}
/*
* .wt-icon-bing-maps
* .wt-icon-calendar
* .wt-icon-copy
* .wt-icon-delete
* .wt-icon-edit
* .wt-icon-email
* .wt-icon-family
* .wt-icon-help
* .wt-icon-individual
* .wt-icon-google-maps
* .wt-icon-keyboard
* .wt-icon-media
* .wt-icon-note
* .wt-icon-openstreetmap
* .wt-icon-preferences
* .wt-icon-repository
* .wt-icon-source
* .wt-icon-submitter
*/
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-size: cover;
}
.icon-add {
width: 14px;
height: 15px;
background-image: url(images/add.png);
}
.icon-cfamily {
}
.icon-childless {
width: 25px;
height: 25px;
background-image: url(minimal/images/childless.png);
}
.icon-children {
width: 16px;
height: 16px;
background-image: url(minimal/images/children.png);
}
.icon-clippings {
width: 22px;
height: 22px;
background-image: url(minimal/images/clippings.png);
}
.icon-edit_indi {
width: 20px;
height: 20px;
background-image: url(minimal/images/edit_sm.png);
}
.icon-fam-list {
width: 20px;
height: 20px;
background-image: url(minimal/icons/family.png);
}
.icon-indi-list {
width: 20px;
height: 20px;
background-image: url(minimal/images/indis.png);
}
.icon-loading-small {
width: 16px;
height: 16px;
background-image: url(minimal/images/indicator.gif);
}
.icon-loading-large {
width: 32px;
height: 32px;
background-image: url(images/loading-32x32.gif);
}
.icon-media {
width: 20px;
height: 20px;
background-image: url(minimal/images/media.png);
}
.icon-media-list {
width: 20px;
height: 20px;
background-image: url(minimal/images/media.png);
}
.icon-media-next {
width: 20px;
height: 20px;
background-image: url(minimal/images/rdarrow.png);
}
.icon-media-play {
width: 20px;
height: 20px;
background-image: url(minimal/images/rarrow.png);
}
.icon-media-stop {
width: 16px;
height: 17px;
background-image: url(minimal/images/stop.png);
}
.icon-minus {
width: 11px;
height: 11px;
background-image: url(minimal/images/minus.png);
}
.icon-mypage {
width: 24px;
height: 24px;
background-image: url(minimal/images/mypage.png);
}
.icon-note {
width: 20px;
height: 20px;
background-image: url(minimal/icons/note.png);
}
.icon-plus {
width: 11px;
height: 11px;
background-image: url(minimal/images/plus.png);
}
.icon-remove {
width: 14px;
height: 15px;
background-image: url(minimal/images/remove.png);
}
.icon-resn-confidential {
width: 16px;
height: 16px;
background-image: none;
}
.icon-resn-locked {
background-image: none;
}
.icon-resn-none {
background-image: none;
}
.icon-resn-privacy {
background-image: none;
}
.icon-rings {
width: 9px;
height: 9px;
background-image: url(minimal/images/rings.png);
}
.icon-selected {
width: 12px;
height: 12px;
background-image: url(minimal/images/selected.png);
}
.icon-sfamily {
width: 24px;
height: 24px;
background-image: url(minimal/images/sfamily.png);
}
.icon-source {
width: 20px;
height: 20px;
background-image: url(minimal/images/source.png);
}
/* Silhouettes on charts */
.icon-silhouette-F {
width: 37px;
height: 50px;
background-image: url(minimal/images/silhouette_female_small.png);
}
.icon-silhouette-M {
width: 37px;
height: 50px;
background-image: url(minimal/images/silhouette_male_small.png);
}
.icon-silhouette-U {
width: 37px;
height: 50px;
background-image: url(minimal/images/silhouette_unknown_small.png);
}
.icon-indis {
width: 24px;
height: 24px;
background-image: url(minimal/images/indis.png);
}
.icon-pedigree {
width: 24px;
height: 24px;
background-image: url(minimal/images/pedigree.png);
}
.icon-search {
width: 24px;
height: 24px;
background-image: url(minimal/images/search.png);
}
/* Census assistant */
.wt-census-assistant-form-control:focus {
min-width: 12rem;
}
/*
* Drag and drop sortable lists
*/
.wt-sortable-list {
}
.wt-sortable-item {
cursor: move;
}
/* Some blocks show a reduced version on the right-hand side. */
.wt-side-blocks .wt-side-block-optional {
display: none !important;
}
/* my page chart enhancements */
.wt-block-content-charts {
flex-flow: column-reverse;
overflow: auto;
}
.wt-block-content-todays-events-block {
padding: .25rem;
}
/* Some charts are wider than the page. */
.wt-chart {
overflow-x: auto;
overflow-y: hidden;
}
/* Fit thumbnail into parent on charts */
.select2-selection.select2-selection--single {
min-height: 36px;
height: auto;
padding: 2px 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 2px;
}
.select2-selection--single .NAME {
padding-left: 4px;
}
/*
* These selectors control how the short horizontal lines are positioned in the Charts
* Optimized for Win10 and FF, Chrome and Edge browsers
* Ancestors
* Descendants
* amily book
* Hourglass chart
*
*/
/* Ascentors */
.wt-chart-ancestors .linea1 {
margin-bottom: 4px;
}
.wt-chart-ancestors .linea2 {
margin-bottom: 7px;
}
.wt-chart-ancestors .linea3 {
margin-bottom: 4px;
}
.wt-chart-ancestors .linea4 {
margin-bottom: 7px;
}
.wt-chart-ancestors .linea5 {
vertical-align: top;
}
/* Descendants */
.wt-chart-descendants .lined1 {
margin-bottom: 4px;
}
.wt-chart-descendants .lined2 {
margin-bottom: 7px;
}
.wt-chart-descendants .lined3 {
margin-bottom: 4px;
}
.wt-chart-descendants .lined4 {
margin-bottom: 7px;
}
.wt-chart-descendants .linea5 {
vertical-align: top;
}
/* Family book */
.linef1 {
margin-bottom: 3px;
}
.linef2 {
margin-bottom: 3px;
}
.linef3 {
margin-bottom: 7px;
}
/* Hourglass */
.lineh1 {
margin-bottom: 4px;
}
.lineh2 {
margin-bottom: 4px;
}
.lineh3 {
margin-bottom: 7px;
}
/*
* Pedigree chart
*
* wt-chart, wt-chart-pedigree
*/
#pedigree_chart {
position: relative;
margin: 20px auto;
}
#pedigree_canvas {
z-index: -1000;
}
#childbox-pedigree {
border: 1px solid;
background-color: #fff;
}
#pedigree-page #childbox-pedigree {
border: 1px solid;
background-color: #fff;
}
#childbox-pedigree {
padding: 5px;
position: absolute;
display: none;
text-align: start;
white-space: nowrap;
left: auto;
z-index: 9999;
}
.wt-chart-pedigree, .wt-chart-hourglass {
overflow-y: auto;
}
.wt-chart-pedigree .spacer {
background-image: url(images/spacer.png);
height: 20px;
width: 1px;
}
#pedigree-page .shadow {
box-shadow: 0 0 0 !important; /* override vendor css shadow */
}
#childarrow,
.ancestorarrow {
text-align: center;
display: inline-block;
vertical-align: middle;
}
.layout3 #childbox-pedigree {
top: auto;
}
#childbox-pedigree a.name1 {
display: block;
margin-left: 5px;
}
/*
* Place hierarchy
*
* wt-place-hierarchy-page
*/
#place-hierarchy ul {
list-style-type: none;
}
.d-table-cell {
padding-right: 5px;
}
/*
* Search
*
* wt-search-page, wt-general-serach-page/wt-phonetic-search-page/wt-advanced-search-page/wt-search-replace-page
*/
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
overflow-x: hidden;
}
/* Clipping cart */
.clipping-cart h2 {
margin: 20px;
text-align: center;
}
.clipping-cart .wt-page-options {
max-width: 25rem;
}
.clipping-cart .topbottombar, .clipping-cart .optionbox, .add-to .topbottombar {
font-size: 1rem;
}
.clipping-cart .add-to {
text-align: left;
}
/* Forms */
.col-form-label {
font-weight: bold;
}
/* Popups */
.popup .nav-link {
display: inline;
vertical-align: top;
padding: 5px;
}