Vorlage:Synchronsprecher/style.css

Aus PokéWiki
Version vom 2. April 2021, 15:36 Uhr von RobbiRobb (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.sync { border-radius: 0.5em; text-align: center; border-width: 2px; border-style: solid; padding: 2px; } .sync th { min-width: 175px; width: 50%; } /…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
.sync {
	border-radius: 0.5em;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
}

.sync th {
	min-width: 175px;
	width: 50%;
}

/*@media only screen and (max-width: 480px) {
	.sync {
		width: 100%;
	}
	
	.sync th {
		min-width: inherit;
	}
}*/

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