The Pointless Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/

hr {
      display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color:#2b2b2b;
} 

.infobox {
border: none;
background-color: transparent;
}

.tabberlive > .tabbertab:not(.tabbertabhide) {
    /* tabber visible content */
    border:none;
}
.tabberlive {
    /* tabber wrapper style */
    padding-top:-6px;
}
.tabberlive > .tabbernav > li > a {
    /* tabber tabs */
    text-align:center;
}

.multiInfoBox {
    align-items:center;
}
Advertisement