Vorlage:Spielstandverlustgefahr/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.spielstandverlustgefahr {
	width: 80%;
	background: #f0f0f0;
	border: 2px solid #7F7373;
	text-align: center;
	border-radius: 0.5em;
	margin: 0 auto 0.5em auto;
	
}

.spielstandverlustgefahr tr:first-child td:first-child {
	font-weight: bold;
}

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

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