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

Додано скрипти 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

@@ -19,15 +19,28 @@
box-shadow: var(--shadow-l1);
}
.page-stand-card>details summary::-webkit-details-marker,
.page-stand-card>details summary::marker {
display: none;
content: "";
}
.page-stand-card 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-stand-card summary span {
font-weight: 500;
width: 100%;
}
#stand-info div {
@@ -35,7 +48,7 @@
flex-direction: row;
display: flex;
flex-direction: row;
padding: 10px;
padding: 0 20px 10px 20px;
color: var(--ColorThemes3);
align-items: center;
}
@@ -61,6 +74,7 @@
height: auto;
aspect-ratio: 16 / 9;
background-color: #f2e5c9;
display: none;
}
#stand-info img::before {
@@ -87,6 +101,31 @@
transition: all .2sease 0s;
}
#stand-schedule>.mess-list {
height: 200px;
display: none;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
#stand-schedule>.mess-list[data-visible="true"] {
display: flex;
}
#stand-schedule>.mess-list>svg {
width: 100px;
height: 100px;
fill: var(--ColorThemes3);
opacity: 0.7;
}
#stand-schedule>.mess-list>h3 {
font-size: var(--FontSize5);
color: var(--ColorThemes3);
opacity: 0.7;
}
#stand-schedule>.block-day {
display: flex;
flex-direction: column;
@@ -104,7 +143,7 @@
}
#stand-schedule>.block-day h3 {
font-size: 17px;
font-size: var(--FontSize5);
font-weight: 500;
padding: 10px;
text-transform: capitalize;
@@ -123,8 +162,9 @@
}
#stand-schedule>.block-day div span {
min-width: 85px;
padding: 0 5px;
font-size: var(--FontSize4);
white-space: nowrap;
}
#stand-schedule>.block-day div select {
@@ -136,7 +176,9 @@
height: 30px;
background-color: var(--ColorThemes0);
color: var(--ColorThemes3);
font-size: var(--FontSize4);
}
#stand-schedule>.block-day div select:disabled {
opacity: 0.9 !important;
}
@@ -150,7 +192,7 @@
background-color: var(--ColorThemes2);
}
#stand-schedule> #stand-new-button{
#stand-schedule>#stand-new-button {
border-radius: 6px;
background: var(--PrimaryColor);
color: var(--PrimaryColorText);