.slide__base--container { position: relative; text-wrap: pretty; background: #27272e; } .slide__base--container .mw-collapsible-toggle { position: static !important; } .slide__base--title { display: inline-block; margin: 0; font-family: 'noto sans'; 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; }