Vorlage:Anime-Auftritte/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.animeauftritte {
	margin: auto;
	border-style: solid;
	border-width: 2px;
	width: 70%;
	border-radius: 0.5em;
}

.animeauftritte .heading {
	margin: auto;
	width: 100%;
	border-radius: 0.5em;
}

.animeauftritte .heading th {
	border-radius: 0.5em;
}

.animeauftritte .heading th:nth-child(1) {
	width: 60%;
}

.animeauftritte .heading th:nth-child(2), .animeauftritte .heading th:nth-child(3) {
	width: 20%;
}

.animeauftritte .section {
	margin: auto;
	width: 100%;
	border-radius: 0.5em;
}

.animeauftritte .section td {
	background: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0.5em;
}

.animeauftritte .section td:nth-child(1) {
	width: 60%;
}

.animeauftritte .section td:nth-child(2), .animeauftritte td:nth-child(3) {
	width: 20%;
	text-align: center;
}

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

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