MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
a:link { | a:link { | ||
// color:#FF0000; | |||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
a:visited { | a:visited { | ||
// color:#00FF00; | |||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
a:hover { | a:hover { | ||
// color:#FF00FF; | |||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
a:active { | a:active { | ||
// color:#0000FF; | |||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||