User:Sonicwave32/global.css

From Meta, a Wikimedia project coordination wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Color user links (including redirects) differently from other links in recent changes and page histories */
.mw-userlink,
.mw-redirect .mw-userlink {
	color: #006699;
}

/* Color visited user links (including redirects) differently from other links in recent changes and page histories */
.mw-userlink:visited,
.mw-redirect .mw-userlink:visited {
	color: #004466;
}

/* Colors links to logs differently */
a[title^="Special:Log"] {
	color: #730099;
}

/* Color IPs differently from other links in recent changes and page histories (does not work currently) */
.mw-userlink .mw-anonuserlink {
	color: #008080;
}

/* Color visited IPs differently from other links in recent changes and page histories (does not work currently) */
.mw-userlink .mw-anonuserlink:visited {
	color: #004d4d;
}

/* Color long-term constructive IP editors (on Wikipedia) differently so that I don't have to check their edits */
.mw-userlink[title="Special:Contributions/70.190.21.73"],
.mw-userlink[title="Special:Contributions/142.160.89.97"],
.mw-userlink[title="Special:Contributions/93.182.179.223"],
.mw-userlink[title="Special:Contributions/59.149.124.29"],
.mw-userlink[title="Special:Contributions/2601:188:180:11F0:65F5:930C:B0B2:CD63"]{
	color: #9900cc;
}

/* Hide rollback link in Watchlist */
.mw-special-Watchlist .mw-rollback-link {
    display: none;
}

/* Hide rollback link in recent changes */
.mw-special-Recentchanges .mw-rollback-link {
    display: none;
}

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */