MediaWiki:Common.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .spoilers { background: black; color: black; } .spoilers:hover { background: black; color: white; }")
(No difference)

Revision as of 15:04, 16 August 2013

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

.spoilers {
    background: black;
    color: black;
}

.spoilers:hover {
    background: black;
    color: white;
}