Template:MonsterInfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
border-radius: 5px; | border-radius: 5px; | ||
box-shadow: 0 0 5px black; | box-shadow: 0 0 5px black; | ||
padding: 5px; | padding: 5px; | ||
color: #FFF; | color: #FFF; | ||
| Line 38: | Line 37: | ||
.monster-infobox-card { | .monster-infobox-card { | ||
clear: both; | clear: both; | ||
} | |||
.monster-infobox-card .item-infobox { | |||
float: none; | |||
width: auto; | |||
} | } | ||
Revision as of 16:46, 29 June 2024
.monster-infobox-wrapper {
float: right;
position: relative;
width: 300px;
}
.monster-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;
}
.monster-infobox .heading {
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #efc141;
}
.monster-infobox .monster-info-image {
text-align: center;
}
.monster-infobox .monster-info-table th {
text-align: left;
vertical-align: top;
}
.monster-infobox .monster-info-table ul {
margin: 0;
list-style: none;
}
.monster-infobox-card {
clear: both;
}
.monster-infobox-card .item-infobox {
float: none;
width: auto;
}