Vorlage:Karte Pokédex/style.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 33: Zeile 33:




/* @media only screen and (min-width: 629px) and (max-width: 720px) {
/* @media only screen and (min-width: 651px) and (max-width: 720px) {
.karte-pokedex {
.karte-pokedex {
width: 308px;
width: 308px;
Zeile 39: Zeile 39:
}
}


@media only screen and (min-width: 499px) and (max-width: 629px) {
@media only screen and (max-width: 650px) {
  .karte-pokedex {
    width: 487px
  }
}
 
@media only screen and (max-width: 498px) {
   .karte-pokedex {
   .karte-pokedex {
     width: 100%
     width: 100%

Aktuelle Version vom 20. August 2021, 23:42 Uhr

.karte-pokedex {
	border-radius: 0.5em;
	text-align: center;
	width: 50%;
	margin:0 0 1em 0;
}

.karte-pokedex tr:first-child td:first-child { 
	border-top-left-radius: 0.5em;
}

.karte-pokedex tr:first-child td:last-child { 
	border-top-right-radius: 0.5em;
}

.karte-pokedex tr:last-child td:first-child { 
	border-bottom-left-radius: 0.5em;
}

.karte-pokedex tr:last-child td:last-child { 
	border-bottom-right-radius: 0.5em;
}

.karte-pokedex .datenZeile {
	font-weight: bold;
	width: 20%;
}

.karte-pokedex .speziesZeile {
	font-weight: bold;
	width: 40%;
}


/* @media only screen and (min-width: 651px) and (max-width: 720px) {
	.karte-pokedex {
		width: 308px;
	}
}

@media only screen and (max-width: 650px) {
  .karte-pokedex {
    width: 100%
  }
} */

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