• New article from the Springfield Shopper: Season 36 News: A new episode title, “Ladies Night”, has been announced, also announcing the season 36 premiere episode!
  • Wikisimpsons needs more Featured Article, Picture, Quote, Episode and Comprehensive article nominations!
  • Wikisimpsons has a Discord server! Click here for your invite! Join to talk about the wiki, Simpsons and Tapped Out news, or just to talk to other users.
  • Make an account! It's easy, free, and your work on the wiki can be attributed to you.
TwitterFacebookDiscord

Difference between revisions of "User:Randomno/vector.css"

Wikisimpsons - The Simpsons Wiki
(Created page with "a:link {color: red; text-decoration:none;}")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
a:link {color: red; text-decoration:none;}
+
.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;}
 +
 
 +
.mw-body a:link.new { color: #FF0000; } /* new links */
 +
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
 +
.mw-body a:link.external { color: #3366BB } /* external links */
 +
.mw-body a:link.stub { color: #772233; } /* hovered links */

Latest revision as of 13:48, November 3, 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;}

.mw-body a:link.new { color: #FF0000; } /* new links */
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body a:link.external { color: #3366BB } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */