Vorlage:Rechte/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.rights {
	border-radius: 0.5em;
	float: right;
	border: 3px solid #5C82AE;
	background: #B1CDEC;
	width: 220px;
	margin: 0 0 1em 1em;
}

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

.rights td {
	border-radius: 0.5em;
	text-align: center;
	border: 2px solid #5C82AE;
	background: #FFFFFF;
}

.rights tr:last-child td {
	border-radius: 0.5em;
	text-align: center;
	border: 2px solid #5C82AE;
	background: #5C82AE;
}

.rights tr:last-child a:not(.new), .rights tr:last-child a:visited:not(.new) {
	color: #FFFFFF;
}

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

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