Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) (Undo revision 2928 by Bugman admin (talk)) |
Bugman admin (talk | contribs) (Undo revision 2927 by Bugman admin (talk)) |
||
Line 4: | Line 4: | ||
/* For HarvardReferences Mediawiki extension. */ | /* For HarvardReferences Mediawiki extension. */ | ||
.harvVisitedLink { | .harvVisitedLink { | ||
− | background-color: # | + | background-color: #AAAAAA; |
} | } | ||
.harvReferenceLink { | .harvReferenceLink { |
Revision as of 18:19, 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;
}