2013-07-03 01:30:10 +00:00
|
|
|
/*!
|
2014-05-21 23:02:22 +00:00
|
|
|
* VisualEditor MediaWiki UserInterface icon styles.
|
2013-07-03 01:30:10 +00:00
|
|
|
*
|
2016-01-03 22:56:59 +00:00
|
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
2013-07-03 01:30:10 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2015-12-09 00:17:51 +00:00
|
|
|
/* Link inspector icons */
|
2015-04-28 15:26:42 +00:00
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-disambiguation,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-disambiguation /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-disambiguation-rtl.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-disambiguation,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-disambiguation /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-disambiguation-ltr.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-existing,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-existing /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-existing-rtl.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-existing,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-existing /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-existing-ltr.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-not-found-rtl.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
2015-08-26 23:05:37 +00:00
|
|
|
/* @noflip */
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-not-found,
|
|
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-not-found /* HACK */ {
|
2015-08-26 23:05:37 +00:00
|
|
|
/* @embed */
|
2016-05-16 14:38:57 +00:00
|
|
|
background-image: url( images/icons/page-not-found-ltr.svg );
|
2015-08-26 23:05:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found:lang(he),
|
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found:lang(he) /* HACK */ {
|
2015-08-26 23:05:37 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-not-found-he-yi.svg );
|
2015-08-26 23:05:37 +00:00
|
|
|
}
|
|
|
|
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @noflip */
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found:lang(yi),
|
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found:lang(yi) /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2016-05-16 14:38:57 +00:00
|
|
|
background-image: url( images/icons/page-not-found-he-yi.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-redirect,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-redirect /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-redirect-rtl.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-redirect,
|
2016-05-16 14:38:57 +00:00
|
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-redirect /* HACK */ {
|
2015-04-28 15:26:42 +00:00
|
|
|
/* @embed */
|
2015-10-02 18:23:13 +00:00
|
|
|
background-image: url( images/icons/page-redirect-ltr.svg );
|
2015-04-28 15:26:42 +00:00
|
|
|
}
|