Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
|
|
Строка 80: |
Строка 80: |
| <div class="customCSS" style="display:none"> | | <div class="customCSS" style="display:none"> |
| /* Скрытие кнопки "развернуть" */ | | /* Скрытие кнопки "развернуть" */ |
| .toggle-checked .mw-parser-output .mw-collapsible-toggle { | | .toggle-checked .mw-collapsible-toggle { |
| display: none !important; | | display: none !important; |
| } | | } |
Версия от 22:46, 1 августа 2024
{{{title}}}
{{{content}}}
.slide__base--container {
text-wrap: pretty;
}
.slide__base--title {
display: inline-block;
margin: 0;
font-family: 'oswald';
font-weight: 500;
}
.slide__base--content {
padding-top: 0.5em;
}
/* Скрытие кнопки "развернуть" */
.toggle-checked .mw-collapsible-toggle {
display: none !important;
}
/* Скрытие названия */
.toggle-checked .mw-collapsible.mw-collapsed > div:nth-child(2) {
display: none !important;
}
/* Показывать содержимое */
.toggle-checked .mw-collapsible .mw-collapsible-content {
display: block !important;
}
.toggle-checked {
position: relative !important;
max-height: none !important;
}
.toggle-checked-padding {
padding: 7px !important;
}