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