riku
2025-06-12 a3b2d94cbfb9bea819346a1b738237f72819a833
src/assets/3dmap.css
@@ -95,14 +95,7 @@
    /* color: #009414; */
}
.map-date-selector {
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    /* padding: 0 4px; */
    /* color: ffffffbd; */
}
.map-animation-status {
    position: absolute;
@@ -159,86 +152,6 @@
    right: 0;
    top: 0;
    z-index: 1000px;
}
.map-mode-change {
    position: absolute;
    left: 10px;
    top: 104px;
    z-index: 1000px;
    padding: 1px;
    font-size: 1rem;
    font-weight: 900;
    /* background-color: #ffffffad; */
}
.map-mode-change a:hover {
    color: antiquewhite;
}
.map-mode-change .mode-btn {
    white-space: nowrap;
}
.map-mode-change .btn-selected {
    color: #ffffff;
    padding: 4px 16px;
    cursor: pointer;
    border: 2px solid var(--border-color);
    background-color: #23dad1;
    transform: skew(-30deg);
    text-decoration: none;
    /* -moz-border-radius: 6px; Old Firefox */
    /* box-shadow: 5px 0px 2.5px #888888; */
}
.map-mode-change .btn-selected div {
    transform: skew(30deg);
}
.map-mode-change .btn-unselected {
    color: #5555557e;
    padding: 4px 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #00000015;
    transform: skew(-30deg);
    text-decoration: none;
    /* -moz-border-radius: 6px; Old Firefox */
    /* box-shadow: 5px 0px 2.5px #888888; */
}
.map-mode-change .btn-unselected div {
    transform: skew(30deg);
}
.map-date-selector .label-date {
    display: box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    /* margin-left: 0.5rem; */
    /* margin-top: 0.8rem; */
    /* background: #d14646; */
    height: auto;
}
.map-date-selector .label-date .label-date-title {
    /* margin-right: 15px; */
    /* color: #000000; */
    font-size: 1rem;
    line-height: 1.11rem;
}
.map-legend {
@@ -334,6 +247,7 @@
.btn-search {
    cursor: pointer;
    padding: 4px 0;
}
.map-btn-group .btn-search {