MediaWiki:Mobile.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}
}


.spoiler:hover, .spoiler:active {
.spoiler:hover, .spoiler:active, .spoiler:focus {
     background: black;
     background: black;
     color: white;
     color: white;
}
}

Revision as of 09:56, 19 October 2019

/* CSS placed here will affect users of the mobile site */

.spoiler {
    background: black;
    color: black;
    display: inline;
    padding: 0px 5px 0px 5px;
}

.spoiler:hover, .spoiler:active, .spoiler:focus {
    background: black;
    color: white;
}