Difference between revisions of "MediaWiki:Common.css"

From The Viking Age Compendium
Jump to: navigation, search
Line 3: Line 3:
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
  
 +
/*Add this text at the end of [[Mediawiki:Commons.css]]
 
/*For HarvardReferences extension*/
 
/*For HarvardReferences extension*/
 
.harvVisitedLink {  
 
.harvVisitedLink {  

Revision as of 19:47, 8 August 2012

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

#ca-history { display:none!important; }

/*Add this text at the end of [[Mediawiki:Commons.css]]
/*For HarvardReferences extension*/
.harvVisitedLink { 
	background-color: #AAAAAA;
}
.harvReferenceLink { 
	background-color: #FFFF00;
}
.harvNone { 
	background-color: inherit;
}
.harvBackground { 
	background-color: #DDEEFF;
}