Vorlage:Infobox Dungeon/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.infobox-dungeon {
	float: right;
	border-radius: 0.5em;
	width: 300px;
	margin: 0 0 1em 1em;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}

.infobox-dungeon a:not(.new), .infobox-dungeon a:not(.new):visited {
	color: #000000;
}

.infobox-dungeon .title {
	padding: 10px;
	font-size: x-large;
}

.infobox-dungeon .image {
	border-radius: 0.5em;
	background: #FFFFFF;
	padding: 2px;
}

.infobox-dungeon .subtable, .infobox-dungeon .map {
	border-radius: 0.5em;
	width: 100%;
}

.infobox-dungeon .subtable th:not([colspan="2"]), .infobox-dungeon .subtable td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 50%;
	padding: 3px;
}

.infobox-dungeon .subtable td ul {
	text-align: left;
}

/*@media only screen and (max-width: 480px) {
	.infobox-dungeon {
		width: 100%;
	}
}*/

/* [[Kategorie:Vorlage:Non-Wikitext]] */