MediaWiki:Mobile.css

From JJSWiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */

.header-container.header-chrome {
	background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}

.mw-body {
    background-color: #E7F0ED;
}

.content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
	background: white;
}

.minerva-footer {
	background: #E7F0ED;
}