MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.spoilers {
.spoiler {
     background: black;
     background: black;
     color: black;
     color: black;
Line 8: Line 8:
}
}


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