Binding of Isaac: Rebirth Wiki
Advertisement

Autres langues : English


Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Videz le cache dans Outils → Préférences.
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
	background: #000;
}

.nomobile {
	display: none;
}

a.watch-this-article {
	background-image: url( https://bindingofisaacrebirth.gamepedia.com/media/7/7b/Watch_lighter.png ) !important; /* optional if a lighter version of the star icon is required */
}

/* Search header */
.overlay,
.overlay .overlay-header-container,
.search-overlay .overlay-header,
.search-overlay .results {
	background: rgba( 0, 0, 0, 0.85 ) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
	color: #d5d4d4;
}

.search-overlay {
	background: none repeat scroll 0 0 rgba( 0, 0, 0, 0.5 ) !important; 
}

ul.suggestions-results,
ul.suggestions-results li {
	background: rgba( 0, 0, 0, 0.85 );
}

ul.suggestions-results,
ul.suggestions-results li,
ul.suggestions-results li.suggestions-result {
	color: #d5d4d4;
}

/* General header */
#mw-mf-header form,
#mw-mf-sq {
	background: rgba( 0, 0, 0, 0.85 );
}

.branding-box {
	padding-right: 10px;
}

/* Navigation */
.menu {
	background: #000;
}

.menu > ul > li {
	background: transparent;
	border-top: 2px solid #6b4537;
}

.menu > ul > li > a {
	color: #ccc !important;
}

.menu > ul:not( .hlist ) > li > a:not( .secondary-action ):hover {
	box-shadow: inset 4px 0 #6b4537;
	background: linear-gradient( to right, rgba( 107, 69, 55, 0.7 ), rgba( 107, 69, 55, 0.5 ), #000 );
}

.menu > ul.hlist > li > a {
	color: #9cb0d1;
}

.menu .secondary-action {
	border-left: none;
}
.menu .secondary-action:hover {
	box-shadow: none;
	background: radial-gradient( closest-side, #c00, #000 );
}

/* Non-content area */
body {
	background: #000;
	color     : #d5d4d4;
}

.overlay-enabled, #content {
	background: transparent;
}

#content,
.editor-overlay .overlay-content {
	background:
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/27/M_Content_corner_top_left.png/revision/latest     ) no-repeat scroll left  top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/d/dd/M_Content_corner_top_right.png/revision/latest    ) no-repeat scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/9/99/M_Content_corner_bottom_left.png/revision/latest  ) no-repeat scroll left  bottom border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/2b/M_Content_corner_bottom_right.png/revision/latest ) no-repeat scroll right bottom border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/22/M_Content_top.png/revision/latest                 ) repeat-x  scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/b/b4/M_Content_left.png/revision/latest                ) repeat-y  scroll left  top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/2/2d/M_Content_right.png/revision/latest               ) repeat-y  scroll right top    border-box,
url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/0/03/M_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    : 20px solid transparent;
	box-shadow: 0 0 15px rgba( 0, 0, 0, 0.8 ) inset;
	box-sizing: border-box;
}

.animations #mw-mf-page-center {
	backface-visibility: hidden;
	min-height         : 100%;
	transition         : transform 0.25s ease-in-out 0s, height 0s ease 0.5s;
}

#footer {
	border-top: 1px solid #394147;
	color: #d5d4d4;
}

#footer a {
	color: #9cb7c2;
}

#footer h2 {
	color: #fff;
}

footer {
	border-top: none;
}

footer .last-modified-bar {
	border-bottom   : none;
	background-color: transparent;
}

/* Content area */
a,
a:visited,
a.external {
	color: #9cb0d1;
}

h1, h2 {
	border-bottom: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	background: none repeat scroll 0 0 transparent;
	color     : #d5d4d4;
}

img {
	image-rendering: optimize-contrast;
	image-rendering: optimizeSpeed;
	image-rendering: optimizeQuality;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

.toc-mobile {
	background-color: rgba( 0, 0, 0, 0.2 ) !important;
	border          : solid 1px #000 !important;
}

.thumb,
#content_wrapper .thumb {
	background: transparent;
	border    : 1px solid #fff;
}

li.gallerybox div.thumb {
	text-align: center;
	background: transparent;
	border    : 1px solid #fff;
	margin    : 2px;
}

table.mw-datatable > tr > th,
table.mw-datatable > tr > td,
table.mw-datatable > * > tr > th,
table.mw-datatable > * > tr > td,
table.wikitable > tr > th,
table.wikitable > tr:not( .collection-line ) > td:not( .collection-line ),
table.wikitable > * > tr > th,
table.wikitable > * > tr:not( .collection-line ) > td:not( .collection-line ) {
	border          : 1px solid #000 !important;
	background-color: rgba( 0, 0, 0, 0.3 );
	color           : #fff;
}

table.wikitable > tr.collection-line > td,
table.wikitable > * > tr.collection-line > td,
table.wikitable > tr > td.collection-line,
table.wikitable > * > tr > td.collection-line {
	border: 1px solid #000 !important;
	color : #fff;
}

table.mw-datatable > tr > th,
table.mw-datatable > * > tr > th,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
	font-size       : 10pt;
	background-color: #142e59 !important;
	font-weight     : bold;
}

table.wikitable,
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
	padding: 3px;
}

.mwm-notice,
#searchbox {
	background   : transparent;
	border       : 2px solid #394147;
	border-radius: 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
	background-color: transparent;
}

a.back_to_top,
a.back_to_top:visited {
	margin-top: 7px;
}

code {
	background-color: rgba( 0, 0, 0, 0.2 );
}

.catlinks,
ul#filetoc {
	background-color: transparent;
	border          : 1px solid #000;
}

.mw-ui-button {
	background-color: rgba( 0, 0, 0, 0.2 );
	border          : solid 1px #000 !important;
	color           : inherit !important;
}

.mw-ui-button:hover {
	background-color: rgba( 0, 0, 0, 0.4 );
}

.mainpage ~ .wikitable.content table.content-content {
	margin    : 0 auto;
	text-align: center;
}

/* Editor */
overlay language-overlay view-border-box visible
.editor-overlay {
	background: rgba( 0, 0, 0, 0.85 ) !important;
}

.editor-overlay-ve .overlay-header-container {
	border-bottom: none;
	background   : transparent !important;
	box-shadow   : none !important;
}

.editor-overlay-ve .overlay-content {
	max-width: none;
}

.wikitext-editor {
	color: #d5d4d4;
}

/* Languages */
.language-overlay {
	background: rgba( 0, 0, 0, 0.85 ) !important;
}

.language-overlay .overlay-header-container {
	border-bottom: none;
}

.language-overlay .overlay-content,
.language-overlay .panel,
.language-overlay .list-header,
.language-overlay .overlay-content-body li {
	background-color: transparent !important;
}

.language-overlay .overlay-content-body a {
	background: rgba( 107, 69, 55, 0.7 );
}
.language-overlay .overlay-content-body a:hover {
	background: rgba( 107, 69, 55, 0.9 );
}

.language-overlay .overlay-content-body span {
	color: #d5d4d4 !important;
}

/*******************
/* SyntaxHighlight *
/*******************/
.mw-highlight {
	background: 0;
}

.mw-highlight .c, .mw-highlight .cm, .mw-highlight .c1 {
	color: #6b4537;
}

.mw-highlight .mh {
	color: #790000;
}

.mw-highlight .mi {
	color: #b00040;
}

.mw-highlight .n, .mw-highlight .p,	.mw-highlight .nx {
	color: #000;
}

span.dlc {
	cursor: help;
}

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

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

/***********
/* Infobox *
/***********/
div.infobox {
	background   : #e9dadf;
	padding      : 20px 0;
	border-radius: 20px;
}

div.infobox > table {
	display   : table;
	width     : 100% !important;
	text-align: center;
}

tr.infobox-title:hover {
	cursor    : pointer;
	background: linear-gradient( transparent, rgba( 71, 58, 60, 0.2 ), transparent );
}

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;
}

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

div.infobox > table > tr > th > table,
div.infobox > table > tr > td > table,
div.infobox > table > * > tr > th > table,
div.infobox > table > * > tr > td > table {
	display: table;
	width  : inherit !important;
}

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

.infobox-slideshow > .slide:not( :first-of-type ) {
	display: none;
}

.infobox-slideshow > .slide {
	position: absolute;
	left    : 50%;
	width   : max-content;
}

.infobox-slideshow > .slide > * {
	position: relative;
	left    : -50%;
}

div.infobox-dlc {
	float        : right;
	padding      : 0 10px 5px;
	margin-right : 20px;
	background   : #473a3c;
	border-radius: 0 0 20px 20px;
}

/*******************
/* Collection page *
/*******************/
div.collection {
	float: left;
	padding: 2em;
}

div.collection > table {
	border          : 0px solid black;
	text-align      : center;
	background-color: transparent !important;
}

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

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

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

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

td.collection-select {
	background-color: #888;
}

/*************
/* Item pools *
/*************/
table.itemPools {
	text-align: left;
}

table.itemPools > tr > td, table.itemPool > * > tr > td {
	border: none;
}

/*********
/* Fonts *
/*********/

.font-TeamMeat-Bold {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/a/a3/Font_TeamMeat_Bold.png/revision/latest );
	display         : inline-block;
}

.font-TeamMeat-Bold-cparen  { background-position:  -63px    0  ; width: 10px; height: 20px; }
.font-TeamMeat-Bold-dol     { background-position:  -74px    0  ; width: 14px; height: 19px; }
.font-TeamMeat-Bold-oparen  { background-position:  -89px    0  ; width: 10px; height: 19px; }
.font-TeamMeat-Bold-qmark   { background-position: -100px    0  ; width: 14px; height: 18px; }
.font-TeamMeat-Bold-ss      { background-position: -115px    0  ; width: 13px; height: 18px; }
.font-TeamMeat-Bold-obrace  { background-position: -129px    0  ; width: 12px; height: 18px; }
.font-TeamMeat-Bold-cbrkt   { background-position: -143px    0  ; width: 11px; height: 18px; }
.font-TeamMeat-Bold-cbrace  { background-position: -155px    0  ; width: 11px; height: 18px; }
.font-TeamMeat-Bold-emark   { background-position: -167px    0  ; width:  8px; height: 18px; }
.font-TeamMeat-Bold-K       { background-position: -176px    0  ; width: 16px; height: 17px; }
.font-TeamMeat-Bold-L       { background-position: -193px    0  ; width: 15px; height: 17px; }
.font-TeamMeat-Bold-V       { background-position: -209px    0  ; width: 14px; height: 17px; }
.font-TeamMeat-Bold-8       { background-position: -224px    0  ; width: 14px; height: 17px; }
.font-TeamMeat-Bold-0       { background-position: -239px    0  ; width: 13px; height: 17px; }
.font-TeamMeat-Bold-obrkt   { background-position:    0    -21px; width: 10px; height: 17px; }
.font-TeamMeat-Bold-percent { background-position:  -11px  -21px; width: 23px; height: 16px; }
.font-TeamMeat-Bold-M       { background-position:  -34px  -21px; width: 19px; height: 16px; }
.font-TeamMeat-Bold-N       { background-position:  -54px  -21px; width: 18px; height: 16px; }
.font-TeamMeat-Bold-O       { background-position:  -73px  -21px; width: 18px; height: 16px; }
.font-TeamMeat-Bold-at      { background-position:  -92px  -20px; width: 18px; height: 16px; }
.font-TeamMeat-Bold-X       { background-position: -111px  -19px; width: 17px; height: 16px; }
.font-TeamMeat-Bold-G       { background-position: -129px  -19px; width: 16px; height: 16px; }
.font-TeamMeat-Bold-Y       { background-position: -146px  -19px; width: 16px; height: 16px; }
.font-TeamMeat-Bold-S       { background-position: -163px  -19px; width: 15px; height: 16px; }
.font-TeamMeat-Bold-P       { background-position: -179px  -18px; width: 15px; height: 16px; }
.font-TeamMeat-Bold-A       { background-position: -195px  -18px; width: 15px; height: 16px; }
.font-TeamMeat-Bold-B       { background-position: -211px  -18px; width: 15px; height: 16px; }
.font-TeamMeat-Bold-H       { background-position: -227px  -18px; width: 15px; height: 16px; }
.font-TeamMeat-Bold-1       { background-position: -243px  -18px; width:  9px; height: 16px; }
.font-TeamMeat-Bold-F       { background-position:    0    -39px; width: 13px; height: 16px; }
.font-TeamMeat-Bold-2       { background-position:  -15px  -38px; width: 13px; height: 16px; }
.font-TeamMeat-Bold-E       { background-position:  -29px  -38px; width: 13px; height: 16px; }
.font-TeamMeat-Bold-9       { background-position:  -43px  -38px; width: 13px; height: 16px; }
.font-TeamMeat-Bold-Q       { background-position:  -57px  -38px; width: 20px; height: 15px; }
.font-TeamMeat-Bold-W       { background-position:  -78px  -38px; width: 20px; height: 15px; }
.font-TeamMeat-Bold-T       { background-position:  -99px  -37px; width: 16px; height: 15px; }
.font-TeamMeat-Bold-R       { background-position: -116px  -36px; width: 16px; height: 15px; }
.font-TeamMeat-Bold-pound   { background-position: -133px  -36px; width: 16px; height: 15px; }
.font-TeamMeat-Bold-3       { background-position: -150px  -36px; width: 15px; height: 15px; }
.font-TeamMeat-Bold-5       { background-position: -166px  -36px; width: 15px; height: 15px; }
.font-TeamMeat-Bold-U       { background-position: -182px  -35px; width: 15px; height: 15px; }
.font-TeamMeat-Bold-D       { background-position: -199px  -35px; width: 13px; height: 15px; }
.font-TeamMeat-Bold-       { background-position: -213px  -35px; width: 14px; height: 15px; }
.font-TeamMeat-Bold-J       { background-position: -228px  -35px; width: 13px; height: 15px; }
.font-TeamMeat-Bold-4       { background-position: -242px  -35px; width: 13px; height: 15px; }
.font-TeamMeat-Bold-6       { background-position:    0    -56px; width: 13px; height: 15px; }
.font-TeamMeat-Bold-pilcrow { background-position:  -14px  -56px; width: 13px; height: 15px; }
.font-TeamMeat-Bold-cent    { background-position:  -28px  -55px; width: 12px; height: 15px; }
.font-TeamMeat-Bold-I       { background-position:  -41px  -55px; width: 12px; height: 15px; }
.font-TeamMeat-Bold-Z       { background-position:  -54px  -55px; width: 16px; height: 14px; }
.font-TeamMeat-Bold-7       { background-position:  -71px  -54px; width: 14px; height: 14px; }
.font-TeamMeat-Bold-C       { background-position:  -87px  -54px; width: 13px; height: 14px; }
.font-TeamMeat-Bold-slash   { background-position: -101px  -53px; width: 11px; height: 14px; }
.font-TeamMeat-Bold-vbar    { background-position: -113px  -53px; width:  6px; height: 14px; }
.font-TeamMeat-Bold-pm      { background-position: -120px  -52px; width: 19px; height: 13px; }
.font-TeamMeat-Bold-hash    { background-position: -140px  -52px; width: 18px; height: 13px; }
.font-TeamMeat-Bold-and     { background-position: -159px  -52px; width: 15px; height: 13px; }
.font-TeamMeat-Bold-diesis  { background-position: -175px  -52px; width: 12px; height: 13px; }
.font-TeamMeat-Bold-bslash  { background-position: -188px  -51px; width:  9px; height: 13px; }
.font-TeamMeat-Bold-lthan   { background-position: -198px  -51px; width: 14px; height: 12px; }
.font-TeamMeat-Bold-euro    { background-position: -213px  -51px; width: 17px; height: 11px; }
.font-TeamMeat-Bold-copy    { background-position: -231px  -51px; width: 15px; height: 11px; }
.font-TeamMeat-Bold-scolon  { background-position: -247px  -51px; width: 11px; height: 11px; }
.font-TeamMeat-Bold-regtm   { background-position:    0    -72px; width: 15px; height: 11px; }
.font-TeamMeat-Bold-gthan   { background-position:  -16px  -72px; width: 14px; height: 11px; }
.font-TeamMeat-Bold-f       { background-position:  -31px  -71px; width: 12px; height: 11px; }
.font-TeamMeat-Bold-g       { background-position:  -44px  -71px; width: 13px; height: 10px; }
.font-TeamMeat-Bold-plus    { background-position:  -58px  -70px; width: 13px; height: 10px; }
.font-TeamMeat-Bold-c       { background-position:  -72px  -69px; width: 12px; height: 10px; }
.font-TeamMeat-Bold-d       { background-position:  -85px  -69px; width: 12px; height: 10px; }
.font-TeamMeat-Bold-y       { background-position:  -98px  -69px; width: 10px; height: 10px; }
.font-TeamMeat-Bold-w       { background-position: -109px  -68px; width: 15px; height:  9px; }
.font-TeamMeat-Bold-z       { background-position: -125px  -66px; width: 14px; height:  9px; }
.font-TeamMeat-Bold-curren  { background-position: -140px  -66px; width: 13px; height:  9px; }
.font-TeamMeat-Bold-v       { background-position: -154px  -66px; width: 13px; height:  9px; }
.font-TeamMeat-Bold-o       { background-position: -168px  -66px; width: 13px; height:  9px; }
.font-TeamMeat-Bold-e       { background-position: -182px  -66px; width: 12px; height:  9px; }
.font-TeamMeat-Bold-h       { background-position: -195px  -65px; width: 12px; height:  9px; }
.font-TeamMeat-Bold-u       { background-position: -208px  -64px; width: 12px; height:  9px; }
.font-TeamMeat-Bold-b       { background-position: -221px  -63px; width: 11px; height:  9px; }
.font-TeamMeat-Bold-a       { background-position: -233px  -63px; width: 11px; height:  9px; }
.font-TeamMeat-Bold-l       { background-position: -245px  -63px; width:  8px; height:  9px; }
.font-TeamMeat-Bold-j       { background-position:    0    -84px; width: 11px; height:  9px; }
.font-TeamMeat-Bold-n       { background-position:  -12px  -84px; width: 11px; height:  9px; }
.font-TeamMeat-Bold-x       { background-position:  -24px  -84px; width: 11px; height:  9px; }
.font-TeamMeat-Bold-i       { background-position:  -36px  -83px; width:  6px; height:  9px; }
.font-TeamMeat-Bold-m       { background-position:  -43px  -83px; width: 13px; height:  8px; }
.font-TeamMeat-Bold-q       { background-position:  -57px  -82px; width: 13px; height:  8px; }
.font-TeamMeat-Bold-t       { background-position:  -71px  -81px; width: 13px; height:  8px; }
.font-TeamMeat-Bold-k       { background-position:  -85px  -80px; width: 12px; height:  8px; }
.font-TeamMeat-Bold-r       { background-position:  -98px  -80px; width: 12px; height:  8px; }
.font-TeamMeat-Bold-s       { background-position: -111px  -78px; width: 12px; height:  8px; }
.font-TeamMeat-Bold-p       { background-position: -124px  -78px; width: 11px; height:  8px; }
.font-TeamMeat-Bold-star    { background-position: -136px  -76px; width: 11px; height:  8px; }
.font-TeamMeat-Bold-colon   { background-position: -148px  -76px; width:  6px; height:  8px; }
.font-TeamMeat-Bold-equal   { background-position: -155px  -76px; width: 12px; height:  7px; }
.font-TeamMeat-Bold-degree  { background-position: -168px  -76px; width: 11px; height:  7px; }
.font-TeamMeat-Bold-apos    { background-position: -180px  -76px; width:  9px; height:  7px; }
.font-TeamMeat-Bold-oquote  { background-position: -190px  -76px; width: 16px; height:  6px; }
.font-TeamMeat-Bold-cquote  { background-position: -207px  -75px; width: 16px; height:  6px; }
/*.font-TeamMeat-Bold-        { background-position: -224px  -73px; width: 14px; height:  6px; }
.font-TeamMeat-Bold-        { background-position: -239px  -73px; width:  8px; height:  6px; }
.font-TeamMeat-Bold-        { background-position: -248px  -73px; width:  5px; height:  5px; }
.font-TeamMeat-Bold-‘       { background-position:    0    -94px; width:  8px; height:  6px; }
.font-TeamMeat-Bold-’       { background-position:   -9px  -94px; width:  8px; height:  6px; }*/
.font-TeamMeat-Bold-tilde   { background-position:  -18px  -94px; width: 14px; height:  5px; }
.font-TeamMeat-Bold-point   { background-position:  -33px  -94px; width:  8px; height:  5px; }
/*.font-TeamMeat-Bold-·       { background-position:  -42px  -93px; width:  8px; height:  5px; }
.font-TeamMeat-Bold-        { background-position:  -51px  -92px; width:  8px; height:  5px; }
.font-TeamMeat-Bold-…       { background-position:  -60px  -91px; width: 21px; height:  4px; }
.font-TeamMeat-Bold-—       { background-position:  -82px  -90px; width: 16px; height:  3px; }*/
.font-TeamMeat-Bold--       { background-position:  -99px  -89px; width: 12px; height:  3px; }
/*.font-TeamMeat-Bold-        { background-position: -112px  -87px; width:  7px; height:  3px; }
.font-TeamMeat-Bold-        { background-position: -120px  -87px; width:  6px; height:  3px; }
.font-TeamMeat-Bold-`       { background-position: -127px  -87px; width:  6px; height:  3px; }
.font-TeamMeat-Bold-^       { background-position: -134px  -87px; width:  5px; height:  3px; }
.font-TeamMeat-Bold-¨       { background-position: -140px  -87px; width:  7px; height:  2px; }*/
.font-TeamMeat-Bold-eacute  { background-position:  -29px -115px; width: 11px; height: 13px; }
.font-TeamMeat-Bold-egrave  { background-position:  -43px -115px; width: 11px; height: 13px; }
.font-TeamMeat-Bold-Eacute  { background-position:   -1px -105px; width: 14px; height: 23px; }
.font-TeamMeat-Bold-Egrave  { background-position:  -15px -105px; width: 13px; height: 23px; }
.font-TeamMeat-Bold-agrave  { background-position:  -71px -115px; width: 10px; height: 12px; }
.font-TeamMeat-Bold-Agrave  { background-position:  -57px -106px; width: 13px; height: 21px; }

.font-TeamMeat {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/a/ab/Font_TeamMeat.png/revision/latest );
	display         : inline-block;
}

.font-TeamMeat-cparen  { background-position:  -62px   0  ; width:  9px; height: 20px; }
.font-TeamMeat-dol     { background-position:  -72px   0  ; width: 13px; height: 19px; }
.font-TeamMeat-oparen  { background-position:  -86px   0  ; width:  9px; height: 19px; }
.font-TeamMeat-qmark   { background-position:  -96px   0  ; width: 13px; height: 18px; }
.font-TeamMeat-ss      { background-position: -110px   0  ; width: 12px; height: 18px; }
.font-TeamMeat-obrace  { background-position: -123px   0  ; width: 12px; height: 18px; }
.font-TeamMeat-cbrkt   { background-position: -136px   0  ; width: 10px; height: 18px; }
.font-TeamMeat-cbrace  { background-position: -147px   0  ; width: 10px; height: 18px; }
.font-TeamMeat-emark   { background-position: -158px   0  ; width:  7px; height: 18px; }
.font-TeamMeat-K       { background-position: -166px   0  ; width: 15px; height: 17px; }
.font-TeamMeat-L       { background-position: -182px   0  ; width: 14px; height: 17px; }
.font-TeamMeat-8       { background-position: -197px   0  ; width: 13px; height: 17px; }
.font-TeamMeat-V       { background-position: -211px   0  ; width: 13px; height: 17px; }
.font-TeamMeat-0       { background-position: -225px   0  ; width: 11px; height: 17px; }
.font-TeamMeat-obrkt   { background-position: -237px   0  ; width:  9px; height: 17px; }
.font-TeamMeat-percent { background-position: -247px   0  ; width: 21px; height: 16px; }
.font-TeamMeat-M       { background-position: -269px   0  ; width: 18px; height: 16px; }
.font-TeamMeat-at      { background-position: -288px   0  ; width: 17px; height: 16px; }
.font-TeamMeat-O       { background-position: -306px   0  ; width: 17px; height: 16px; }
.font-TeamMeat-N       { background-position: -324px   0  ; width: 17px; height: 16px; }
.font-TeamMeat-X       { background-position: -342px   0  ; width: 16px; height: 16px; }
.font-TeamMeat-Y       { background-position: -359px   0  ; width: 15px; height: 16px; }
.font-TeamMeat-G       { background-position: -375px   0  ; width: 15px; height: 16px; }
.font-TeamMeat-A       { background-position: -391px   0  ; width: 14px; height: 16px; }
.font-TeamMeat-P       { background-position: -406px   0  ; width: 14px; height: 16px; }
.font-TeamMeat-B       { background-position: -421px   0  ; width: 14px; height: 16px; }
.font-TeamMeat-H       { background-position: -436px   0  ; width: 14px; height: 16px; }
.font-TeamMeat-S       { background-position: -451px   0  ; width: 14px; height: 16px; }
.font-TeamMeat-F       { background-position: -466px   0  ; width: 13px; height: 16px; }
.font-TeamMeat-2       { background-position: -480px   0  ; width: 12px; height: 16px; }
.font-TeamMeat-9       { background-position: -493px   0  ; width: 12px; height: 16px; }
.font-TeamMeat-vbar    { background-position: -506px   0  ; width:  5px; height: 14px; }
.font-TeamMeat-E       { background-position:    0   -21px; width: 12px; height: 16px; }
.font-TeamMeat-1       { background-position:  -13px -21px; width:  8px; height: 16px; }
.font-TeamMeat-Q       { background-position:  -22px -21px; width: 19px; height: 15px; }
.font-TeamMeat-W       { background-position:  -42px -21px; width: 19px; height: 15px; }
.font-TeamMeat-R       { background-position:  -62px -21px; width: 15px; height: 15px; }
.font-TeamMeat-T       { background-position:  -78px -20px; width: 15px; height: 15px; }
.font-TeamMeat-pound   { background-position:  -94px -20px; width: 15px; height: 15px; }
.font-TeamMeat-U       { background-position: -110px -19px; width: 14px; height: 15px; }
.font-TeamMeat-5       { background-position: -125px -19px; width: 13px; height: 15px; }
.font-TeamMeat-6       { background-position: -139px -19px; width: 13px; height: 15px; }
.font-TeamMeat-D       { background-position: -153px -19px; width: 13px; height: 15px; }
.font-TeamMeat-3       { background-position: -167px -18px; width: 13px; height: 15px; }
.font-TeamMeat-pilcrow { background-position: -181px -18px; width: 12px; height: 15px; }
.font-TeamMeat-J       { background-position: -194px -18px; width: 12px; height: 15px; }
.font-TeamMeat-I       { background-position: -207px -18px; width: 11px; height: 15px; }
.font-TeamMeat-4       { background-position: -219px -18px; width: 11px; height: 15px; }
.font-TeamMeat-cent    { background-position: -231px -18px; width: 11px; height: 15px; }
.font-TeamMeat-Z       { background-position: -243px -18px; width: 15px; height: 14px; }
.font-TeamMeat-7       { background-position: -259px -17px; width: 13px; height: 14px; }
.font-TeamMeat-C       { background-position: -273px -17px; width: 12px; height: 14px; }
.font-TeamMeat-slash   { background-position: -286px -17px; width: 10px; height: 14px; }
.font-TeamMeat-pm      { background-position: -297px -17px; width: 18px; height: 13px; }
.font-TeamMeat-hash    { background-position: -316px -17px; width: 17px; height: 13px; }
.font-TeamMeat-and     { background-position: -334px -17px; width: 14px; height: 13px; }
.font-TeamMeat-bslash  { background-position: -349px -17px; width:  8px; height: 13px; }
.font-TeamMeat-lthan   { background-position: -358px -17px; width: 13px; height: 12px; }
.font-TeamMeat-copy    { background-position: -372px -17px; width: 14px; height: 11px; }
.font-TeamMeat-regtm   { background-position: -387px -17px; width: 14px; height: 11px; }
.font-TeamMeat-gthan   { background-position: -402px -17px; width: 13px; height: 11px; }
.font-TeamMeat-f       { background-position: -416px -17px; width: 11px; height: 11px; }
.font-TeamMeat-scolon  { background-position: -428px -17px; width:  7px; height: 11px; }
.font-TeamMeat-g       { background-position: -436px -17px; width: 12px; height: 10px; }
.font-TeamMeat-plus    { background-position: -449px -17px; width: 12px; height: 10px; }
.font-TeamMeat-c       { background-position: -462px -17px; width: 11px; height: 10px; }
.font-TeamMeat-d       { background-position: -474px -17px; width: 11px; height: 10px; }
.font-TeamMeat-y       { background-position: -486px -17px; width:  9px; height: 10px; }
.font-TeamMeat-w       { background-position: -496px -17px; width: 14px; height:  9px; }
.font-TeamMeat-z       { background-position:    0   -38px; width: 13px; height:  9px; }
.font-TeamMeat-o       { background-position:  -14px -38px; width: 12px; height:  9px; }
.font-TeamMeat-v       { background-position:  -27px -37px; width: 12px; height:  9px; }
.font-TeamMeat-curren  { background-position:  -40px -37px; width: 12px; height:  9px; }
.font-TeamMeat-e       { background-position:  -53px -37px; width: 11px; height:  9px; }
.font-TeamMeat-h       { background-position:  -65px -37px; width: 11px; height:  9px; }
.font-TeamMeat-u       { background-position:  -77px -37px; width: 11px; height:  9px; }
.font-TeamMeat-j       { background-position:  -89px -36px; width: 10px; height:  9px; }
.font-TeamMeat-x       { background-position: -100px -36px; width: 10px; height:  9px; }
.font-TeamMeat-a       { background-position: -111px -35px; width: 10px; height:  9px; }
.font-TeamMeat-b       { background-position: -122px -35px; width: 10px; height:  9px; }
.font-TeamMeat-n       { background-position: -133px -35px; width: 10px; height:  9px; }
.font-TeamMeat-l       { background-position: -144px -35px; width:  7px; height:  9px; }
.font-TeamMeat-i       { background-position: -152px -35px; width:  5px; height:  9px; }
.font-TeamMeat-m       { background-position: -158px -35px; width: 12px; height:  8px; }
.font-TeamMeat-q       { background-position: -171px -34px; width: 12px; height:  8px; }
.font-TeamMeat-t       { background-position: -184px -34px; width: 12px; height:  8px; }
.font-TeamMeat-k       { background-position: -197px -34px; width: 11px; height:  8px; }
.font-TeamMeat-s       { background-position: -209px -34px; width: 11px; height:  8px; }
.font-TeamMeat-r       { background-position: -221px -34px; width: 11px; height:  8px; }
.font-TeamMeat-p       { background-position: -233px -34px; width: 10px; height:  8px; }
.font-TeamMeat-star    { background-position: -244px -33px; width: 10px; height:  8px; }
.font-TeamMeat-colon   { background-position: -255px -33px; width:  5px; height:  8px; }
.font-TeamMeat-equal   { background-position: -261px -32px; width: 11px; height:  7px; }
.font-TeamMeat-degree  { background-position: -273px -32px; width: 10px; height:  7px; }
.font-TeamMeat-apos    { background-position: -284px -32px; width:  8px; height:  7px; }
.font-TeamMeat-oquote,
.font-TeamMeat-cquote  { background-position: -293px -32px; width:  7px; height: 17px; }
.font-TeamMeat-tilde   { background-position: -301px -31px; width: 13px; height:  5px; }
.font-TeamMeat-point   { background-position: -315px -31px; width:  7px; height:  5px; }
/*.font-TeamMeat-·       { background-position: -323px -31px; width:  7px; height:  5px; }
.font-TeamMeat-'       { background-position: -331px -31px; width:  4px; height:  5px; }
.font-TeamMeat-_       { background-position: -336px -31px; width: 14px; height:  3px; }*/
.font-TeamMeat--       { background-position: -351px -31px; width: 12px; height: 7px; }
/*.font-TeamMeat-        { background-position: -364px -30px; width:  6px; height:  3px; }
.font-TeamMeat-`       { background-position: -371px -30px; width:  5px; height:  3px; }
.font-TeamMeat-        { background-position: -377px -29px; width:  5px; height:  3px; }
.font-TeamMeat-^       { background-position: -383px -29px; width:  4px; height:  3px; }
.font-TeamMeat-?       { background-position: -388px -29px; width:  6px; height:  2px; }*/
.font-TeamMeat-eacute  { background-position: -462px -51px; width: 11px; height: 13px; }
.font-TeamMeat-egrave  { background-position: -453px -50px; width: 11px; height: 13px; }
.font-TeamMeat-Eacute  { background-position: -438px -41px; width: 11px; height: 22px; }
.font-TeamMeat-Egrave  { background-position: -450px -41px; width: 11px; height: 22px; }
.font-TeamMeat-agrave  { background-position: -502px -51px; width:  9px; height: 12px; }
.font-TeamMeat-Agrave  { background-position: -487px -41px; width: 13px; height: 22px; }

.font-ID {
	background-image: url( https://static.wikia.nocookie.net/bindingofisaacre_gamepedia/images/1/1c/Font_ID.png/revision/latest );
	display         : inline-block;
}

.font-ID-0 { background-position:    0   0; width: 21px; height: 27px; }
.font-ID-1 { background-position:  -21px 0; width: 15px; height: 27px; }
.font-ID-2 { background-position:  -36px 0; width: 21px; height: 27px; }
.font-ID-3 { background-position:  -57px 0; width: 21px; height: 27px; }
.font-ID-4 { background-position:  -78px 0; width: 21px; height: 27px; }
.font-ID-5 { background-position:  -99px 0; width: 21px; height: 27px; }
.font-ID-6 { background-position: -120px 0; width: 21px; height: 27px; }
.font-ID-7 { background-position: -141px 0; width: 21px; height: 27px; }
.font-ID-8 { background-position: -162px 0; width: 21px; height: 27px; }
.font-ID-9 { background-position: -183px 0; width: 21px; height: 27px; }
.font-ID-N { background-position: -204px 0; width: 38px; height: 18px; }

/************
/* Tooltips *
/************/
.tooltip-block {
	display: none !important;
}

/*** Template:FP link styles ***/
.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-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;
    background: rgba( 100, 100, 100, 0.3 );
    border    : 1px solid #505050;
}

.fplink-fullwidth .fplink {
    background: rgba( 100, 100, 100, 0.4 );
}

.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;
}
Advertisement