mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
33c5b38b64
It works both with and without in isolated dialogs, but styling things this way breaks in non-isolated dialogs. Change-Id: Ia498b48d8c199f50df326ddeb61d958cbe2c520d
159 lines
4.2 KiB
CSS
159 lines
4.2 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface icon styles.
|
|
*
|
|
* @copyright 2011-2014 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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-gallery,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-gallery,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-gallery {
|
|
/* @embed */
|
|
background-image: url(images/icons/gallery-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-gallery,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-gallery,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-gallery {
|
|
/* @embed */
|
|
background-image: url(images/icons/gallery-ltr.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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-reference,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-reference,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-reference {
|
|
/* @embed */
|
|
background-image: url(images/icons/reference-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-reference,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-reference,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-reference {
|
|
/* @embed */
|
|
background-image: url(images/icons/reference-ltr.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-reference-existing,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-reference-existing,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-reference-existing {
|
|
/* @embed */
|
|
background-image: url(images/icons/reference-existing-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-reference-existing,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-reference-existing,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-reference-existing {
|
|
/* @embed */
|
|
background-image: url(images/icons/reference-existing-ltr.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-references,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-references,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-references {
|
|
/* @embed */
|
|
background-image: url(images/icons/references-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-references,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-references,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-references {
|
|
/* @embed */
|
|
background-image: url(images/icons/references-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-ref-cite-book {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-book.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-ref-cite-journal,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-ref-cite-journal,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-ref-cite-journal {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-journal-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-ref-cite-journal,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-ref-cite-journal,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-ref-cite-journal {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-journal-ltr.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-ref-cite-news,
|
|
/* HACK */ .ve-ui-surface-dir-rtl .oo-ui-icon-ref-cite-news,
|
|
/* HACK */ .oo-ui-rtl .oo-ui-icon-ref-cite-news {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-news-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-ref-cite-news,
|
|
/* HACK */ .ve-ui-surface-dir-ltr .oo-ui-icon-ref-cite-news,
|
|
/* HACK */ .oo-ui-ltr .oo-ui-icon-ref-cite-news {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-news-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-ref-cite-web {
|
|
/* @embed */
|
|
background-image: url(images/icons/ref-cite-web.svg);
|
|
}
|
|
|
|
.oo-ui-icon-source {
|
|
/* @embed */
|
|
background-image: url(images/icons/source.svg);
|
|
}
|
|
|
|
.oo-ui-icon-template {
|
|
/* @embed */
|
|
background-image: url(images/icons/template.svg);
|
|
}
|