mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
d2dfb9ac4f
* Move and rename generic parts of ve.ui to OO.ui * We now have a UI test suite because ve.Element (outside ve.ui) is now part of oojs-ui, so it needs a test suite. * Added to the MW test run (just like we do for unicodejs). * Updated csslint config (also added ve-mw and syntaxhighlight which were missing). oojs-ui still depends on the TriggerRegistry in VE, this is addressed in a follow-up commit. Change-Id: Iec147155c1ddf20b73a4d15d87b8742207032312
153 lines
2.9 KiB
CSS
153 lines
2.9 KiB
CSS
/*!
|
|
* VisualEditor UserInterface vector icon styles.
|
|
*
|
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-icon-bold-a {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-a.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-b {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-b.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-cyrl-be {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-cyrl-be.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-cyrl-te {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-cyrl-te.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-cyrl-zhe {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-cyrl-zhe.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-f {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-f.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-g {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-g.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-geor-man {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-geor-man.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-l {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-l.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-n {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-n.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bold-v {
|
|
/* @embed */
|
|
background-image: url(images/icons/bold-v.svg);
|
|
}
|
|
|
|
.oo-ui-icon-bullet-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/bullet-list-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-indent-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/indent-list-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-a {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-a.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-c {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-c.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-d {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-d.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-e {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-e.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-geor-kan {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-geor-kan.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-i {
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-i.svg);
|
|
}
|
|
|
|
.oo-ui-icon-italic-k,
|
|
.oo-ui-icon-italic-cyrl-ka {
|
|
/* Latin K and Cyrillic Ka use same glyph */
|
|
/* @embed */
|
|
background-image: url(images/icons/italic-k.svg);
|
|
}
|
|
|
|
.oo-ui-icon-language {
|
|
/* @embed */
|
|
background-image: url(images/icons/language.svg); }
|
|
|
|
.oo-ui-icon-number-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/number-list-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-outdent-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/outdent-list-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-strikethrough-a {
|
|
/* @embed */
|
|
background-image: url(images/icons/strikethrough-a.svg);
|
|
}
|
|
|
|
.oo-ui-icon-strikethrough-s {
|
|
/* @embed */
|
|
background-image: url(images/icons/strikethrough-s.svg);
|
|
}
|
|
|
|
.oo-ui-icon-subscript {
|
|
/* @embed */
|
|
background-image: url(images/icons/subscript.svg);
|
|
}
|
|
|
|
.oo-ui-icon-superscript {
|
|
/* @embed */
|
|
background-image: url(images/icons/superscript.svg);
|
|
}
|
|
|
|
.oo-ui-icon-underline-a {
|
|
/* @embed */
|
|
background-image: url(images/icons/underline-a.svg);
|
|
}
|
|
|
|
.oo-ui-icon-underline-u {
|
|
/* @embed */
|
|
background-image: url(images/icons/underline-u.svg);
|
|
}
|