MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Categories (single star) - Bold and slightly larger */ | /* Categories (single star) - Bold and slightly larger */ | ||
#vector- | #mw-panel .vector-pinnable-element > ul > li { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 110%; /* | font-size: 110%; /* Slightly larger font */ | ||
color: # | color: #000; /* Default black for categories */ | ||
} | } | ||
/* Subcategories (double star) - Normal size and weight */ | /* Subcategories (double star) - Normal size and weight */ | ||
#vector- | #mw-panel .vector-pinnable-element > ul > li > ul > li { | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 100%; /* Normal size */ | font-size: 100%; /* Normal font size */ | ||
color: # | color: #555; /* Dark gray for subcategories */ | ||
} | } | ||
Revision as of 16:50, 13 September 2024
/* Categories (single star) - Bold and slightly larger */
#mw-panel .vector-pinnable-element > ul > li {
font-weight: bold;
font-size: 110%; /* Slightly larger font */
color: #000; /* Default black for categories */
}
/* Subcategories (double star) - Normal size and weight */
#mw-panel .vector-pinnable-element > ul > li > ul > li {
font-weight: normal;
font-size: 100%; /* Normal font size */
color: #555; /* Dark gray for subcategories */
}