Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) (Debugging test 2 of the CSS.) |
Bugman admin (talk | contribs) (Undo revision 2928 by Bugman admin (talk)) |
||
Line 7: | Line 7: | ||
} | } | ||
.harvReferenceLink { | .harvReferenceLink { | ||
− | background-color: # | + | background-color: #FFFF00; |
} | } | ||
.harvNone { | .harvNone { | ||
Line 13: | Line 13: | ||
} | } | ||
.harvBackground { | .harvBackground { | ||
− | background-color: # | + | background-color: #DDEEFF; |
} | } |
Revision as of 18:19, 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;
}