Difference between revisions of "Template:Fake link/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (Add pseudo-classes) |
imported>K6ka m (K6ka moved page Template:Fakelink/styles.css to Template:Fake link/styles.css without leaving a redirect: For consistency with other "Fake" templates) |
(No difference)
| |
Latest revision as of 19:07, 5 May 2019
.fakelinks {
cursor: pointer;
color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
text-decoration: underline;
}
.fakelinks:visited {
color: #0b0080
}
.fakelinks:active {
color: #faa700
}