Vorlage:Item Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.item-infobox {
	min-width: 250px;
	margin: 0 0 1em 1em;
	float: right;
	text-align: center;
	border-radius: 0.5em;
}

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

.item-infobox a:not(.new) {
	color: #000000;
}

.item-infobox .wlink a:not(.new) {
	color: #FFFFFF;
}

.item-infobox .item-infobox-languages {
	white-space: nowrap;
}

.item-infobox .item-infobox-languages table {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

.item-infobox .item-infobox-languages table th {
	float: left;
}

.item-infobox .item-infobox-image {
	background: #FFFFFF;
	border-radius: 0.5em;
	padding-top: 5px;
}

.item-infobox .item-infobox-bag td:nth-child(1) {
	white-space: nowrap;
}

.item-infobox tr:not(:first-child) table td {
	background: #FFFFFF;
	width: 50%;
	border-radius: 0.5em;
	margin-right: auto;
	margin-left: auto;
}

.item-infobox > tbody > tr > td > table > tbody > tr > th {
	margin-right: auto;
	margin-left: auto;
}

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

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