MediaWiki:Common.css: Difference between revisions

From AWVVO
Jump to navigationJump to search
mNo edit summary
m Replaced content with "#footer { display: none; }"
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
#footer {
#footer-poweredbyico { /* Hides the "Powered by MediaWiki" logo */
    display: none;
}
 
#footer-places-privacy { /* Hides the "Privacy policy" link */
    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;
}
}

Revision as of 20:04, 15 January 2025

#footer {
    display: none;
}