MediaWiki:Timeless.css: различия между версиями
Материал из The Magic of Number 8 Wiki
Comminux (обсуждение | вклад) TImeless test Метка: отменено |
Comminux (обсуждение | вклад) мНет описания правки Метка: отменено |
||
| Строка 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; | |||
} | } | ||
Версия от 01:02, 20 июля 2026
/* All CSS here will be loaded for users of the Timeless skin */
/* Жесткое скрытие блока инструментов и его отступов для неавторизованных гостей */
body.anon #site-tools.sidebar-chunk,
body.mw-anon #site-tools,
.anon #site-tools {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
}