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