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

Материал из The Magic of Number 8 Wiki
мНет описания правки
Метка: отменено
Нет описания правки
Метка: отменено
Строка 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 */


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

Версия от 01:05, 20 июля 2026

/* All CSS here will be loaded for users of the Timeless skin */

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