MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,015:
 
/* ======================================================= */
/* FORCE LEGACY WIKIPEDIA BLUE LINK COLOR (#0645ad) - LINKS & TOGGLES */
/* ======================================================= */
 
/* 1. Force StandardLink & External LinksColor (Visited, Unvisited & UnvisitedToggles) */
/* SetsOverrides standard links to #0645ad and overrides the purplecollapsible visited"Show/Hide" statetext */
a,
a:visited,
Line 1,025:
.mw-parser-output a:visited,
.mw-body-content a.external,
.mw-body-content a.external:visited {,
.mw-collapsible-toggle-default .mw-collapsible-text {
color: #0645ad !important;
}
 
/* 2. Protect Red Links (New pages) */
/* Ensures links toKeeps missing pages stay red (#d73333) even if visited */
a.new,
a.new:visited {
Line 1,037 ⟶ 1,038:
 
/* 3. Protect UI Buttons */
/* Prevents buttonEnsures text inside buttons (like 'Save changes') from turningstays bluewhite */
a.mw-ui-button,
a.mw-ui-button:visited {