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