MediaWiki:Mobile.css

Revision as of 21:21, 31 March 2026 by ST (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
h2, h3, h4 {color:red;background-color:blue}

body {
  background-color: lightgrey;
  color: blue;
}

h1 {
  background-color: black;
  color: white;
}
@media (max-width: 800px) {
  #mw-panel, .mw-sidebar, .vectorSidebar {
    display: none !important;
  }
  #content, #mw-content-text {
    margin-left: 0 !important;
    padding-left: 1rem !important;
  }
}