Vorlage:Entwicklung2/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.entwicklung2 {
	background: #B1CDEC;
	border:3px solid #5C82AE;
	width: 40%;
	margin: auto;
	border-radius: 0.5em;
	text-align: center;
}

.entwicklung2 tr:first-child th {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.entwicklung2 th {
	font-size: large;
	background:#C6D9F2
}

.entwicklung2 th a:not(.new), .entwicklung2 th a:visited:not(.new) {
	color: #000000;
}

.entwicklung2 td {
	background: #FFFFFF;
}

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

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

/* @media only screen and (max-width: 600px) {
	.entwicklung2 {
		width: 80%;
	}
} */

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