From ProventusNova DeveloperWiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
#p-navigation { |
#p-navigation { |
||
display: none; |
display: none; !important |
||
} |
} |
||
Revision as of 02:54, 3 April 2025
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none !important; }
#p-navigation {
display: none; !important
}
#catlinks{
display: none !important;
}
/* Hide "View source" for non-logged-in users */
.skin-vector #ca-viewsource {
display: none !important;
}
#ca-talk {
display: none !important;
}