Vorlage:Masters Login-Bonus/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.masters-login-bonus {
	margin: 10px auto 10px auto;
	border: 4px solid #74d9eb;
	border-radius: 0.75em;
	text-align: center;
	background-color: #238eb2;
	min-width: 400px;
}

.masters-login-bonus th {
	color: white;
	padding: 2px;
}

.masters-login-bonus td {
	background: white;
	padding: 2px;
}

.masters-login-bonus tr:last-child td:first-child {
	border-radius: 0 0 0 0.5em;
}

.masters-login-bonus tr:last-child td:last-child {
	border-radius: 0 0 0.5em 0;
}

.masters-login-bonus > tbody > tr > td:nth-child(2) {
	display: flex;
	flex-direction: column;
}

/*@media only screen and (max-width:450px) {
	.masters-login-bonus {
		width: 100%;
		min-width: auto;
	}
}*/

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