Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special.interwiki.less
blob252039109d37e1f4501f99ce58ebdc68d5fd6ea3
1 // Styles for Special:Interwiki
2 @import 'mediawiki.skin.variables.less';
4 table.mw-interwikitable {
5         width: 100%;
7         &.mw-interwiki-legend th {
8                 padding-right: 1.4ex;
9                 vertical-align: top;
10         }
12         &.mw-interwiki-legend th.mw-align-start {
13                 text-align: left;
14         }
16         &.mw-interwiki-legend th.mw-align-end {
17                 text-align: right;
18         }
20         td.mw-interwikitable-local,
21         td.mw-interwikitable-trans,
22         td.mw-interwikitable-modify {
23                 text-align: center;
24         }
26         td.mw-interwikitable-local-yes {
27                 background: @background-color-success-subtle;
28         }
31 /* It's safe enough to assume that URLs are usually LTR. */
32 /* @noflip */
33 .mw-interwikitable-url,
34 input#mw-interwiki-url {
35         text-align: left;
36         direction: ltr;
39 .mw-interwikitable-modify {
40         white-space: nowrap;
43 .mw-interwiki-legend th::before,
44 .mw-interwiki-legend .mw-collapsible-toggle {
45         font-weight: normal !important; /* stylelint-disable-line declaration-no-important */
48 /* Selector with higher specifity than wikitable */
49 table.wikitable.mw-interwiki-legend {
50         margin-top: 2em;
53 .mw-collapsible-content {
54         clear: both;