/* Sandbox Theme - Do your theme edits here to avoid disrupting hundreds of pages. */

/* Namespace themes 
The following themes are applied to templates who are present in a huge amount of pages */

/*
.ns-3020, .ns-3021 {
	background: url(/w/images/c/c9/News_banner_-_Torneko%27s_Great_Adventure_-_Mystery_Dungeon.png) !important;
	background-repeat: repeat;
}

.ns-3020 div.thumb, .ns-3021 div.thumb {
	border-color: rgba(0,0,0,0);
}

.infobox {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #505050;
	float: right;
	font-size: 89%;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: 300px;
}
*/

/* Metallic Table */
.MetallicTable {
	background-image: url(/w/images/5/5c/Polished_Metal_background.png);
}

/* Karakuri Table */
.KarakuriTable {
	background-image: url(/w/images/7/7b/Karakuri_Table.png);
}

/* Rescue Team Table */
.RescueTeamTable {
	background-image: url(/w/images/d/db/Blue_Rescue_Team_table.png);
}

/* Gates Table */
.GatesTable {
	background-image: url(/w/images/0/0a/Gates_Table.png);
}

.mainpagecontent {
	background: linear-gradient(to bottom, #00000000, var(--mdwiki-secondary-color);
	padding: 1rem;
	display: flex;
	justify-content: center;
}