2023-08-22 14:12:55 +00:00
|
|
|
.f3 {
|
|
|
|
height: 700px;
|
|
|
|
max-height: calc(100vh - 80px);
|
|
|
|
width: 900px;
|
|
|
|
max-width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.f3 .cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-08-23 12:02:05 +00:00
|
|
|
|
2023-08-22 14:12:55 +00:00
|
|
|
.f3 svg.main_svg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2023-08-23 12:02:05 +00:00
|
|
|
/*background-color: #3b5560;*/
|
2023-08-22 14:12:55 +00:00
|
|
|
color: #3b5560;
|
|
|
|
}
|
|
|
|
.f3 svg.main_svg text {
|
|
|
|
fill: currentColor;
|
|
|
|
}
|
|
|
|
.f3 rect.card-female,
|
|
|
|
.f3 .card-female .card-body-rect,
|
|
|
|
.f3 .card-female .text-overflow-mask {
|
|
|
|
fill: lightpink;
|
|
|
|
}
|
|
|
|
.f3 rect.card-male,
|
|
|
|
.f3 .card-male .card-body-rect,
|
|
|
|
.f3 .card-male .text-overflow-mask {
|
|
|
|
fill: lightblue;
|
|
|
|
}
|
|
|
|
.f3 .card-genderless .card-body-rect,
|
|
|
|
.f3 .card-genderless .text-overflow-mask {
|
|
|
|
fill: lightgray;
|
|
|
|
}
|
|
|
|
.f3 .card_add .card-body-rect {
|
|
|
|
fill: #3b5560;
|
|
|
|
stroke-width: 4px;
|
|
|
|
stroke: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.f3 g.card_add text {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
.f3 .card-main {
|
|
|
|
stroke: #000;
|
|
|
|
}
|
|
|
|
.f3 .card_family_tree rect {
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
.f3 .card_family_tree:hover rect {
|
|
|
|
transform: scale(1.1);
|
|
|
|
}
|
|
|
|
.f3 .card_add_relative {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #fff;
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
.f3 .card_add_relative circle {
|
|
|
|
fill: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
.f3 .card_add_relative:hover {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.f3 .card_edit.pencil_icon {
|
|
|
|
color: #fff;
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
.f3 .card_edit.pencil_icon:hover {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.f3 .card_break_link,
|
|
|
|
.f3 .link_upper,
|
|
|
|
.f3 .link_lower,
|
|
|
|
.f3 .link_particles {
|
|
|
|
transform-origin: 50% 50%;
|
|
|
|
transition: 1s;
|
|
|
|
}
|
|
|
|
.f3 .card_break_link {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.f3 .card_break_link.closed .link_upper {
|
|
|
|
transform: translate(-140.5px, 655.6px);
|
|
|
|
}
|
|
|
|
.f3 .card_break_link.closed .link_upper g {
|
|
|
|
transform: rotate(-58deg);
|
|
|
|
}
|
|
|
|
.f3 .card_break_link.closed .link_particles {
|
|
|
|
transform: scale(0);
|
|
|
|
}
|
|
|
|
.f3 .input-field input {
|
|
|
|
height: 2.5rem !important;
|
|
|
|
}
|
|
|
|
.f3 .input-field > label:not(.label-icon).active {
|
|
|
|
-webkit-transform: translateY(-8px) scale(0.8);
|
|
|
|
transform: translateY(-8px) scale(0.8);
|
|
|
|
}
|
2023-08-23 12:02:05 +00:00
|
|
|
|
|
|
|
.f3-light .link {
|
|
|
|
stroke: black;
|
|
|
|
}
|
2023-08-23 13:18:23 +00:00
|
|
|
|
|
|
|
.f3-export {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
2023-08-23 13:32:02 +00:00
|
|
|
/*width: 3508px;
|
|
|
|
height: 2480px;*/
|
2023-08-23 13:18:23 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|