Difference between revisions of "MediaWiki:Common.css"
From Doku
(10 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
− | .printfooter { | + | #mw-content-container { |
− | display: none; | + | background-image: none; |
+ | } | ||
+ | .printfooter, #siteSub, #f-poweredbyico, #lastmod { | ||
+ | display: none !important; | ||
} | } | ||
− | body.anonymous # | + | body.anonymous #site-tools, |
+ | body.anonymous #bodyContentOuter .mw-portlet-body, | ||
+ | body.anonymous #n-recentchanges, | ||
+ | body.anonymous #n-randompage, | ||
+ | body.anonymous #n-help-mediawiki, | ||
+ | body.anonymous #mw-related-navigation | ||
+ | { | ||
display: none; | display: none; | ||
} | } |
Latest revision as of 10:12, 21 August 2020
.mw-wiki-logo {
background-size: cover;
}
#mw-content-container {
background-image: none;
}
.printfooter, #siteSub, #f-poweredbyico, #lastmod {
display: none !important;
}
body.anonymous #site-tools,
body.anonymous #bodyContentOuter .mw-portlet-body,
body.anonymous #n-recentchanges,
body.anonymous #n-randompage,
body.anonymous #n-help-mediawiki,
body.anonymous #mw-related-navigation
{
display: none;
}