2024-07-01 19:38:46 +00:00
|
|
|
// Styles for Special:Interwiki
|
2024-07-01 19:51:04 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2024-07-01 19:38:46 +00:00
|
|
|
|
2011-06-11 22:14:03 +00:00
|
|
|
table.mw-interwikitable {
|
|
|
|
width: 100%;
|
|
|
|
|
2024-07-01 19:38:46 +00:00
|
|
|
&.intro th {
|
|
|
|
padding-right: 1.4ex;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2009-02-10 10:32:13 +00:00
|
|
|
|
2024-07-01 19:38:46 +00:00
|
|
|
&.intro th.mw-align-start {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2009-02-10 10:32:13 +00:00
|
|
|
|
2024-07-01 19:38:46 +00:00
|
|
|
&.intro th.mw-align-end {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2009-02-10 10:32:13 +00:00
|
|
|
|
2024-07-01 19:38:46 +00:00
|
|
|
&.body td.mw-interwikitable-local,
|
|
|
|
&.body td.mw-interwikitable-trans,
|
|
|
|
&.body td.mw-interwikitable-modify {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2012-05-18 10:07:43 +00:00
|
|
|
|
2024-07-01 19:38:46 +00:00
|
|
|
&.body td.mw-interwikitable-local-yes {
|
2024-07-01 19:51:04 +00:00
|
|
|
background: @background-color-success-subtle;
|
2024-07-01 19:38:46 +00:00
|
|
|
}
|
2014-07-18 21:29:23 +00:00
|
|
|
}
|
|
|
|
|
2012-05-18 10:07:43 +00:00
|
|
|
/* It's safe enough to assume that URLs are usually LTR. */
|
2012-05-20 07:58:57 +00:00
|
|
|
/* @noflip */
|
|
|
|
.mw-interwikitable-url,
|
|
|
|
input#mw-interwiki-url {
|
2011-06-21 10:49:52 +00:00
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
2011-07-19 12:45:38 +00:00
|
|
|
}
|
2012-05-18 10:07:43 +00:00
|
|
|
|
2011-07-19 12:45:38 +00:00
|
|
|
.mw-interwikitable-modify {
|
|
|
|
white-space: nowrap;
|
2012-04-25 08:53:49 +00:00
|
|
|
}
|
2012-05-21 13:29:32 +00:00
|
|
|
|
2023-03-29 22:33:43 +00:00
|
|
|
.mw-interwiki-legend th::before,
|
2014-09-12 22:33:39 +00:00
|
|
|
.mw-interwiki-legend .mw-collapsible-toggle {
|
2018-12-30 10:54:41 +00:00
|
|
|
font-weight: normal !important; /* stylelint-disable-line declaration-no-important */
|
2014-09-12 22:33:39 +00:00
|
|
|
}
|
2017-08-28 05:12:20 +00:00
|
|
|
|
|
|
|
/* Selector with higher specifity than wikitable */
|
|
|
|
table.wikitable.mw-interwiki-legend {
|
2014-09-12 22:33:39 +00:00
|
|
|
margin-top: 2em;
|
2012-05-21 13:29:32 +00:00
|
|
|
}
|
2012-06-26 12:03:09 +00:00
|
|
|
|
|
|
|
.mw-collapsible-content {
|
|
|
|
clear: both;
|
|
|
|
}
|