Difference between revisions of "Template:Honor infobox/echoSkillLevel/echoBadge/style.css"

From Pathfinder Wiki
(Created page with ".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...")
 
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 11:31, 17 January 2021

.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);
}