MediaWiki:Common.css: различия между версиями
Внешний вид
User (обсуждение | вклад) скрытие медиа вики |
User (обсуждение | вклад) исправление скрытия медиа вики |
||
Строка 7: | Строка 7: | ||
} | } | ||
/* Скрываем | /* Скрываем блок помощи "n-help-mediawiki" */ | ||
# | #n-help-mediawiki { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* Скрываем блок " | /* Скрываем блок "footer-icons" (иконки внизу) */ | ||
#footer- | #footer-icons { | ||
display: none !important; | display: none !important; | ||
} | } |
Версия от 13:39, 9 марта 2025
/* CSS placed here will be applied to all skins */ /* Скрываем кнопку обсуждений на главной странице */ body.page-Главная_страница #ca-talk, body.page-Main_Page #ca-talk { display: none !important; } /* Скрываем блок помощи "n-help-mediawiki" */ #n-help-mediawiki { display: none !important; } /* Скрываем блок "footer-icons" (иконки внизу) */ #footer-icons { display: none !important; }