Vorlage:Karte Angriffe/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.karte-angriffe {
	border-radius: 0.5em;
	text-align: center;
	width: 50%;
	margin-bottom: 1em;
}

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

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

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

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

.attack-zeile {
	font-size: larger;
	font-weight: bold;
}

.attack-zeile td:first-child, .attack-zeile td:nth-child(3) {
	width: 80px;
	padding: 2px 10px;
}

.attack-noschaden {
	padding-right: 102px;
}

.kosten-plus {
	font-size: 20px;
}

.name-ja-romaji {
	font-size: smaller;
	padding-left: 1em;
}

.beschreibung-zeile td {
	font-size: smaller;
	padding: 2px 20px;
}

.beschreibung-zeile div {
	height: 0.25em;
}

.hinweis-bold {
	font-size: smaller;
	font-weight: bold;
}

.hinweis-light {
	font-size: smaller;
}

.ewige-gabe {
	font-size: larger;
}

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

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

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