User:Kalorus/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with ".mw-body-content a:link:visited { color: #9933ff; } →‎visited links: ")
 
No edit summary
 
Line 1: Line 1:
.mw-body-content a:link:visited { color: #9933ff; } /* visited links */
/* Changing link colors back to normal */
.WikiaArticle a, a {color:#3366BB;}
.WikiaArticle a.external, a.extiw {color:#002bb8 !important;}
.WikiaArticle a[href ^="http://en.wikipedia.org"] {color:#3366BB;}
.WikiaArticle a[href ^="http://en.wikipedia.org"]:visited {color:#5a3696 !important;}
.WikiaArticle a.new {color:#ba0000 !important;}
.WikiaArticle a.new:visited {color:#ff3030 !important;}
.WikiaArticle a:visited {color:#5a3696;}
.WikiaArticle a:active {color:#faa700 !important;}
.WikiaArticle span.plainlinks a.external:visited {color:#5a3696 !important;}
.WikiaArticle a.external:visited {color:#5a3696 !important;}
a:visited, table.gallery td a:visited {color:#5a3696;}

Latest revision as of 15:07, February 24, 2019

/* Changing link colors back to normal */
.WikiaArticle a, a {color:#3366BB;}
.WikiaArticle a.external, a.extiw {color:#002bb8 !important;}
.WikiaArticle a[href ^="http://en.wikipedia.org"] {color:#3366BB;}
.WikiaArticle a[href ^="http://en.wikipedia.org"]:visited {color:#5a3696 !important;}
.WikiaArticle a.new {color:#ba0000 !important;}
.WikiaArticle a.new:visited {color:#ff3030 !important;}
.WikiaArticle a:visited {color:#5a3696;}
.WikiaArticle a:active {color:#faa700 !important;}
.WikiaArticle span.plainlinks a.external:visited {color:#5a3696 !important;}
.WikiaArticle a.external:visited {color:#5a3696 !important;}
a:visited, table.gallery td a:visited {color:#5a3696;}