Jump to content

MediaWiki:Minerva.css

From Shark's Hypothetical Weather
Revision as of 21:55, 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.
.infobox {
  background: #F8F9FA;
  border: 1px solid #DADDE3;
  border-collapse: collapse;
  width: 115%;
  font-size: 100%;
  line-height: 1.5;
  color: #202122;
}

.infobox td,
.infobox th {
  border: 1px solid #ddd;
  padding: 6px 8px;
  vertical-align: top;
}

.infobox .section-header {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
}

.infobox caption {
  background-color: #f9f9f9;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}