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 |
||
Line 5: | Line 5: | ||
#footer-places-privacy { /* Hides the "Privacy policy" link */ | #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:03, 15 January 2025
/* 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;
}
#footer-places-about, /* Hides the "About" link */
#footer-places-privacy, /* Hides the "Privacy policy" link */
#footer-places-disclaimer { /* Hides the "Disclaimers" link */
display: none;
}