User:NotAracham/vector.css: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎ARTICLE LINKS: .mw-body a, .mw-redirect a, .mw-body a.extiw, .mw-body a.external { color: #00C0F5 !important; } .mw-body a:visited, .mw-redirect a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited { color: #0099c3 !important; } →‎redlinks: a.new, .mw-redirect a.new { color: #F24333 !important; } a.new:visited, .mw-redirect a.new:visited { color: #cb3a2d !important; }")
 
No edit summary
 
Line 1: Line 1:
/* ARTICLE LINKS */
/* ARTICLE LINKS */
.mw-body a, .mw-redirect a, .mw-body a.extiw, .mw-body a.external {
.mw-body a, a.mw-redirect, .mw-body a.extiw, .mw-body a.external {
color: #00C0F5 !important;
color: #00C0F5 !important;
}
}


.mw-body a:visited, .mw-redirect a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
.mw-body a:visited, a.mw-redirect:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
color: #0099c3 !important;
color: #0099c3 !important;
}
}

Latest revision as of 23:45, 4 October 2022

/* ARTICLE LINKS */
.mw-body a, a.mw-redirect, .mw-body a.extiw, .mw-body a.external {
  color: #00C0F5 !important;
}

.mw-body a:visited, a.mw-redirect:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
  color: #0099c3 !important;
}

/* redlinks */
a.new, .mw-redirect a.new {
  color: #F24333 !important;
}

a.new:visited, .mw-redirect a.new:visited {
  color: #cb3a2d !important;
}