MediaWiki:Common.css: Difference between revisions
From WikiMedia i11
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* --- Medik Purple Navigation & Footer --- */ | ||
#mw- | |||
/* 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; | ||
} | } | ||
# | #footer a:hover { | ||
color: #66397c !important; | 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; | |||
} | } | ||
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;
}