MediaWiki:Mobile.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
     display: inline;
     display: inline;
     padding: 0px 5px 0px 5px;
     padding: 0px 5px 0px 5px;
}
.spoiler:hover, .spoiler:focus, .spoiler:active {
    background: black;
    color: white;
}
}

Latest revision as of 10:41, 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:focus, .spoiler:active {
    background: black;
    color: white;
}