Template:NpcInfoBox/styles.css

From Ymirheim Wiki
< Template:NpcInfoBox
Revision as of 12:16, 4 July 2024 by Neris (talk | contribs) (Created page with ".npc-infobox-wrapper { float: right; position: relative; width: 300px; margin: 0 0 1em 1em; } .npc-infobox { background: rgba(0, 0, 0, 0.8); font-size: 0.923em; border: 1px solid #FFF; border-radius: 5px; box-shadow: 0 0 5px black; padding: 5px; color: #FFF; } .npc-infobox .heading { font-size: 1.2em; font-weight: bold; text-align: center; color: #efc141; } .npc-infobox .npc-info-image { text-align: center; } .npc-infobox .npc-info-table th { text-ali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.npc-infobox-wrapper {
	float: right;
	position: relative;
	width: 300px;
	margin: 0 0 1em 1em;
}
.npc-infobox {
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.923em;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	padding: 5px;
	color: #FFF;
}

.npc-infobox .heading {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #efc141;
}

.npc-infobox .npc-info-image {
	text-align: center;
}

.npc-infobox .npc-info-table th {
	text-align: left;
	vertical-align: top;
}

.npc-infobox .npc-info-table ul {
	margin: 0;
	list-style: none;
}