Template:MonsterInfoBox/styles.css: Difference between revisions

From Ymirheim Wiki
(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 { }")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
.monster-infobox {
.monster-infobox .heading {
float: right;
color: #efc141;
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 {
}
}

Latest revision as of 09:32, 9 July 2024

.monster-infobox .heading {
	color: #efc141;
}