MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 107: | Line 107: | ||
} | } | ||
/* --- 7. ANISA NAVIGATION | /* --- 7. ANISA NAVIGATION & ACTIONS TEXT --- */ | ||
/* | /* Target "Read", "Edit", "History" and "Actions" dropdown */ | ||
/* Main Navigation Tabs */ | |||
.skin-anisa #p-views ul li a, | .skin-anisa #p-views ul li a, | ||
.skin-anisa #p-cactions ul li a, | .skin-anisa #p-cactions ul li a, | ||
.skin-anisa #left-navigation .vector-menu-content-list li a { | .skin-anisa #left-navigation .vector-menu-content-list li a, | ||
font-size: | .skin-anisa .vector-menu-heading-label { | ||
font-weight: | font-size: 18px !important; /* Significantly larger */ | ||
text-transform: | font-weight: 400 !important; /* Removes bolding */ | ||
padding: | text-transform: none !important; /* Keeps it natural casing */ | ||
color: #202122 !important; | |||
} | |||
/* The "Actions" dropdown trigger specifically */ | |||
.skin-anisa #p-cactions .vector-menu-heading-label { | |||
font-size: 18px !important; | |||
padding: 0 15px !important; | |||
} | |||
/* Dropdown Menu Items (Inside Actions) */ | |||
.skin-anisa .vector-menu-content-list li a { | |||
font-size: 16px !important; | |||
font-weight: 400 !important; | |||
} | |||
/* Page Subtitle (Below the title, e.g., "From Lenn's Fun Stuff") */ | |||
#siteSub { | |||
font-size: 16px !important; | |||
font-weight: 400 !important; | |||
display: block !important; | |||
} | } | ||
/* | /* Footer Toggle Text */ | ||
#footer-places-mobileview a, | #footer-places-mobileview a, | ||
#footer-places-desktopview a { | #footer-places-desktopview a { | ||
font- | font-size: 16px !important; | ||
font-weight: 400 !important; | |||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||