Difference between revisions of "MediaWiki:Common.css"

From OpenRocket wiki
Jump to navigation Jump to search
(Import from original wiki)
 
(No difference)

Latest revision as of 00:42, 16 February 2013

/* 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;
}