Vorlage:LPTA-Orte-Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.lpta-ort {
	border-radius: 0.5em;
	width: 270px;
	border-width: 3px;
	border-style: solid;
	margin: 0 0 1em 1em;
	float: right;
	text-align: center;
}

.lpta-ort table {
	border-radius: 0.5em;
	width: 100%;
}

.lpta-ort .title {
	font-size: x-large;
}

.lpta-ort .info th[colspan="2"] {
	border-radius: 0.5em;
}

.lpta-ort .info th:not([colspan="2"]) {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	width: 33%;
	background: #FFFFFF;
}

.lpta-ort .info td {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	width: 66%;
	background: #EEEEEE;
}

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

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