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>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) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 6: | Line 6: | ||
.fakelinks:focus { | .fakelinks:focus { | ||
text-decoration: underline; | text-decoration: underline; | ||
| + | } | ||
| + | .fakelinks:visited { | ||
| + | color: #0b0080 | ||
| + | } | ||
| + | .fakelinks:active { | ||
| + | color: #faa700 | ||
} | } | ||
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
}