Додана сторінка "історія служіння"

This commit is contained in:
2025-09-20 20:02:46 +03:00
parent ff393417a1
commit d75fb7ec3d
23 changed files with 3065 additions and 1078 deletions

View File

@@ -1,11 +1,11 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root {
--FontSize1: 12px;
--FontSize2: 13px;
--FontSize3: 14px;
--FontSize4: 15px;
--FontSize5: 16px;
--FontSize1: 12px;
--FontSize2: 13px;
--FontSize3: 14px;
--FontSize4: 15px;
--FontSize5: 16px;
}
@media (prefers-color-scheme: light) {
@@ -100,7 +100,12 @@
}
}
a {
a,
a:visited,
a:hover,
a:active {
color: inherit;
text-decoration: none;
text-decoration: none;
font-size: var(--FontSize3);
font-weight: 700;
@@ -708,7 +713,7 @@ body.modal-open {
padding: 0 !important;
}
.leaflet-popup-content > .map_dell {
.leaflet-popup-content>.map_dell {
border-radius: 10px;
padding: 5px 10px;
width: 100%;
@@ -737,9 +742,11 @@ body.modal-open {
border: 2px solid #fff;
margin: -3px 0 0 -3px;
}
.leaflet-pm-tooltip {
display: none !important;
}
.tooltip-hidden {
display: none;
display: none;
}