From ProventusNova DeveloperWiki
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 8: Line 8:
/* Hide "Categories" */
/* Hide "Categories" */
#catlinks { display: none; }
#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:15, 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; }

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