Jump to content

MediaWiki:Common.css

From STConcordia

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.
/* Concordia Infobox */
.infobox {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
  width: 300px;
  background: #0f1424;
  color: #e6ebff;
  border: 1px solid #29365d;
  border-radius: 8px;
  font-size: 90%;
}
.infobox th {
  background:#131b33;
  padding:8px;
  text-align:center;
  font-weight:700;
  border-bottom:1px solid #29365d;
}
.infobox td { padding:6px 10px; border-bottom:1px solid #29365d; }
.infobox .ib-image { text-align:center; padding:8px; }