Update OOUI to v0.46.2
Release notes: https://gerrit.wikimedia.org/g/oojs/ui/+/v0.46.2/History.md Bug: T294935 Bug: T314661 Bug: T317369 Bug: T326557 Depends-On: I3065546060bf67d3e16053916247b55358ee3591 Change-Id: I22feba28b56529e8674693b7c785ee6881e03d6f
|
|
@ -96,7 +96,7 @@ For notes on 1.39.x and older releases, see HISTORY.
|
|||
* …
|
||||
|
||||
==== Changed external libraries ====
|
||||
* Updated OOUI from v0.44.3 to v0.46.1.
|
||||
* Updated OOUI from v0.44.3 to v0.46.2.
|
||||
* Updated codex, codex-search, and codex-icons from v0.2.2 to v0.4.3.
|
||||
* Updated cssjanus/cssjanus from 2.1.0 to 2.1.1.
|
||||
* Updated justinrainbow/json-schema from 5.2.11 to 5.2.12.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"justinrainbow/json-schema": "5.2.12",
|
||||
"liuggio/statsd-php-client": "1.0.18",
|
||||
"monolog/monolog": "2.2.0",
|
||||
"oojs/oojs-ui": "0.46.1",
|
||||
"oojs/oojs-ui": "0.46.2",
|
||||
"pear/mail": "1.5.0",
|
||||
"pear/mail_mime": "1.10.11",
|
||||
"pear/net_smtp": "1.10.1",
|
||||
|
|
|
|||
|
|
@ -3052,7 +3052,7 @@ return [
|
|||
'oojs-ui-core.icons' => [
|
||||
'class' => OOUIIconPackModule::class,
|
||||
'icons' => [
|
||||
'add', 'alert', 'infoFilled', 'error', 'check', 'close', 'info', 'search', 'subtract'
|
||||
'add', 'alert', 'infoFilled', 'error', 'check', 'close', 'info', 'search', 'subtract', 'success'
|
||||
],
|
||||
'targets' => [ 'desktop', 'mobile' ],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -294,8 +294,8 @@ oojs-router:
|
|||
|
||||
ooui:
|
||||
type: tar
|
||||
src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.46.1.tgz
|
||||
integrity: sha384-FF94FdzjW/sAYjlaJYi4vAq9pP6W28nDwXx5dKeuV5NkRVFPuBvQVmRkD25FQbY5
|
||||
src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.46.2.tgz
|
||||
integrity: sha384-RM2/MRWIykl/05ZQDI7PKzbV3BrFQASkwkXXTBZOaSse2HPvwD8210cZjuH0XGpe
|
||||
|
||||
dest:
|
||||
# Main stuff
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# OOUI Release History
|
||||
|
||||
## v0.46.2 / 2023-01-17
|
||||
|
||||
### Features
|
||||
* DraggableElement: Enable Drag'n'Drop on Chrome on Android (Michael Große)
|
||||
* MultilineTextInputWidget: Work around recent Firefox bug calculating wrong .scrollheight (Thiemo Kreuz)
|
||||
|
||||
### Styles
|
||||
* MessageWidget: Replace 'check' with 'success' icon (Volker E.)
|
||||
* icons: Add 'success' to the 'alerts' icon pack (Volker E.)
|
||||
* icons: Add Wikimedia logos to 'wikimedia' icon pack (Volker E.)
|
||||
|
||||
### Code
|
||||
* Fix `.addItems()` methods silently ignoring non-array input (Thiemo Kreuz)
|
||||
* Remove uses of `void` (Bartosz Dziewoński)
|
||||
* Replace `remove`/`addClass` with `toggleClass` where possible (Thiemo Kreuz)
|
||||
|
||||
|
||||
## v0.46.1 / 2023-01-07
|
||||
### Code
|
||||
* php: Declare all class properties (Umherirrender)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"Chadyka",
|
||||
"Goshaproject",
|
||||
"Mechanizatar",
|
||||
"Plaga med",
|
||||
"Чаховіч Уладзіслаў"
|
||||
]
|
||||
},
|
||||
|
|
@ -30,6 +31,6 @@
|
|||
"ooui-selectfile-placeholder": "Файл не выбраны",
|
||||
"ooui-selectfile-dragdrop-placeholder": "Перацягніце файл сюды",
|
||||
"ooui-selectfile-dragdrop-placeholder-multiple": "Перацягніце файлы сюды",
|
||||
"ooui-popup-widget-close-button-aria-label": "Зачыніць",
|
||||
"ooui-popup-widget-close-button-aria-label": "Закрыць",
|
||||
"ooui-field-help": "Даведка"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,10 +21,13 @@
|
|||
"ooui-dialog-process-dismiss": "Opusti",
|
||||
"ooui-dialog-process-retry": "Poskusite znova",
|
||||
"ooui-dialog-process-continue": "Nadaljuj",
|
||||
"ooui-combobox-button-label": "Preklop možnosti",
|
||||
"ooui-selectfile-button-select": "Izberite datoteko",
|
||||
"ooui-selectfile-button-select-multiple": "Izberi datoteke",
|
||||
"ooui-selectfile-not-supported": "Izbira datoteke ni podprta",
|
||||
"ooui-selectfile-placeholder": "Nobena datoteka ni izbrana",
|
||||
"ooui-selectfile-dragdrop-placeholder": "Izpustite datoteko tukaj",
|
||||
"ooui-selectfile-dragdrop-placeholder-multiple": "Izpustite datoteke tukaj",
|
||||
"ooui-popup-widget-close-button-aria-label": "Zapri",
|
||||
"ooui-field-help": "Pomoč"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-element-hidden {
|
||||
display: none !important;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-element-hidden {
|
||||
display: none !important;
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
color: #202122;
|
||||
}
|
||||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
|
||||
background-color: rgba(0, 24, 73, 7/255);
|
||||
background-color: rgba(0, 24, 73, 0.02745098);
|
||||
color: #000;
|
||||
}
|
||||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button,
|
||||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
|
||||
background-color: rgba(0, 36, 73, 21/255);
|
||||
background-color: rgba(0, 24, 73, 0.08235294);
|
||||
color: #000;
|
||||
border-color: #72777d;
|
||||
box-shadow: none;
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
}
|
||||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
|
||||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
|
||||
background-color: #c8ccd1;
|
||||
background-color: #eaecf0;
|
||||
color: #000;
|
||||
border-color: #72777d;
|
||||
box-shadow: none;
|
||||
|
|
@ -891,7 +891,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
|||
}
|
||||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
|
||||
background-color: #fef6e7;
|
||||
border-color: #fc3;
|
||||
border-color: #edab00;
|
||||
}
|
||||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success {
|
||||
background-color: #d5fdf4;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
@ -1439,8 +1439,8 @@ OO.ui.Element.static.reconsiderScrollbars = function ( el ) {
|
|||
el.removeChild( el.firstChild );
|
||||
}
|
||||
// Force reflow
|
||||
// eslint-disable-next-line no-void
|
||||
void el.offsetHeight;
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
el.offsetHeight;
|
||||
// Reattach all children
|
||||
for ( var i = 0, len = nodes.length; i < len; i++ ) {
|
||||
el.appendChild( nodes[ i ] );
|
||||
|
|
@ -2583,13 +2583,13 @@ OO.ui.mixin.GroupElement.prototype.findItemsFromData = function ( data ) {
|
|||
* specifies a different insertion point. Adding an existing item will move it to the end of the
|
||||
* array or the point specified by the `index`.
|
||||
*
|
||||
* @param {OO.ui.Element[]} [items] Elements to add to the group
|
||||
* @param {OO.ui.Element|OO.ui.Element[]} [items] Elements to add to the group
|
||||
* @param {number} [index] Index of the insertion point
|
||||
* @chainable
|
||||
* @return {OO.ui.Element} The element, for chaining
|
||||
*/
|
||||
OO.ui.mixin.GroupElement.prototype.addItems = function ( items, index ) {
|
||||
if ( !items || !items.length ) {
|
||||
if ( !items || items.length === 0 ) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
@ -4594,7 +4594,7 @@ OO.ui.MessageWidget.static.iconMap = {
|
|||
notice: 'infoFilled',
|
||||
error: 'error',
|
||||
warning: 'alert',
|
||||
success: 'check'
|
||||
success: 'success'
|
||||
};
|
||||
|
||||
/* Methods */
|
||||
|
|
@ -5080,11 +5080,9 @@ OO.ui.mixin.FloatableElement.prototype.position = function () {
|
|||
|
||||
this.floatableOutOfView = this.hideWhenOutOfView &&
|
||||
!this.isElementInViewport( this.$floatableContainer, this.$floatableClosestScrollable );
|
||||
this.$floatable.toggleClass( 'oo-ui-element-hidden', this.floatableOutOfView );
|
||||
if ( this.floatableOutOfView ) {
|
||||
this.$floatable.addClass( 'oo-ui-element-hidden' );
|
||||
return this;
|
||||
} else {
|
||||
this.$floatable.removeClass( 'oo-ui-element-hidden' );
|
||||
}
|
||||
|
||||
this.$floatable.css( this.computePosition() );
|
||||
|
|
@ -5571,13 +5569,13 @@ OO.ui.mixin.ClippableElement.prototype.clip = function () {
|
|||
// Forcing a reflow is a smaller workaround than calling reconsiderScrollbars() for
|
||||
// this case.
|
||||
this.$clippable.css( 'overflowX', 'scroll' );
|
||||
// eslint-disable-next-line no-void
|
||||
void this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// The order matters here. If overflow is not set first, Chrome displays bogus scrollbars.
|
||||
// See T157672.
|
||||
this.$clippable.css( 'overflowX', 'auto' );
|
||||
// eslint-disable-next-line no-void
|
||||
void this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
this.$clippable.css( {
|
||||
width: Math.max( 0, allotedWidth ),
|
||||
maxWidth: ''
|
||||
|
|
@ -5595,13 +5593,13 @@ OO.ui.mixin.ClippableElement.prototype.clip = function () {
|
|||
// Forcing a reflow is a smaller workaround than calling reconsiderScrollbars() for
|
||||
// this case.
|
||||
this.$clippable.css( 'overflowY', 'scroll' );
|
||||
// eslint-disable-next-line no-void
|
||||
void this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// The order matters here. If overflow is not set first, Chrome displays bogus scrollbars.
|
||||
// See T157672.
|
||||
this.$clippable.css( 'overflowY', 'auto' );
|
||||
// eslint-disable-next-line no-void
|
||||
void this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
this.$clippable[ 0 ].offsetHeight; // Force reflow
|
||||
this.$clippable.css( {
|
||||
height: Math.max( 0, allotedHeight ),
|
||||
maxHeight: ''
|
||||
|
|
@ -5936,13 +5934,7 @@ OO.ui.PopupWidget.prototype.toggleAnchor = function ( show ) {
|
|||
show = show === undefined ? !this.anchored : !!show;
|
||||
|
||||
if ( this.anchored !== show ) {
|
||||
if ( show ) {
|
||||
this.$element.addClass( 'oo-ui-popupWidget-anchored' );
|
||||
this.$element.addClass( 'oo-ui-popupWidget-anchored-' + this.anchorEdge );
|
||||
} else {
|
||||
this.$element.removeClass( 'oo-ui-popupWidget-anchored' );
|
||||
this.$element.removeClass( 'oo-ui-popupWidget-anchored-' + this.anchorEdge );
|
||||
}
|
||||
this.$element.toggleClass( 'oo-ui-popupWidget-anchored oo-ui-popupWidget-anchored-' + this.anchorEdge, show );
|
||||
this.anchored = show;
|
||||
}
|
||||
};
|
||||
|
|
@ -7918,7 +7910,7 @@ OO.ui.SelectWidget.prototype.findFirstSelectableItem = function () {
|
|||
* @return {OO.ui.Widget} The widget, for chaining
|
||||
*/
|
||||
OO.ui.SelectWidget.prototype.addItems = function ( items, index ) {
|
||||
if ( !items || !items.length ) {
|
||||
if ( !items || items.length === 0 ) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
@ -8521,7 +8513,7 @@ OO.ui.MenuSelectWidget.prototype.chooseItem = function ( item ) {
|
|||
* @inheritdoc
|
||||
*/
|
||||
OO.ui.MenuSelectWidget.prototype.addItems = function ( items, index ) {
|
||||
if ( !items || !items.length ) {
|
||||
if ( !items || items.length === 0 ) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
@ -12177,12 +12169,14 @@ OO.ui.MultilineTextInputWidget.prototype.adjustSize = function ( force ) {
|
|||
.val( this.$input.val() )
|
||||
.attr( 'rows', this.minRows )
|
||||
// Set inline height property to 0 to measure scroll height
|
||||
.css( 'height', 0 );
|
||||
|
||||
this.$clone.removeClass( 'oo-ui-element-hidden' );
|
||||
.css( 'height', 0 )
|
||||
.removeClass( 'oo-ui-element-hidden' );
|
||||
|
||||
this.valCache = this.$input.val();
|
||||
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1799404
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
this.$clone[ 0 ].scrollHeight;
|
||||
var scrollHeight = this.$clone[ 0 ].scrollHeight;
|
||||
|
||||
// Remove inline height property to measure natural heights
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-icon-arrowNext {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/arrowNext-ltr.svg);
|
||||
|
|
@ -478,6 +478,18 @@
|
|||
.oo-ui-image-progressive.oo-ui-icon-speechBubbles {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/speechBubbles-ltr-progressive.svg);
|
||||
}
|
||||
.oo-ui-icon-success {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/success.svg);
|
||||
}
|
||||
.oo-ui-image-success.oo-ui-icon-success {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/success-success.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-success {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/success-invert.svg);
|
||||
}
|
||||
.oo-ui-image-progressive.oo-ui-icon-success {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/success-progressive.svg);
|
||||
}
|
||||
.oo-ui-icon-tray {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/tray.svg);
|
||||
}
|
||||
|
|
@ -2951,12 +2963,36 @@
|
|||
.oo-ui-image-invert.oo-ui-icon-logoCC {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-CC-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoMediaWiki {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-MediaWiki.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoMediaWiki {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-MediaWiki-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoMetaWiki {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-MetaWiki.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoMetaWiki {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-MetaWiki-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikibooks {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikibooks.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikibooks {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikibooks-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikidata {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikidata.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikidata {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikidata-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikifunctions {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikifunctions.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikifunctions {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikifunctions-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikimedia {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikimedia.svg);
|
||||
}
|
||||
|
|
@ -2975,12 +3011,54 @@
|
|||
.oo-ui-image-invert.oo-ui-icon-logoWikimediaDiscovery {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikimedia-Discovery-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikinews {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikinews.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikinews {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikinews-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikipedia {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikipedia.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikipedia {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikipedia-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikiquote {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikiquote.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikiquote {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikiquote-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikisource {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikisource.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikisource {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikisource-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikispecies {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikispecies.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikispecies {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikispecies-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikiversity {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikiversity.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikiversity {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikiversity-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWikivoyage {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikivoyage.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWikivoyage {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wikivoyage-invert.svg);
|
||||
}
|
||||
.oo-ui-icon-logoWiktionary {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wiktionary.svg);
|
||||
}
|
||||
.oo-ui-image-invert.oo-ui-icon-logoWiktionary {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/icons/logo-Wiktionary-invert.svg);
|
||||
}
|
||||
|
||||
.oo-ui-indicator-clear {
|
||||
background-image: /* @embed */ url(themes/wikimediaui/images/indicators/clear.svg);
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon {
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-tool {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
@ -1471,11 +1471,7 @@ OO.ui.ToolGroup.prototype.populate = function () {
|
|||
this.removeItems( remove );
|
||||
}
|
||||
// Update emptiness state
|
||||
if ( add.length ) {
|
||||
this.$element.removeClass( 'oo-ui-toolGroup-empty' );
|
||||
} else {
|
||||
this.$element.addClass( 'oo-ui-toolGroup-empty' );
|
||||
}
|
||||
this.$element.toggleClass( 'oo-ui-toolGroup-empty', !add.length );
|
||||
// Re-add tools (moving existing ones to new locations)
|
||||
this.addItems( add );
|
||||
// Disabled state may depend on items
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ),
|
||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ),
|
||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button {
|
||||
background-color: rgba(0, 36, 73, 21/255);
|
||||
background-color: rgba(0, 24, 73, 0.08235294);
|
||||
color: #000;
|
||||
}
|
||||
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not( .oo-ui-image-invert ) {
|
||||
|
|
@ -941,7 +941,7 @@
|
|||
background-color: #fff;
|
||||
}
|
||||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:active {
|
||||
background-color: #c8ccd1;
|
||||
background-color: #eaecf0;
|
||||
}
|
||||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-icon-close {
|
||||
left: 3px;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
@ -160,6 +160,17 @@ OO.ui.mixin.DraggableElement.prototype.onDragStart = function ( e ) {
|
|||
} catch ( err ) {
|
||||
// The above is only for Firefox. Move on if it fails.
|
||||
}
|
||||
|
||||
// Support: Chrome on Android
|
||||
if ( !dataTransfer.getData( 'text' ) ) {
|
||||
try {
|
||||
dataTransfer.setData( 'text', ' ' );
|
||||
} catch ( err ) {
|
||||
// This try catch exists only out of an abundance of caution,
|
||||
// and Chesterton's fence with respect to the try-catch above.
|
||||
}
|
||||
}
|
||||
|
||||
// Briefly add a 'clone' class to style the browser's native drag image
|
||||
this.$element.addClass( 'oo-ui-draggableElement-clone' );
|
||||
// Add placeholder class after the browser has rendered the clone
|
||||
|
|
@ -1414,7 +1425,7 @@ OO.ui.StackLayout.prototype.unsetCurrentItem = function () {
|
|||
* @return {OO.ui.StackLayout} The layout, for chaining
|
||||
*/
|
||||
OO.ui.StackLayout.prototype.addItems = function ( items, index ) {
|
||||
if ( !items || !items.length ) {
|
||||
if ( !items || items.length === 0 ) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
@ -4681,7 +4692,7 @@ OO.ui.TagMultiselectWidget.prototype.onTagFixed = function ( item ) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
this.addItems( item, i );
|
||||
this.addItems( [ item ], i );
|
||||
};
|
||||
/**
|
||||
* Respond to change event, where items were added, removed, or cleared.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
|
||||
.oo-ui-window {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:36:11Z
|
||||
* Date: 2023-01-17T18:29:02Z
|
||||
*/
|
||||
|
||||
.oo-ui-window {
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
border-right-color: #c8ccd1;
|
||||
}
|
||||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:active {
|
||||
background-color: #c8ccd1;
|
||||
background-color: #eaecf0;
|
||||
border-right-color: #c8ccd1;
|
||||
}
|
||||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:focus {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOUI v0.46.1
|
||||
* OOUI v0.46.2
|
||||
* https://www.mediawiki.org/wiki/OOUI
|
||||
*
|
||||
* Copyright 2011–2023 OOUI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2023-01-11T22:35:58Z
|
||||
* Date: 2023-01-17T18:28:50Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@
|
|||
"rtl": "../wikimediaui/images/icons/speechBubbles-rtl.svg"
|
||||
}
|
||||
},
|
||||
"success": {
|
||||
"file": "../wikimediaui/images/icons/success.svg"
|
||||
},
|
||||
"tray": {
|
||||
"file": "../wikimediaui/images/icons/tray.svg"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,21 @@
|
|||
"logoCC": {
|
||||
"file": "../wikimediaui/images/icons/logo-CC.svg"
|
||||
},
|
||||
"logoMediaWiki": {
|
||||
"file": "../wikimediaui/images/icons/logo-MediaWiki.svg"
|
||||
},
|
||||
"logoMetaWiki": {
|
||||
"file": "../wikimediaui/images/icons/logo-MetaWiki.svg"
|
||||
},
|
||||
"logoWikibooks": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikibooks.svg"
|
||||
},
|
||||
"logoWikidata": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikidata.svg"
|
||||
},
|
||||
"logoWikifunctions": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikifunctions.svg"
|
||||
},
|
||||
"logoWikimedia": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikimedia.svg"
|
||||
},
|
||||
|
|
@ -17,8 +29,29 @@
|
|||
"logoWikimediaDiscovery": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikimedia-Discovery.svg"
|
||||
},
|
||||
"logoWikinews": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikinews.svg"
|
||||
},
|
||||
"logoWikipedia": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikipedia.svg"
|
||||
},
|
||||
"logoWikiquote": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikiquote.svg"
|
||||
},
|
||||
"logoWikisource": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikisource.svg"
|
||||
},
|
||||
"logoWikispecies": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikispecies.svg"
|
||||
},
|
||||
"logoWikiversity": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikiversity.svg"
|
||||
},
|
||||
"logoWikivoyage": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wikivoyage.svg"
|
||||
},
|
||||
"logoWiktionary": {
|
||||
"file": "../wikimediaui/images/icons/logo-Wiktionary.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,12 @@
|
|||
"rtl": "images/icons/speechBubbles-rtl.svg"
|
||||
}
|
||||
},
|
||||
"success": {
|
||||
"file": "images/icons/success.svg",
|
||||
"variants": [
|
||||
"success"
|
||||
]
|
||||
},
|
||||
"tray": {
|
||||
"file": "images/icons/tray.svg"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,9 +12,21 @@
|
|||
"logoCC": {
|
||||
"file": "images/icons/logo-CC.svg"
|
||||
},
|
||||
"logoMediaWiki": {
|
||||
"file": "images/icons/logo-MediaWiki.svg"
|
||||
},
|
||||
"logoMetaWiki": {
|
||||
"file": "images/icons/logo-MetaWiki.svg"
|
||||
},
|
||||
"logoWikibooks": {
|
||||
"file": "images/icons/logo-Wikibooks.svg"
|
||||
},
|
||||
"logoWikidata": {
|
||||
"file": "images/icons/logo-Wikidata.svg"
|
||||
},
|
||||
"logoWikifunctions": {
|
||||
"file": "images/icons/logo-Wikifunctions.svg"
|
||||
},
|
||||
"logoWikimedia": {
|
||||
"file": "images/icons/logo-Wikimedia.svg"
|
||||
},
|
||||
|
|
@ -24,8 +36,29 @@
|
|||
"logoWikimediaDiscovery": {
|
||||
"file": "images/icons/logo-Wikimedia-Discovery.svg"
|
||||
},
|
||||
"logoWikinews": {
|
||||
"file": "images/icons/logo-Wikinews.svg"
|
||||
},
|
||||
"logoWikipedia": {
|
||||
"file": "images/icons/logo-Wikipedia.svg"
|
||||
},
|
||||
"logoWikiquote": {
|
||||
"file": "images/icons/logo-Wikiquote.svg"
|
||||
},
|
||||
"logoWikisource": {
|
||||
"file": "images/icons/logo-Wikisource.svg"
|
||||
},
|
||||
"logoWikispecies": {
|
||||
"file": "images/icons/logo-Wikispecies.svg"
|
||||
},
|
||||
"logoWikiversity": {
|
||||
"file": "images/icons/logo-Wikiversity.svg"
|
||||
},
|
||||
"logoWikivoyage": {
|
||||
"file": "images/icons/logo-Wikivoyage.svg"
|
||||
},
|
||||
"logoWiktionary": {
|
||||
"file": "images/icons/logo-Wiktionary.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
MediaWiki logo
|
||||
</title><g fill="#fff"><path d="M6.842 3.007c-.06.797.161 1.59.627 2.241.339.446.83.754 1.379.865a.61.61 0 0 0 .48-.144 2.398 2.398 0 0 0 .73-2.18C9.806 2.274 8.813 1.29 7.564.372a6.53 6.53 0 0 0-.722 2.636Z"/><path d="M5.136 4.1A3.407 3.407 0 0 0 6.32 6.102c.443.344.996.514 1.556.479a.61.61 0 0 0 .426-.263 2.398 2.398 0 0 0 .142-2.294c-.637-1.399-1.85-2.093-3.293-2.658A6.53 6.53 0 0 0 5.136 4.1Z"/><path d="M3.77 5.597a3.406 3.406 0 0 0 1.664 1.627 2.304 2.304 0 0 0 1.627.06.61.61 0 0 0 .344-.363 2.398 2.398 0 0 0-.457-2.253C5.97 3.482 4.62 3.126 3.078 2.954c.042.92.278 1.82.692 2.643Z"/><path d="M2.84 7.397a3.407 3.407 0 0 0 2.027 1.141 2.304 2.304 0 0 0 1.587-.363.61.61 0 0 0 .238-.442 2.398 2.398 0 0 0-1.025-2.058c-1.25-.893-2.648-.887-4.18-.654a6.53 6.53 0 0 0 1.352 2.376Z"/><path d="M2.406 9.376c.66.451 1.458.656 2.254.578a2.304 2.304 0 0 0 1.439-.762.61.61 0 0 0 .116-.487 2.398 2.398 0 0 0-1.523-1.723c-1.44-.539-2.787-.171-4.208.45a6.53 6.53 0 0 0 1.922 1.944Z"/><path d="M2.5 11.4a3.407 3.407 0 0 0 2.326-.025c.52-.212.943-.606 1.193-1.108a.61.61 0 0 0-.015-.5 2.398 2.398 0 0 0-1.916-1.27c-1.53-.149-2.737.555-3.948 1.523A6.528 6.528 0 0 0 2.5 11.4Z"/><path d="M3.113 13.332c.798.06 1.59-.162 2.24-.627.447-.34.755-.83.865-1.38a.61.61 0 0 0-.143-.48 2.398 2.398 0 0 0-2.18-.73c-1.516.253-2.5 1.245-3.419 2.494.819.424 1.717.67 2.637.723Z"/><path d="M4.207 15.038a3.407 3.407 0 0 0 2.003-1.185 2.31 2.31 0 0 0 .478-1.557.61.61 0 0 0-.262-.426 2.399 2.399 0 0 0-2.295-.142c-1.4.637-2.092 1.85-2.657 3.294a6.54 6.54 0 0 0 2.733.016Z"/><path d="M5.704 16.403a3.407 3.407 0 0 0 1.627-1.663 2.304 2.304 0 0 0 .06-1.627.61.61 0 0 0-.363-.344 2.398 2.398 0 0 0-2.253.457c-1.186.977-1.542 2.328-1.714 3.869a6.53 6.53 0 0 0 2.643-.692Z"/><path d="M7.504 17.334a3.407 3.407 0 0 0 1.141-2.028 2.304 2.304 0 0 0-.363-1.587.61.61 0 0 0-.44-.237 2.397 2.397 0 0 0-2.059 1.024c-.894 1.251-.887 2.648-.654 4.18a6.53 6.53 0 0 0 2.375-1.352Z"/><path d="M9.483 17.768c.451-.66.656-1.459.578-2.254a2.304 2.304 0 0 0-.762-1.44.609.609 0 0 0-.487-.115 2.397 2.397 0 0 0-1.723 1.522c-.54 1.44-.172 2.788.45 4.208a6.53 6.53 0 0 0 1.944-1.921Z"/><path d="M11.508 17.674a3.406 3.406 0 0 0-.025-2.327 2.304 2.304 0 0 0-1.109-1.192.61.61 0 0 0-.5.014 2.398 2.398 0 0 0-1.27 1.916c-.148 1.53.555 2.737 1.523 3.948a6.528 6.528 0 0 0 1.38-2.359Z"/><path d="M13.438 17.06a3.406 3.406 0 0 0-.626-2.241 2.304 2.304 0 0 0-1.38-.865.61.61 0 0 0-.48.144 2.4 2.4 0 0 0-.73 2.18c.253 1.516 1.245 2.5 2.494 3.418a6.53 6.53 0 0 0 .723-2.636Z"/><path d="M15.145 15.967a3.406 3.406 0 0 0-1.186-2.003 2.304 2.304 0 0 0-1.556-.478.61.61 0 0 0-.426.262 2.398 2.398 0 0 0-.142 2.295c.637 1.4 1.85 2.091 3.294 2.657a6.53 6.53 0 0 0 .016-2.733Z"/><path d="M16.51 14.47a3.407 3.407 0 0 0-1.664-1.628 2.304 2.304 0 0 0-1.627-.06.61.61 0 0 0-.343.364 2.398 2.398 0 0 0 .456 2.252c.978 1.187 2.329 1.543 3.87 1.714a6.53 6.53 0 0 0-.692-2.642Z"/><path d="M17.44 12.67a3.407 3.407 0 0 0-2.027-1.142 2.304 2.304 0 0 0-1.587.364.61.61 0 0 0-.238.44 2.399 2.399 0 0 0 1.025 2.059c1.251.893 2.648.887 4.18.654a6.53 6.53 0 0 0-1.352-2.375Z"/><path d="M17.875 10.69a3.407 3.407 0 0 0-2.254-.578 2.304 2.304 0 0 0-1.44.762.61.61 0 0 0-.115.487 2.398 2.398 0 0 0 1.522 1.722c1.44.54 2.788.172 4.208-.45a6.53 6.53 0 0 0-1.921-1.943Z"/><path d="M17.781 8.666a3.407 3.407 0 0 0-2.327.025A2.3 2.3 0 0 0 14.262 9.8a.609.609 0 0 0 .014.5 2.399 2.399 0 0 0 1.916 1.27c1.53.148 2.737-.555 3.948-1.524a6.53 6.53 0 0 0-2.359-1.38Z"/><path d="M17.167 6.735a3.407 3.407 0 0 0-2.24.627c-.447.339-.754.83-.865 1.379a.61.61 0 0 0 .144.48 2.398 2.398 0 0 0 2.18.73c1.516-.252 2.5-1.245 3.418-2.493a6.53 6.53 0 0 0-2.637-.723Z"/><path d="M16.073 5.029a3.407 3.407 0 0 0-2.002 1.185 2.304 2.304 0 0 0-.48 1.556.61.61 0 0 0 .264.426 2.398 2.398 0 0 0 2.295.142c1.4-.637 2.091-1.85 2.657-3.293a6.53 6.53 0 0 0-2.734-.016Z"/><path d="M14.576 3.663a3.407 3.407 0 0 0-1.627 1.663 2.304 2.304 0 0 0-.06 1.628.61.61 0 0 0 .364.343 2.398 2.398 0 0 0 2.252-.457c1.187-.977 1.543-2.328 1.714-3.869a6.53 6.53 0 0 0-2.643.692Z"/><path d="M12.777 2.732a3.407 3.407 0 0 0-1.142 2.028 2.3 2.3 0 0 0 .364 1.587.61.61 0 0 0 .44.238 2.399 2.399 0 0 0 2.058-1.024c.894-1.25.888-2.648.655-4.18a6.53 6.53 0 0 0-2.375 1.351Z"/><path d="M10.797 2.299a3.407 3.407 0 0 0-.578 2.254c.07.556.342 1.068.762 1.439a.61.61 0 0 0 .487.115 2.398 2.398 0 0 0 1.723-1.522c.54-1.44.172-2.787-.45-4.207a6.529 6.529 0 0 0-1.944 1.92Z"/><path d="M8.772 2.392a3.407 3.407 0 0 0 .026 2.327c.212.52.606.943 1.108 1.193a.61.61 0 0 0 .5-.015 2.398 2.398 0 0 0 1.27-1.916c.15-1.53-.555-2.737-1.523-3.948a6.53 6.53 0 0 0-1.38 2.36Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
MediaWiki logo
|
||||
</title><path d="M6.842 3.007c-.06.797.161 1.59.627 2.241.339.446.83.754 1.379.865a.61.61 0 0 0 .48-.144 2.398 2.398 0 0 0 .73-2.18C9.806 2.274 8.813 1.29 7.564.372a6.53 6.53 0 0 0-.722 2.636Z"/><path d="M5.136 4.1A3.407 3.407 0 0 0 6.32 6.102c.443.344.996.514 1.556.479a.61.61 0 0 0 .426-.263 2.398 2.398 0 0 0 .142-2.294c-.637-1.399-1.85-2.093-3.293-2.658A6.53 6.53 0 0 0 5.136 4.1Z"/><path d="M3.77 5.597a3.406 3.406 0 0 0 1.664 1.627 2.304 2.304 0 0 0 1.627.06.61.61 0 0 0 .344-.363 2.398 2.398 0 0 0-.457-2.253C5.97 3.482 4.62 3.126 3.078 2.954c.042.92.278 1.82.692 2.643Z"/><path d="M2.84 7.397a3.407 3.407 0 0 0 2.027 1.141 2.304 2.304 0 0 0 1.587-.363.61.61 0 0 0 .238-.442 2.398 2.398 0 0 0-1.025-2.058c-1.25-.893-2.648-.887-4.18-.654a6.53 6.53 0 0 0 1.352 2.376Z"/><path d="M2.406 9.376c.66.451 1.458.656 2.254.578a2.304 2.304 0 0 0 1.439-.762.61.61 0 0 0 .116-.487 2.398 2.398 0 0 0-1.523-1.723c-1.44-.539-2.787-.171-4.208.45a6.53 6.53 0 0 0 1.922 1.944Z"/><path d="M2.5 11.4a3.407 3.407 0 0 0 2.326-.025c.52-.212.943-.606 1.193-1.108a.61.61 0 0 0-.015-.5 2.398 2.398 0 0 0-1.916-1.27c-1.53-.149-2.737.555-3.948 1.523A6.528 6.528 0 0 0 2.5 11.4Z"/><path d="M3.113 13.332c.798.06 1.59-.162 2.24-.627.447-.34.755-.83.865-1.38a.61.61 0 0 0-.143-.48 2.398 2.398 0 0 0-2.18-.73c-1.516.253-2.5 1.245-3.419 2.494.819.424 1.717.67 2.637.723Z"/><path d="M4.207 15.038a3.407 3.407 0 0 0 2.003-1.185 2.31 2.31 0 0 0 .478-1.557.61.61 0 0 0-.262-.426 2.399 2.399 0 0 0-2.295-.142c-1.4.637-2.092 1.85-2.657 3.294a6.54 6.54 0 0 0 2.733.016Z"/><path d="M5.704 16.403a3.407 3.407 0 0 0 1.627-1.663 2.304 2.304 0 0 0 .06-1.627.61.61 0 0 0-.363-.344 2.398 2.398 0 0 0-2.253.457c-1.186.977-1.542 2.328-1.714 3.869a6.53 6.53 0 0 0 2.643-.692Z"/><path d="M7.504 17.334a3.407 3.407 0 0 0 1.141-2.028 2.304 2.304 0 0 0-.363-1.587.61.61 0 0 0-.44-.237 2.397 2.397 0 0 0-2.059 1.024c-.894 1.251-.887 2.648-.654 4.18a6.53 6.53 0 0 0 2.375-1.352Z"/><path d="M9.483 17.768c.451-.66.656-1.459.578-2.254a2.304 2.304 0 0 0-.762-1.44.609.609 0 0 0-.487-.115 2.397 2.397 0 0 0-1.723 1.522c-.54 1.44-.172 2.788.45 4.208a6.53 6.53 0 0 0 1.944-1.921Z"/><path d="M11.508 17.674a3.406 3.406 0 0 0-.025-2.327 2.304 2.304 0 0 0-1.109-1.192.61.61 0 0 0-.5.014 2.398 2.398 0 0 0-1.27 1.916c-.148 1.53.555 2.737 1.523 3.948a6.528 6.528 0 0 0 1.38-2.359Z"/><path d="M13.438 17.06a3.406 3.406 0 0 0-.626-2.241 2.304 2.304 0 0 0-1.38-.865.61.61 0 0 0-.48.144 2.4 2.4 0 0 0-.73 2.18c.253 1.516 1.245 2.5 2.494 3.418a6.53 6.53 0 0 0 .723-2.636Z"/><path d="M15.145 15.967a3.406 3.406 0 0 0-1.186-2.003 2.304 2.304 0 0 0-1.556-.478.61.61 0 0 0-.426.262 2.398 2.398 0 0 0-.142 2.295c.637 1.4 1.85 2.091 3.294 2.657a6.53 6.53 0 0 0 .016-2.733Z"/><path d="M16.51 14.47a3.407 3.407 0 0 0-1.664-1.628 2.304 2.304 0 0 0-1.627-.06.61.61 0 0 0-.343.364 2.398 2.398 0 0 0 .456 2.252c.978 1.187 2.329 1.543 3.87 1.714a6.53 6.53 0 0 0-.692-2.642Z"/><path d="M17.44 12.67a3.407 3.407 0 0 0-2.027-1.142 2.304 2.304 0 0 0-1.587.364.61.61 0 0 0-.238.44 2.399 2.399 0 0 0 1.025 2.059c1.251.893 2.648.887 4.18.654a6.53 6.53 0 0 0-1.352-2.375Z"/><path d="M17.875 10.69a3.407 3.407 0 0 0-2.254-.578 2.304 2.304 0 0 0-1.44.762.61.61 0 0 0-.115.487 2.398 2.398 0 0 0 1.522 1.722c1.44.54 2.788.172 4.208-.45a6.53 6.53 0 0 0-1.921-1.943Z"/><path d="M17.781 8.666a3.407 3.407 0 0 0-2.327.025A2.3 2.3 0 0 0 14.262 9.8a.609.609 0 0 0 .014.5 2.399 2.399 0 0 0 1.916 1.27c1.53.148 2.737-.555 3.948-1.524a6.53 6.53 0 0 0-2.359-1.38Z"/><path d="M17.167 6.735a3.407 3.407 0 0 0-2.24.627c-.447.339-.754.83-.865 1.379a.61.61 0 0 0 .144.48 2.398 2.398 0 0 0 2.18.73c1.516-.252 2.5-1.245 3.418-2.493a6.53 6.53 0 0 0-2.637-.723Z"/><path d="M16.073 5.029a3.407 3.407 0 0 0-2.002 1.185 2.304 2.304 0 0 0-.48 1.556.61.61 0 0 0 .264.426 2.398 2.398 0 0 0 2.295.142c1.4-.637 2.091-1.85 2.657-3.293a6.53 6.53 0 0 0-2.734-.016Z"/><path d="M14.576 3.663a3.407 3.407 0 0 0-1.627 1.663 2.304 2.304 0 0 0-.06 1.628.61.61 0 0 0 .364.343 2.398 2.398 0 0 0 2.252-.457c1.187-.977 1.543-2.328 1.714-3.869a6.53 6.53 0 0 0-2.643.692Z"/><path d="M12.777 2.732a3.407 3.407 0 0 0-1.142 2.028 2.3 2.3 0 0 0 .364 1.587.61.61 0 0 0 .44.238 2.399 2.399 0 0 0 2.058-1.024c.894-1.25.888-2.648.655-4.18a6.53 6.53 0 0 0-2.375 1.351Z"/><path d="M10.797 2.299a3.407 3.407 0 0 0-.578 2.254c.07.556.342 1.068.762 1.439a.61.61 0 0 0 .487.115 2.398 2.398 0 0 0 1.723-1.522c.54-1.44.172-2.787-.45-4.207a6.529 6.529 0 0 0-1.944 1.92Z"/><path d="M8.772 2.392a3.407 3.407 0 0 0 .026 2.327c.212.52.606.943 1.108 1.193a.61.61 0 0 0 .5-.015 2.398 2.398 0 0 0 1.27-1.916c.15-1.53-.555-2.737-1.523-3.948a6.53 6.53 0 0 0-1.38 2.36Z"/></svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Meta-Wiki logo
|
||||
</title><path fill="#fff" fill-rule="evenodd" d="M5.346 1.15A9.966 9.966 0 0 1 9.991 0a9.963 9.963 0 0 1 4.652 1.146 9.997 9.997 0 0 1 3.585 3.187l-1.932 1.108a7.778 7.778 0 0 0-2.762-2.375 7.751 7.751 0 0 0-9.835 2.375L1.767 4.333A10 10 0 0 1 5.346 1.15Zm-.197 4.294A6.701 6.701 0 0 1 7.034 4.04c-.419.41-.786.869-1.093 1.368-.263.03-.528.042-.792.036Zm2.56-1.683-.048.002v.017l.048-.02Zm0 0a7.156 7.156 0 0 1 1.622.118 6.47 6.47 0 0 0 .527-.554 6.608 6.608 0 0 0-2.15.436Zm-1.18 1.544c.234-.332.497-.643.787-.927l.26.603c-.34.14-.69.248-1.047.324Zm1.197-1.1L7.724 4.2v.006h.002Zm0 0 .255.594c.312-.16.61-.345.892-.554a6.622 6.622 0 0 0-1.147-.04Zm2.127-.207a6.88 6.88 0 0 0 .57-.648v.006a6.721 6.721 0 0 1 2.999.922 9.49 9.49 0 0 1-.809 1.144 7.197 7.197 0 0 0-2.76-1.424ZM3.462 8.711a6.746 6.746 0 0 1 1.317-2.844v.006c.297.02.596.02.894 0a7.241 7.241 0 0 0-.809 3.004 9.89 9.89 0 0 1-1.402-.166Zm6.002-4.35.008-.006-.011.006h.003Zm0 0a6.524 6.524 0 0 1-1.295.845l1.19 2.768a9.451 9.451 0 0 0 2.964-2.215 6.742 6.742 0 0 0-2.859-1.397Zm-3.252 1.46.002-.004-.01.006.008-.001Zm0 0a6.796 6.796 0 0 0-.914 3.07 9.49 9.49 0 0 0 3.635-.745l-1.19-2.752a6.557 6.557 0 0 1-1.531.428Zm7.577-1.29.005-.01-.01.006.005.004Zm0 0a9.696 9.696 0 0 1-.845 1.187 7.089 7.089 0 0 1 1.839 2.877c.448-.46.862-.954 1.237-1.476a6.617 6.617 0 0 0-2.231-2.588ZM3.4 9.156l.001-.007-.01.005.01.002Zm0 0a6.664 6.664 0 0 0 .44 3.398c.637.07 1.278.094 1.919.072a6.779 6.779 0 0 1-.304-.62 7.023 7.023 0 0 1-.585-2.683 10.03 10.03 0 0 1-1.47-.167Zm9.247-3.095.007-.008-.01.005.003.003Zm0 0a9.94 9.94 0 0 1-3.11 2.307l1.31 3.032a13.248 13.248 0 0 0 3.588-2.44 7.07 7.07 0 0 0-.276-.742 6.614 6.614 0 0 0-1.512-2.157ZM5.85 11.826a6.663 6.663 0 0 1-.552-2.492 9.912 9.912 0 0 0 3.82-.8l1.312 3.046c-1.331.567-2.746.91-4.188 1.016a6.488 6.488 0 0 1-.392-.77ZM14.913 9.1c.466-.466.899-.965 1.294-1.493h.003a6.62 6.62 0 0 1 .337 3.691c-.515.487-1.06.94-1.635 1.354a7.101 7.101 0 0 0 0-3.552Zm-8.365 6.65a6.637 6.637 0 0 1-2.51-2.721c.655.06 1.313.073 1.97.038a7.092 7.092 0 0 0 2.602 2.385c-.68.144-1.369.244-2.062.299Zm4.467-3.94a13.633 13.633 0 0 0 3.53-2.353 6.712 6.712 0 0 1-.215 3.602c-.714.473-1.463.888-2.242 1.244l-1.073-2.493Zm-1.737 3.484a6.65 6.65 0 0 1-2.76-2.265 13.494 13.494 0 0 0 4.077-1.041l1.074 2.492c-.775.332-1.574.604-2.39.814Zm5.405-1.938a16.44 16.44 0 0 0 1.657-1.269 6.663 6.663 0 0 1-3.393 3.943 7.184 7.184 0 0 0 1.736-2.675Zm-4.906 3.368a6.627 6.627 0 0 1-2.528-.591l.006-.009a16.868 16.868 0 0 0 2.001-.357 7.177 7.177 0 0 0 3.081.532 6.626 6.626 0 0 1-2.56.425Zm2.483-2.006c.61-.277 1.203-.592 1.775-.942l.005-.008a6.777 6.777 0 0 1-1.363 1.916l-.417-.966Zm.005 1.138a6.678 6.678 0 0 1-2.274-.296c.63-.189 1.25-.412 1.855-.67l.42.966ZM.715 6.302a10.062 10.062 0 0 0 .704 8.879 10.02 10.02 0 0 0 3.172 3.286A9.984 9.984 0 0 0 8.886 20v-2.248a7.771 7.771 0 0 1-5.542-3.686 7.825 7.825 0 0 1-.683-6.634L.715 6.302Zm16.619 1.13 1.951-1.13a10.063 10.063 0 0 1-.704 8.88 10.021 10.021 0 0 1-3.173 3.286A9.985 9.985 0 0 1 11.112 20v-2.248a7.763 7.763 0 0 0 5.544-3.684 7.817 7.817 0 0 0 .678-6.636Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Meta-Wiki logo
|
||||
</title><path fill-rule="evenodd" d="M5.346 1.15A9.966 9.966 0 0 1 9.991 0a9.963 9.963 0 0 1 4.652 1.146 9.997 9.997 0 0 1 3.585 3.187l-1.932 1.108a7.778 7.778 0 0 0-2.762-2.375 7.751 7.751 0 0 0-9.835 2.375L1.767 4.333A10 10 0 0 1 5.346 1.15Zm-.197 4.294A6.701 6.701 0 0 1 7.034 4.04c-.419.41-.786.869-1.093 1.368-.263.03-.528.042-.792.036Zm2.56-1.683-.048.002v.017l.048-.02Zm0 0a7.156 7.156 0 0 1 1.622.118 6.47 6.47 0 0 0 .527-.554 6.608 6.608 0 0 0-2.15.436Zm-1.18 1.544c.234-.332.497-.643.787-.927l.26.603c-.34.14-.69.248-1.047.324Zm1.197-1.1L7.724 4.2v.006h.002Zm0 0 .255.594c.312-.16.61-.345.892-.554a6.622 6.622 0 0 0-1.147-.04Zm2.127-.207a6.88 6.88 0 0 0 .57-.648v.006a6.721 6.721 0 0 1 2.999.922 9.49 9.49 0 0 1-.809 1.144 7.197 7.197 0 0 0-2.76-1.424ZM3.462 8.711a6.746 6.746 0 0 1 1.317-2.844v.006c.297.02.596.02.894 0a7.241 7.241 0 0 0-.809 3.004 9.89 9.89 0 0 1-1.402-.166Zm6.002-4.35.008-.006-.011.006h.003Zm0 0a6.524 6.524 0 0 1-1.295.845l1.19 2.768a9.451 9.451 0 0 0 2.964-2.215 6.742 6.742 0 0 0-2.859-1.397Zm-3.252 1.46.002-.004-.01.006.008-.001Zm0 0a6.796 6.796 0 0 0-.914 3.07 9.49 9.49 0 0 0 3.635-.745l-1.19-2.752a6.557 6.557 0 0 1-1.531.428Zm7.577-1.29.005-.01-.01.006.005.004Zm0 0a9.696 9.696 0 0 1-.845 1.187 7.089 7.089 0 0 1 1.839 2.877c.448-.46.862-.954 1.237-1.476a6.617 6.617 0 0 0-2.231-2.588ZM3.4 9.156l.001-.007-.01.005.01.002Zm0 0a6.664 6.664 0 0 0 .44 3.398c.637.07 1.278.094 1.919.072a6.779 6.779 0 0 1-.304-.62 7.023 7.023 0 0 1-.585-2.683 10.03 10.03 0 0 1-1.47-.167Zm9.247-3.095.007-.008-.01.005.003.003Zm0 0a9.94 9.94 0 0 1-3.11 2.307l1.31 3.032a13.248 13.248 0 0 0 3.588-2.44 7.07 7.07 0 0 0-.276-.742 6.614 6.614 0 0 0-1.512-2.157ZM5.85 11.826a6.663 6.663 0 0 1-.552-2.492 9.912 9.912 0 0 0 3.82-.8l1.312 3.046c-1.331.567-2.746.91-4.188 1.016a6.488 6.488 0 0 1-.392-.77ZM14.913 9.1c.466-.466.899-.965 1.294-1.493h.003a6.62 6.62 0 0 1 .337 3.691c-.515.487-1.06.94-1.635 1.354a7.101 7.101 0 0 0 0-3.552Zm-8.365 6.65a6.637 6.637 0 0 1-2.51-2.721c.655.06 1.313.073 1.97.038a7.092 7.092 0 0 0 2.602 2.385c-.68.144-1.369.244-2.062.299Zm4.467-3.94a13.633 13.633 0 0 0 3.53-2.353 6.712 6.712 0 0 1-.215 3.602c-.714.473-1.463.888-2.242 1.244l-1.073-2.493Zm-1.737 3.484a6.65 6.65 0 0 1-2.76-2.265 13.494 13.494 0 0 0 4.077-1.041l1.074 2.492c-.775.332-1.574.604-2.39.814Zm5.405-1.938a16.44 16.44 0 0 0 1.657-1.269 6.663 6.663 0 0 1-3.393 3.943 7.184 7.184 0 0 0 1.736-2.675Zm-4.906 3.368a6.627 6.627 0 0 1-2.528-.591l.006-.009a16.868 16.868 0 0 0 2.001-.357 7.177 7.177 0 0 0 3.081.532 6.626 6.626 0 0 1-2.56.425Zm2.483-2.006c.61-.277 1.203-.592 1.775-.942l.005-.008a6.777 6.777 0 0 1-1.363 1.916l-.417-.966Zm.005 1.138a6.678 6.678 0 0 1-2.274-.296c.63-.189 1.25-.412 1.855-.67l.42.966ZM.715 6.302a10.062 10.062 0 0 0 .704 8.879 10.02 10.02 0 0 0 3.172 3.286A9.984 9.984 0 0 0 8.886 20v-2.248a7.771 7.771 0 0 1-5.542-3.686 7.825 7.825 0 0 1-.683-6.634L.715 6.302Zm16.619 1.13 1.951-1.13a10.063 10.063 0 0 1-.704 8.88 10.021 10.021 0 0 1-3.173 3.286A9.985 9.985 0 0 1 11.112 20v-2.248a7.763 7.763 0 0 0 5.544-3.684 7.817 7.817 0 0 0 .678-6.636Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikibooks logo
|
||||
</title><g fill="#fff"><path d="M14.222.03c-1.812 1.753-3.604 3.49-3.604 3.49l.644 1.31c.873-.864 1.75-1.625 2.587-2.472 1.762 3.869 2.963 6.987 4.44 11.109.483 1.339.384 1.399-.771 2.122-1.857.923-2.445 1.53-4.658 3.884h1.515c1.85-1.673 2.536-2.263 4.853-3.484.82-.473.932-1.07.596-2C18.74 10.977 16.39 4.484 14.222.03Z"/><path fill-rule="evenodd" d="M9.498.071C8.172.966 7.149 2.254 5.996 3.358l.473 1.508c.903-.71 1.688-1.569 2.5-2.38l4.376 10.977c.252.743-.145 1.405-.944 2.125-.956.769-2.925 2.56-3.818 3.926h1.358c1.426-1.464 1.683-1.663 3.306-3.068 1.09-1.112 2.074-1.681 1.56-3.106L9.497.071Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M5.023 0C4.67.12 4.376.347 4.1.588a879.5 879.5 0 0 0-3.889 3.75c-.196.182-.213.45-.21.718L.017 6.57S1.743 4.892 4.32 2.41c1.39 3.615 2.837 7.21 4.263 10.813.195.544-.272.99-.864 1.585-.818.798-2.53 2.44-4.281 4.635h1.756l4.22-4.629c.402-.552.9-1.091.69-1.591L5.024 0Z" clip-rule="evenodd"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikibooks logo
|
||||
</title><path d="M14.222.03c-1.812 1.753-3.604 3.49-3.604 3.49l.644 1.31c.873-.864 1.75-1.625 2.587-2.472 1.762 3.869 2.963 6.987 4.44 11.109.483 1.339.384 1.399-.771 2.122-1.857.923-2.445 1.53-4.658 3.884h1.515c1.85-1.673 2.536-2.263 4.853-3.484.82-.473.932-1.07.596-2C18.74 10.977 16.39 4.484 14.222.03Z"/><path fill-rule="evenodd" d="M9.498.071C8.172.966 7.149 2.254 5.996 3.358l.473 1.508c.903-.71 1.688-1.569 2.5-2.38l4.376 10.977c.252.743-.145 1.405-.944 2.125-.956.769-2.925 2.56-3.818 3.926h1.358c1.426-1.464 1.683-1.663 3.306-3.068 1.09-1.112 2.074-1.681 1.56-3.106L9.497.071Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M5.023 0C4.67.12 4.376.347 4.1.588a879.5 879.5 0 0 0-3.889 3.75c-.196.182-.213.45-.21.718L.017 6.57S1.743 4.892 4.32 2.41c1.39 3.615 2.837 7.21 4.263 10.813.195.544-.272.99-.864 1.585-.818.798-2.53 2.44-4.281 4.635h1.756l4.22-4.629c.402-.552.9-1.091.69-1.591L5.024 0Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikifunctions logo
|
||||
</title><g fill="#fff"><path fill-rule="evenodd" d="M15.752 7.06c-.165 0-.352.01-.56.03-.175.02-.352.03-.528.032-.145 0-.325-.01-.54-.032a7.631 7.631 0 0 0-.6-.03c-.063 0-.094.047-.094.144 0 .098.02.145.062.145.464.021.697.2.697.538-.004.16-.04.318-.104.465l-1.415 3.284.23.515 1.672-3.758c.175-.393.34-.66.503-.798.178-.146.397-.233.627-.246a.11.11 0 0 0 .087-.052.188.188 0 0 0 .04-.114c-.003-.083-.028-.124-.077-.124Zm-5.038.289c.465.022.697.19.697.506a1.117 1.117 0 0 1-.156.497l-.028.053.23.516.286-.528c.245-.427.448-.701.61-.822.193-.13.418-.207.65-.222.076 0 .115-.056.115-.166 0-.087-.021-.124-.062-.124-.174 0-.396.012-.659.036a6.246 6.246 0 0 1-.47.027c-.15 0-.34-.01-.571-.032a8.075 8.075 0 0 0-.61-.03c-.02 0-.041.015-.062.046a.173.173 0 0 0-.031.098c-.002.095.019.145.061.145ZM8.07 11.625 6.56 8.228a.803.803 0 0 1-.087-.31.47.47 0 0 1 .2-.394c.163-.108.353-.169.548-.174.034 0 .051-.047.051-.144 0-.096-.028-.145-.087-.145-.23 0-.497.01-.798.03a7.648 7.648 0 0 1-1.41 0 9.66 9.66 0 0 0-.727-.03c-.054 0-.087.048-.087.145 0 .037.013.072.037.1a.103.103 0 0 0 .078.044c.272.017.532.111.751.272.18.146.351.404.513.773l1.91 4.368.616-1.138Z" clip-rule="evenodd"/><path d="M11.979 14.312a.138.138 0 0 0 .125.087h1.137a.134.134 0 0 0 .122-.19l-2.777-6.215a1.67 1.67 0 0 0-.358-.506 1.413 1.413 0 0 0-.552-.314 2.968 2.968 0 0 0-.878-.11c-.347 0-.692.05-1.025.148a.135.135 0 0 0-.092.15l.16.963a.132.132 0 0 0 .13.112.15.15 0 0 0 .043-.008c.18-.06.37-.089.56-.087.14-.004.28.014.414.055a.68.68 0 0 1 .269.162.877.877 0 0 1 .174.26c.048.102.098.22.151.348l.113.284-2.536 4.765a.135.135 0 0 0 .126.182H8.63a.133.133 0 0 0 .122-.08l.008-.015 1.707-3.148 1.513 3.157ZM3.752 5.208a7.855 7.855 0 0 1 6.225-3.085A7.875 7.875 0 0 1 16.22 5.17l1.77-1.186a10.009 10.009 0 0 0-16.027.064l1.79 1.16Z"/><path d="M17.288 7.01a7.8 7.8 0 0 1 .585 2.965c0 4.331-3.531 7.903-7.873 7.903-4.341 0-7.871-3.572-7.871-7.903-.001-1 .191-1.993.567-2.92L.883 5.88a9.886 9.886 0 0 0-.882 4.095C0 15.477 4.487 20 10 20c5.513 0 10-4.523 10-10.025a9.9 9.9 0 0 0-.917-4.17L17.288 7.01Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikifunctions logo
|
||||
</title><path fill-rule="evenodd" d="M15.752 7.06c-.165 0-.352.01-.56.03-.175.02-.352.03-.528.032-.145 0-.325-.01-.54-.032a7.631 7.631 0 0 0-.6-.03c-.063 0-.094.047-.094.144 0 .098.02.145.062.145.464.021.697.2.697.538-.004.16-.04.318-.104.465l-1.415 3.284.23.515 1.672-3.758c.175-.393.34-.66.503-.798.178-.146.397-.233.627-.246a.11.11 0 0 0 .087-.052.188.188 0 0 0 .04-.114c-.003-.083-.028-.124-.077-.124Zm-5.038.289c.465.022.697.19.697.506a1.117 1.117 0 0 1-.156.497l-.028.053.23.516.286-.528c.245-.427.448-.701.61-.822.193-.13.418-.207.65-.222.076 0 .115-.056.115-.166 0-.087-.021-.124-.062-.124-.174 0-.396.012-.659.036a6.246 6.246 0 0 1-.47.027c-.15 0-.34-.01-.571-.032a8.075 8.075 0 0 0-.61-.03c-.02 0-.041.015-.062.046a.173.173 0 0 0-.031.098c-.002.095.019.145.061.145ZM8.07 11.625 6.56 8.228a.803.803 0 0 1-.087-.31.47.47 0 0 1 .2-.394c.163-.108.353-.169.548-.174.034 0 .051-.047.051-.144 0-.096-.028-.145-.087-.145-.23 0-.497.01-.798.03a7.648 7.648 0 0 1-1.41 0 9.66 9.66 0 0 0-.727-.03c-.054 0-.087.048-.087.145 0 .037.013.072.037.1a.103.103 0 0 0 .078.044c.272.017.532.111.751.272.18.146.351.404.513.773l1.91 4.368.616-1.138Z" clip-rule="evenodd"/><path d="M11.979 14.312a.138.138 0 0 0 .125.087h1.137a.134.134 0 0 0 .122-.19l-2.777-6.215a1.67 1.67 0 0 0-.358-.506 1.413 1.413 0 0 0-.552-.314 2.968 2.968 0 0 0-.878-.11c-.347 0-.692.05-1.025.148a.135.135 0 0 0-.092.15l.16.963a.132.132 0 0 0 .13.112.15.15 0 0 0 .043-.008c.18-.06.37-.089.56-.087.14-.004.28.014.414.055a.68.68 0 0 1 .269.162.877.877 0 0 1 .174.26c.048.102.098.22.151.348l.113.284-2.536 4.765a.135.135 0 0 0 .126.182H8.63a.133.133 0 0 0 .122-.08l.008-.015 1.707-3.148 1.513 3.157ZM3.752 5.208a7.855 7.855 0 0 1 6.225-3.085A7.875 7.875 0 0 1 16.22 5.17l1.77-1.186a10.009 10.009 0 0 0-16.027.064l1.79 1.16Z"/><path d="M17.288 7.01a7.8 7.8 0 0 1 .585 2.965c0 4.331-3.531 7.903-7.873 7.903-4.341 0-7.871-3.572-7.871-7.903-.001-1 .191-1.993.567-2.92L.883 5.88a9.886 9.886 0 0 0-.882 4.095C0 15.477 4.487 20 10 20c5.513 0 10-4.523 10-10.025a9.9 9.9 0 0 0-.917-4.17L17.288 7.01Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikiquote logo
|
||||
</title><g fill="#fff"><path d="M9.133 4.643a6.521 6.521 0 0 1 2.79 5.354 6.52 6.52 0 0 1-2.672 5.269l-.12.086-.923-1.322a4.908 4.908 0 0 0 2.103-4.033c0-1.578-.748-3.03-1.988-3.95l-.114-.082.924-1.322Z"/><path d="M5.347 13.275a3.347 3.347 0 1 0-.001-6.695 3.347 3.347 0 0 0 .001 6.695ZM13.874 0a13.082 13.082 0 0 1 4.627 9.997c0 3.86-1.678 7.448-4.538 9.92l-.096.083-1.15-1.357a11.303 11.303 0 0 0 4.006-8.646c0-3.33-1.444-6.424-3.908-8.562l-.091-.079L13.873 0Z"/><path d="M11.453 2.386a9.71 9.71 0 0 1 3.668 7.611 9.71 9.71 0 0 1-3.576 7.537l-.09.073-1.074-1.347A7.988 7.988 0 0 0 13.4 9.997a7.987 7.987 0 0 0-2.932-6.194l-.087-.07 1.073-1.347Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 807 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikiquote logo
|
||||
</title><path d="M9.133 4.643a6.521 6.521 0 0 1 2.79 5.354 6.52 6.52 0 0 1-2.672 5.269l-.12.086-.923-1.322a4.908 4.908 0 0 0 2.103-4.033c0-1.578-.748-3.03-1.988-3.95l-.114-.082.924-1.322Z"/><path d="M5.347 13.275a3.347 3.347 0 1 0-.001-6.695 3.347 3.347 0 0 0 .001 6.695ZM13.874 0a13.082 13.082 0 0 1 4.627 9.997c0 3.86-1.678 7.448-4.538 9.92l-.096.083-1.15-1.357a11.303 11.303 0 0 0 4.006-8.646c0-3.33-1.444-6.424-3.908-8.562l-.091-.079L13.873 0Z"/><path d="M11.453 2.386a9.71 9.71 0 0 1 3.668 7.611 9.71 9.71 0 0 1-3.576 7.537l-.09.073-1.074-1.347A7.988 7.988 0 0 0 13.4 9.997a7.987 7.987 0 0 0-2.932-6.194l-.087-.07 1.073-1.347Z"/></svg>
|
||||
|
After Width: | Height: | Size: 788 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikisource logo
|
||||
</title><g fill="#fff" fill-rule="evenodd" clip-rule="evenodd"><path d="M9.937 0a9.993 9.993 0 0 0-8.08 4.197h16.287A9.989 9.989 0 0 0 10.002 0h-.065ZM1.28 5.11A9.945 9.945 0 0 0 0 10c0 5.52 4.482 10 10.002 10C15.521 20 20 15.52 20 10a9.944 9.944 0 0 0-1.277-4.89H1.279Zm.577-.913c-.209.293-.4.597-.578.912h17.445a9.696 9.696 0 0 0-.58-.912H1.858Z"/><path d="M14.272 1.122a.513.513 0 0 0-.133.023c-.446.678-.444 2.924-.439 3.41h.003c.66.14 1.533-.02 1.563-.622.05-.793.1-1.563-.34-2.057-.404.176-.328-.534-.491-.693a.206.206 0 0 0-.163-.061Z"/><path d="M14.139 1.145c-.235.068-.521.272-.662.337-.123.013-.352.004-.522.045-.365.09-.698.303-.89.637-.248-.687-.78.158-1.412.645-.35-.252-1.054-.752-1.7-1.075-.52.25-1.064 1.099-1.387 1.17-.336.06-.81.025-1.008.252-.327.323-.429.693-.492 1.04.77.259 1.576.267 2.344.167.437-.1.748.04 1.197.025 1.365.056 2.842-.103 4.093.167-.005-.486-.007-2.732.439-3.41Z"/><path d="M9.583 2.498c.164.47.306.94.252 1.411-.06.291.071.271.315.156.239-.124.365-.26.718-.371.273-.072.08-.263-.05-.395-.39-.351-.813-.573-1.235-.8Zm1.4 2.612c.287 3.62 2.85 4.064 4.463 3.332-.806-.757-.514-2.3.347-2.316 1.592-.037 1.139 2.784 1.139 4.153.87-.168.813-3.292.628-5.17h-6.577Z"/><path d="m2.739 5.11.093.934c.21.366.367.731.323 1.097.416-.098.664-.148.888.256.979.578 1.909.647 2.824.561.186 2.1.131 3.79.053 6.301.556.876 1.112 1.707 1.668 2.583.32.532.88.7 1.318.071l1.129-.484v.535c.578.138 1.15.348.887.919-.2.369-.087.533.482.287.502-.233.812.127 1.074.191-.374-.377-.052-1.12-.04-1.889.536-.046 1.149-.507 1.685-.554 1.103-1.015 1.293-1.393 1.29-2.704.111-.34.27-.43.19-1.021.062-.366.15-.845.212-1.21l.126-.706-.01.002c0-1.37.454-4.19-1.138-4.153-.86.017-1.153 1.56-.347 2.316a3.344 3.344 0 0 1-.594.205c.065.357-.207.724-.563.739-.355-.03-.878.304-1.21 1.072-.529 1.06-1.01.137-1.204-.147-.248-.313.056-.603-.624-.415-.449.132-1.018.219-1.154-.424C9.523 8.919 8.973 8.434 8.4 7.88c-.23-.259-.039-.472-.037-.563V7.31l-.002-.004a.045.045 0 0 0-.005-.01v-.003l-.002-.002a.107.107 0 0 0-.005-.004l-.006-.004-.003-.002-.01-.003c-.223-.134-.495.028-.79.144-.773.135-1.074.005-1.158-.382.005-.64-.375-.573-.995-.484-1.786.241-2.075-.359-2.596-1.446h-.052Z"/><path d="M2.79 5.11c.521 1.086.81 1.686 2.597 1.445.62-.09 1-.156.995.484.084.387.385.517 1.158.382.295-.116.567-.278.79-.144l.01.003.003.002.006.004a.096.096 0 0 1 .004.004l.002.002a.267.267 0 0 1 .006.013l.002.004v.009c-.002.091-.193.304.036.563.574.553 1.124 1.038 1.697 1.59.137.644.706.557 1.155.425.68-.188.376.102.624.415.193.284.675 1.206 1.204.147.332-.768.855-1.102 1.21-1.072.356-.015.628-.382.563-.739-1.583.382-3.616-.337-3.87-3.538H2.791Zm5.354 4.158c-.515.032-.247 1.665-.19 2.439.076.761.255.582.815.25.258.496.101.773-.264 1.094-.271.243-.427.607-.191 1.025.072.114.132.162.216.342.056.106.11.213.167.32a.5.5 0 0 1-.117.507c-.1.136-.12.274.011.65.071.219-.124.48.178.71.134.098.265.172.399.227-.117-.321-.12-.785-.063-1.183.038-.375.065-.608.426-.863.315-.153.227-.962.254-1.443l.011.007v-.007c.674-.135.299-.646.092-1.137L8.24 9.28a.311.311 0 0 0-.09-.012h-.006Z"/><path d="m8.24 9.28 1.648 2.926c.207.49.582 1.002-.092 1.137.06.342.507.64 1.003.6.516-.031.89.335 1.06.704a6.08 6.08 0 0 1 .18-1.211c.066-.197.444-.373.13-.636-1.27-1.327-2.495-2.37-3.869-3.5a.474.474 0 0 0-.06-.02Z"/><path d="M9.785 13.343c-.027.48.06 1.29-.254 1.443-.361.255-.388.488-.426.863-.057.399-.054.863.063 1.184.119.048.24.081.37.102.219.018.356.07.816-.01.403-.044.645-.231 1.105-.297.252-.047.422-.138.408-.502-.02-.497-.035-.99-.008-1.479-.17-.37-.545-.735-1.06-.704-.49.04-.933-.251-1.001-.588v-.003l-.013-.01Zm4.299-3.938c-.332.085-.733.423-1.005 1.053-.124.248-.245.388-.361.452.011 1.082.282 1.852.843 2.274-.166.626-.332 1.49-.03 2.012-.51-.153-.302.818-.453 1.227-.255.68-.478.65-.717.71.218.236.498.487.92.635v.003c0 .003.003.008.005.012.032.045.173.094.241.145.122.032.29.004.411-.172.168-.346.14-.634.592-.95.261-.18.57-.854.593-.888-.894-.476-1.317-1.385-1.173-2.26.042-.242.208-.513-.015-.903-.267-1.07-.097-2.315.149-3.35Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikisource logo
|
||||
</title><path fill-rule="evenodd" d="M9.937 0a9.993 9.993 0 0 0-8.08 4.197h16.287A9.989 9.989 0 0 0 10.002 0h-.065ZM1.28 5.11A9.945 9.945 0 0 0 0 10c0 5.52 4.482 10 10.002 10C15.521 20 20 15.52 20 10a9.944 9.944 0 0 0-1.277-4.89H1.279Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M1.857 4.197c-.209.293-.4.597-.578.912h17.445a9.696 9.696 0 0 0-.58-.912H1.858Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.272 1.122a.513.513 0 0 0-.133.023c-.446.678-.444 2.924-.439 3.41h.003c.66.14 1.533-.02 1.563-.622.05-.793.1-1.563-.34-2.057-.404.176-.328-.534-.491-.693a.206.206 0 0 0-.163-.061Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M14.139 1.145c-.235.068-.521.272-.662.337-.123.013-.352.004-.522.045-.365.09-.698.303-.89.637-.248-.687-.78.158-1.412.645-.35-.252-1.054-.752-1.7-1.075-.52.25-1.064 1.099-1.387 1.17-.336.06-.81.025-1.008.252-.327.323-.429.693-.492 1.04.77.259 1.576.267 2.344.167.437-.1.748.04 1.197.025 1.365.056 2.842-.103 4.093.167-.005-.486-.007-2.732.439-3.41Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M9.583 2.498c.164.47.306.94.252 1.411-.06.291.071.271.315.156.239-.124.365-.26.718-.371.273-.072.08-.263-.05-.395-.39-.351-.813-.573-1.235-.8Zm1.4 2.612c.287 3.62 2.85 4.064 4.463 3.332-.806-.757-.514-2.3.347-2.316 1.592-.037 1.139 2.784 1.139 4.153.87-.168.813-3.292.628-5.17h-6.577Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="m2.739 5.11.093.934c.21.366.367.731.323 1.097.416-.098.664-.148.888.256.979.578 1.909.647 2.824.561.186 2.1.131 3.79.053 6.301.556.876 1.112 1.707 1.668 2.583.32.532.88.7 1.318.071l1.129-.484v.535c.578.138 1.15.348.887.919-.2.369-.087.533.482.287.502-.233.812.127 1.074.191-.374-.377-.052-1.12-.04-1.889.536-.046 1.149-.507 1.685-.554 1.103-1.015 1.293-1.393 1.29-2.704.111-.34.27-.43.19-1.021.062-.366.15-.845.212-1.21l.126-.706-.01.002c0-1.37.454-4.19-1.138-4.153-.86.017-1.153 1.56-.347 2.316a3.344 3.344 0 0 1-.594.205c.065.357-.207.724-.563.739-.355-.03-.878.304-1.21 1.072-.529 1.06-1.01.137-1.204-.147-.248-.313.056-.603-.624-.415-.449.132-1.018.219-1.154-.424C9.523 8.919 8.973 8.434 8.4 7.88c-.23-.259-.039-.472-.037-.563V7.31l-.002-.004a.045.045 0 0 0-.005-.01v-.003l-.002-.002a.107.107 0 0 0-.005-.004l-.006-.004-.003-.002-.01-.003c-.223-.134-.495.028-.79.144-.773.135-1.074.005-1.158-.382.005-.64-.375-.573-.995-.484-1.786.241-2.075-.359-2.596-1.446h-.052Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.79 5.11c.521 1.086.81 1.686 2.597 1.445.62-.09 1-.156.995.484.084.387.385.517 1.158.382.295-.116.567-.278.79-.144l.01.003.003.002.006.004a.096.096 0 0 1 .004.004l.002.002a.267.267 0 0 1 .006.013l.002.004v.009c-.002.091-.193.304.036.563.574.553 1.124 1.038 1.697 1.59.137.644.706.557 1.155.425.68-.188.376.102.624.415.193.284.675 1.206 1.204.147.332-.768.855-1.102 1.21-1.072.356-.015.628-.382.563-.739-1.583.382-3.616-.337-3.87-3.538H2.791Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M8.144 9.268c-.515.032-.247 1.665-.19 2.439.076.761.255.582.815.25.258.496.101.773-.264 1.094-.271.243-.427.607-.191 1.025.072.114.132.162.216.342.056.106.11.213.167.32a.5.5 0 0 1-.117.507c-.1.136-.12.274.011.65.071.219-.124.48.178.71.134.098.265.172.399.227-.117-.321-.12-.785-.063-1.183.038-.375.065-.608.426-.863.315-.153.227-.962.254-1.443l.011.007v-.007c.674-.135.299-.646.092-1.137L8.24 9.28a.311.311 0 0 0-.09-.012h-.006Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="m8.24 9.28 1.648 2.926c.207.49.582 1.002-.092 1.137.06.342.507.64 1.003.6.516-.031.89.335 1.06.704a6.08 6.08 0 0 1 .18-1.211c.066-.197.444-.373.13-.636-1.27-1.327-2.495-2.37-3.869-3.5a.474.474 0 0 0-.06-.02Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M9.785 13.343c-.027.48.06 1.29-.254 1.443-.361.255-.388.488-.426.863-.057.399-.054.863.063 1.184.119.048.24.081.37.102.219.018.356.07.816-.01.403-.044.645-.231 1.105-.297.252-.047.422-.138.408-.502-.02-.497-.035-.99-.008-1.479-.17-.37-.545-.735-1.06-.704-.49.04-.933-.251-1.001-.588v-.003l-.013-.01Zm4.299-3.938c-.332.085-.733.423-1.005 1.053-.124.248-.245.388-.361.452.011 1.082.282 1.852.843 2.274-.166.626-.332 1.49-.03 2.012-.51-.153-.302.818-.453 1.227-.255.68-.478.65-.717.71.218.236.498.487.92.635v.003c0 .003.003.008.005.012.032.045.173.094.241.145.122.032.29.004.411-.172.168-.346.14-.634.592-.95.261-.18.57-.854.593-.888-.894-.476-1.317-1.385-1.173-2.26.042-.242.208-.513-.015-.903-.267-1.07-.097-2.315.149-3.35Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikispecies logo
|
||||
</title><g fill="#fff" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.93 2.47c0 1.362-1.1 2.468-2.457 2.468a2.463 2.463 0 0 1-2.458-2.469C7.015 1.106 8.115 0 9.473 0a2.463 2.463 0 0 1 2.458 2.47Zm3.92 3.474L14.434 7.33a6.407 6.407 0 0 1 1.677 4.322c0 3.582-2.951 6.488-6.59 6.488-3.64 0-6.595-2.906-6.595-6.488 0-1.643.624-3.141 1.648-4.284L3.138 5.967a8.374 8.374 0 0 0-2.137 5.592C1 16.219 4.81 20 9.503 20s8.498-3.78 8.498-8.441a8.383 8.383 0 0 0-2.152-5.615Z"/><path d="M4.368 3.754 4.34 5.525s.22.93 1.75 1.411c1.487.468 3.581.3 5.048.964 1.273.575 1.71 1.53 1.71 1.53l.03-1.66s-.11-.876-1.285-1.239c-1.176-.362-3.141-.48-5.428-1.265-1.025-.352-1.812-1.485-1.798-1.512Zm1.665 3.798L5.97 9.5s.16.415 1.578.826c.848.246 3.364.467 4.666.998 1.139.464 1.665 1.554 1.665 1.554l.12-1.623c-.376-.92-.81-1.148-2.342-1.544-1.044-.27-2.24-.318-3.163-.625-1.811-.603-2.46-1.533-2.46-1.533Z"/><path d="M14.492 3.74v1.738s-.244.807-1.556 1.295c-1.69.628-4.273.583-6.004 1.556a2.033 2.033 0 0 0-.962 1.167l.027-1.999s.3-.743 1.83-1.22c1.964-.614 3.21-.38 4.962-1.128 1.14-.487 1.716-1.395 1.703-1.409Zm-9.6 7.474-.069 1.918s.301.61 1.192.99c1.703.728 2.904.193 5.405 1.332 1.129.513 1.395 1.362 1.395 1.362l-.006-1.926s-.147-.59-1.242-.953c-1.095-.362-3.488-.609-5.113-1.22-1.117-.42-1.576-1.517-1.562-1.503Z"/><path d="m5.984 16.62.027-1.837s.126-.53 1.83-1.074c1.606-.512 3.602-.502 4.537-.89.935-.39 1.62-1.566 1.62-1.566l-.007 1.95s.049.696-1.378 1.15c-1.856.59-3.03.38-4.859 1.065-1.036.389-1.743 1.243-1.77 1.203Zm6.896-8.851.022 1.674s-.262.492-1.417.96c-1.573.64-3.003.278-5.007 1.133-.748.318-1.656 1.596-1.656 1.596l.053-2.026s.539-.87 1.51-1.22c2.083-.752 2.858-.202 5.035-1.1.736-.305 1.438-.934 1.46-1.017Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikispecies logo
|
||||
</title><path fill-rule="evenodd" d="M11.93 2.47c0 1.362-1.1 2.468-2.457 2.468a2.463 2.463 0 0 1-2.458-2.469C7.015 1.106 8.115 0 9.473 0a2.463 2.463 0 0 1 2.458 2.47Zm3.92 3.474L14.434 7.33a6.407 6.407 0 0 1 1.677 4.322c0 3.582-2.951 6.488-6.59 6.488-3.64 0-6.595-2.906-6.595-6.488 0-1.643.624-3.141 1.648-4.284L3.138 5.967a8.374 8.374 0 0 0-2.137 5.592C1 16.219 4.81 20 9.503 20s8.498-3.78 8.498-8.441a8.383 8.383 0 0 0-2.152-5.615Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M4.368 3.754 4.34 5.525s.22.93 1.75 1.411c1.487.468 3.581.3 5.048.964 1.273.575 1.71 1.53 1.71 1.53l.03-1.66s-.11-.876-1.285-1.239c-1.176-.362-3.141-.48-5.428-1.265-1.025-.352-1.812-1.485-1.798-1.512Zm1.665 3.798L5.97 9.5s.16.415 1.578.826c.848.246 3.364.467 4.666.998 1.139.464 1.665 1.554 1.665 1.554l.12-1.623c-.376-.92-.81-1.148-2.342-1.544-1.044-.27-2.24-.318-3.163-.625-1.811-.603-2.46-1.533-2.46-1.533Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.492 3.74v1.738s-.244.807-1.556 1.295c-1.69.628-4.273.583-6.004 1.556a2.033 2.033 0 0 0-.962 1.167l.027-1.999s.3-.743 1.83-1.22c1.964-.614 3.21-.38 4.962-1.128 1.14-.487 1.716-1.395 1.703-1.409Zm-9.6 7.474-.069 1.918s.301.61 1.192.99c1.703.728 2.904.193 5.405 1.332 1.129.513 1.395 1.362 1.395 1.362l-.006-1.926s-.147-.59-1.242-.953c-1.095-.362-3.488-.609-5.113-1.22-1.117-.42-1.576-1.517-1.562-1.503Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="m5.984 16.62.027-1.837s.126-.53 1.83-1.074c1.606-.512 3.602-.502 4.537-.89.935-.39 1.62-1.566 1.62-1.566l-.007 1.95s.049.696-1.378 1.15c-1.856.59-3.03.38-4.859 1.065-1.036.389-1.743 1.243-1.77 1.203Zm6.896-8.851.022 1.674s-.262.492-1.417.96c-1.573.64-3.003.278-5.007 1.133-.748.318-1.656 1.596-1.656 1.596l.053-2.026s.539-.87 1.51-1.22c2.083-.752 2.858-.202 5.035-1.1.736-.305 1.438-.934 1.46-1.017Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikiversity logo
|
||||
</title><path fill="#fff" d="M9.982 3c-.2.04-.44.196-.641.47-.2.234-.361.585-.521.976h2.284c-.16-.43-.32-.742-.52-.977-.161-.273-.402-.43-.602-.469Zm.722.079c.08.078.12.117.16.195.24.312.44.703.601 1.172h1.604c-.642-.703-1.443-1.211-2.365-1.367Zm-1.444 0a4.365 4.365 0 0 0-2.365 1.406H8.5c.16-.469.36-.899.601-1.172a.6.6 0 0 1 .16-.234Zm-1.162.039a6.346 6.346 0 0 0-2.285 1.328h.682a5.163 5.163 0 0 1 1.603-1.328Zm3.848.039c.601.312 1.123.742 1.604 1.328h.681a6.124 6.124 0 0 0-2.285-1.328Zm-6.494 1.64A6.08 6.08 0 0 0 4.29 6.596h1.042a7.5 7.5 0 0 1 .882-1.797h-.762Zm1.163 0a7.08 7.08 0 0 0-.962 1.798h2.365c.08-.586.2-1.211.4-1.797H6.616Zm2.124 0c-.2.587-.32 1.173-.4 1.798h3.327a9.649 9.649 0 0 0-.401-1.797H8.739Zm2.887 0c.16.587.32 1.173.4 1.798h2.325a5.61 5.61 0 0 0-.962-1.797h-1.763Zm2.164 0c.401.548.682 1.134.882 1.798h1.042c-.28-.664-.681-1.25-1.162-1.797h-.762Zm-9.62 2.11a6.091 6.091 0 0 0-.361 2.072H4.97c0-.704.08-1.407.28-2.071H4.17Zm1.403 0a7.18 7.18 0 0 0-.281 2.072h2.566c0-.704.04-1.368.12-2.071H5.573Zm2.725 0c-.08.704-.12 1.368-.12 2.072h3.648c0-.704-.04-1.368-.12-2.071H8.298Zm3.728 0c.08.704.12 1.368.12 2.072h2.566a7.18 7.18 0 0 0-.28-2.071h-2.406Zm2.726 0c.2.665.28 1.368.28 2.072h1.163a6.1 6.1 0 0 0-.36-2.071h-1.083ZM20 9.332H0v.646h20v-.646Zm-16.645 1H.685v6.707h2.67v-6.707Zm5.321 0H6.005v6.707h2.67v-6.707Zm5.32 0h-2.67v6.707h2.67v-6.707Zm5.321 0h-2.671v6.707h2.67v-6.707ZM20 17.355H0V18h20v-.645Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikiversity logo
|
||||
</title><path d="M9.982 3c-.2.04-.44.196-.641.47-.2.234-.361.585-.521.976h2.284c-.16-.43-.32-.742-.52-.977-.161-.273-.402-.43-.602-.469Zm.722.079c.08.078.12.117.16.195.24.312.44.703.601 1.172h1.604c-.642-.703-1.443-1.211-2.365-1.367Zm-1.444 0a4.365 4.365 0 0 0-2.365 1.406H8.5c.16-.469.36-.899.601-1.172a.6.6 0 0 1 .16-.234Zm-1.162.039a6.346 6.346 0 0 0-2.285 1.328h.682a5.163 5.163 0 0 1 1.603-1.328Zm3.848.039c.601.312 1.123.742 1.604 1.328h.681a6.124 6.124 0 0 0-2.285-1.328Zm-6.494 1.64A6.08 6.08 0 0 0 4.29 6.596h1.042a7.5 7.5 0 0 1 .882-1.797h-.762Zm1.163 0a7.08 7.08 0 0 0-.962 1.798h2.365c.08-.586.2-1.211.4-1.797H6.616Zm2.124 0c-.2.587-.32 1.173-.4 1.798h3.327a9.649 9.649 0 0 0-.401-1.797H8.739Zm2.887 0c.16.587.32 1.173.4 1.798h2.325a5.61 5.61 0 0 0-.962-1.797h-1.763Zm2.164 0c.401.548.682 1.134.882 1.798h1.042c-.28-.664-.681-1.25-1.162-1.797h-.762Zm-9.62 2.11a6.091 6.091 0 0 0-.361 2.072H4.97c0-.704.08-1.407.28-2.071H4.17Zm1.403 0a7.18 7.18 0 0 0-.281 2.072h2.566c0-.704.04-1.368.12-2.071H5.573Zm2.725 0c-.08.704-.12 1.368-.12 2.072h3.648c0-.704-.04-1.368-.12-2.071H8.298Zm3.728 0c.08.704.12 1.368.12 2.072h2.566a7.18 7.18 0 0 0-.28-2.071h-2.406Zm2.726 0c.2.665.28 1.368.28 2.072h1.163a6.1 6.1 0 0 0-.36-2.071h-1.083ZM20 9.332H0v.646h20v-.646Zm-16.645 1H.685v6.707h2.67v-6.707Zm5.321 0H6.005v6.707h2.67v-6.707Zm5.32 0h-2.67v6.707h2.67v-6.707Zm5.321 0h-2.671v6.707h2.67v-6.707ZM20 17.355H0V18h20v-.645Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikivoyage logo
|
||||
</title><path fill="#fff" d="M15.874 8.19 20 0l-8.254 4.095c.99.263 1.892.78 2.617 1.498a5.78 5.78 0 0 1 1.51 2.596Zm-6.349 4.043L14.678 20l.56-9.291a5.916 5.916 0 0 1-2.65 1.523 5.95 5.95 0 0 1-3.063 0Zm-.159-7.508L.001 5.28l7.829 5.113a5.813 5.813 0 0 1 0-3.038c.27-.995.8-1.902 1.536-2.63Z"/></svg>
|
||||
|
After Width: | Height: | Size: 450 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
Wikivoyage logo
|
||||
</title><path d="M15.874 8.19 20 0l-8.254 4.095c.99.263 1.892.78 2.617 1.498a5.78 5.78 0 0 1 1.51 2.596Zm-6.349 4.043L14.678 20l.56-9.291a5.916 5.916 0 0 1-2.65 1.523 5.95 5.95 0 0 1-3.063 0Zm-.159-7.508L.001 5.28l7.829 5.113a5.813 5.813 0 0 1 0-3.038c.27-.995.8-1.902 1.536-2.63Z"/></svg>
|
||||
|
After Width: | Height: | Size: 438 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
success
|
||||
</title><path fill="#fff" fill-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm-2-5 9-8.5L15.5 5 8 12 4.5 8.5 3 10l5 5Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 301 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
success
|
||||
</title><path fill="#36c" fill-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm-2-5 9-8.5L15.5 5 8 12 4.5 8.5 3 10l5 5Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 301 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
success
|
||||
</title><path fill="#14866d" fill-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm-2-5 9-8.5L15.5 5 8 12 4.5 8.5 3 10l5 5Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 304 B |
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>
|
||||
success
|
||||
</title><path fill-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm-2-5 9-8.5L15.5 5 8 12 4.5 8.5 3 10l5 5Z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 289 B |
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* WikimediaUI Base v0.19.0
|
||||
* WikimediaUI Base v0.21.0
|
||||
* Wikimedia Foundation user interface base variables
|
||||
* https://gerrit.wikimedia.org/g/wikimedia-ui-base/
|
||||
*
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
@wmui-color-red90: #fee7e6; // = HSB 3°, 9%, 100%
|
||||
|
||||
@wmui-color-yellow30: #ac6600; // = HSB 36°, 100%, 67%
|
||||
@wmui-color-yellow50: #fc3; // = HSB 45°, 80%, 100%
|
||||
@wmui-color-yellow50: #edab00; // = HSB 43°, 100%, 93%
|
||||
@wmui-color-yellow90: #fef6e7; // = HSB 39°, 9%, 100%
|
||||
|
||||
@wmui-color-green30: #14866d; // = HSB 167°, 85%, 53%
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
// 'Framed' UI elements (Framed Buttons, Dropdowns, ToggleSwitches…)
|
||||
@background-color-framed: @wmui-color-base90;
|
||||
@background-color-framed--hover: @wmui-color-base100;
|
||||
@background-color-framed--active: @wmui-color-base70;
|
||||
@background-color-framed--active: @wmui-color-base80;
|
||||
// 'Filled' UI elements (Checkboxes, Radios, ProgressBars…)
|
||||
@background-color-filled--disabled: @wmui-color-base70;
|
||||
// Binary Input elements (Checkboxes, Radios, Toggle Switches)
|
||||
|
|
@ -86,8 +86,8 @@
|
|||
// Quiet Buttons
|
||||
@background-color-quiet: @background-color-base;
|
||||
// Use `rgba()` values here as the quiet buttons need to blend in with background.
|
||||
@background-color-quiet--hover: rgba( 0, 24, 73, 7/255 ); // = `@wmui-color-base90` on white.
|
||||
@background-color-quiet--active: rgba( 0, 36, 73, 21/255 ); // = `@wmui-color-base80` on white.
|
||||
@background-color-quiet--hover: rgba( 0, 24, 73, ( 7 / 255 ) ); // = `@wmui-color-base90` on white.
|
||||
@background-color-quiet--active: rgba( 0, 24, 73, ( 21 / 255 ) ); // = `@wmui-color-base80` on white.
|
||||
// Toolbar and Tools
|
||||
@background-color-toolbar: @background-color-base;
|
||||
@background-color-tool--hover: @background-color-base--hover;
|
||||
|
|
@ -164,6 +164,9 @@
|
|||
|
||||
|
||||
// == Box Model properties ==
|
||||
// Box Sizing
|
||||
@box-sizing-base: border-box;
|
||||
|
||||
// `@*size` variables are used for `*width` & `*height` properties.
|
||||
@min-size-base: 32px; // Values used for `min-*` are defined in `px`, see T130691.
|
||||
@size-base: 32px;
|
||||
|
|
@ -228,7 +231,13 @@
|
|||
@border-width-base: 1px;
|
||||
// Border Radius
|
||||
@border-radius-base: 2px;
|
||||
// Use for circle or ellipsis.
|
||||
// See https://stackoverflow.com/a/29966500
|
||||
@border-radius-circle: 50%;
|
||||
// Use for rounded rectangle.
|
||||
// Corner overlap reduce radii to half of size of smallest side.
|
||||
// See https://www.w3.org/TR/css-backgrounds-3/#corner-overlap
|
||||
@border-radius-round: 9999px;
|
||||
@border-radius-input-radio: @border-radius-circle;
|
||||
|
||||
// Paddings
|
||||
|
|
@ -247,7 +256,6 @@
|
|||
@box-shadow-base--focus: inset 0 0 0 1px @wmui-color-accent50;
|
||||
@box-shadow-primary--focus: inset 0 0 0 1px @color-primary, inset 0 0 0 2px @color-base--inverted;
|
||||
@box-shadow-destructive--focus: inset 0 0 0 1px @color-destructive, inset 0 0 0 2px @color-base--inverted;
|
||||
@box-shadow-inset--inverted: inset 0 0 0 1px @color-base--inverted;
|
||||
@box-shadow-filled--disabled: inset 0 0 0 1px @color-filled--disabled;
|
||||
@box-shadow-card: 0 1px 1px rgba( 0, 0, 0, 0.15 );
|
||||
@box-shadow-dialog: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
|
||||
|
|
@ -268,11 +276,11 @@
|
|||
@font-family-sans--fallback: sans-serif;
|
||||
// Provide better operating system-specific readability, see T175877.
|
||||
// `system-ui` is currently not an option due to OS/language combination issues, see T175877#4776576.
|
||||
@font-family-system-sans: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Lato', 'Helvetica', 'Arial', sans-serif;
|
||||
@font-family-serif: 'Linux Libertine', 'Georgia', 'Times', serif;
|
||||
@font-family-system-sans: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Inter', 'Helvetica', 'Arial', sans-serif;
|
||||
@font-family-serif: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
|
||||
@font-family-serif--fallback: serif;
|
||||
// Provide better operating system-specific monospace stack, see T209915.
|
||||
@font-family-monospace: 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
|
||||
@font-family-monospace: 'Menlo', 'Consolas', 'Liberation Mono', 'Fira Code', 'Courier New', monospace;
|
||||
@font-family-monospace--fallback: monospace, monospace; // See T176636.
|
||||
// Font Weights
|
||||
@font-weight-base: @font-weight-normal;
|
||||
|
|
|
|||