Difference between revisions of "MediaWiki:Common.css"

From Doku
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
     background-size: cover;
 
     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;
 
}
 
}

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;
}