Add MessagesBi.php
[lhc/web/wiklou.git] / resources / lib / oojs-ui / 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 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "exitFullscreen": {
23 "file": "images/icons/exitFullscreen.svg"
24 },
25 "fullScreen": {
26 "file": "images/icons/fullScreen.svg"
27 },
28 "image": {
29 "file": "images/icons/image.svg"
30 },
31 "imageAdd": {
32 "file": {
33 "ltr": "images/icons/imageAdd-ltr.svg",
34 "rtl": "images/icons/imageAdd-rtl.svg"
35 }
36 },
37 "imageBroken": {
38 "file": "images/icons/imageBroken.svg"
39 },
40 "imageLock": {
41 "file": {
42 "ltr": "images/icons/imageLock-ltr.svg",
43 "rtl": "images/icons/imageLock-rtl.svg"
44 }
45 },
46 "imageGallery": {
47 "file": "images/icons/imageGallery.svg"
48 },
49 "camera": {
50 "file": "images/icons/camera.svg"
51 },
52 "pause": {
53 "file": "images/icons/pause.svg"
54 },
55 "play": {
56 "file": "images/icons/play.svg"
57 },
58 "stop": {
59 "file": "images/icons/stop.svg"
60 }
61 }
62 }