MediaWiki:Common.css/src/unknown.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.

/********* Unknown *********/

/* Styles which have an unknown/unclear purpose; should be removed if it's clear that
 * they have no use. If they're still needed, they should be moved to the proper location
 * and given an explanation. Remember that they might be used by the Terraria Mods Wiki
 * or a language wiki. */

/* seems unused; [[Special:SpecialPages]] only uses ".mw-specialpages-list" elements */
.mw-specialpages-table {
	margin-bottom: 0;
	margin-top: 0;
}

/* Notification */
/* .theme-mode-dark doesn't seem to be used anymore */
.theme-mode-dark .postedit::after {
	filter: invert(100%);
}

/* Warning color */
/* used at least by Extension:Cite; see https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Cite/+/refs/heads/REL1_39/src/ErrorReporter.php#103 */
/* where is this defined in the MediaWiki internal CSS? */
.warning {
	color: var(--oouihelper--yellow);
}

/* where is this used? where is it defined in the MediaWiki internal CSS? */
.page-content ol.special {
	list-style-position: inside;
	margin-left: auto;
}

/* Remove external link icon */
/* where is this used? where is it defined in the MediaWiki internal CSS? */
.link-https {
	padding-right: 0;
	background: none;
}

/* Larger font for Module: code display (default is smaller than other code pages) */
/* where is this really used? neither short modules (Module:Bananas) nor long modules
 * (Module:Exclusive/data) have ".lua" or ".source-lua" classes. where is it defined
 * in the MediaWiki internal CSS? */
pre.lua.source-lua {
	font-size: 14px !important;
}