Difference between revisions of "User:Randomno/vector.css"
Wikisimpsons - The Simpsons Wiki
(Created page with "a:link {color: red; text-decoration:none;}") |
|||
Line 1: | Line 1: | ||
− | a:link {color: | + | .mw-body a:link {color: blue; text-decoration:none;} |
+ | .mw-body a:visited {color: #0B0080;} | ||
+ | .mw-body a:hover {text-decoration:underline;} | ||
+ | .mw-body a:active {color: orange;} |
Revision as of 11:07, October 20, 2013
.mw-body a:link {color: blue; text-decoration:none;}
.mw-body a:visited {color: #0B0080;}
.mw-body a:hover {text-decoration:underline;}
.mw-body a:active {color: orange;}