MediaWiki:Common.css: Difference between revisions

From InPlaLabs
No edit summary
(Blanked the page)
Tag: Blanking
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Categories (single star) - Bold and slightly larger */
#vector-main-menu-pinned-container .vector-pinnable-header > h3 {
    font-weight: bold;
    font-size: 110%; /* Adjust the size as needed */
    color: #000000; /* Change color if needed */
}


/* Subcategories (double star) - Normal size and weight */
#vector-main-menu-pinned-container ul ul li {
    font-weight: normal;
    font-size: 100%; /* Normal font size */
    color: #555555; /* Adjust the color as needed */
}

Latest revision as of 16:57, 13 September 2024