MediaWiki:Common.css

From OpenRocket wiki
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.
/* CSS placed here will be applied to all skins */

/* Feature comparison page table styling */
.comparison {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
}
.comparison tr:first-child th {
  font-weight: normal;
  font-style: italic;
}
.comparison th:first-child {
  text-align: right;
  padding-right: 1em;
}
.comparison td {
  border: 1px solid #888;
  text-align: center;
  padding: 3px 5px;
}
.comparison .good {
  background-color: #8f8;
}
.comparison .okay {
  background-color: #cf8;
}
.comparison .poor {
  background-color: #ff8;
}
.comparison .bad {
  background-color: #f88;
}
.comparison .unknown {
  background-color: #e0e0e0;
}