Template:Fakelink/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Sporked from https://en.wikipedia.org/wiki/Template:Fake_link/styles.css, itself based off Uncyclopedia's */
.fakelinks {
	cursor: pointer;
	color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
	text-decoration: underline;
}
.fakelinks:visited {
	color: #0b0080
}
.fakelinks:active {
	color: #faa700
}

/* [[Category:Template stylesheets]] */