From ProventusNova DeveloperWiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
/* Hide "Page tools" */
#p-cactions { display: none; }
#p-cactions { display: none !important; }


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



Revision as of 15:22, 2 April 2025

/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none !important; }

#p-tb, #catlinks {
    display: none !important;
}


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

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