Difference between revisions of "MediaWiki:Common.css"

(Created page with "→‎CSS placed here will be applied to all skins: if ( !$wgUser->isLoggedIn() ) { #n-templates { display: none; }")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
if ( !$wgUser->isLoggedIn() ) {
+
/* hide the "Retrieved from" message */
#n-templates { display: none; }
+
.printfooter { display: none; }
 +
 
 +
body.page-Main_Page.action-view #siteSub,
 +
body.page-Main_Page.action-submit #siteSub {
 +
    display: none;
 +
}

Latest revision as of 20:44, 9 December 2020

/* CSS placed here will be applied to all skins */
/* hide the "Retrieved from" message */
.printfooter { display: none; }

body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}