MediaWiki:Common.css: различия между версиями
Внешний вид
User (обсуждение | вклад) стилизация боксов |
User (обсуждение | вклад) блоки, фикс |
||
Строка 17: | Строка 17: | ||
} | } | ||
.main-block { | |||
.main- | border: 2px solid #ccc; | ||
padding: 20px; | |||
border: | background-color: #f9f9f9; | ||
padding: | margin: 20px auto; | ||
max-width: 800px; | |||
text-align: center; | |||
box-shadow: 0 0 10px rgba(0,0,0,0.1); | |||
border-radius: 8px; | |||
} | } |
Версия от 09:49, 10 марта 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; } .main-block { border: 2px solid #ccc; padding: 20px; background-color: #f9f9f9; margin: 20px auto; max-width: 800px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 8px; }