MediaWiki:Common.css: различия между версиями
Материал из The Magic of Number 8 Wiki
Comminux (обсуждение | вклад) м MF Test Метка: отменено |
Comminux (обсуждение | вклад) MF Test 2 Метка: отменено |
||
| Строка 4: | Строка 4: | ||
#footer-places-disclaimers { display: none !important; } | #footer-places-disclaimers { display: none !important; } | ||
/* | /* Полная блокировка сворачивания: перебиваем любые JS-скрипты */ | ||
.mw-parser-output .mf-section-0, | .mw-parser-output .mf-section-0, | ||
.mw-parser-output section, | |||
.mw-parser-output .section-heading + div, | .mw-parser-output .section-heading + div, | ||
.mw-parser-output . | .mw-parser-output div.openSection { | ||
display: block !important; | display: block !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
| Строка 14: | Строка 15: | ||
} | } | ||
/* Скрываем мобильные стрелочки | /* Принудительно убираем класс сворачивания, если JS успел его выдать */ | ||
.mw-parser-output .lazy-loaded-context, | |||
.mw-parser-output .collapsible-section { | |||
display: block !important; | |||
} | |||
/* Скрываем мобильные иконки-стрелочки */ | |||
.mw-parser-output .section-heading .mw-ui-icon-mf-expand, | .mw-parser-output .section-heading .mw-ui-icon-mf-expand, | ||
.mw-parser-output .section-heading .indicator { | .mw-parser-output .section-heading .indicator { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Версия от 00:30, 20 июля 2026
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#footer-places-privacy { display: none !important; }
#footer-places-about { display: none !important; }
#footer-places-disclaimers { display: none !important; }
/* Полная блокировка сворачивания: перебиваем любые JS-скрипты */
.mw-parser-output .mf-section-0,
.mw-parser-output section,
.mw-parser-output .section-heading + div,
.mw-parser-output div.openSection {
display: block !important;
visibility: visible !important;
height: auto !important;
opacity: 1 !important;
}
/* Принудительно убираем класс сворачивания, если JS успел его выдать */
.mw-parser-output .lazy-loaded-context,
.mw-parser-output .collapsible-section {
display: block !important;
}
/* Скрываем мобильные иконки-стрелочки */
.mw-parser-output .section-heading .mw-ui-icon-mf-expand,
.mw-parser-output .section-heading .indicator {
display: none !important;
}