From ProventusNova DeveloperWiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
#p-cactions { display: none !important; } |
#p-cactions { display: none !important; } |
||
#catlinks{ |
|||
#p-tb{ |
|||
display: none !important; |
display: none !important; |
||
} |
} |
Revision as of 15:28, 2 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;
}