Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) (For HarvardReferences Mediawiki extension.) |
Bugman admin (talk | contribs) (Debugging test of the CSS.) |
||
Line 4: | Line 4: | ||
/* For HarvardReferences Mediawiki extension. */ | /* For HarvardReferences Mediawiki extension. */ | ||
.harvVisitedLink { | .harvVisitedLink { | ||
− | background-color: # | + | background-color: #FF0000; |
} | } | ||
.harvReferenceLink { | .harvReferenceLink { |
Revision as of 18:17, 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;
}