Vorlage:Beere Infobox/style.css

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

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

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

.beere-infobox .title {
	text-align: center;
	font-size: larger;
}

.beere-infobox .title span:nth-child(1) {
	margin-right: 10px;
}

.beere-infobox .title span:nth-child(2) {
	margin-left: 10px;
}

.beere-infobox .lang th {
	text-align: left;
}

.beere-infobox .lang {
	margin: auto;
}

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

.beere-infobox .info, .beere-infobox .dex, .beere-infobox .games,
.beere-infobox .shop, .beere-infobox .bk {
	border-radius: 0.5em;
	width: 100%;
}

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

.beere-infobox .info td, .beere-infobox .dex td,
.beere-infobox .shop td, .beere-infobox .bk td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 50%;
	text-align: center;
}

.beere-infobox .games td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 100%;
	text-align: center;
}

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

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