Вилучено вміст Додано вміст
Немає опису редагування Мітка: Ручний відкіт |
Немає опису редагування |
||
| Рядок 4: | Рядок 4: | ||
overflow: hidden; |
overflow: hidden; |
||
border: 1px solid rgba(255, 255, 255, 0.1); |
border: 1px solid rgba(255, 255, 255, 0.1); |
||
| ⚫ | |||
max-width: 100%; |
|||
} |
} |
||
.section-collapsible-header { |
.section-collapsible-header { |
||
display: block |
display: block; |
||
float: none !important; |
float: none !important; |
||
position: static !important; |
position: static !important; |
||
box-sizing: border-box; |
|||
background: linear-gradient(90deg, #16a085, #2980b9); |
background: linear-gradient(90deg, #16a085, #2980b9); |
||
color: #ffffff; |
color: #ffffff; |
||
| Рядок 18: | Рядок 20: | ||
cursor: pointer; |
cursor: pointer; |
||
user-select: none; |
user-select: none; |
||
| ⚫ | |||
} |
} |
||
.section-collapsible-content { |
.section-collapsible-content { |
||
display: block; |
display: block; |
||
box-sizing: border-box; |
|||
padding: 12px 16px; |
padding: 12px 16px; |
||
background: rgba(0, 0, 0, 0.3); |
background: rgba(0, 0, 0, 0.3); |
||
Версія за 21:30, 1 липня 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: static !important;
box-sizing: border-box;
background: linear-gradient(90deg, #16a085, #2980b9);
color: #ffffff;
font-weight: 700;
font-size: 1.1em;
padding: 10px 16px;
cursor: pointer;
user-select: none;
}
.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;
}