Vorlage:Staffel PrevNext/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.staffel-prevnext {
	display: grid;
	grid-template-columns: 1fr 100px 1fr;
	border-radius: 0.5em;
	margin-bottom: 1em;
	padding: 4px;
	gap: 2px;
}

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

.staffel-prevnext div {
	display: flex;
}

.staffel-prevnext div:nth-child(2) {
	justify-content: center;
}

.staffel-prevnext div:nth-child(3) {
	justify-content: flex-end;
}

/* @media only screen and (max-width: 480px) {
	.staffel-prevnext {
		grid-template-columns: 1fr;
	}
	
	.staffel-prevnext div:first-child, .staffel-prevnext div:nth-child(3) {
		justify-content: center;
	}
} */

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