MediaWiki:Common.css: Difference between revisions

From Dukes of Hazzard Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a{
color:#FF6600;
}


a.external.text{
a.external.text{

Revision as of 19:47, 31 March 2017

/* CSS placed here will be applied to all skins */

a{
color:#FF6600;
}

a.external.text{
color: #FF6600;
}

.mw-body a.external:visited{
color: #FF6666;
}

div#mw-panel div.portal div.body ul li a:visited{
color: #FF6666;
}