Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-media.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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 },
23 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "camera": {
29 "file": "images/icons/camera.svg"
30 },
31 "chart": {
32 "file": "images/icons/chart.svg"
33 },
34 "exitFullscreen": {
35 "file": "images/icons/exitFullscreen.svg"
36 },
37 "fullScreen": {
38 "file": "images/icons/fullScreen.svg"
39 },
40 "image": {
41 "file": "images/icons/image.svg"
42 },
43 "imageAdd": {
44 "file": {
45 "ltr": "images/icons/imageAdd-ltr.svg",
46 "rtl": "images/icons/imageAdd-rtl.svg"
47 }
48 },
49 "imageBroken": {
50 "file": "images/icons/imageBroken.svg"
51 },
52 "imageLock": {
53 "file": {
54 "ltr": "images/icons/imageLock-ltr.svg",
55 "rtl": "images/icons/imageLock-rtl.svg"
56 }
57 },
58 "imageGallery": {
59 "file": "images/icons/imageGallery.svg"
60 },
61 "musicalScore": {
62 "file": "images/icons/musicalScore.svg"
63 },
64 "pause": {
65 "file": "images/icons/pause.svg"
66 },
67 "play": {
68 "file": "images/icons/play.svg"
69 },
70 "stop": {
71 "file": "images/icons/stop.svg"
72 },
73 "zoomIn": {
74 "file": "images/icons/zoomIn.svg"
75 },
76 "zoomOut": {
77 "file": "images/icons/zoomOut.svg"
78 }
79 }
80 }