Додана сторінка "Розклад зібрань"
Перероблен генератор карточок територій APІ
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.page-stand-list>.list-controls select {
|
||||
.page-stand-list>.list-controls>select {
|
||||
min-width: 140px;
|
||||
height: 30px;
|
||||
background-color: var(--ColorThemes2);
|
||||
@@ -73,7 +73,7 @@
|
||||
border-radius: calc(var(--border-radius) - 5px - 2px);
|
||||
}
|
||||
|
||||
.page-stand-list details {
|
||||
.page-stand-list>details {
|
||||
border-radius: var(--border-radius);
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -86,19 +86,19 @@
|
||||
box-shadow: var(--shadow-l1);
|
||||
}
|
||||
|
||||
.page-stand-list>details[disabled] summary,
|
||||
.page-stand-list>details.disabled summary {
|
||||
.page-stand-list>details[disabled]>summary,
|
||||
.page-stand-list>details.disabled>summary {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.page-stand-list>details summary::-webkit-details-marker,
|
||||
.page-stand-list>details summary::marker {
|
||||
.page-stand-list>details>summary::-webkit-details-marker,
|
||||
.page-stand-list>details>summary::marker {
|
||||
display: none;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.page-stand-list summary {
|
||||
.page-stand-list>details>summary {
|
||||
width: calc(100% - 40px);
|
||||
cursor: pointer;
|
||||
color: var(--ColorThemes3);
|
||||
@@ -111,12 +111,12 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.page-stand-list summary span {
|
||||
.page-stand-list>details>summary>span {
|
||||
font-weight: 500;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-stand-list #list {
|
||||
.page-stand-list>details>#list {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
@@ -129,7 +129,7 @@
|
||||
transition: .3s ease;
|
||||
}
|
||||
|
||||
.page-stand-list #list>.mess-list {
|
||||
.page-stand-list>details>#list>.mess-list {
|
||||
height: 200px;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
@@ -137,24 +137,24 @@
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.page-stand-list #list>.mess-list[data-visible="true"] {
|
||||
.page-stand-list>details>#list>.mess-list[data-visible="true"] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.page-stand-list #list>.mess-list>svg {
|
||||
.page-stand-list>details>#list>.mess-list>svg {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
fill: var(--ColorThemes3);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.page-stand-list #list>.mess-list>h3 {
|
||||
.page-stand-list>details>#list>.mess-list>h3 {
|
||||
font-size: var(--FontSize5);
|
||||
color: var(--ColorThemes3);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
@@ -166,42 +166,42 @@
|
||||
}
|
||||
|
||||
@media (max-width: 2300px) {
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
width: calc((100% / 5) - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1960px) {
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
width: calc((100% / 4) - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1640px) {
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
width: calc((100% / 3) - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
width: calc((100% / 2) - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
.page-stand-list .card {
|
||||
.page-stand-list>details>#list>.card {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media(hover: hover) {
|
||||
.page-stand-list .card:hover {
|
||||
.page-stand-list>details>#list>.card:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
.page-stand-list .card>i {
|
||||
.page-stand-list>details>#list>.card>i {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -214,7 +214,7 @@
|
||||
background-color: var(--PrimaryColor);
|
||||
}
|
||||
|
||||
.page-stand-list .card>a {
|
||||
.page-stand-list>details>#list>.card>a {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -222,7 +222,7 @@
|
||||
}
|
||||
|
||||
|
||||
.page-stand-list .card>.contents {
|
||||
.page-stand-list>details>#list>.card>.contents {
|
||||
position: absolute;
|
||||
background: rgb(64 64 64 / 0.7);
|
||||
width: 100%;
|
||||
@@ -236,25 +236,27 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.image {
|
||||
.page-stand-list>details>#list>.card>.contents>.image {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
border-radius: calc(var(--border-radius) - 5px);
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.image>img {
|
||||
.page-stand-list>details>#list>.card>.contents>.image>img {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
filter: brightness(0.9) contrast(80%) saturate(110%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
|
||||
border-radius: calc(var(--border-radius) - 5px);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.page-stand-list .card>.contents>.image>img {
|
||||
.page-stand-list>details>#list>.card>.contents>.image>img {
|
||||
filter: brightness(0.6) contrast(80%) saturate(110%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
|
||||
}
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info {
|
||||
.page-stand-list>details>#list>.card>.contents>.info {
|
||||
width: calc(100% - 20px);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -262,7 +264,7 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info>div {
|
||||
.page-stand-list>details>#list>.card>.contents>.info>div {
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
display: flex;
|
||||
@@ -277,14 +279,14 @@
|
||||
box-shadow: var(--shadow-l1);
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info>div>span {
|
||||
.page-stand-list>details>#list>.card>.contents>.info>div>span {
|
||||
color: var(--ColorThemes3);
|
||||
font-size: var(--FontSize3);
|
||||
font-weight: 300;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info>div>p {
|
||||
.page-stand-list>details>#list>.card>.contents>.info>div>p {
|
||||
color: var(--ColorThemes3);
|
||||
font-size: var(--FontSize3);
|
||||
font-weight: 400;
|
||||
@@ -292,7 +294,7 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info>.button-edit {
|
||||
.page-stand-list>details>#list>.card>.contents>.info>.button-edit {
|
||||
min-width: 35px;
|
||||
height: 35px;
|
||||
border-radius: calc(var(--border-radius) - 5px - 4px);
|
||||
@@ -306,7 +308,7 @@
|
||||
box-shadow: var(--shadow-l1);
|
||||
}
|
||||
|
||||
.page-stand-list .card>.contents>.info>.button-edit>svg {
|
||||
.page-stand-list>details>#list>.card>.contents>.info>.button-edit>svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: var(--PrimaryColorText);
|
||||
|
||||
Reference in New Issue
Block a user