Template:Honor infobox/style.css

From Pathfinder Wiki
< Template:Honor infobox
Revision as of 13:46, 16 January 2021 by DesignerThan (talk | contribs) (Created page with ".honor-infobox { text-align: center; box-shadow: 5px 5px 10px rgba(0,0,0, .3); border-radius: 10px; margin-bottom: 0; border-collapse: inherit; border-spacing: .5em; } ....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.honor-infobox {
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0, .3);
	border-radius: 10px;
	margin-bottom: 0;
	border-collapse: inherit;
	border-spacing: .5em;
}
.honor-infobox #infobox-title {
	font-size: 1.6rem;
	font-weight: bold;
}

.honor-infobox .infobox-value {
	box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	border-radius: 10px;
	padding: .5em;
}
.honor-infobox .infobox-value-emphasize {
	font-size: 1rem;
	font-weight: bold;
}