Vorlage:In anderen Sprachen/style.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
K (Vorübergehend so, weils Seiten zerlegt...)
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.in-anderen-sprachen {
.in-anderen-sprachen {
border-radius:0.5em;
border-radius: 0.5em;
margin-bottom: 10px;
     max-width: 75%; /* delete here for mobile readiness */
     max-width: 75%; /* delete here for mobile readiness */
     width: auto; /* delete here for mobile readiness */
     width: auto; /* delete here for mobile readiness */
Zeile 6: Zeile 7:


.in-anderen-sprachen td {
.in-anderen-sprachen td {
padding:0 3px 0 3px;
padding: 0 3px 0 3px;
}
}



Version vom 4. April 2021, 23:01 Uhr

.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;
}

/*@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]] */