Vorlage:Rumble Infobox/style.css

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

.rumble-infobox tr:first-child {
	padding: 10px;
	font-size: large;
}

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

.rumble-infobox table th:not([colspan="2"]) {
	border-radius: 0.5em;
	width: calc(100%/3);
	background: #F8F8F8;
}

.rumble-infobox table td {
	border-radius: 0.5em;
	width: calc(100%/3*2);
	background: #EEEEEE;
}

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

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