Difference between revisions of "MediaWiki:Common.css"

From relax wiki
Jump to navigation Jump to search
(Debugging test 2 of the CSS.)
(Undo revision 2928 by Bugman admin (talk))
Line 7: Line 7:
 
}
 
}
 
.harvReferenceLink {  
 
.harvReferenceLink {  
background-color: #FF0000;
+
background-color: #FFFF00;
 
}
 
}
 
.harvNone {  
 
.harvNone {  
Line 13: Line 13:
 
}
 
}
 
.harvBackground {  
 
.harvBackground {  
background-color: #FF0000;
+
background-color: #DDEEFF;
 
}
 
}

Revision as of 18:19, 5 September 2014

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


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