Difference between revisions of "MediaWiki:Common.css"

From relax wiki
Jump to navigation Jump to search
(Undo revision 2928 by Bugman admin (talk))
(Undo revision 2927 by Bugman admin (talk))
Line 4: Line 4:
 
/* For HarvardReferences Mediawiki extension. */
 
/* For HarvardReferences Mediawiki extension. */
 
.harvVisitedLink {  
 
.harvVisitedLink {  
background-color: #FF0000;
+
background-color: #AAAAAA;
 
}
 
}
 
.harvReferenceLink {  
 
.harvReferenceLink {  

Revision as of 18:19, 5 September 2014

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


/* For HarvardReferences Mediawiki extension. */
.harvVisitedLink { 
	background-color: #AAAAAA;
}
.harvReferenceLink { 
	background-color: #FFFF00;
}
.harvNone { 
	background-color: inherit;
}
.harvBackground { 
	background-color: #DDEEFF;
}