Jump to content

MediaWiki:Mobile.css

From Shark's Hypothetical Weather
Revision as of 16:25, 24 April 2025 by Sharkius (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.
@media screen and (max-width: 720px) {
  .infobox td,
  .infobox th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    text-align: left;
  }

  .infobox th {
    background-color: #f3f3f3;
    font-weight: bold;
  }

  .infobox td {
    background-color: #fff;
  }

  .infobox .mergedtoprow td,
  .infobox .mergedtoprow th {
    border-top: 0;
  }
}