File: ve.ui.MWMathIcons.css

package info (click to toggle)
mediawiki-math 2%3A3.0.0%2Bgit20160613-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,744 kB
  • sloc: php: 3,465; ml: 2,334; xml: 144; makefile: 138; sql: 86; ruby: 28; perl: 8
file content (26 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*!
 * VisualEditor UserInterface Math icon styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.oo-ui-icon-math {
	/* @embed */
	background-image: url( math.svg );
}

.oo-ui-icon-math-display-block {
	/* @embed */
	background-image: url( math-display-block.svg );
}

.oo-ui-icon-math-display-default {
	/* @embed */
	background-image: url( math-display-default.svg );
}

.oo-ui-icon-math-display-inline {
	/* @embed */
	background-image: url( math-display-inline.svg );
}