mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
1e0486a679
Depends-on: I39936ed83d5a60471a0a75da753f498e80aef234 Depends-on: Ifd853bf9f901065798bd0063aeaa786a3761aa71 Depends-on: I32c93c5118eafe5f071252290c58d3de8dacc81a Change-Id: Iba0f25b3ebe4e5e63377da57afb760d6980f9907
135 lines
3.4 KiB
CSS
135 lines
3.4 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
|
|
*/
|
|
/*csslint duplicate-background-images:false */
|
|
|
|
.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-creative-commons {
|
|
/* @embed */
|
|
background-image: url( images/icons/creative-commons.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,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-disambiguation {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-disambiguation-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-disambiguation,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-page-disambiguation {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-disambiguation-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-existing,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-existing {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-existing-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-existing,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-page-existing {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-existing-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-not-found:lang(he),
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found:lang(he) {
|
|
/* @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),
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-not-found:lang(yi) {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-he-yi.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-not-found,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-page-not-found {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-not-found-ltr.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-page-redirect,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-page-redirect {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-redirect-rtl.svg );
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-page-redirect,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-page-redirect {
|
|
/* @embed */
|
|
background-image: url( images/icons/page-redirect-ltr.svg );
|
|
}
|