2013-07-03 01:30:10 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface vector icon styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2013-08-07 05:21:10 +00:00
|
|
|
.ve-ui-icon-alienextension {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/alienextension.svg);
|
|
|
|
}
|
|
|
|
|
2013-08-03 14:41:22 +00:00
|
|
|
.ve-ui-icon-hiero {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/hiero.svg);
|
|
|
|
}
|
|
|
|
|
2013-07-18 14:51:24 +00:00
|
|
|
.ve-ui-icon-math {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/math.svg);
|
|
|
|
}
|
|
|
|
|
2013-07-03 01:30:10 +00:00
|
|
|
.ve-ui-icon-parameter {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/parameter.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-icon-parameter-set {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/parameter-set.svg);
|
|
|
|
}
|
|
|
|
|
2013-07-26 10:30:35 +00:00
|
|
|
.ve-ui-icon-reference {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/reference.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-icon-references {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/references.svg);
|
|
|
|
}
|
|
|
|
|
2013-07-03 01:30:10 +00:00
|
|
|
.ve-ui-icon-source {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/source.svg);
|
|
|
|
}
|
2013-07-26 10:30:35 +00:00
|
|
|
|
|
|
|
.ve-ui-icon-template {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/template.svg);
|
|
|
|
}
|