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; !important
}



#catlinks{
#catlinks{
display: none !important;
display: none !important;
}
}



/* Hide "View source" for non-logged-in users */
/* Hide "View source" for non-logged-in users */

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; }

#catlinks{
    display: none !important;
}

/* Hide "View source" for non-logged-in users */
.skin-vector #ca-viewsource {
    display: none !important;
}

#ca-talk {
    display: none !important;
}