Vorlage:Orte Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.Infobox-Thema {
background:#ffffff;
width:40%;
}

.Infobox-ThemaAntwort {
background:#f2f2f2;
}

@media only screen and (min-width: 481px) {
  .orte-infobox {
    width: auto;
  }
}

@media only screen and (max-width: 480px) and (min-width: 251px) {
  .orte-infobox {
    width: 100% !important;
  }
}

@media only screen and (max-width: 250px) {
  .orte-infobox {
    width: 250px !important;
  }
}

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