Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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); }
.player-tag {
.player-tag {
     text-wrap-mode: nowrap;
     text-wrap-mode: nowrap;

Revision as of 04:10, 3 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); }

.player-tag {
    text-wrap-mode: nowrap;
}

.player-tag img {
    image-rendering: pixelated;
    width: 1em;
    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;
}