Difference between revisions of "User:KamranMackey/common.css"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(Really Chocohead? You made me have to update my CSS to keep mine in sync with yours. :P)
m (If you insist on copying me :P)
Line 4: Line 4:
}
}


div.vectorTabs li.new a{
div.vectorTabs li.new a {
     color: #BA0000 !important;
     color: #BA0000 !important;
}
}

Revision as of 11:35, 21 February 2015

/*Fixed links changing colour if you follow them*/
a.new:visited, #p-personal a.new, a.new:visited{
   color: #BA0000 !important;
}

div.vectorTabs li.new a {
    color: #BA0000 !important;
}

a:visited,
   .mw-body a.external,
   .mw-body a.external:visited,
   .mw-body a.extiw {
   color: #024EA1 !important;
}