Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
|
|
Строка 38: |
Строка 38: |
| } | | } |
| .slide__overlay--content dl { | | .slide__overlay--content dl { |
| margin: 0; | | margin: 0 !important; |
| } | | } |
| .slide__overlay--content dd { | | .slide__overlay--content dd { |
| margin-top: 0; | | margin-top: 0 !important; |
| margin-bottom: 0; | | margin-bottom: 0 !important; |
| } | | } |
| @media (max-width:850px) { | | @media (max-width:850px) { |
Версия от 12:49, 18 августа 2024
{{{title}}}
{{{content}}}
.slide__base--container {
position: relative;
text-wrap: pretty;
background: #27272e;
transition: background-color 0.2s;
}
.slide__base--container:hover {
background-color: #26262d;
}
.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;
}
.mw-collapsible-toggle {
position: static !important;
}