User:Thedoczek/common.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 164556 by Thedoczek (talk))
 
(7 intermediate revisions by the same user not shown)
Line 18: Line 18:
}
}


.testchamber-header {
.testchamber-twtm-header {
     background: url(https://i1.theportalwiki.net/img/4/44/Test_Chamber_Infobox_Twtm_top.png) no-repeat;
     background: url(https://i1.theportalwiki.net/img/4/44/Test_Chamber_Infobox_Twtm_top.png) no-repeat;
     width: 326px;
     width: 326px;
Line 25: Line 25:
}
}


.testchamber-footer {
.testchamber-twtm-footer {
     background: url(https://i1.theportalwiki.net/img/b/bb/Test_Chamber_Infobox_Twtm_bottom.png) no-repeat;
     background: url(https://i1.theportalwiki.net/img/b/bb/Test_Chamber_Infobox_Twtm_bottom.png) no-repeat;
     width: 326px;
     width: 326px;
Line 32: Line 32:
}
}


.testchamber-valvetitle {
.testchamber-twtm-valvetitle {
     display: block;
     display: block;
     font-style: italic;
     font-style: italic;
Line 38: Line 38:
}
}


.testchamber-content {
.testchamber-twtm-content {
     margin-left: 48px;
     margin-left: 36px;
     margin-right: 12px;
     margin-right: 24px;
     margin-top: -32px;
     margin-top: -32px;
}
}
Line 56: Line 56:
}
}


.testchambertwtm-meter {
.testchamber-twtm-meter {
   background: url(https://i1.theportalwiki.net/img/a/ae/Chamber_progress_Twtm.png) repeat-x;
   background: url(https://i1.theportalwiki.net/img/a/ae/Chamber_progress_Twtm.png) repeat-x;
}
}


.testchamber-progress {
.testchamber-twtm-progress {
   clear: both;
   clear: both;
   margin-top: 6px;
   margin-top: 6px;
}
}


.testchamber-screenshot {
.testchamber-twtm-screenshot {
   margin-bottom: 4px;
   margin-bottom: 4px;
   margin-top: 7px;
   margin-top: 7px;
}
}


.testchamber-icons {
.testchamber-twtm-icons {
   margin-left: -3px;
   margin-left: -3px;
   margin-right: -3px;
   margin-right: -3px;
Line 76: Line 76:
}
}


.testchamber-icons img {
.testchamber-twtm-icons img {
   margin: 3px;
   margin: 3px;
}
}

Latest revision as of 12:32, 7 September 2020

.old-aperture-infobox-2 {
  width: 250px;
  height: 897px;
  float: right;
  clear: right;
  margin: 0.5em 0 1em 0.5em;
  border: 1px solid black;
  position: relative;
  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://i1.theportalwiki.net/img/d/d9/Test_Chamber_Infobox_Twtm_middle.png) repeat-y;
    display: block;
    float: right;
    margin: 1em 0px 1em 16px;
}

.testchamber-twtm-header {
    background: url(https://i1.theportalwiki.net/img/4/44/Test_Chamber_Infobox_Twtm_top.png) no-repeat;
    width: 326px;
    height: 46px;
    margin-bottom: 24px;
}

.testchamber-twtm-footer {
    background: url(https://i1.theportalwiki.net/img/b/bb/Test_Chamber_Infobox_Twtm_bottom.png) no-repeat;
    width: 326px;
    height: 46px;
    margin-top: 24px;
}

.testchamber-twtm-valvetitle {
    display: block;
    font-style: italic;
    font-size: 1em;
}

.testchamber-twtm-content {
    margin-left: 36px;
    margin-right: 24px;
    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-twtm-meter {
  background: url(https://i1.theportalwiki.net/img/a/ae/Chamber_progress_Twtm.png) repeat-x;
}

.testchamber-twtm-progress {
  clear: both;
  margin-top: 6px;
}

.testchamber-twtm-screenshot {
  margin-bottom: 4px;
  margin-top: 7px;
}

.testchamber-twtm-icons {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
}

.testchamber-twtm-icons img {
  margin: 3px;
}