MediaWiki:Common.css/src/template/l10n subtemplate.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* [[Template:L10n subtemplate]] *********/

table.l10n-data-table {
	tr:hover td {
		background-color: rgba(180, 0, 0, 0.05);
	}

	th.all-lang,
	th.lang {
		cursor: pointer;
	}

	th.lang.en {
		cursor: auto;
	}

	th.shrinked {
		padding-left: 0;
		padding-right: 0;

		code {
			padding-left: 1px;
			padding-right: 1px;
		}

		small {
			display: none;
		}
	}

	td.shrinked {
		background-color: rgba(127, 127, 127, 0.05);

		> div {
			display: none;
		}
	}
}

/* Fade out the EN fallback strings more. The difference from regular strings is
 * not notable enough otherwise. */
.l10n-data-table .note-text {
	opacity: 0.5;
}