mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
9cb6bf9f53
Change-Id: I779ebf3dc30bf40514be0380a24ba72ee86a5524
207 lines
4.2 KiB
CSS
207 lines
4.2 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
|
|
*/
|
|
/*csslint duplicate-background-images:false */
|
|
|
|
.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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-bullet-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/bullet-list-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-indent-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/indent-list-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-number-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/number-list-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .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);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-rtl .oo-ui-icon-outdent-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/outdent-list-rtl.svg);
|
|
}
|
|
|
|
/* @noflip */
|
|
.ve-ui-dir-block-ltr .oo-ui-icon-outdent-list {
|
|
/* @embed */
|
|
background-image: url(images/icons/outdent-list-ltr.svg);
|
|
}
|
|
|
|
.oo-ui-icon-special-character {
|
|
/* @embed */
|
|
background-image: url(images/icons/special-character.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);
|
|
}
|