Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 7: | Рядок 7: | ||
.section-collapsible-header { |
.section-collapsible-header { |
||
display: block; |
display: block !important; |
||
float: none !important; |
|||
position: static !important; |
|||
width: 100% !important; |
|||
background: linear-gradient(90deg, #16a085, #2980b9); |
background: linear-gradient(90deg, #16a085, #2980b9); |
||
color: #ffffff; |
color: #ffffff; |
||
Версія за 21:28, 1 липня 2026
.section-collapsible {
margin-bottom: 8px;
border-radius: 6px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.section-collapsible-header {
display: block !important;
float: none !important;
position: static !important;
width: 100% !important;
background: linear-gradient(90deg, #16a085, #2980b9);
color: #ffffff;
font-weight: 700;
font-size: 1.1em;
padding: 10px 16px;
cursor: pointer;
user-select: none;
box-sizing: border-box;
}
.section-collapsible-content {
display: block;
padding: 12px 16px;
background: rgba(0, 0, 0, 0.3);
color: inherit;
}
.section-collapsible.mw-collapsed .section-collapsible-content {
display: none;
}