Vorlage:ErweiterungPrevNext/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.erweiterungprevnext {
	background: #efefef;
	border: 1px solid #aaa;
	border-radius: 0.5em;
	margin-bottom: 1em;
	display: grid;
	grid-template-columns: 1fr 40% 1fr;
	padding: 5px;
}

.erweiterungprevnext div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.erweiterungprevnext div:nth-child(1) {
	text-align: right;
}

.erweiterungprevnext div:nth-child(2) {
	font-weight: bold;
	text-align: center;
}

.erweiterungprevnext div:nth-child(3) {
	text-align: left;
}

.erweiterungprevnext div:nth-child(2) a:not(.new),
.erweiterungprevnext div:nth-child(2) a:not(.new):visited {
  color: #000000;
}

/* @media only screen and (max-width: 600px) {
	.erweiterungprevnext {
		grid-template-columns: 1fr;
	}
} */

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