Шаблон:SlideMenu
.page { position: relative; /* sticky */ /* max-height:4.5em; */ text-align: left; } .container { top: 0; left: 0; right: 0; padding: 12px; border-radius: 0.55em; background: #27272e; border: 2px solid black; } .title { font-weight: 500; font-size: 1em; color: lightgrey; } .title--text { white-space: nowrap; } .content {
} @media (max-width:850px) { .page { position:relative; max-height:none; } }
/* При активации чекбокса */
/* Скрытие кнопки "развернуть" */ .toggle-checked .wikitable.mw-collapsible.mw-collapsed .mw-collapsible-toggle-default { display:none; } /* Скрытие названия */ .toggle-checked .wikitable.mw-collapsible.mw-collapsed > div:nth-child(2) { display:none; } /* Показывать содержимое */ .toggle-checked .wikitable.mw-collapsible .mw-collapsible-content { display:block !important; } .toggle-checked { position:relative !important; max-height:none !important; } .toggle-checked-padding { padding:7px !important; }