MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site  
/* CSS placed here will affect users of the mobile site */


.spoiler {
.spoiler {
Line 8: Line 8:
}
}


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

Navigation menu