Vorlage:Mangaprevnext/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.mangaprevnext {
	border-radius: 0.5em;
	border: 2px solid #CCCCCC;
	margin-bottom: 5px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	padding: 2px;
	font-weight: bold;
}

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

.mangaprevnext div {
	border-radius: 0.5em;
	background: #FFFFFF;
	padding: 0.2em 1em;
}

.mangaprevnext div:nth-child(1),
.mangaprevnext div:nth-child(3) {
	display: flex;
	align-items: center;
}

.mangaprevnext div:nth-child(2) {
	text-align: center;
}

/*@media only screen and (min-width: 481px) {*/
	.mangaprevnext div:nth-child(1) {
		justify-content: flex-end;
	}
	
	.mangaprevnext div:nth-child(3) {
		justify-content: flex-start;
	}
/*}*/

/*@media only screen and (max-width: 480px) {
	.mangaprevnext {
		grid-template-columns: 1fr;
	}
	
	.mangaprevnext div {
		text-align: center;
	}
}*/

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