[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 /*! 2 * OOjs UI v0.1.0 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-11T19:39:50Z 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.png); 19 } 20 .oo-ui-icon-advanced { 21 background-image: /* @embed */ url(images/icons/advanced.png); 22 } 23 .oo-ui-icon-alert { 24 background-image: /* @embed */ url(images/icons/alert.png); 25 } 26 .oo-ui-icon-check { 27 background-image: /* @embed */ url(images/icons/check.png); 28 } 29 .oo-ui-icon-clear { 30 background-image: /* @embed */ url(images/icons/clear.png); 31 } 32 .oo-ui-icon-close { 33 background-image: /* @embed */ url(images/icons/close.png); 34 } 35 .oo-ui-icon-code { 36 background-image: /* @embed */ url(images/icons/code.png); 37 } 38 .oo-ui-icon-collapse { 39 background-image: /* @embed */ url(images/icons/collapse.png); 40 } 41 .oo-ui-icon-comment { 42 background-image: /* @embed */ url(images/icons/comment.png); 43 } 44 .oo-ui-icon-expand { 45 background-image: /* @embed */ url(images/icons/expand.png); 46 } 47 .oo-ui-icon-help { 48 background-image: /* @embed */ url(images/icons/help.png); 49 } 50 .oo-ui-icon-info { 51 background-image: /* @embed */ url(images/icons/info.png); 52 } 53 .oo-ui-icon-link { 54 background-image: /* @embed */ url(images/icons/link.png); 55 } 56 .oo-ui-icon-menu { 57 background-image: /* @embed */ url(images/icons/menu.png); 58 } 59 .oo-ui-icon-next { 60 background-image: /* @embed */ url(images/icons/move-rtl.png); 61 } 62 .oo-ui-icon-picture { 63 background-image: /* @embed */ url(images/icons/picture.png); 64 } 65 .oo-ui-icon-previous { 66 background-image: /* @embed */ url(images/icons/move-ltr.png); 67 } 68 .oo-ui-icon-redo { 69 background-image: /* @embed */ url(images/icons/arched-arrow-rtl.png); 70 } 71 .oo-ui-icon-remove { 72 background-image: /* @embed */ url(images/icons/remove.png); 73 } 74 .oo-ui-icon-search { 75 background-image: /* @embed */ url(images/icons/search.png); 76 } 77 .oo-ui-icon-settings { 78 background-image: /* @embed */ url(images/icons/settings.png); 79 } 80 .oo-ui-icon-tag { 81 background-image: /* @embed */ url(images/icons/tag.png); 82 } 83 .oo-ui-icon-undo { 84 background-image: /* @embed */ url(images/icons/arched-arrow-ltr.png); 85 } 86 .oo-ui-icon-window { 87 background-image: /* @embed */ url(images/icons/window.png); 88 } 89 .oo-ui-indicator-alert { 90 background-image: /* @embed */ url(images/indicators/alert.png); 91 } 92 .oo-ui-indicator-down { 93 background-image: /* @embed */ url(images/indicators/arrow-down.png); 94 } 95 .oo-ui-indicator-next { 96 background-image: /* @embed */ url(images/indicators/arrow-rtl.png); 97 } 98 .oo-ui-indicator-previous { 99 background-image: /* @embed */ url(images/indicators/arrow-ltr.png); 100 } 101 .oo-ui-indicator-required { 102 background-image: /* @embed */ url(images/indicators/required.png); 103 } 104 .oo-ui-indicator-up { 105 background-image: /* @embed */ url(images/indicators/arrow-up.png); 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.png); 112 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |