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
/* CSS placed here will be applied to all skins */

/********************
/* Background image *
/********************/
.bimage {
	image-rendering: pixelated;
}

table.bimage {
	margin: 0;
	border: 0;
}

/********
/* Icon *
/********/
.indicator,
.dlc {
	cursor: help;
}

.icon-stat {
	display      : inline-block;
	padding      : 3px;
	border-radius: 20px;
	background   : #e9dadf;
}

/************************
/* Infobox (DEPRECATED) *
/************************/
div.infobox {
	float     : right;
	width     : 357px;
	min-height: 375px;
	margin    : 0;
	border    : 0;
	padding   : 0;
}

div.infobox,
div.infobox > table {
	position: relative;
}

div.infobox > table {
	margin : 0 auto;
	padding: 40px 30px;
}

div.infobox > table * {
	max-width: 297px;
}

div.infobox > table > tr > th,
div.infobox > table > tr > td,
div.infobox > table > * > tr > th,
div.infobox > table > * > tr > td {
	color     : #473a3c;
	text-align: center;
	padding   : 0;
}

div.infobox > table > tr > th > *,
div.infobox > table > tr > td > *,
div.infobox > table > * > tr > th > *,
div.infobox > table > * > tr > td > * {
	margin-left : auto;
	margin-right: auto;
}

div.infobox a {
	color: #740;
}

div.infobox-background {
	position               : absolute;
	width                  : 100%;
	background-size        : 100% !important;
	-webkit-background-size: 100%;
	-moz-background-size   : 100% !important;
}

div.infobox-background-top {
	background: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/3/31/Infobox_top.png/revision/latest ) no-repeat;
	height    : 349.5px;
}
div.infobox-background-middle {
	background: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/c/c2/Infobox_middle.png/revision/latest ) round;
	height    : calc( 100% - 377px );
	margin    : 349px 0 28px 0;
}
div.infobox-background-bottom {
	background: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/7/7f/Infobox_bottom.png/revision/latest ) no-repeat;
	height    : 28.5px;
	bottom    : 0;
}

.infobox-slideshow {
	position: relative;
	display : inline-block;
	overflow: hidden;
}

.infobox-slideshow > * {
	width: max-content;
}

.infobox-slideshow > :not( :last-child ) {
	display: none;
}

.infobox-slideshow > * > * {
	position: relative;
}

/***********
/* Infobox *
/***********/
.infobox2 {
	position: relative;
	float   : right;
	width   : 357px;
}

.infobox2-content {
	position  : relative;
	margin    : 40px 30px;
	background: #e9dadf;
	text-align: center;
}

.infobox2-title {
	margin: 0 auto 25px;
}

.infobox2-content table {
	margin: auto;
}

#content .infobox2-content,
#content .infobox2-content table {
	color: #473a3c;
}

.infobox2 a,
.infobox2 a:visited,
#content .infobox2-content a.external,
#content .infobox2-content a.external:visited {
	color: #740;
}

.infobox2-background {
	position               : absolute;
	background-size        : 100%;
	-webkit-background-size: 100%;
	-moz-background-size   : 100%;
}

.infobox2-background-top-left,
.infobox2-background-top-right,
.infobox2-background-bottom-left, 
.infobox2-background-bottom-right {
	width : 30px;
	height: 40px;
}

.infobox2-background-top-left {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/2c/Infobox_corner_top_left.png/revision/latest );
}

.infobox2-background-top-right {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/c/c7/Infobox_corner_top_right.png/revision/latest );
	right           : 0;
}

.infobox2-background-bottom-left {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/0/09/Infobox_corner_bottom_left.png/revision/latest );
	bottom          : 0;
}

.infobox2-background-bottom-right {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/f/f0/Infobox_corner_bottom_right.png/revision/latest );
	bottom          : 0;
	right           : 0;
}

.infobox2-background-left,
.infobox2-background-right,
.infobox2-background-top,
.infobox2-background-bottom {
	background-repeat: round;
}

.infobox2-background-left,
.infobox2-background-right {
	top   : 40px;
	width : 30px;
	height: calc( 100% - 80px );
}

.infobox2-background-left {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/5/5b/Infobox_left.png/revision/latest );
}

.infobox2-background-right {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/b/b0/Infobox_right.png/revision/latest );
	right           : 0;
}

.infobox2-background-top,
.infobox2-background-bottom {
	background-size: contain;
	left           : 30px;
	width          : calc( 100% - 60px );
	height         : 40px;
}

.infobox2-background-top {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/6/6a/Infobox_top_new.png/revision/latest );
}

.infobox2-background-bottom {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/8/82/Infobox_bottom_new.png/revision/latest );
	bottom          : 0;
}

.dlc-caption {
	position: absolute;
	z-index : 1;
}

.context-box {
	float                  : right;
	width                  : 40px;
	height                 : 28px;
	padding                : 13px;
	background             : url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/1/19/TableDlc.png/revision/latest ) no-repeat scroll center border-box;
	background-size        : 100%;
	-webkit-background-size: 100%;
	-moz-background-size   : 100%;
	text-align             : center;
}

.infobox2-slideshow {
	text-align: center;
}

.infobox2-slideshow-titlebar {
	width : max-content;
	margin: 0 auto 2px;
}

.infobox2-slideshow-hidden > .infobox2-slideshow-titlebar {
	display: none;
}

.infobox2-slide-title:not( :last-child ) {
	margin-right: 2px;
}

.infobox2-slide-active,
.infobox2-slide-title:not( .infobox2-slide-title-active ) {
	cursor: pointer;
}

.infobox2-slide-title-active {
	padding-bottom: 3px;
	border-bottom : 2px solid #888;
}

.infobox2-slide {
	max-width: 100%;
	margin   : auto;
}

.infobox2-slideshow:not( .infobox2-slideshow-enabled ) > .infobox2-slide:not( :last-child ),
.infobox2-slideshow:not( .infobox2-slideshow-enabled ) .infobox2-slide-title,
.infobox2-slideshow-enabled > .infobox2-slide:not( .infobox2-slide-active ) {
	display: none;
}

.infobox2-slide > * {
	position: relative;
}

.dlc-hidden > :not( :last-child ) {
	display: none;
}

.boss-name {
	filter: brightness( 0.2 );
}

/*********
/* Table *
/*********/
.row-collectible > td:nth-child( 2 ),
.row-collectible > td:nth-child( 3 ),
.row-collectible > td:nth-child( 4 ) {
	text-align: center;
}

.row-collectible > td:nth-child( 3 ) {
	padding: 0;
}

.row-collectible > td:nth-child( 3 ) > * {
	display: inline-block;
}

/*******************
/* Collection page *
/*******************/
div.collection {
	width   : 100%;
	overflow: auto;
}

div.collection > table {
	margin          : 0;
	border          : 0 solid #000;
	text-align      : center;
	background-color: transparent;
}

div.collection > table > tr,
div.collection > table > tr > th,
div.collection > table > * > tr,
div.collection > table > * > tr > th {
	background-color: transparent;
}

div.collection > table > tr > td,
div.collection > table > * > tr > td {
	background-color: #483027;
	background-color: rgba( 0, 0, 0, 0.3 );
}

table.collection {
	margin     : 1em auto 1em auto;
	line-height: 0;
}

.collection-line,
.collection-line {
	background-color: #ccc;
}

.collection-select {
	background-color: #fff;
}

/***********************
/* Platform indicators *
/***********************/
.plat {
	border     : 1px solid #fff;
	padding    : 1px 3px;
	font-size  : smaller;
	font-weight: bold;
}

/********
/* Bugs *
/********/
.bug {
	min-width    : 50%;
	margin-top   : 1em;
	margin-bottom: 1em;
	padding-right: 8px;
	background   : #1d1d1d;
	text-align   : left;
}

.bug > tr > th,
.bug > * > tr > th {
	width: 5em;
	color: #d10;
}

/********************
/* Community portal *
/********************/
.cpbox {
	display       : flex;
	flex-direction: row-reverse;
	flex-wrap     : wrap;
}

.cpbox #admins {
	box-sizing: border-box;
	width     : calc(33% - 10px);
	margin    : 5px;
	flex-grow : 1;
	min-width : 300px;
}

.cpbox #help {
	box-sizing: border-box;
	width     : calc(67% - 10px);
	margin    : 5px;
	flex-grow : 1;
}

/**************
/* Navigation *
/**************/
.nav-header {
	width         : 100%;
	border-spacing: 4px;
	text-align    : center;
}

.nav-header td {
	background: #50344f;
}

.nav-header .nav-header-selected {
	background : #5d3443;
	font-weight: bold;
}

.nav-category {
	clear       : both;
	width       : auto;
	background  : #3f2922;
	background  : rgba( 0, 0, 0, 0.4 );
	margin      : 5px auto;
	border-color: #1f1511;
	border-color: rgba( 0, 0, 0, 0.5 );
	text-align  : center;
	font-size   : 15px;
}

.nav-category > ul {
	margin-left         : auto;
	margin-right        : auto;
	list-style          : none;
	text-align          : left;
	white-space         : nowrap;
	-webkit-column-width: 180px;
	-moz-column-width   : 180px;
	-ms-column-width    : 180px;
	column-width        : 180px;
	-webkit-column-gap  : 10px;
	-moz-column-gap     : 10px;
	-ms-column-gap      : 10px;
	column-gap          : 10px;
}

.nav-category > tr > th,
.nav-category > * > tr > th {
	background: #32211a;
	background: rgba( 0, 0, 0, 0.2 );
}

.nav-list-vertical > tr > td:not( :last-of-type ),
.nav-list-vertical > * > tr > td:not( :last-of-type ) {
	padding-right: 10px;
}

/*********************
/* Template:FP links *
/*********************/
.fplinks {
	display        : flex;
	flex-wrap      : wrap;
	justify-content: space-evenly;
	align-items    : stretch;
	text-align     : center;
}

.fplink-outer {
	padding       : 5px;
	flex-basis    : calc(25% - 10px);
	width         : calc(25% - 15px);
	min-width     : 115px;
	display       : inline-block;
	vertical-align: middle;
}

.fplink-small {
	flex-basis: calc(12.5% - 10px);
	width     : calc(12.5% - 15px);
}

.fplink-wide {
	flex-basis: calc(33% - 10px);
	width     : calc(33% - 15px);
}

.fplink-fullwidth {
	flex-basis : 100%;
	width      : calc(100% - 15px);
	font-weight: bold;
}

.fplink {
	padding   : 0.5em;
	box-sizing: border-box;
	width     : 100%;
	height    : 100%;
	display   : table;
}

.fplink-plain {
	background   : transparent;
	border-radius: 0;
	border       : 0;
	box-shadow   : none;
}

.fplink-inner {
	display: table-row;
}

.fplink a {
	display       : table-cell;
	vertical-align: middle;
}

.fplink img {
	max-width: 150px;
	width    : 100%;
	height   : auto;
}

/*************
/* Main page *
/*************/
.mf-gameplay-grid {
	display        : grid;
	grid-template  : "a c" 33px
	                 "b d" auto / auto 330px;
	justify-content: space-around;
	margin         : 10px 0;
}

.mf-community-grid {
	display      : grid;
	grid-template: "a c" 33px
				   "b d" auto / auto auto;
	width        : 100%;
}

.mf-community-grid > div,
.mf-gameplay-grid > div {
    background-color: rgba( 0, 0, 0, 0.3 );
}

.mf-community-grid > .mf-community-grid-header,
.mf-gameplay-grid > .mf-gameplay-grid-header {
    background : rgba( 0, 0, 0, 0.6 );
    border     : 1px solid #000;
    font-size  : 20px;
    color      : #fff;
    font-weight: bold;
    text-align : center;
}

.mf-gameplay-grid-content { 
	display        : flex;
	flex-wrap      : wrap;
	justify-content: center;
	gap            : 10px;
	padding        : 10px;
}

.mf-gameplay-grid-content > div {
    width     : 100px;
    text-align: center;
}

/* Used for e.g. item lists for compactness */
.multicolumn-list {
    max-width           : 800px;
    -webkit-column-width: 200px;
    -moz-column-width   : 200px;
    -ms-column-width    : 200px;
    column-width        : 200px;
    -webkit-column-gap  : 50px;
    -moz-column-gap     : 50px;
    -ms-column-gap      : 50px;
    column-gap          : 50px;
}

/* Logo */
#p-logo {
	height                : 130px;
	margin-left           : 10px;
	margin-top            : 0px;
	padding               : 0;
	width                 : 616px;
	z-index               : 4;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering       : -webkit-optimize-contrast;
	image-rendering       : -moz-crisp-edges;
	image-rendering       : -o-pixelated;
	image-rendering       : pixelated;
}

#p-logo a {
	height: 130px;
	width : 616px;
}
Advertisement