Ready Player One 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.
/* Portable Infobox Styling */
 
.portable-infobox {
    border: 2px solid #FECC45;
    padding: 3px;
    background: white;
}
 
.portable-infobox .pi-title,
.portable-infobox .pi-header {
    background: #ED1B38;
    color: white;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    font-size: 18px; 
    font-weight: bolder; 
    font-style: normal;
    line-height: 1.5em;
}
Advertisement