Add 3D filetype for STL files
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-toolbars-mediawiki.css
1 /*!
2 * OOjs UI v0.21.0
3 * https://www.mediawiki.org/wiki/OOjs_UI
4 *
5 * Copyright 2011–2017 OOjs UI Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
8 *
9 * Date: 2017-04-11T22:51:10Z
10 */
11 .oo-ui-tool.oo-ui-widget-enabled {
12 -webkit-transition: background-color 100ms;
13 -moz-transition: background-color 100ms;
14 transition: background-color 100ms;
15 }
16 .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
17 -webkit-transition: color 100ms;
18 -moz-transition: color 100ms;
19 transition: color 100ms;
20 }
21 .oo-ui-popupTool .oo-ui-popupWidget-popup,
22 .oo-ui-popupTool .oo-ui-popupWidget-anchor {
23 z-index: 4;
24 }
25 .oo-ui-toolGroupTool > .oo-ui-toolGroup {
26 border-right: 0;
27 }
28 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle {
29 height: 2.5em;
30 padding: 0.3125em;
31 }
32 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
33 height: 2.5em;
34 width: 1.875em;
35 }
36 .oo-ui-toolGroup {
37 display: inline-block;
38 vertical-align: middle;
39 border-right: 1px solid #c8ccd1;
40 }
41 .oo-ui-toolGroup-empty {
42 display: none;
43 }
44 .oo-ui-toolGroup .oo-ui-tool-link {
45 text-decoration: none;
46 cursor: pointer;
47 }
48 .oo-ui-toolGroup.oo-ui-widget-disabled .oo-ui-tool-link,
49 .oo-ui-toolGroup .oo-ui-widget-disabled > .oo-ui-tool-link {
50 outline: 0;
51 cursor: default;
52 }
53 .oo-ui-toolbar-actions .oo-ui-toolGroup {
54 border-right: 0;
55 border-left: 1px solid #c8ccd1;
56 }
57 .oo-ui-toolbar-narrow .oo-ui-toolGroup + .oo-ui-toolGroup {
58 margin-left: 0;
59 }
60 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
61 display: inline-block;
62 position: relative;
63 vertical-align: top;
64 }
65 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
66 display: block;
67 }
68 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel {
69 display: none;
70 }
71 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
72 display: inline-block;
73 vertical-align: top;
74 }
75 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title {
76 display: none;
77 }
78 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title {
79 display: inline;
80 }
81 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
82 height: 1.875em;
83 padding: 0.625em;
84 }
85 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
86 height: 1.875em;
87 width: 1.875em;
88 }
89 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
90 line-height: 2.1;
91 padding: 0 0.4em;
92 }
93 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
94 background-color: #eaecf0;
95 }
96 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link .oo-ui-tool-title {
97 color: #222;
98 -webkit-transition: color 100ms;
99 -moz-transition: color 100ms;
100 transition: color 100ms;
101 }
102 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active {
103 background-color: #eaf3ff;
104 box-shadow: inset 0 0.07em 0.07em 0 rgba(0, 0, 0, 0.07);
105 }
106 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active:hover {
107 background-color: rgba(41, 98, 204, 0.1);
108 }
109 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link .oo-ui-tool-title {
110 color: #36c;
111 }
112 .oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title,
113 .oo-ui-barToolGroup.oo-ui-widget-disabled .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
114 color: #72777d;
115 }
116 .oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-iconElement-icon,
117 .oo-ui-barToolGroup.oo-ui-widget-disabled .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
118 opacity: 0.3;
119 }
120 .oo-ui-popupToolGroup {
121 position: relative;
122 height: 3.125em;
123 min-width: 2em;
124 }
125 .oo-ui-popupToolGroup-handle {
126 display: block;
127 cursor: pointer;
128 }
129 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,
130 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
131 position: absolute;
132 }
133 .oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle {
134 outline: 0;
135 cursor: default;
136 }
137 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
138 display: none;
139 position: absolute;
140 z-index: 4;
141 }
142 .oo-ui-popupToolGroup-active.oo-ui-widget-enabled > .oo-ui-toolGroup-tools {
143 display: block;
144 }
145 .oo-ui-popupToolGroup-left > .oo-ui-toolGroup-tools {
146 left: 0;
147 }
148 .oo-ui-popupToolGroup-right > .oo-ui-toolGroup-tools {
149 right: 0;
150 }
151 .oo-ui-popupToolGroup .oo-ui-tool-link {
152 display: table;
153 width: 100%;
154 vertical-align: middle;
155 white-space: nowrap;
156 }
157 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon,
158 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
159 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
160 display: table-cell;
161 vertical-align: middle;
162 }
163 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
164 text-align: right;
165 }
166 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
167 padding-left: 3em;
168 }
169 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup {
170 min-width: 1.875em;
171 }
172 .oo-ui-popupToolGroup.oo-ui-iconElement {
173 min-width: 3.125em;
174 }
175 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement {
176 min-width: 2.5em;
177 }
178 .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
179 min-width: 4.375em;
180 }
181 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
182 min-width: 3.75em;
183 }
184 .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
185 line-height: 2.6;
186 margin: 0 1em;
187 }
188 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
189 margin: 0 0.5em;
190 }
191 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
192 margin-left: 3em;
193 }
194 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
195 margin-left: 2.5em;
196 }
197 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
198 margin-right: 2em;
199 }
200 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
201 margin-right: 1.75em;
202 }
203 .oo-ui-popupToolGroup-header {
204 line-height: 2.6;
205 margin: 0 0.6em;
206 font-weight: bold;
207 }
208 .oo-ui-popupToolGroup-handle {
209 padding: 0.3125em;
210 height: 2.5em;
211 }
212 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
213 top: 0;
214 right: 0;
215 width: 0.9375em;
216 height: 100%;
217 margin: 0 0.5em;
218 opacity: 0.87;
219 }
220 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
221 right: -0.3125em;
222 }
223 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
224 width: 1.875em;
225 height: 2.6em;
226 margin: 0.25em;
227 top: 0;
228 left: 0.3125em;
229 opacity: 0.7;
230 }
231 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
232 left: 0;
233 }
234 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
235 margin: 0 -1px;
236 border: 1px solid #c8ccd1;
237 background-color: #fff;
238 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
239 min-width: 16em;
240 }
241 .oo-ui-toolbar-position-top .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
242 top: 3.125em;
243 }
244 .oo-ui-toolbar-position-bottom .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
245 bottom: 3.125em;
246 }
247 .oo-ui-popupToolGroup .oo-ui-tool-link {
248 padding: 0.4em 0.625em;
249 -webkit-box-sizing: border-box;
250 -moz-box-sizing: border-box;
251 box-sizing: border-box;
252 }
253 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
254 height: 2.5em;
255 width: 1.875em;
256 min-width: 1.875em;
257 }
258 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
259 padding-left: 0.5em;
260 color: #222;
261 }
262 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
263 color: #72777d;
264 }
265 .oo-ui-popupToolGroup.oo-ui-widget-enabled {
266 -webkit-transition: background-color 100ms, box-shadow 100ms;
267 -moz-transition: background-color 100ms, box-shadow 100ms;
268 transition: background-color 100ms, box-shadow 100ms;
269 }
270 .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
271 box-shadow: inset 0 0.07em 0.07em 0 rgba(0, 0, 0, 0.07);
272 background-color: #eaecf0;
273 }
274 .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
275 color: #36c;
276 }
277 .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle {
278 -webkit-transition: background-color 100ms, box-shadow 100ms;
279 -moz-transition: background-color 100ms, box-shadow 100ms;
280 transition: background-color 100ms, box-shadow 100ms;
281 }
282 .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
283 background-color: #eaecf0;
284 }
285 .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
286 background-color: #eaf3ff;
287 }
288 .oo-ui-listToolGroup .oo-ui-tool {
289 display: block;
290 -webkit-box-sizing: border-box;
291 -moz-box-sizing: border-box;
292 box-sizing: border-box;
293 }
294 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
295 background-color: #eaecf0;
296 }
297 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link .oo-ui-iconElement-icon {
298 opacity: 0.9;
299 }
300 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled {
301 background-color: #eaf3ff;
302 }
303 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled:first-child {
304 box-shadow: inset 0 0.07em 0.07em 0 rgba(0, 0, 0, 0.07);
305 }
306 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled:hover {
307 background-color: rgba(41, 98, 204, 0.1);
308 }
309 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
310 color: #36c;
311 }
312 .oo-ui-listToolGroup.oo-ui-widget-disabled,
313 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
314 color: #72777d;
315 }
316 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
317 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon,
318 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-iconElement-icon {
319 opacity: 0.3;
320 }
321 .oo-ui-menuToolGroup .oo-ui-tool {
322 display: block;
323 }
324 .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
325 min-width: 10em;
326 }
327 .oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
328 min-width: 8.125em;
329 }
330 .oo-ui-menuToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
331 background-image: none;
332 }
333 .oo-ui-menuToolGroup .oo-ui-tool-active .oo-ui-tool-link .oo-ui-iconElement-icon {
334 background-image: url('themes/mediawiki/images/icons/check-progressive.png');
335 background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/check-progressive.svg');
336 background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/check-progressive.svg');
337 background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/check-progressive.png');
338 background-size: contain;
339 background-position: center center;
340 background-repeat: no-repeat;
341 }
342 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
343 background-color: rgba(41, 98, 204, 0.1);
344 }
345 .oo-ui-menuToolGroup .oo-ui-tool-name-menuTool.oo-ui-tool-active {
346 background-color: #eaf3ff;
347 }
348 .oo-ui-menuToolGroup.oo-ui-widget-disabled,
349 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
350 color: #72777d;
351 }
352 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
353 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon,
354 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-iconElement-icon {
355 opacity: 0.3;
356 }
357 .oo-ui-toolbar {
358 clear: both;
359 }
360 .oo-ui-toolbar-bar {
361 line-height: 1;
362 position: relative;
363 }
364 .oo-ui-toolbar-tools,
365 .oo-ui-toolbar-actions {
366 -webkit-touch-callout: none;
367 -webkit-user-select: none;
368 -moz-user-select: none;
369 -ms-user-select: none;
370 user-select: none;
371 }
372 .oo-ui-toolbar-tools {
373 display: inline;
374 white-space: nowrap;
375 }
376 .oo-ui-toolbar-narrow .oo-ui-toolbar-tools {
377 white-space: normal;
378 }
379 .oo-ui-toolbar-tools .oo-ui-tool {
380 white-space: normal;
381 }
382 .oo-ui-toolbar-actions {
383 float: right;
384 }
385 .oo-ui-toolbar-actions .oo-ui-toolbar {
386 display: inline-block;
387 }
388 .oo-ui-toolbar-actions .oo-ui-popupWidget {
389 -webkit-touch-callout: default;
390 -webkit-user-select: all;
391 -moz-user-select: all;
392 -ms-user-select: all;
393 user-select: all;
394 }
395 .oo-ui-toolbar-bar {
396 background-color: #fff;
397 color: #222;
398 }
399 .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
400 border-bottom: 1px solid #c8ccd1;
401 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
402 }
403 .oo-ui-toolbar-position-bottom > .oo-ui-toolbar-bar {
404 border-top: 1px solid #c8ccd1;
405 box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
406 }
407 .oo-ui-toolbar-bar .oo-ui-toolbar-bar {
408 border: 0;
409 background-color: transparent;
410 box-shadow: none;
411 }
412 .oo-ui-toolbar-narrow .oo-ui-toolbar-bar:after {
413 content: '';
414 display: block;
415 position: absolute;
416 top: 3.125em;
417 left: 0;
418 width: 100%;
419 height: 0;
420 border-bottom: 1px solid #c8ccd1;
421 }
422 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-labelElement,
423 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-indicatorElement,
424 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-labelElement,
425 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-indicatorElement {
426 margin: 0;
427 }
428 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button,
429 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button,
430 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button,
431 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button {
432 border: 0;
433 border-radius: 0;
434 padding: 0 0.3125em;
435 }
436 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
437 .oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
438 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
439 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
440 margin: 0 1em;
441 line-height: 3.125em;
442 }
443 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-indicatorElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
444 margin: 0;
445 }
446 .oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-buttonElement.oo-ui-indicatorElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator {
447 margin: 0 0.3125em;
448 }
449 .oo-ui-toolbar-actions > .oo-ui-toolbar:not( :last-child ) {
450 border-right: 1px solid #c8ccd1;
451 }