Template:Honor infobox/echoSkillLevel/echoBadge/style.css

From Pathfinder Wiki
.skill-badge {
	box-sizing: content-box;
	text-align: center;
	display: inline-block;
	width: 1.5em;
	line-height: 1.5em;
	padding: .25rem;
	margin: 0 .5rem;
	border-radius: 1.5em;
}
.skill-badge.active {
	font-size: 1.25em;
	width: 1.2em;
	line-height: 1.2em;
	background-color: transparent!important;
	border: .2em solid;
	box-shadow: .1em .1em .2em rgba(0,0,0,.25), 
	     inset  .1em .1em .2em rgba(0,0,0,.25);
	font-weight: bold;
	text-shadow: .1em .1em .2em rgba(0,0,0,.25);
}