User:Thedoczek/common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
   position: relative;
   position: relative;
   background: url(https://i1.theportalwiki.net/img/c/c8/OldApertureNav_Background_Test2.png) top left no-repeat;
   background: url(https://i1.theportalwiki.net/img/c/c8/OldApertureNav_Background_Test2.png) top left no-repeat;
}
/* Test Chamber infobox styling */
.testchamber-twtm {
    background: url(https://i2.theportalwiki.net/img/c/c7/Test_Chamber_Infobox_middle.png) repeat-y;
    display: block;
    float: right;
    margin: 1em 0px 1em 16px;
}
.testchamber-header {
    background: url(https://i2.theportalwiki.net/img/8/84/Test_Chamber_Infobox_top.png) no-repeat;
    width: 326px;
    height: 46px;
    margin-bottom: 24px;
}
.testchamber-footer {
    background: url(https://i2.theportalwiki.net/img/9/91/Test_Chamber_Infobox_bottom.png) no-repeat;
    width: 326px;
    height: 46px;
    margin-top: 24px;
}
.testchamber-valvetitle {
    display: block;
    font-style: italic;
    font-size: 1em;
}
.testchamber-content {
    margin-left: 48px;
    margin-right: 12px;
    margin-top: -32px;
}
.testchamber-twtm hr {
    width: 264px;
    color: #000000 !important;
    background-color: #000000 !important;
    height: 2px !important;
    margin: 0.5em 0em;
}
.testchamber-twtm code {
    background-color: transparent !important;
}
.testchamber-meter {
  background: url(https://i2.theportalwiki.net/img/f/fc/Chamber_progress.png) repeat-x;
}
.testchamber-progress {
  clear: both;
  margin-top: 6px;
}
.testchamber-screenshot {
  margin-bottom: 4px;
  margin-top: 7px;
}
.testchamber-icons {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
}
.testchamber-icons img {
  margin: 3px;
}
}