Vorlage:Taste/styles.css

Aus UnderMine Wiki
Zur Navigation springen Zur Suche springen
.key {
	background-color: rgb(221, 221, 221);
	background-color: rgba(221, 221, 221, 0.2);
	font-size: 80%;
	font-family: inherit;
	font-weight: bold;
	border: 1px solid rgb(85, 85, 85);
	border: 1px solid rgba(85, 85, 85, 0.4);
	border-radius: 0.13rem;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(221, 221, 221, 0.13) inset;
	padding: 0.1rem 0.4rem;
	text-shadow: 0 1px 0 rgba(221, 221, 221, 0.2);
	text-align: center;
}

/* [[Kategorie:Vorlagenstile]] */