Update OOjs UI to v0.1.0-pre (f9c217dfa4)
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui.svg.css
1 /*!
2 * OOjs UI v0.1.0-pre (f9c217dfa4)
3 * https://www.mediawiki.org/wiki/OOjs_UI
4 *
5 * Copyright 2011–2014 OOjs Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
8 *
9 * Date: 2014-09-10T17:25:40Z
10 */
11 /*
12 * Blank theme mixins.
13 *
14 * Base styles invoke these mixins at the end of their definitions. Override these mixins to add
15 * additional rules to the base styles.
16 */
17 .oo-ui-icon-add-item {
18 background-image: /* @embed */ url(images/icons/add-item.svg);
19 }
20 .oo-ui-icon-advanced {
21 background-image: /* @embed */ url(images/icons/advanced.svg);
22 }
23 .oo-ui-icon-alert {
24 background-image: /* @embed */ url(images/icons/alert.svg);
25 }
26 .oo-ui-icon-check {
27 background-image: /* @embed */ url(images/icons/check.svg);
28 }
29 .oo-ui-icon-clear {
30 background-image: /* @embed */ url(images/icons/clear.svg);
31 }
32 .oo-ui-icon-close {
33 background-image: /* @embed */ url(images/icons/close.svg);
34 }
35 .oo-ui-icon-code {
36 background-image: /* @embed */ url(images/icons/code.svg);
37 }
38 .oo-ui-icon-collapse {
39 background-image: /* @embed */ url(images/icons/collapse.svg);
40 }
41 .oo-ui-icon-comment {
42 background-image: /* @embed */ url(images/icons/comment.svg);
43 }
44 .oo-ui-icon-expand {
45 background-image: /* @embed */ url(images/icons/expand.svg);
46 }
47 .oo-ui-icon-help {
48 background-image: /* @embed */ url(images/icons/help.svg);
49 }
50 .oo-ui-icon-info {
51 background-image: /* @embed */ url(images/icons/info.svg);
52 }
53 .oo-ui-icon-link {
54 background-image: /* @embed */ url(images/icons/link.svg);
55 }
56 .oo-ui-icon-menu {
57 background-image: /* @embed */ url(images/icons/menu.svg);
58 }
59 .oo-ui-icon-next {
60 background-image: /* @embed */ url(images/icons/move-ltr.svg);
61 }
62 .oo-ui-icon-picture {
63 background-image: /* @embed */ url(images/icons/picture.svg);
64 }
65 .oo-ui-icon-previous {
66 background-image: /* @embed */ url(images/icons/move-rtl.svg);
67 }
68 .oo-ui-icon-redo {
69 background-image: /* @embed */ url(images/icons/arched-arrow-ltr.svg);
70 }
71 .oo-ui-icon-remove {
72 background-image: /* @embed */ url(images/icons/remove.svg);
73 }
74 .oo-ui-icon-search {
75 background-image: /* @embed */ url(images/icons/search.svg);
76 }
77 .oo-ui-icon-settings {
78 background-image: /* @embed */ url(images/icons/settings.svg);
79 }
80 .oo-ui-icon-tag {
81 background-image: /* @embed */ url(images/icons/tag.svg);
82 }
83 .oo-ui-icon-undo {
84 background-image: /* @embed */ url(images/icons/arched-arrow-rtl.svg);
85 }
86 .oo-ui-icon-window {
87 background-image: /* @embed */ url(images/icons/window.svg);
88 }
89 .oo-ui-indicator-alert {
90 background-image: /* @embed */ url(images/indicators/alert.svg);
91 }
92 .oo-ui-indicator-down {
93 background-image: /* @embed */ url(images/indicators/arrow-down.svg);
94 }
95 .oo-ui-indicator-next {
96 background-image: /* @embed */ url(images/indicators/arrow-ltr.svg);
97 }
98 .oo-ui-indicator-previous {
99 background-image: /* @embed */ url(images/indicators/arrow-rtl.svg);
100 }
101 .oo-ui-indicator-required {
102 background-image: /* @embed */ url(images/indicators/required.svg);
103 }
104 .oo-ui-indicator-up {
105 background-image: /* @embed */ url(images/indicators/arrow-up.svg);
106 }
107 .oo-ui-texture-pending {
108 background-image: /* @embed */ url(images/textures/pending.gif);
109 }
110 .oo-ui-texture-transparency {
111 background-image: /* @embed */ url(images/textures/transparency.svg);
112 }