Template:MonsterInfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
.monster-infobox .heading { | .monster-infobox .heading { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | |||
text-align: center; | text-align: center; | ||
color: #efc141; | color: #efc141; | ||
Revision as of 15:46, 29 June 2024
.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 .heading {
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #efc141;
}
.monster-infobox img {
}
.monster-infobox .monster-info-table th {
text-align: left;
}