Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
#footer, #footer-places, #footer-info {
#footer,
#footer-places,
#footer-info,
#f-poweredby,      /* Timeless, Vector */
#footer-legal,      /* Vector */
.footer {           /* Minerva и другие скины */
     display: none !important;
     display: none !important;
     height: 0 !important;
     height: 0 !important;
     margin: 0 !important;
     margin: 0 !important;
     padding: 0 !important;
     padding: 0 !important;
}
/* Убираем пустое место после контента */
#content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
}

Версия от 02:44, 31 октября 2025

#footer,
#footer-places,
#footer-info,
#f-poweredby,       /* Timeless, Vector */
#footer-legal,      /* Vector */
.footer {           /* Minerva и другие скины */
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Убираем пустое место после контента */
#content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}