Binding of Isaac: Rebirth Wiki
Advertisement

In other languages: Français


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* Light Theme Styles */

/* Dark Theme Styles */
.page__main {
	background:
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/4/45/Content_corner_top_left.png/revision/latest     ) no-repeat scroll left  top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/d/de/Content_corner_top_right.png/revision/latest    ) no-repeat scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/0/00/Content_corner_bottom_left.png/revision/latest  ) no-repeat scroll left  bottom border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/9/9f/Content_corner_bottom_right.png/revision/latest ) no-repeat scroll right bottom border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/f/f7/Content_top.png/revision/latest                 ) repeat-x  scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/f/f4/Content_left.png/revision/latest                ) repeat-y  scroll left  top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/2a/Content_right.png/revision/latest               ) repeat-y  scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/0/01/Content_bottom.png/revision/latest              ) repeat-x  scroll left  bottom border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/3/3a/Bg.png/revision/latest                          ) repeat           left  top    padding-box;
	border                : 48px solid transparent;
	box-shadow            : 0 0 15px rgba( 0, 0, 0, 0.8 ) inset;
	box-sizing            : border-box;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering       : -webkit-optimize-contrast;
	image-rendering       : -moz-crisp-edges;
	image-rendering       : -o-pixelated;
	image-rendering       : pixelated;
}
Advertisement