Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
|
|
Строка 70: |
Строка 70: |
| display: inline-block; | | display: inline-block; |
| margin: 0; | | margin: 0; |
| font-family: "Gill Sans", sans-serif; | | font-family: 'Arial', sans-serif; |
| font-weight: bold; | | font-weight: bold; |
| } | | } |
Версия от 23:07, 2 августа 2024
{{{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;
}