Змінено директорії

Додано скрипти CRON
Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
2025-10-27 00:11:18 +02:00
parent 1d9f9a1468
commit 04f39da611
196 changed files with 4962 additions and 4065 deletions

View File

@@ -6,12 +6,12 @@
}
.page-home details {
border-radius: 15px;
border-radius: var(--border-radius);
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
margin-bottom: 20px;
margin-bottom: 10px;
background: var(--ColorThemes1);
color: var(--ColorThemes3);
border: 1px solid var(--ColorThemes2);
@@ -30,20 +30,22 @@
content: "";
}
.page-home summary {
width: calc(100% - 40px);
cursor: pointer;
color: var(--ColorThemes3);
border-radius: var(--border-radius);
font-size: var(--FontSize5);
font-weight: 300;
padding: 20px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.page-home summary span {
font-weight: 500;
width: 100%;
}
@@ -66,31 +68,36 @@
width: 300px;
height: 200px;
background-color: var(--ColorThemes2);
margin: 0px 10px 20px 10px;
margin: 10px;
overflow: hidden;
cursor: pointer;
border-radius: 10px;
}
@media (max-width: 2300px) {
.page-home .card {
width: calc((100% / 5) - 30px);
}
}
@media (max-width: 1960px) {
.page-home .card {
width: calc((100% / 4) - 30px);
}
}
@media (max-width: 1640px) {
.page-home .card {
width: calc((100% / 3) - 30px);
}
}
@media (max-width: 1280px) {
.page-home .card {
width: calc((100% / 2) - 30px);
}
}
@media (max-width: 650px) {
.page-home .card {
width: 100%;
@@ -115,6 +122,7 @@
background-position: center;
background-color: var(--PrimaryColor);
}
.page-home .card>a {
position: absolute;
width: 100%;
@@ -168,6 +176,6 @@
font-weight: 400;
padding: 10px;
z-index: 2;
width: 100%;
width: 100%;
text-align: center;
}