/** * @author Santhosh Thottingal * @license GPL-2.0-or-later * @since 2013.10 */ @import 'mediawiki.skin.variables.less'; h1 { text-decoration: none; border-bottom: 0; &.firstHeading { display: none; } } .translate-welcome-header { background-color: @background-color-neutral-subtle; border-bottom: @border-width-base @border-style-base @border-color-muted; padding: 10px; & > p { color: @color-subtle; font-size: 1.2em; } } .limit-reached { margin-top: 10px; background-color: @background-color-warning-subtle; padding: 10px; & > p { color: @color-subtle; font-size: 1.2em; } } .translate-stash-control { color: @color-subtle; font-size: 1.5em; padding: 35px 10px 20px 5px; } .tux-messagelist { padding: 0 20px; background: none; } .tux-loading-indicator { position: relative; top: 50%; left: 50%; } .messagekey { visibility: hidden; } .message-desc-control, .layout-actions .close, .tux-message-item, .tux-message-item.translated.hide { display: none; } .tux-message:first-child .tux-message-item { border-top: @border-subtle; } .tux-message-item.translated { display: block; } .sourcemessage { top: -10px; }