Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 18:18, 5 September 2014

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


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