Vorlage:Publikationen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.publikationen {
	width: 40%;
	text-align: center;
	border-radius: 0.5em;
}

.publikationen td:not([colspan="2"]) {
	background: #FFFFFF;
}

.publikationen tr:nth-child(2) td:first-child {
	width: 150px;
}

/* @media only screen and (max-width: 992px) {
	.publikationen {
		width: 60%;
	}
}

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

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