MediaWiki:Common.css: различия между версиями
Comminux (обсуждение | вклад) TImeless test 2 Метка: отменено |
Comminux (обсуждение | вклад) м TImeless test 3 Метка: отменено |
||
| Строка 4: | Строка 4: | ||
#footer-places-disclaimers { display: none !important; } | #footer-places-disclaimers { display: none !important; } | ||
/* | /* Жесткое скрытие блока инструментов и его отступов для неавторизованных гостей */ | ||
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; | |||
} | } | ||