MediaWiki:Common.css: Difference between revisions

From AWVVO
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
#footer {
#footer-poweredbyico { /* Hides the "Powered by MediaWiki" logo */
     display: none;
     display: none;
}
}


#footer-places-privacy { /* Hides the "Privacy policy" link */
.mw-portlet-tb { /* This is the ID of the toolbox div */
    display: none;
}
 
#footer-places-about, /* Hides the "About" link */
#footer-places-privacy, /* Hides the "Privacy policy" link */
#footer-places-disclaimer { /* Hides the "Disclaimers" link */
     display: none;
     display: none;
}
}

Latest revision as of 13:55, 19 January 2025

#footer {
    display: none;
}

.mw-portlet-tb { /* This is the ID of the toolbox div */
    display: none;
}