×
Create a new article
Write your page title here:
We currently have 169 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki

Template:Sfrac/styles.css

/* {{pp|small=y}} */
.sfrac {
	white-space: nowrap;
}

.sfrac.tion,
.sfrac .tion {
	display: inline-block;
	vertical-align: -0.5em;
	font-size: 85%;
	text-align: center;
}

.sfrac .num {
	display: block;
	line-height: 1em;
	margin: 0.0em 0.1em;
	border-bottom: 1px solid;
}

.sfrac .den {
	display: block;
	line-height: 1em;
	margin: 0.1em 0.1em;
}

/* [[Template:Screen reader-only]] is canonical implementation onwiki */
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0); /* removed from CSS */
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	/* white-space: nowrap; /* already have nowrap above */
}