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

TImeless test
Метка: отменено
мНет описания правки
Метка: отменено
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


body.anon #site-tools {
/* Жесткое скрытие блока инструментов и его отступов для неавторизованных гостей */
body.anon #site-tools.sidebar-chunk,
body.mw-anon #site-tools,
.anon #site-tools {
     display: none !important;
     display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
}