Vorlage:Infobox Attacke/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
#infoboxAttacke {
	float: right;
	width: 280px;
	margin: 0 0 1em 1em;
	text-align: center;
	border-radius: 0.5em;
}

#infoboxAttacke tr th {
	padding: 0.25em;
	font-size: 1.25em;
}

#infoboxAttacke tr:first-child th {
	padding: 0.4em;
	font-size: 1.5em;
}

#infoboxAttacke td {
	border-radius: 0.5em;/*Ersatz für .round*/
}

#infoboxAttacke .wettbewerbsBeschreibung {
	font-size: 90%;
}

#infoboxAttackeVideos td {
	padding:0 0.5em;
}

.infoboxAttackeVideoLink {
	font-size: 0.75em;
}

/*@media screen and (max-width: 480px) {
	#infoboxAttacke {
		width: 100%;
	}
}

@media screen and (max-width: 330px) {
	#infoboxAttackeVideos td {
		padding: 0;
	}
}*/

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