mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
842688c51b
'Cos Erik doesn't like things he can't edit. Change-Id: I1d9fb1215bb16b1245eddd87c977fb5bfdee4da9
58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface vector 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);
|
|
}
|
|
|
|
.oo-ui-icon-gallery {
|
|
/* @embed */
|
|
background-image: url(images/icons/gallery.svg);
|
|
}
|
|
|
|
.oo-ui-icon-hiero {
|
|
/* @embed */
|
|
background-image: url(images/icons/hiero.svg);
|
|
}
|
|
|
|
.oo-ui-icon-math {
|
|
/* @embed */
|
|
background-image: url(images/icons/math.svg);
|
|
}
|
|
|
|
.oo-ui-icon-parameter {
|
|
/* @embed */
|
|
background-image: url(images/icons/parameter.svg);
|
|
}
|
|
|
|
.oo-ui-icon-parameter-set {
|
|
/* @embed */
|
|
background-image: url(images/icons/parameter-set.svg);
|
|
}
|
|
|
|
.oo-ui-icon-reference {
|
|
/* @embed */
|
|
background-image: url(images/icons/reference.svg);
|
|
}
|
|
|
|
.oo-ui-icon-references {
|
|
/* @embed */
|
|
background-image: url(images/icons/references.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);
|
|
}
|