Difference between revisions of "Template:Fake link/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (←Created page with '.fakelinks { cursor: pointer; color: #0645ad; }') |
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) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
cursor: pointer; | cursor: pointer; | ||
color: #0645ad; | color: #0645ad; | ||
| + | } | ||
| + | .fakelinks:hover, | ||
| + | .fakelinks:focus { | ||
| + | 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
}