Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
|
|
Строка 58: |
Строка 58: |
| style=" | | style=" |
| color: {{{color|lightgrey}}}; | | color: {{{color|lightgrey}}}; |
| font-size: {{{font-size|1.2em}}}; | | font-size: {{{font-size|1.1em}}}; |
| ">{{{title}}}</div> | | ">{{{title}}}</div> |
| <div class="slide__base--content mw-collapsible-content">{{{content}}}</div> | | <div class="slide__base--content mw-collapsible-content">{{{content}}}</div> |
Версия от 23:57, 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;
}