Vorlage:In anderen Sprachen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.in-anderen-sprachen {
	border-radius: 0.5em;
	margin-bottom: 10px;
    max-width: 75%; /* delete here for mobile readiness */
    width: auto; /* delete here for mobile readiness */
}

.in-anderen-sprachen td {
	padding: 0 3px 0 3px;
	background-color: #FFFFFF;
}

/*@media only screen and (min-width: 481px) {
  .in-anderen-sprachen {
    max-width: 75%;
    width: auto;
  }
}

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

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