mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
da422b18d5
This gets us the variants (which we need for OOUI 0.17.9); note that I've cheated and used 0.17.9's colour for the MediaWiki theme's progressive flag rather than 0.17.8's value of 347bff. Change-Id: Ic436970e9298ea31f48c6cfdd04b80847aaebbee
79 lines
2.3 KiB
CSS
79 lines
2.3 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface icon styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* Link inspector icons */
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-disambiguation,
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-disambiguation /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-disambiguation-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-disambiguation,
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-disambiguation /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-disambiguation-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-existing,
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-existing /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-existing-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-existing,
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-existing /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-existing-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found,
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-not-found,
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-not-found /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.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 */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-he-yi.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.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 */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-he-yi.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-redirect,
|
|
.ve-ui-surface-dir-rtl .oo-ui-icon-page-redirect /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-redirect-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-redirect,
|
|
.ve-ui-surface-dir-ltr .oo-ui-icon-page-redirect /* HACK */ {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-redirect-ltr.svg );
|
|
}
|