Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
|
|
Строка 26: |
Строка 26: |
| } | | } |
| .overlay__container { | | .overlay__container { |
| position: absolute; | | /* position: absolute; */ |
| top: -30px; | | /* top: -30px; */ |
| left: 0; | | left: 0; |
| right: 0; | | right: 0; |
Версия от 17:47, 25 июля 2024
{{{title}}}
{{{content}}}
.base__container {
/* Пусто */
}
.base__title {
display: inline-block;
margin: 0;
font-family: 'oswald';
font-weight: 500;
}
.base__content {
padding-top: 0.5em;
}
/* Скрытие кнопки "развернуть" */
.toggle-checked .mw-collapsible.mw-collapsed .mw-collapsible-toggle-default {
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;
}