Template:Button/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.button {
	color: #000;
	white-space: nowrap;
	font-variant: small-caps;
	overflow: hidden;
}

.long.button {
	display: inline;
	background: #eee;
	border: 1px solid #000;
	border-radius: 1em;
	padding: 0 0.5em;
}
.round.button {
	width: 10px;
	height: 16px;
	display: inline-block;
	background: url(https://mario.wiki.gallery/images/thumb/7/75/Def_Button.svg/16px-Def_Button.svg.png) no-repeat;
	padding: 0 4px;
}