More actions
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
.cpe-row-warning{ background-color: var(--background-color-warning-subtle); } | .cpe-row-warning{ background-color: var(--background-color-warning-subtle); } | ||
.player-tag { | .cpe-player-tag { text-wrap-mode: nowrap; } | ||
.cpe-player-tag img { width: 1em; height: auto; } | |||
} | |||
. | .cpe-pixelate img { image-rendering: pixelated; } | ||
.cpe-table-mask img { width: 4em; height: 4em; } | |||
.cpe-round img { border-radius: 2px; } | |||
} | |||
.hidden-alt-text { | .hidden-alt-text { | ||
| Line 29: | Line 26: | ||
text-wrap-mode: nowrap; | text-wrap-mode: nowrap; | ||
} | } | ||
.list-nomargin ul { | |||
margin-left: 1em; | |||
margin-top: unset; | |||
margin-bottom: unset; | |||
} | |||
.va-top td { vertical-align: top; } | |||
Latest revision as of 13:21, 22 March 2025
/* CSS placed here will be applied to all skins */
.cpe-row-error{ background-color: var(--background-color-error-subtle); }
.cpe-row-warning{ background-color: var(--background-color-warning-subtle); }
.cpe-player-tag { text-wrap-mode: nowrap; }
.cpe-player-tag img { width: 1em; height: auto; }
.cpe-pixelate img { image-rendering: pixelated; }
.cpe-table-mask img { width: 4em; height: 4em; }
.cpe-round img { border-radius: 2px; }
.hidden-alt-text {
font-size: 0;
}
.mc-hearts::before {
content: ' (';
}
.mc-hearts::after {
content: ')';
}
.nowrap {
white-space: nowrap;
white-space-collapse: collapse;
text-wrap-mode: nowrap;
}
.list-nomargin ul {
margin-left: 1em;
margin-top: unset;
margin-bottom: unset;
}
.va-top td { vertical-align: top; }