Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування Мітка: Ручний відкіт |
||
| (Не показано 10 проміжних версій цього користувача) | |||
| Рядок 1: | Рядок 1: | ||
.section-collapsible |
.section-collapsible { |
||
margin-bottom: 8px; |
|||
| ⚫ | |||
border-radius: 6px; |
|||
| ⚫ | |||
overflow: hidden; |
|||
border: 1px solid rgba(255, 255, 255, 0.1); |
|||
| ⚫ | |||
| ⚫ | |||
} |
|||
.section-collapsible-header { |
|||
| ⚫ | |||
float: none !important; |
float: none !important; |
||
position: relative !important; |
position: relative !important; |
||
box-sizing: border-box; |
|||
background: linear-gradient(90deg, #16a085, #2980b9) |
background: linear-gradient(90deg, #16a085, #2980b9); |
||
color: # |
color: #ffffff; |
||
font-weight: 700; |
font-weight: 700; |
||
font-size: 1.1em; |
font-size: 1.1em; |
||
padding: 10px 16px; |
padding: 10px 40px 10px 16px; |
||
cursor: pointer; |
cursor: pointer; |
||
user-select: none; |
user-select: none; |
||
| ⚫ | |||
} |
} |
||
.section-collapsible |
.section-collapsible-header::after { |
||
content: "▾"; |
|||
position: absolute; |
|||
right: 16px; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
font-size: 1em; |
|||
transition: transform 0.2s ease; |
|||
} |
|||
.section-collapsible.mw-collapsed .section-collapsible-header::after { |
|||
transform: translateY(-50%) rotate(-90deg); |
|||
} |
|||
.section-collapsible-content { |
|||
display: block; |
display: block; |
||
box-sizing: border-box; |
|||
padding: 12px 16px; |
padding: 12px 16px; |
||
background: rgba(0, 0, 0, 0. |
background: rgba(0, 0, 0, 0.3); |
||
color: inherit; |
|||
} |
} |
||
.section-collapsible.mw-collapsed .section-collapsible-content { |
.section-collapsible.mw-collapsed .section-collapsible-content { |
||
display: none |
display: none; |
||
} |
|||
.section-collapsible-content > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem { |
|||
display: none; |
|||
} |
|||
.char-card { |
|||
display: flex; |
|||
align-items: center; |
|||
gap: 8px; |
|||
padding: 4px 0; |
|||
} |
|||
.char-card-img img { |
|||
border-radius: 50%; |
|||
object-fit: cover; |
|||
width: 32px; |
|||
height: 32px; |
|||
} |
} |
||
Поточна версія на 22:40, 2 липня 2026
.section-collapsible {
margin-bottom: 8px;
border-radius: 6px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
box-sizing: border-box;
max-width: 100%;
}
.section-collapsible-header {
display: block;
float: none !important;
position: relative !important;
box-sizing: border-box;
background: linear-gradient(90deg, #16a085, #2980b9);
color: #ffffff;
font-weight: 700;
font-size: 1.1em;
padding: 10px 40px 10px 16px;
cursor: pointer;
user-select: none;
}
.section-collapsible-header::after {
content: "▾";
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 1em;
transition: transform 0.2s ease;
}
.section-collapsible.mw-collapsed .section-collapsible-header::after {
transform: translateY(-50%) rotate(-90deg);
}
.section-collapsible-content {
display: block;
box-sizing: border-box;
padding: 12px 16px;
background: rgba(0, 0, 0, 0.3);
color: inherit;
}
.section-collapsible.mw-collapsed .section-collapsible-content {
display: none;
}
.section-collapsible-content > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {
display: none;
}
.char-card {
display: flex;
align-items: center;
gap: 8px;
padding: 4px 0;
}
.char-card-img img {
border-radius: 50%;
object-fit: cover;
width: 32px;
height: 32px;
}