The Evil Within Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

The Evil Within 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 */

.evil {
    background: -moz-linear-gradient(top, #680701 0, #400502 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #680701), color-stop(100%, #400502));
    background: -webkit-linear-gradient(top, #680701 0, #400502 100%);
    background: -o-linear-gradient(top, #680701 0, #400502 100%);
    background: -ms-linear-gradient(top, #680701 0, #400502 100%);
    background: linear-gradient(to bottom, #680701 0, #400502 100%);
    border: 1px solid #400502;
    box-shadow: rgba(67, 82, 73, 1) 0 0.1em 0.3em;
}
Advertisement