MediaWiki:Mobile.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
(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
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 12: Line 12:
     color: white;
     color: white;
}
}
*/

Revision as of 08:16, 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:active {
    background: black;
    color: white;
}
*/