Vorlage:Karte Pokédex/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.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]] */