MediaWiki:Common.css
From WikiMedia i11
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* --- 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;
}