Template:ItemCard/styles.css
Jump to navigation
Jump to search
.itemcard-table {
margin: 0 auto;
width: 100%;
border-collapse: collapse;
}
.itemcard-table td {
vertical-align: top;
padding: 10px;
}
.itemcard-icon {
text-align: center;
}
.itemcard-stat {
display: inline-block;
border: 2px solid #222;
border-radius: 8px;
background: #eee;
padding: 3px 6px;
margin: 2px;
white-space: nowrap;
font-weight: bold;
}
.simple-style {
background-color: #fdf6e3;
color: #333;
font-family: sans-serif;
padding: 1em;
}