Vorlage:Heldenteams/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.heldenteams-nav {
	display: grid;
	background: #F5F5F5;
	border: 2px solid #505050;
	border-radius: 0.5em;
	text-align: center;
	margin-top: 1em;
	gap: 8px 2px;
	padding: 2px;
}

.heldenteams-nav > div:first-child {
	font-weight: bold;
	font-size: large;
	padding: 8px;
}

.heldenteams-nav > div:not(:first-child)  {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 2px;
}

.heldenteams-nav > div:not(:first-child) > div {
	flex-basis: 200px;
	flex-grow: 1;
	display: grid;
	grid-template-rows: min-content 1fr;
	gap: 2px;
}

.heldenteams-nav > div:not(:first-child) > div div:nth-child(2) {
	display: grid;
	grid-template-rows: 1fr min-content;
	gap: 2px;
	border-radius: 0.5em;
	align-items: center;
}

.heldenteams-nav > div:nth-child(2) > div div:nth-child(2) > div:nth-child(2) a:not(.new), .heldenteams-nav > div:nth-child(2) > div div:nth-child(2) > div:nth-child(2) a:visited:not(.new) {
	color: #FFFFFF;
}

.heldenteams-nav > div:nth-child(2) > div:nth-child(3) div:nth-child(2) > div:nth-child(2) a:not(.new),
.heldenteams-nav > div:nth-child(2) > div:nth-child(4) div:nth-child(2) > div:nth-child(2) a:not(.new),
.heldenteams-nav > div:nth-child(2) > div:nth-child(3) div:nth-child(2) > div:nth-child(2) a:visited:not(.new),
.heldenteams-nav > div:nth-child(2) > div:nth-child(4) div:nth-child(2) > div:nth-child(2) a:visited:not(.new),
.heldenteams-nav > div:nth-child(2) > div:nth-child(4) div:nth-child(2) > div:nth-child(2) {
	color: #000000;
}

.heldenteams-nav > div:nth-child(2) > div div:nth-child(2) > div:nth-child(2) {
	color: #FFFFFF;
	display: block;
}

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