MimeAnalyzer: Add testcases for mp3 detection
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-moderation.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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
26 "unBlock": { "file": {
27 "ltr": "images/icons/unBlock-ltr.svg",
28 "rtl": "images/icons/unBlock-rtl.svg"
29 } },
30 "clip": { "file": "images/icons/clip.svg", "variants": [ "progressive" ] },
31 "unClip": { "file": "images/icons/unClip.svg", "variants": [ "progressive" ] },
32 "flag": { "file": {
33 "ltr": "images/icons/flag-ltr.svg",
34 "rtl": "images/icons/flag-rtl.svg"
35 } },
36 "unFlag": { "file": {
37 "ltr": "images/icons/unFlag-ltr.svg",
38 "rtl": "images/icons/unFlag-rtl.svg"
39 } },
40 "lock": { "file": {
41 "ltr": "images/icons/lock-ltr.svg",
42 "rtl": "images/icons/lock-rtl.svg"
43 }, "variants": [ "destructive" ] },
44 "unLock": { "file": {
45 "ltr": "images/icons/unLock-ltr.svg",
46 "rtl": "images/icons/unLock-rtl.svg"
47 }, "variants": [ "destructive" ] },
48 "star": { "file": "images/icons/star.svg", "variants": [ "constructive", "progressive" ] },
49 "halfStar": { "file": {
50 "ltr": "images/icons/halfStar-ltr.svg",
51 "rtl": "images/icons/halfStar-rtl.svg"
52 }, "variants": [ "constructive", "progressive" ] },
53 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] },
54 "trash": { "file": "images/icons/trash.svg" },
55 "unTrash": { "file": {
56 "ltr": "images/icons/unTrash-ltr.svg",
57 "rtl": "images/icons/unTrash-rtl.svg"
58 } },
59 "pushPin": { "file": "images/icons/pushPin.svg", "variants": [ "progressive" ] },
60 "ongoingConversation": {
61 "file": {
62 "ltr": "images/icons/ongoingConversation-ltr.svg",
63 "rtl": "images/icons/ongoingConversation-rtl.svg"
64 },
65 "variants": [ "progressive" ]
66 }
67 }
68 }