Template:MonsterInfoBox/styles.css

From Ymirheim Wiki
< Template:MonsterInfoBox
Revision as of 15:38, 29 June 2024 by Neris (talk | contribs) (Created page with ".monster-infobox { float: right; position: relative; width: 300px; background: rgba(0, 0, 0, 0.8); font-size: 0.923em; border: 1px solid #FFF; border-radius: 5px; box-shadow: 0 0 5px black; margin: 0 0 1em 1em; padding: 5px; color: #FFF; } .monster-infobox img { }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.monster-infobox {
	float: right;
	position: relative;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.923em;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	margin: 0 0 1em 1em;
	padding: 5px;
	color: #FFF;
}

.monster-infobox img {
}