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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Ensures it applies only to your infobox */
.purely-evil-infobox {
    background-color: #2e2e2e;
    color: white;
    border: 1px solid #444;
    border-radius: 10px;
    font-family: Verdana, sans-serif;
    padding: 10px;
    width: 250px;
    margin: 10px;
}

.purely-evil-infobox .infobox-title {
    font-size: 150%;
    font-weight: bold;
    color: white;
    background-color: #333;
    padding: 5px;
    text-align: center;
    text-shadow: 2px 2px 5px red;
}

.purely-evil-infobox .infobox-label {
    color: white;
    font-weight: bold;
    margin-top: 5px;
}

.purely-evil-infobox .infobox-data {
    color: #ccc;
    margin-top: 2px;
}

.purely-evil-infobox .infobox-label, 
.purely-evil-infobox .infobox-data {
    font-size: 14px;
}