From ProventusNova DeveloperWiki
(Replaced content with "→CSS placed here will be applied to all skins: ") Tags: Replaced Manual revert Reverted |
No edit summary Tag: Reverted |
||
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" */ |
|||
#p-cactions { display: none; } |
|||
/* Hide "More" section */ |
|||
#p-tb { display: none; } |
|||
/* Hide "Categories" */ |
|||
#catlinks { display: none; } |
|||
/* Hide "View source" for non-logged-in users */ |
|||
.skin-vector #ca-viewsource { |
|||
display: none; |
|||
} |
Revision as of 14:22, 2 April 2025
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none; }
/* Hide "More" section */
#p-tb { display: none; }
/* Hide "Categories" */
#catlinks { display: none; }
/* Hide "View source" for non-logged-in users */
.skin-vector #ca-viewsource {
display: none;
}