From ProventusNova DeveloperWiki
No edit summary
Tag: Reverted
Tags: Replaced Manual revert 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; }

/* Remove extra space under sections */
.vector-menu-content { padding-bottom: 5px; }

/* Add a cleaner background and border */
.vector-menu {
background-color: #f8f9fa;
border-radius: 5px;
padding: 8px;
}

/* Adjust header font and spacing */
.vector-menu-heading {
font-weight: bold;
font-size: 14px;
color: #333;
}

Revision as of 14:17, 2 April 2025

/* CSS placed here will be applied to all skins */