Vorlage:Setliste/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.setliste {
	width: 50%;
	text-align: center;
	color: black;
	background: #AAAAAA;
	border: 3px solid #EEEEEE;
	margin-bottom: 1em;
	border-radius: 0.5em;
}

.setliste a:not(.new), .setliste a:visited:not(.new), .setliste-gb a:not(.new), .setliste-gb a:visited:not(.new) {
	color: #000000;
}

.itemkarte a {
	color: #44C !important;
}

.stadionkarte a, .stadionkarte {
	color: #6A2 !important;
}

.unterstuetzerkarte a, .unterstuetzerkarte {
	color: #F40 !important;
}

.ausruestungskarte a {
	color: #6E499C !important;
}

.setliste th, .setliste-gb th {
	background: #CCCCCC;
}

.setliste td, .setliste-gb td {
	background: #DDDDDD;
}

.setliste td:nth-child(3) {
	font-weight: bold;
}

.setliste-gb {
	width: 60%;
	text-align: center;
	color: black;
	background: #AAAAAA;
	border: 3px solid #EEEEEE;
	margin-bottom: 1em;
	border-radius: 0.5em;
	hyphens: auto;
}

.setliste tr:first-child th:first-child, .setliste-gb tr:first-child th:first-child {
	border-top-left-radius: 0.5em;
}

.setliste tr:first-child th:last-child, .setliste-gb tr:first-child th:last-child {
	border-top-right-radius: 0.5em;
}

.setliste tr:last-child td:first-child, .setliste-gb tr:last-child td:first-child {
	border-bottom-left-radius: 0.5em;
}

.setliste tr:last-child td:last-child, .setliste-gb tr:last-child td:last-child {
	border-bottom-right-radius: 0.5em;
}

/* @media only screen and (min-width: 681px) and (max-width: 900px) {
	.setliste, .setliste-gb {
		width: 60%;
	}
}

@media only screen and (min-width: 491px) and (max-width: 680px) {
	.setliste, .setliste-gb {
		width: 80%;
	}
}

@media only screen and (max-width: 490px) {
	.setliste, .setliste-gb {
		width: 100%;
	}
} */

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