Vorlage:Staffel Infobox/style.css

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

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

.staffel-infobox table {
	border-radius: 0.5em;
	width: 100%;
}

.staffel-infobox tr:first-child th {
	font-size: large;
}

.staffel-infobox .img {
	background: #FFFFFF;
}

.staffel-infobox .img th {
	font-style: italic;
}

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

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

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