MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Fixing white background on Quotation)
No edit summary
Line 726: Line 726:
table.quotation {
table.quotation {
     background: transparent !important;
     background: transparent !important;
}
/* Test Chamber infobox styling */
.testchamber {
  background: url(http://upload.gaiatools.com/files/Infobox%20test%20chamber%20middle_1.png) repeat-y;
  display: block;
  float: right;
}
.testchamber-header {
  background: url(http://upload.gaiatools.com/files/Infobox%20test%20chamber%20top_1.png) no-repeat;
  width: 326px;
  height: 46px;
}
.testchamber-footer {
  background: url(http://upload.gaiatools.com/files/Infobox%20test%20chamber%20bottom_1.png) no-repeat;
  width: 326px;
  height: 46px;
}
.testchamber-content {
  margin-left: 48px;
  margin-right: 12px;
}
.testchamber hr {
  width: 264px;
  color: #000000 !important;
  background-color: #000000 !important;
  height: 2px !important;
}
.testchamber-number {
  font-size: 128px;
  display:table-cell;
  vertical-align: middle;
  height: 128px;
}
.testchamber-meter {
  min-height: 96px;
}
}

Navigation menu