MediaWiki:Common.css: Difference between revisions

From WikiMedia i11

No edit summary
No edit summary
Line 1: Line 1:
/* Ensure all content links match the purple brand */
/* --- Medik Purple Navigation & Footer --- */
#mw-content-text a:not(.new) {
 
/* 1. Sidebar Navigation Links */
#mw-navigation .p-navigation a,
#mw-navigation .p-tb a,
#mw-navigation .p-cactions a {
    color: #7D4698 !important;
}
 
/* Sidebar Link Hover State */
#mw-navigation a:hover {
    color: #66397c !important;
    text-decoration: underline !important;
}
 
/* 2. Footer Links */
#footer a {
     color: #7D4698 !important;
     color: #7D4698 !important;
}
}


#mw-content-text a:not(.new):hover {
#footer a:hover {
     color: #66397c !important;
     color: #66397c !important;
     text-decoration: underline;
}
 
/* 3. Sidebar Headers (Optional: if you want the "Navigation" or "Tools" text purple too) */
#mw-navigation h3 {
    color: #7D4698 !important;
     border-bottom: 1px solid #7D4698;
}
}

Revision as of 23:27, 15 January 2026

/* --- Medik Purple Navigation & Footer --- */

/* 1. Sidebar Navigation Links */
#mw-navigation .p-navigation a, 
#mw-navigation .p-tb a, 
#mw-navigation .p-cactions a {
    color: #7D4698 !important;
}

/* Sidebar Link Hover State */
#mw-navigation a:hover {
    color: #66397c !important;
    text-decoration: underline !important;
}

/* 2. Footer Links */
#footer a {
    color: #7D4698 !important;
}

#footer a:hover {
    color: #66397c !important;
}

/* 3. Sidebar Headers (Optional: if you want the "Navigation" or "Tools" text purple too) */
#mw-navigation h3 {
    color: #7D4698 !important;
    border-bottom: 1px solid #7D4698;
}