mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
df49e5deb9
Change-Id: I1b5177bf746985a199bcc1ec713f886164c74760
129 lines
3.3 KiB
CSS
129 lines
3.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
|
|
*/
|
|
|
|
.oo-ui-icon-alienextension {
|
|
/* @embed */
|
|
background-image: url( images/icons/alienextension.svg );
|
|
}
|
|
|
|
.oo-ui-icon-image-none {
|
|
/* @embed */
|
|
background-image: url( images/icons/image-none.svg );
|
|
}
|
|
|
|
.oo-ui-icon-image-frame {
|
|
/* @embed */
|
|
background-image: url( images/icons/image-frame.svg );
|
|
}
|
|
|
|
.oo-ui-icon-image-frameless {
|
|
/* @embed */
|
|
background-image: url( images/icons/image-frameless.svg );
|
|
}
|
|
|
|
.oo-ui-icon-image-thumbnail {
|
|
/* @embed */
|
|
background-image: url( images/icons/image-thumbnail.svg );
|
|
}
|
|
|
|
.oo-ui-icon-parameter {
|
|
/* @embed */
|
|
background-image: url( images/icons/parameter-ltr.svg );
|
|
}
|
|
|
|
.oo-ui-icon-parameter-set {
|
|
/* @embed */
|
|
background-image: url( images/icons/parameter-set-ltr.svg );
|
|
}
|
|
|
|
.oo-ui-icon-template {
|
|
/* @embed */
|
|
background-image: url( images/icons/template.svg );
|
|
}
|
|
|
|
.oo-ui-icon-public-domain {
|
|
/* @embed */
|
|
background-image: url( images/icons/public-domain.svg );
|
|
}
|
|
|
|
.oo-ui-icon-profile {
|
|
/* @embed */
|
|
background-image: url( images/icons/profile.svg );
|
|
}
|
|
|
|
/* 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 );
|
|
}
|