Vorlage:Bild-copyright/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.bild-copyright {
	background: #EEEE6D;
	border: 3px solid #EABC15;
	width: 80%;
	margin: auto;
	border-radius: 0.5em;
	padding: 6px;
}

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

.bild-copyright td:nth-child(2) {
	padding-left: 6px;
}

/* @media only screen and (max-width: 600px) {
	.bild-copyright {
		width: 100%;
	}
} */

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