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 edit summary
Line 4: Line 4:
     background: black;
     background: black;
     color: black;
     color: black;
display: inline;
}
}



Revision as of 15:05, 16 August 2013

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

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

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