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