MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 107: Line 107:
}
}


/* --- 7. ANISA NAVIGATION TAB FIX --- */
/* --- 7. ANISA NAVIGATION & ACTIONS TEXT --- */
/* Increases size for "Read", "Edit", "View History", etc. */
/* 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: 16px !important; /* Matches your body text size */
.skin-anisa .vector-menu-heading-label {
     font-weight: 700 !important;
     font-size: 18px !important; /* Significantly larger */
     text-transform: uppercase;
     font-weight: 400 !important; /* Removes bolding */
     padding: 10px 15px !important;
     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;
}
}


/* --- 8. FOOTER VIEW TOGGLE --- */
/* Footer Toggle Text */
/* Ensures the "Mobile view" / "Desktop view" link is visible in the footer */
#footer-places-mobileview a,  
#footer-places-mobileview a,  
#footer-places-desktopview a {
#footer-places-desktopview a {
     font-weight: bold !important;
     font-size: 16px !important;
     color: var(--kh-green) !important;
     font-weight: 400 !important;
     text-decoration: underline !important;
     text-decoration: underline !important;
    font-size: 14px !important;
}
}