Vorlage:Item Infobox PMD/style.css

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

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

.item-infobox-pmd .lang {
	border-radius: 0.5em;
	width: 100%;
	white-space: nowrap;
}

.item-infobox-pmd .left-icon {
	margin-right: 10px;
}

.item-infobox-pmd .right-icon {
	margin-left: 10px;
}

.item-infobox-pmd .lang table {
	margin: auto;
}

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

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

.item-infobox-pmd .category, .item-infobox-pmd .games, .item-infobox-pmd .trading {
	border-radius: 0.5em;
	width: 100%;
}

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

.item-infobox-pmd .category td, .item-infobox-pmd .trading td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 50%;
}

.item-infobox-pmd .games td {
	border-radius: 0.5em;
	background: #FFFFFF;
}

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

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