User:TCN7JM/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by TCN7JM (talk | contribs) at 03:18, 6 September 2023 (Switch color). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Self links highlighted */
.selflink {
    background-color: #c0c0c0;
}

/* Disambig links orange */
.mw-disambig {
	color: #cd7f32
}
a.mw-disambig:visited {
	color: #8b4000
}

/* Redirect links green */
.mw-redirect {
    color: #50c878
}
a.mw-redirect:visited {
	color: #355E3B
}