MediaWiki:Common.css

From CEED Wiki
Revision as of 20:42, 7 June 2020 by Ngnyra (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.infobox {
  background: #f9f9f9;
  border: 1px solid #aaa;
  max-width: 25em;
  padding: 0.5em;
  margin: 0 0 2em 2em;
  font-size: 80%;
}

.infobox-float-left {
  float: left;
  clear: left;
}

.infobox-float-right {
  float: right;
  clear: right;
}

.infobox .name, .infobox .printer-thumb {
  text-align: center;
}

.infobox .name {
  font-size: 150%;
  font-weight: bold;
}

.infobox img {
  max-width: 80%;
  max-height: 15em;
  width: auto;
  height: auto;
  margin: 0 1em;
}

.infobox th {
  text-align: left;
}