Template:ItemCard/styles.css: Difference between revisions
Jump to navigation
Jump to search
Lightning266 (talk | contribs) (test) |
Lightning266 (talk | contribs) mNo edit summary |
||
| Line 23: | Line 23: | ||
white-space: nowrap; | white-space: nowrap; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.simple-style { | |||
background-color: #fdf6e3; | |||
color: #333; | |||
font-family: sans-serif; | |||
padding: 1em; | |||
} | } | ||
Revision as of 08:49, 6 May 2025
.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;
}