Difference between revisions of "MediaWiki:Common.css"

From Doku
 
Line 6: Line 6:
 
}
 
}
 
.printfooter, #siteSub, #f-poweredbyico, #lastmod {
 
.printfooter, #siteSub, #f-poweredbyico, #lastmod {
     display: none;
+
     display: none !important;
 
}
 
}
  

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