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
No edit summary
Line 35: Line 35:
margin-bottom: unset;
margin-bottom: unset;
}
}
.list-va-top ul { vertical-align: top; }

Revision as of 18:13, 6 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; }

.cpe-pixelate img {
    image-rendering: pixelated;
    border-radius: 2px;
}

.cpe-table-mask img { width: 4em; }

.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;
}

.list-va-top ul { vertical-align: top; }