User:Aaron Liu/oldLinkColors.css

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.
/*** V22: Revert normal link link colors ***/
.skin-vector-2022 a {
	color: #0645ad;
}
.skin-vector-2022 a:visited {
	color: #0b0080;
}
.skin-vector-2022 .vector-toc .vector-toc-link { /*TOC*/
	color: #0645ad;
}
.vector-menu-tabs .mw-list-item a { /*Page Tabs (default is #5788BA for some reason)*/
	color: #0645ad;
}
.skin-vector-2022 .vector-pinnable-element .mw-list-item a { /*Page tools and Main menu*/
	color: #0645ad;
}
.skin-vector-2022 .vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited { /*Page tools and Main menu visted items should still show as not visited*/
	color: #0645ad;	
}
.vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited { /*User dropdown*/
	color: #0645ad;
}
#pt-userpage-2 a:not(.mw-selflink) { /*User page. Note that it is never a selflink! How crazy is that‽*/
	color: #0645ad;
}

/* Keep new colors for extlinks */
.skin-vector-2022 .mw-parser-output a.extiw, .skin-vector-2022 .mw-parser-output a.external {
	color: #3366cc;
}
.skin-vector-2022 .mw-parser-output a.extiw:visited, .skin-vector-2022 .mw-parser-output a.external:visited {
	color: #795cb2;
}
.skin-vector-2022 .wb-otherproject-link a { /* External project links */
	color: #3366cc;
}/*TODO: .t-wikibase, #wbc-editpage wait what were these for again uhhh pls tell me */

/* Fix red link colors */
.skin-vector-2022 a.new {
	color: #dd3333;
}
.skin-vector-2022 a.new:visited {
	color: #a55858;
}

/* Fix section links in history */
.autocomment,.autocomment a, .autocomment a:visited{
	color: #72777d;
}

/* Fix self-link blacks */
.skin-vector-2022 a.mw-selflink {
	color: inherit;	
}
/* End V22 link colors */