Vorlage:Rechte/style.css

Aus PokéWiki
Version vom 8. April 2021, 23:57 Uhr von RobbiRobb (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.rights { border-radius: 0.5em; float: right; border: 3px solid #5C82AE; background: #B1CDEC; width: 220px; margin: 0 0 1em 1em; } .rights a:not(.new),…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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]] */