Difference between revisions of "MediaWiki:Common.css"
From Doku
Line 7: | Line 7: | ||
body.anonymous #site-tools, | body.anonymous #site-tools, | ||
− | body.anonymous #bodyContentOuter .mw-portlet-body { | + | body.anonymous #bodyContentOuter .mw-portlet-body, |
+ | body.anonymous #n-recentchanges, | ||
+ | body.anonymous #n-randompage, | ||
+ | body.anonymous #n-help-mediawiki | ||
+ | |||
+ | { | ||
display: none; | display: none; | ||
} | } |
Revision as of 10:06, 21 August 2020
.mw-wiki-logo {
background-size: cover;
}
.printfooter, #siteSub {
display: none;
}
body.anonymous #site-tools,
body.anonymous #bodyContentOuter .mw-portlet-body,
body.anonymous #n-recentchanges,
body.anonymous #n-randompage,
body.anonymous #n-help-mediawiki
{
display: none;
}