Difference between revisions of "MediaWiki:Common.css"

From Les Misérables Annotation Project
Jump to: navigation, search
(fix visited links)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
@media screen {
 
a:visited{color:#0645ad;}
 
a:visited{color:#0645ad;}
 +
a.external:visited{color:#36b;}
 +
 +
div#mw-panel
 +
div.portal div.body ul li a:visited{color:#0645ad;}
 +
.mw-body a.external:visited{color:#36b}
 +
}

Latest revision as of 03:01, 2 March 2014

/* CSS placed here will be applied to all skins */
@media screen {
a:visited{color:#0645ad;}
a.external:visited{color:#36b;}

div#mw-panel
div.portal div.body ul li a:visited{color:#0645ad;}
.mw-body a.external:visited{color:#36b}
}