MediaWiki:Common.css/src/template/key.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* [[Template:Key]] *********/

span.key {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;

	a:-webkit-any-link {
		text-decoration: none;
	}

	kbd {
		color: black;
		border: 1px solid rgb(170, 170, 170);
		box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221);
		border-radius: .2em;
		background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238));
		background-color: rgb(249, 249, 249);
		padding: 0.1em 0.4em 0.2em 0.3em;
		margin-right: 2px;
		font-size: 85%;
		font-family: inherit;
		font-style: normal;
	}
}