• New article from the Springfield Shopper: ‘The Simpsons: Tapped Out’ game to end in January 2025!!
  • 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
Line 6: Line 6:
 
.mw-body a:link.new { color: #FF0000; } /* new links */
 
.mw-body a:link.new { color: #FF0000; } /* new links */
 
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
 
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body a:link.external { color: #3366BB; } /* external links */
+
.mw-body a:link.external { text-decoration:underline; } /* external links */
 
.mw-body a:link.stub { color: #772233; } /* hovered links */
 
.mw-body a:link.stub { color: #772233; } /* hovered links */

Revision as of 20:50, November 2, 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 { text-decoration:underline; } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */