Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
| Bugman admin (talk | contribs)   (For HarvardReferences Mediawiki extension.) | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* 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; | ||
| + | } | ||
Revision as of 16:54, 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;
}

