Difference between revisions of "MediaWiki:Mobile.css"
(Tested ability to change CSS for mobile view.) |
(Deactivated background coloring CSS code.) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
− | body { background-color: red; } | + | /*body { background-color: red; } |
div.mw-content-ltr { background-color: blue; } | div.mw-content-ltr { background-color: blue; } | ||
Line 9: | Line 9: | ||
div.mw-body { background-color: yellow; } | div.mw-body { background-color: yellow; } | ||
− | div.noprint { background-color: purple; } | + | div.noprint { background-color: purple; }*/ |
Latest revision as of 13:12, 17 April 2016
/* CSS placed here will affect users of the mobile site */ /*body { background-color: red; } div.mw-content-ltr { background-color: blue; } div.mw-body-content { background-color: green; } div.mw-body { background-color: yellow; } div.noprint { background-color: purple; }*/