Vorlage:TCGEnergie/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.tcg-energie {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	border-radius: 0.5em;
	text-align: center;
	font-weight: bold;
	border: black solid 2px;
}

.tcg-energie tr:first-child a {
	color: #000000;
}

.tcg-energie tr:nth-child(2) td:first-child {
	background: #b7d560;
	border: 2px solid #30a73c;
	border-top-left-radius: 0.5em;
	width: 33.33%;
}

.tcg-energie tr:nth-child(2) td:first-child a {
	color: #008800;
}

.tcg-energie tr:nth-child(2) td:nth-child(2) {
	background: #ee6e54;
	border: 2px solid #c3472e;
	width: 33.33%;
}

.tcg-energie tr:nth-child(2) td:nth-child(2) a {
	color: #880000;
}

.tcg-energie tr:nth-child(2) td:last-child {
	background: #8fcff2;
	border: 2px solid #008bd0;
	width: 33.33%;
	border-top-right-radius: 0.5em;
}

.tcg-energie tr:nth-child(2) td:last-child a {
	color: #004488;
}

.tcg-energie tr:nth-child(3) td:first-child {
	background: #ffed9b;
	border: 2px solid #f4b400;
}

.tcg-energie tr:nth-child(3) td:first-child a {
	color: #887700;
}

.tcg-energie tr:nth-child(3) td:nth-child(2) {
	background: #c69dc7;
	border: 2px solid #82438d;
}

.tcg-energie tr:nth-child(3) td:nth-child(2) a {
	color: #660077;
}

.tcg-energie tr:nth-child(3) td:last-child {
	background: #cf7026;
	border: 2px solid #9e551d;
}

.tcg-energie tr:nth-child(3) td:last-child a {
	color: #662200;
}

.tcg-energie tr:last-child td:first-child {
	background: #2f4f59;
	border: 2px solid #122e37;
	border-bottom-left-radius: 0.5em;
}

.tcg-energie tr:last-child td:first-child a {
	color: #667788;
}

.tcg-energie tr:last-child td:nth-child(2) {
	background: #c7c8c6;
	border: 2px solid #8a8385;
}

.tcg-energie tr:last-child td:nth-child(2) a {
	color: #555555;
}

.tcg-energie tr:last-child td:last-child {
	background: #e479a1;
	border: 2px solid #c71657;
	border-bottom-right-radius: 0.5em;
}

.tcg-energie tr:last-child td:last-child a {
	color: #aa1155;
}

/* @media only screen and (max-width: 570px) {
  .tcg-energie {
    width: 100%
  }
} */

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