MimeAnalyzer: Add testcases for mp3 detection
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-content.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 "article": { "file": {
26 "ltr": "images/icons/article-ltr.svg",
27 "rtl": "images/icons/article-rtl.svg"
28 } },
29 "articles": { "file": {
30 "ltr": "images/icons/articles-ltr.svg",
31 "rtl": "images/icons/articles-rtl.svg"
32 } },
33 "articleCheck": { "file": {
34 "ltr": "images/icons/articleCheck-ltr.svg",
35 "rtl": "images/icons/articleCheck-rtl.svg"
36 } },
37 "articleSearch": { "file": {
38 "ltr": "images/icons/articleSearch-ltr.svg",
39 "rtl": "images/icons/articleSearch-rtl.svg"
40 } },
41 "articleRedirect": { "file": {
42 "ltr": "images/icons/articleRedirect-ltr.svg",
43 "rtl": "images/icons/articleRedirect-rtl.svg"
44 } },
45 "book": { "file": {
46 "ltr": "images/icons/book-ltr.svg",
47 "rtl": "images/icons/book-rtl.svg"
48 } },
49 "citeArticle": { "file": {
50 "ltr": "images/icons/citeArticle-ltr.svg",
51 "rtl": "images/icons/citeArticle-rtl.svg"
52 } },
53 "die": { "file": {
54 "ltr": "images/icons/die-ltr.svg",
55 "rtl": "images/icons/die-rtl.svg"
56 } },
57 "download": { "file": {
58 "ltr": "images/icons/download-ltr.svg",
59 "rtl": "images/icons/download-rtl.svg"
60 } },
61 "folderPlaceholder": { "file": {
62 "ltr": "images/icons/folderPlaceholder-ltr.svg",
63 "rtl": "images/icons/folderPlaceholder-rtl.svg"
64 } },
65 "history": { "file": "images/icons/history.svg" },
66 "info": { "file": "images/icons/info.svg" },
67 "journal": { "file": {
68 "ltr": "images/icons/journal-ltr.svg",
69 "rtl": "images/icons/journal-rtl.svg"
70 } },
71 "newspaper": { "file": {
72 "ltr": "images/icons/newspaper-ltr.svg",
73 "rtl": "images/icons/newspaper-rtl.svg"
74 } },
75 "tag": { "file": "images/icons/tag.svg", "variants": [ "destructive", "warning", "constructive" ] },
76 "upload": { "file": {
77 "ltr": "images/icons/upload-ltr.svg",
78 "rtl": "images/icons/upload-rtl.svg"
79 } },
80 "window": { "file": "images/icons/window.svg" }
81 }
82 }