MediaWiki:Timeless.css: различия между версиями
Материал из The Magic of Number 8 Wiki
Comminux (обсуждение | вклад) мНет описания правки Метка: отменено |
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 */ | ||
/* | /* Полное принудительное скрытие блока инструментов для всех гостей в Timeless */ | ||
body.anon #site-tools.sidebar-chunk, | body.mw-anon #mw-site-navigation #site-tools.sidebar-chunk, | ||
body.mw- | 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;
}