MediaWiki:Common.css: Difference between revisions

From AWVVO
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: #footer-poweredbyico { Hides the "Powered by MediaWiki" logo: display: none; } #footer-places-privacy { Hides the "Privacy policy" link: display: none; }"
 
mNo edit summary
 
(3 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;
     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;
}