Vorlage:KomplettlösungPrevNext/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.komplettloesung-prevnext {
	border-radius: 0.5em;
	width: 100%;
	background: #000000;
	margin: 5px 0 5px 0;
}

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

.komplettloesung-prevnext td:first-child {
	border-radius: 0.5em 0 0 0.5em;
	width: 45%;
}

.komplettloesung-prevnext td:nth-child(2) {
	text-align: center;
	min-width: 75px;
}

.komplettloesung-prevnext td:last-child {
	border-radius: 0 0.5em 0.5em 0;
	width: 45%;
}

.komplettloesung-prevnext td table {
	width: 100%;
}

.komplettloesung-prevnext td:first-child table td:first-child,
.komplettloesung-prevnext td:last-child table td:last-child {
	width: 10%;
	font-weight: bold;
}

.komplettloesung-prevnext td:first-child table td:last-child {
	text-align: left;
}

.komplettloesung-prevnext td:first-child table td:last-child,
.komplettloesung-prevnext td:last-child table td:first-child {
	font-style: italic;
}

.komplettloesung-prevnext td:last-child table td:first-child,
.komplettloesung-prevnext td:last-child table td:last-child {
	text-align: right;
}

/* @media only screen and (max-width: 600px) {
	.komplettloesung-prevnext .mobile-dont-show {
		display: none;
	}
} */

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