MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,015:
 
/* ======================================================= */
/* UNIFYCUSTOM VISITEDLINK &COLOR UNVISITEDOVERRIDE LINK(#1a0dab) COLORS */
/* ======================================================= */
 
/* 1. Force Standard Links:& SetExternal visited colorLinks to(Visited standard& blueUnvisited) */
/* We usetarget !importantspecific content areas to overrideavoid breaking skinwhite defaultstext andon variablesbuttons */
a,
a:visited,
.mw-parser-output a,
.mw-parser-output a:visited,
.mw-body-content a.external,
.mw-body-content a.external:visited {
color: #0645ad1a0dab !important;
}
 
/* 2. Protect Red Links (New pages): Keep them red even if visited */
/* Keeps them red (#d73333) even if visited or overridden above */
/* Prevents visited dead links from turning blue */
a.new,
a.new:visited {
color: #d73333 !important;
}
 
/* 3. Protect UI Buttons (Optional Safety) */
/* Ensures buttons that use <a> tags keep their white text */
a.mw-ui-button,
a.mw-ui-button:visited {
color: #fff !important;
}