Шаблон:SlideMenu
Материал из Space Station 14 Вики
Версия от 00:36, 3 августа 2024; Pok (обсуждение | вклад)
{{{title}}}
{{{content}}}
.slide__base--container {
text-wrap: pretty;
} .slide__base--title {
display: inline-block; margin: 0; font-family: 'Arial', sans-serif; font-weight: bold;
} .slide__base--content {
padding-top: 0.5em;
}
/* Скрытие названия */ .toggle-checked .slide__overlay--title {
display: none !important;
} /* Скрытие кнопки свернуть/развернуть */ .toggle-checked .mw-collapsible-toggle {
display: none !important;
} /* Показывать содержимое */ .toggle-checked .mw-collapsible .mw-collapsible-content {
display: block !important;
} .toggle-checked .slide__overlay--page {
padding: 7px !important;
} .toggle-checked .slide__overlay--container {
position: relative !important; max-height: none !important;
}