Template:ItemCard/styles.css
Jump to navigation
Jump to search
.itemcard-table {
margin: 0 auto;
width: 100%;
border-collapse: collapse;
background:#f9f9f9;
}
.itemcard-image{
width:20%;
text-align:center;
vertical-align:middle;
padding: 30px;
}
.itemcard-content{
width:40%;
padding-left: 20px;
}
.itemcard-chip{
border-radius: 10px;
padding: 3px;
white-space: nowrap;
}
/* Individual stat colors */
.itemcard-chip.str { background-color: #e28080; }
.itemcard-chip.dex { background-color: #80b4e2; }
.itemcard-chip.int { background-color: #c080e2; }
.itemcard-chip.luk { background-color: #d9b100; }
.itemcard-chip.vit { background-color: #80e2a7; }
.itemcard-chip.agi { background-color: #f5a742; }