Vorlage:Geschmack/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.taste {
	border-radius: 0.5em;
	text-align: center;
	min-width: 240px;
	width: 30%;
	border-width: 2px;
	border-style: solid;
}

.taste .taste3, .taste .taste4, .taste .taste6 {
	border-radius: 0.5em;
	width: 100%;
}

.taste .taste3 th, .taste .taste4 th, .taste .taste6 th {
	font-size: smaller;
}

.taste .taste3 tr:nth-child(2) td {
	border-radius: 0.5em;
	border-style: solid;
	border-color: #FF0000;
	font-size: smaller;
}

.taste .taste3 tr:nth-child(3) td {
	border-radius: 0.5em;
	width: 20%;
}

.taste .taste3 tr:nth-child(3) td:nth-child(1),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(1),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(1) {
	background: #D45040;
}

.taste .taste3 tr:nth-child(3) td:nth-child(2),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(2),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(2) {
	background: #51B3DC;
}

.taste .taste3 tr:nth-child(3) td:nth-child(3),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(3),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(3) {
	background: #D96E86;
}

.taste .taste3 tr:nth-child(3) td:nth-child(4),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(4),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(4) {
	background: #9BCD13;
}

.taste .taste3 tr:nth-child(3) td:nth-child(5),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(5),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(5) {
	background: #E9AF33;
}

.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(1),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(2),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(3),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(4),
.taste .taste4 > tbody > tr:nth-child(3) > td:nth-child(5) {
	width: 20%;
	font-size: smaller;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(1),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(2),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(3),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(4),
.taste .taste4 > tbody > tr:nth-child(4) > td:nth-child(5) {
	width: 20%;
	font-size: smaller;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.taste .taste4 table {
	border-radius: 0.5em;
	width: 100%;
}

.taste .taste6 tr:last-child {
	font-size: smaller;
}

/*@media only screen and (max-width: 480px) {
	.taste {
		width: 100%;
	}
}*/

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