Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.skinning / content.links.less
blob27d0a6d292b9de6f97e21594f0f3244784dcc3be
1 @import 'mediawiki.skin.variables.less';
3 /* stylelint-disable selector-class-pattern */
5 a.new {
6         color: @color-link-new;
8         &:visited {
9                 color: @color-link-new--visited;
10         }
13 /* self links */
14 a.mw-selflink {
15         color: inherit;
16         font-weight: bold;
17         text-decoration: inherit;
19         &:hover {
20                 cursor: inherit;
21                 text-decoration: inherit;
22         }
24         &:active,
25         &:visited {
26                 color: inherit;
27         }
30 /* Interwiki & External links */
31 .mw-parser-output {
32         a.extiw,
33         a.external {
34                 color: @color-link-external;
36                 &:visited {
37                         color: @color-link-external--visited;
38                 }
40                 &:active {
41                         color: @color-link-external--active;
42                 }
43         }
46 /* Underline preference */
48 .mw-underline-always a {
49         text-decoration: underline;
52 .mw-underline-never a {
53         text-decoration: none;
56 /* Plainlinks - this can be used to switch
57  * off special external link styling */
58 .plainlinks a.external {
59         background: none !important; /* stylelint-disable-line declaration-no-important */
60         padding: 0 !important; /* stylelint-disable-line declaration-no-important */