MediaWiki:Common.css/src/system/changeslist.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* changeslist *********/

/* Special:Watchlist, Special:RecentChanges, etc. */

/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/resources/src/mediawiki.special.changeslist/default.less */

/* Colored byte size change numbers */
.mw-plusminus-pos {
	color: var(--theme-text-color-green);
}
.mw-plusminus-neg {
	color: var(--theme-text-color-red);
}
.mw-plusminus-null {
	color: var(--theme-text-color-note);
}

/* Colors in the "Legend" box for the non-JavaScript version of Special:RecentChanges
 * (and to prevent a color flash for the JavaScript version) */
.mw-changeslist-legend {
	background-color: var(--ooui--messagewidget-notice-background-color);
	border-color: var(--ooui--messagewidget-notice-border-color);
}