Merge "Use {{int:}} on MediaWiki:Blockedtext and MediaWiki:Autoblockedtext"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-accessibility.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#36c",
12 "global": true
13 },
14 "destructive": {
15 "color": "#d33"
16 },
17 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "bright": {
23 "file": "images/icons/bright.svg"
24 },
25 "halfBright": {
26 "file": {
27 "ltr": "images/icons/halfBright-ltr.svg",
28 "rtl": "images/icons/halfBright-rtl.svg"
29 }
30 },
31 "notBright": {
32 "file": "images/icons/notBright.svg"
33 },
34 "eye": {
35 "file": "images/icons/eye.svg"
36 },
37 "eyeClosed": {
38 "file": "images/icons/eyeClosed.svg"
39 },
40 "moon": {
41 "file": "images/icons/moon.svg"
42 },
43 "largerText": {
44 "file": "images/icons/largerText.svg"
45 },
46 "smallerText": {
47 "file": "images/icons/smallerText.svg"
48 },
49 "visionSimulator": {
50 "file": "images/icons/visionSimulator.svg"
51 }
52 }
53 }