MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (+use self host)
mNo edit summary
Line 730: Line 730:
/* Test Chamber infobox styling */
/* Test Chamber infobox styling */
.testchamber {
.testchamber {
  background: url(http://portal.biringa.com/images/c/c7/Test_Chamber_Infobox_middle.png) repeat-y;
    background: url(http://portal.biringa.com/images/c/c7/Test_Chamber_Infobox_middle.png) repeat-y;
  display: block;
    display: block;
  float: right;
    float: right;
}
}
.testchamber-header {
.testchamber-header {
  background: url(http://portal.biringa.com/images/8/84/Test_Chamber_Infobox_top.png) no-repeat;
    background: url(http://portal.biringa.com/images/8/84/Test_Chamber_Infobox_top.png) no-repeat;
  width: 326px;
    width: 326px;
  height: 46px;
    height: 46px;
    margin-bottom: 24px;
}
}
.testchamber-footer {
.testchamber-footer {
  background: url(http://portal.biringa.com/images/9/91/Test_Chamber_Infobox_bottom.png) no-repeat;
    background: url(http://portal.biringa.com/images/9/91/Test_Chamber_Infobox_bottom.png) no-repeat;
  width: 326px;
    width: 326px;
  height: 46px;
    height: 46px;
    margin-top: 24px;
}
}
.testchamber-content {
.testchamber-content {
  margin-left: 48px;
    margin-left: 48px;
  margin-right: 12px;
    margin-right: 12px;
}
}
.testchamber hr {
.testchamber hr {
  width: 264px;
    width: 264px;
  color: #000000 !important;
    color: #000000 !important;
  background-color: #000000 !important;
    background-color: #000000 !important;
  height: 2px !important;
    height: 2px !important;
}
}
.testchamber-number {
.testchamber-number {
  font-size: 128px;
    font-size: 180px;
  display:table-cell;
    display:table-cell;
  vertical-align: middle;
    vertical-align: middle;
  height: 128px;
    height: 180px;
}
}
.testchamber-meter {
.testchamber-meter {
  min-height: 96px;
    min-height: 96px;
    font-weight: bold;
}
}

Navigation menu