MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎CSS placed here will affect users of the mobile site: .spoiler { background: black; color: black; display: inline; padding: 0px 5px 0px 5px; } .spoiler:...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
}
}


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

Navigation menu