Difference between revisions of "Template:Fake link/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (Make fake links more likely to real links) |
imported>Great Brightstar (Add pseudo-classes) |
||
| Line 6: | Line 6: | ||
.fakelinks:focus { | .fakelinks:focus { | ||
text-decoration: underline; | text-decoration: underline; | ||
| + | } | ||
| + | .fakelinks:visited { | ||
| + | color: #0b0080 | ||
| + | } | ||
| + | .fakelinks:active { | ||
| + | color: #faa700 | ||
} | } | ||
Revision as of 09:02, 11 December 2018
.fakelinks {
cursor: pointer;
color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
text-decoration: underline;
}
.fakelinks:visited {
color: #0b0080
}
.fakelinks:active {
color: #faa700
}