Difference between revisions of "MediaWiki:Mobile.css"

From WWII Memorial
Jump to: navigation, search
(Tested ability to change CSS for mobile view.)
(No difference)

Revision as of 12:13, 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; }