mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
Compare commits
27
Commits
f3d45a26a8
...
7dae33e577
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dae33e577 | ||
|
|
951ef13e31 | ||
|
|
ca1245d63e | ||
|
|
2ef14df650 | ||
|
|
7aced82c07 | ||
|
|
7797adc28b | ||
|
|
e92ae720d3 | ||
|
|
03e0670c3f | ||
|
|
b6b304663d | ||
|
|
cdda1ac76b | ||
|
|
49c2813666 | ||
|
|
c255e197f1 | ||
|
|
0ed5334ff8 | ||
|
|
2b816cc67d | ||
|
|
8530ecccd2 | ||
|
|
540e1d3dcc | ||
|
|
cce79ad2ee | ||
|
|
d381f0df47 | ||
|
|
2f4d9baa04 | ||
|
|
d8bdedeed3 | ||
|
|
aa62e16d4b | ||
|
|
ade21a38d0 | ||
|
|
61a1fa1913 | ||
|
|
9ae7e779c4 | ||
|
|
10a2d6362b | ||
|
|
508ec1a68f | ||
|
|
153543af85 |
@@ -1,3 +1,71 @@
|
|||||||
|
--- a/luci-app-argon-config/root/etc/config/argon
|
||||||
|
+++ b/luci-app-argon-config/root/etc/config/argon
|
||||||
|
@@ -3,8 +3,8 @@ config global
|
||||||
|
option dark_primary '#483d8b'
|
||||||
|
option blur '10'
|
||||||
|
option blur_dark '10'
|
||||||
|
- option transparency '0.5'
|
||||||
|
- option transparency_dark '0.5'
|
||||||
|
- option mode 'normal'
|
||||||
|
- option online_wallpaper 'bing'
|
||||||
|
+ option transparency '0.3'
|
||||||
|
+ option transparency_dark '0.3'
|
||||||
|
+ option mode 'dark'
|
||||||
|
+ option online_wallpaper 'default'
|
||||||
|
|
||||||
|
|
||||||
|
--- a/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js
|
||||||
|
+++ b/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js
|
||||||
|
@@ -50,11 +50,12 @@ return view.extend({
|
||||||
|
s.anonymous = true;
|
||||||
|
|
||||||
|
o = s.option(form.ListValue, 'online_wallpaper', _('Wallpaper source'));
|
||||||
|
+ o.value('default', _('Default'));
|
||||||
|
o.value('none', _('Built-in'));
|
||||||
|
o.value('bing', _('Bing'));
|
||||||
|
o.value('unsplash', _('Unsplash'));
|
||||||
|
o.value('wallhaven', _('Wallhaven'));
|
||||||
|
- o.default = 'bing';
|
||||||
|
+ o.default = 'default';
|
||||||
|
o.rmempty = false;
|
||||||
|
|
||||||
|
o = s.option(form.ListValue, 'mode', _('Theme mode'));
|
||||||
|
|
||||||
|
--- a/luci-theme-argon/ucode/template/themes/argon/header_login.ut
|
||||||
|
+++ b/luci-theme-argon/ucode/template/themes/argon/header_login.ut
|
||||||
|
@@ -46,7 +46,7 @@
|
||||||
|
|
||||||
|
-%}
|
||||||
|
<!DOCTYPE html>
|
||||||
|
-<html lang="{{ dispatcher.lang }}">
|
||||||
|
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else %} data-darkmode="true"{% endif %}>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
||||||
|
@@ -54,9 +54,7 @@
|
||||||
|
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
||||||
|
<style title="text/css">
|
||||||
|
{% if (mode == 'normal'): %}
|
||||||
|
- @media (prefers-color-scheme: dark) {
|
||||||
|
{{ dark_css }}
|
||||||
|
- }
|
||||||
|
{% endif %}
|
||||||
|
{% if (mode == 'dark'): %}
|
||||||
|
{{ dark_css }}
|
||||||
|
|
||||||
|
--- a/luci-theme-argon/ucode/template/themes/argon/header.ut
|
||||||
|
+++ b/luci-theme-argon/ucode/template/themes/argon/header.ut
|
||||||
|
@@ -55,9 +55,7 @@
|
||||||
|
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
||||||
|
<style title="text/css">
|
||||||
|
{% if (mode == 'normal'): %}
|
||||||
|
- @media (prefers-color-scheme: dark) {
|
||||||
|
{{ dark_css }}
|
||||||
|
- }
|
||||||
|
{% endif %}
|
||||||
|
{% if (mode == 'dark'): %}
|
||||||
|
{{ dark_css }}
|
||||||
|
|
||||||
--- a/luci-theme-argon/ucode/template/themes/argon/header.ut
|
--- a/luci-theme-argon/ucode/template/themes/argon/header.ut
|
||||||
+++ b/luci-theme-argon/ucode/template/themes/argon/header.ut
|
+++ b/luci-theme-argon/ucode/template/themes/argon/header.ut
|
||||||
@@ -47,7 +47,7 @@
|
@@ -47,7 +47,7 @@
|
||||||
@@ -5,11 +73,58 @@
|
|||||||
-%}
|
-%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
-<html lang="{{ dispatcher.lang }}">
|
-<html lang="{{ dispatcher.lang }}">
|
||||||
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'dark'): %} data-darkmode="true"{% elif (mode == 'light'): %} data-darkmode="false"{% endif %}>
|
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else %} data-darkmode="true"{% endif %}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
||||||
|
|
||||||
|
--- a/luci-theme-argon/ucode/template/themes/argon/sysauth.ut
|
||||||
|
+++ b/luci-theme-argon/ucode/template/themes/argon/sysauth.ut
|
||||||
|
@@ -115,7 +115,7 @@
|
||||||
|
<!-- Video Player End -->
|
||||||
|
{% else %}
|
||||||
|
<!-- Image Background Start -->
|
||||||
|
- <div class="main-bg" id="main-bg" style="background-image:url({{ bgArry.bgUrl }})"></div>
|
||||||
|
+ <div class="main-bg" id="main-bg" {% if (cfg.get_first('argon', 'global', 'online_wallpaper') != "default"): %}style="background-image:url({{ bgArry.bgUrl }})"{% endif %}></div>
|
||||||
|
<!-- Image Background End -->
|
||||||
|
{% endif %}
|
||||||
|
<!-- Login Container Start -->
|
||||||
|
|
||||||
|
--- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css
|
||||||
|
+++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css
|
||||||
|
@@ -103,6 +103,22 @@ body {
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
|
+body::before {
|
||||||
|
+ content: "";
|
||||||
|
+ background-image: url("/luci-static/argon/img/pattern.svg");
|
||||||
|
+ background-repeat: repeat;
|
||||||
|
+ background-size: 440px auto;
|
||||||
|
+ position: fixed;
|
||||||
|
+ top: 0;
|
||||||
|
+ left: 0;
|
||||||
|
+ right: 0;
|
||||||
|
+ bottom: 0;
|
||||||
|
+ z-index: -1;
|
||||||
|
+ pointer-events: none;
|
||||||
|
+ opacity: .3;
|
||||||
|
+}
|
||||||
|
+:root[data-darkmode="false"] body::before {opacity: .8}
|
||||||
|
+.main .main-right{background-color: transparent !important}
|
||||||
|
main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
@@ -718,7 +734,7 @@ select[multiple="multiple"] {
|
||||||
|
}
|
||||||
|
.login-page .login-container {
|
||||||
|
z-index: 10;
|
||||||
|
- margin-left: 5%;
|
||||||
|
+ margin: 0 auto;
|
||||||
|
display: flex;
|
||||||
|
height: 100vh;
|
||||||
|
width: 26rem;
|
||||||
|
|
||||||
--- a/luci-theme-argon/ucode/template/themes/argon/footer.ut
|
--- a/luci-theme-argon/ucode/template/themes/argon/footer.ut
|
||||||
+++ b/luci-theme-argon/ucode/template/themes/argon/footer.ut
|
+++ b/luci-theme-argon/ucode/template/themes/argon/footer.ut
|
||||||
@@ -19,13 +19,6 @@
|
@@ -19,13 +19,6 @@
|
||||||
@@ -26,3 +141,570 @@
|
|||||||
|
|
||||||
<a class="luci-link" href="{{ version.disturl }}" target="_blank">{{ version.distname }} {{ version.distversion }}-{{ version.distrevision }}</a>
|
<a class="luci-link" href="{{ version.disturl }}" target="_blank">{{ version.distname }} {{ version.distversion }}-{{ version.distrevision }}</a>
|
||||||
|
|
||||||
|
--- a/luci-theme-argon/ucode/template/themes/argon/footer_login.ut
|
||||||
|
+++ b/luci-theme-argon/ucode/template/themes/argon/footer_login.ut
|
||||||
|
@@ -20,8 +20,6 @@
|
||||||
|
<!-- added style="text-wrap: auto" but on this page it is still not the best solution. I will take it to consideration next time :) -->
|
||||||
|
<footer style="text-wrap: auto">
|
||||||
|
<div>
|
||||||
|
- <a class="luci-link" href="https://github.com/openwrt/luci" target="_blank">Powered by {{ version.luciname }} ({{ version.luciversion }})</a>
|
||||||
|
- <a href="https://github.com/jerrykuku/luci-theme-argon" target="_blank">ArgonTheme {# vPKG_VERSION #}</a>
|
||||||
|
<a class="luci-link" href="{{ version.disturl }}" target="_blank">{{ version.distname }} {{ version.distversion }}-{{ version.distrevision }}</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
diff --git a/luci-theme-argon/htdocs/luci-static/argon/img/pattern.svg b/luci-theme-argon/htdocs/luci-static/argon/img/pattern.svg
|
||||||
|
new file mode 100644
|
||||||
|
index 000000000..72eb03cdc
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/luci-theme-argon/htdocs/luci-static/argon/img/pattern.svg
|
||||||
|
@@ -0,0 +1,550 @@
|
||||||
|
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
+<svg
|
||||||
|
+ version="1.0"
|
||||||
|
+ width="870.000000pt"
|
||||||
|
+ height="870.000000pt"
|
||||||
|
+ viewBox="0 0 870.000000 870.000000"
|
||||||
|
+ preserveAspectRatio="xMidYMid meet"
|
||||||
|
+ id="svg90"
|
||||||
|
+ sodipodi:docname="cats_final3.svg"
|
||||||
|
+ inkscape:version="1.4.3 (0d15f75, 2025-12-25)"
|
||||||
|
+ xml:space="preserve"
|
||||||
|
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
+ xmlns="http://www.w3.org/2000/svg"
|
||||||
|
+ xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
+<g opacity="0.20">
|
||||||
|
+<defs
|
||||||
|
+ id="defs90"><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect103"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect102"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect101"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect99"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect98"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect97"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect97-5"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect98-3"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect99-5"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect101-6"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect102-2"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /><inkscape:path-effect
|
||||||
|
+ effect="bspline"
|
||||||
|
+ id="path-effect103-9"
|
||||||
|
+ is_visible="true"
|
||||||
|
+ lpeversion="1.3"
|
||||||
|
+ weight="33.333333"
|
||||||
|
+ steps="2"
|
||||||
|
+ helper_size="0"
|
||||||
|
+ apply_no_weight="true"
|
||||||
|
+ apply_with_weight="true"
|
||||||
|
+ only_selected="false"
|
||||||
|
+ uniform="false" /></defs><sodipodi:namedview
|
||||||
|
+ id="namedview90"
|
||||||
|
+ pagecolor="#ffffff"
|
||||||
|
+ bordercolor="#000000"
|
||||||
|
+ borderopacity="0.25"
|
||||||
|
+ inkscape:showpageshadow="2"
|
||||||
|
+ inkscape:pageopacity="0.0"
|
||||||
|
+ inkscape:pagecheckerboard="0"
|
||||||
|
+ inkscape:deskcolor="#d1d1d1"
|
||||||
|
+ inkscape:document-units="pt"
|
||||||
|
+ inkscape:zoom="11.313708"
|
||||||
|
+ inkscape:cx="57.010484"
|
||||||
|
+ inkscape:cy="819.84612"
|
||||||
|
+ inkscape:window-width="2560"
|
||||||
|
+ inkscape:window-height="1371"
|
||||||
|
+ inkscape:window-x="0"
|
||||||
|
+ inkscape:window-y="0"
|
||||||
|
+ inkscape:window-maximized="1"
|
||||||
|
+ inkscape:current-layer="layer3"><inkscape:page
|
||||||
|
+ x="0"
|
||||||
|
+ y="0"
|
||||||
|
+ width="870"
|
||||||
|
+ height="870"
|
||||||
|
+ id="page123"
|
||||||
|
+ margin="0"
|
||||||
|
+ bleed="0" /></sodipodi:namedview><metadata
|
||||||
|
+ id="metadata1">
|
||||||
|
+Created by potrace 1.16, written by Peter Selinger 2001-2019
|
||||||
|
+</metadata><g
|
||||||
|
+ inkscape:groupmode="layer"
|
||||||
|
+ id="layer3"
|
||||||
|
+ inkscape:label="Layer 1"
|
||||||
|
+ style="display:inline"><path
|
||||||
|
+ d="m 188.7,6.5 -5.8,6.2 -13,0.7 -13,0.7 -4.8,-5.1 c -3.7,-3.9 -5.4,-5.1 -7.2,-4.8 -2.9,0.4 -5.5,5.4 -5.7,11.2 -0.3,6.7 -4.1,16.7 -7.8,20.6 -3.9,4.2 -4.1,5.3 -1.4,8.7 1.1,1.4 2,3.6 2,4.9 0,5.9 2.9,9.6 12.6,16.2 8.6,5.7 8.9,6.8 8.9,29.2 -0.1,17.6 -0.2,18.9 -2.9,26.9 -2.3,6.8 -2.7,9.1 -2,12 0.7,2.9 1.4,3.7 3.7,3.9 1.8,0.2 3.7,-0.4 4.9,-1.5 2.5,-2.3 5.8,-8.6 5.8,-11.2 0,-1.1 0.4,-2.2 0.9,-2.5 0.4,-0.3 1.1,-2.4 1.4,-4.7 1,-7.6 9,-12.9 11.8,-7.7 0.9,1.6 0.8,5.1 -0.2,14.6 l -1.3,12.4 2.5,1.9 c 1.3,1 2.9,1.9 3.5,1.9 2.3,0 5.2,-4.8 6.8,-11.5 5.2,-20.9 5.6,-21.6 13.6,-21 3.2,0.3 8.1,1 10.7,1.6 3,0.7 13.4,1.2 27.3,1.1 14.3,0 22.9,0.3 23.7,1 1.8,1.4 1.6,9.8 -0.3,17.8 -1.7,7.3 -1.3,10.5 1.6,12 2.1,1.2 4.8,0.2 8.1,-2.9 2.1,-1.9 4.9,-11.8 4.9,-17.2 0,-3.5 3.3,-9.9 5.6,-10.6 1.1,-0.4 2.7,4.2 6.5,18.7 1.2,4.7 2.9,9.3 3.7,10.2 1.6,1.9 7.2,2.5 7.2,0.9 0,-0.5 0.6,-1.6 1.4,-2.4 1.2,-1.2 1.5,-7.4 1.8,-35.3 0.1,-18.7 -0.1,-37.8 -0.6,-42.5 -0.8,-8.2 -0.7,-9 1.8,-14.4 1.4,-3.2 2.6,-6.8 2.6,-8.1 0,-4.1 -4.8,-11.9 -10,-16.3 -5.7,-4.8 -10.2,-6.6 -19.8,-7.9 -3.7,-0.6 -8.3,-1.9 -10.1,-3 -4.1,-2.5 -7.3,-1.4 -9.2,3 -1,2.6 -0.9,3.3 1,5.6 1.2,1.5 2.4,3.4 2.7,4.2 0.8,2.3 8.4,6 12.4,6 4.4,0 11,3.7 13,7.3 1.3,2.4 1.3,3 0,5.4 -1.5,2.7 -1.9,2.8 -8.5,2.5 -3.9,-0.1 -18.2,-0.4 -32,-0.6 -13.7,-0.1 -26,-0.6 -27.3,-1 -3.1,-1 -4.4,-4.8 -3.6,-10.7 0.6,-4.4 0.4,-5.1 -2.3,-7.8 -1.7,-1.6 -3.7,-4.5 -4.5,-6.3 -0.8,-1.8 -3,-6.8 -4.9,-11 -3.3,-7.6 -3.5,-7.7 -6.9,-7.6 -3,0 -4.4,1 -9.3,6.3 z m 12.5,3.5 c 1,3 3.2,8.3 4.8,11.8 1.6,3.4 3.5,8.4 4.1,11 1.8,7 5.5,14.9 7.6,16 1,0.6 16.2,1.1 35.6,1.3 l 33.7,0.4 2.5,-3 c 1.8,-2.3 2.4,-4.2 2.5,-7.9 0,-4.3 -0.4,-5.2 -3.6,-8.2 -1.9,-1.9 -4.3,-3.4 -5.3,-3.4 -6.6,0 -19.1,-6.9 -19.1,-10.5 0,-2.4 1.6,-2.5 7.5,-0.5 3.2,1.1 6.9,2 8.1,2 1.3,0 4.6,0.8 7.3,1.9 14.1,5.3 19.4,16.4 12.9,26.9 -2,3.2 -2,4.2 -1.2,17 1.3,20.1 0.5,68.3 -1.1,70.1 -1.1,1.1 -1.6,0.4 -2.8,-4 -0.9,-3 -2.1,-7.7 -2.7,-10.4 -4,-18.2 -14.2,-19.3 -16.4,-1.7 -0.4,2.9 -1.3,6.7 -2.1,8.5 -0.7,1.8 -1.6,4.5 -2,6 -0.3,1.6 -1.1,2.7 -1.8,2.4 -0.9,-0.3 -1.1,-3.8 -0.8,-13.4 0.5,-17.3 2,-16.3 -24.4,-16.4 -18.2,0 -25,-0.4 -41.6,-2.5 -9.5,-1.1 -13.8,2.9 -15.5,14.3 -0.7,5.3 -4.2,14.3 -5.4,14.3 -1.4,0 -1.7,-2.3 -0.9,-6 1.4,-5.8 1.1,-19.4 -0.4,-21.5 -1.2,-1.5 -2.2,-1.7 -5.7,-1.1 -8.3,1.3 -13.5,7.7 -14.7,17.9 -0.7,5.6 -2.7,9.7 -4.9,9.7 -2.5,0 -2.5,-2.1 0.6,-13.3 2.7,-10.4 3,-12.7 3,-27 0,-9.3 -0.4,-15.8 -1,-16.2 -0.5,-0.3 -1,-1.4 -1,-2.4 0,-2 -7,-9 -11.8,-11.7 -4.1,-2.4 -8.1,-8.1 -9.3,-13.5 -0.9,-3.7 -0.6,-5.1 2.6,-12.4 1.9,-4.5 3.5,-9.5 3.5,-11.1 0,-4.2 1.8,-10 3.5,-11.4 1.2,-1 2.3,-0.5 5.9,2.8 5.7,5.3 8.3,5.9 17,3.8 3.9,-0.9 8.6,-1.6 10.4,-1.6 4.6,0 10.1,-3.3 14.2,-8.5 1.9,-2.4 4.1,-4.3 4.9,-4.2 0.8,0.1 2.2,2.7 3.3,5.7 z"
|
||||||
|
+ id="path1"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 168,33 c -2.3,4.4 2.9,8 6.4,4.4 3,-2.9 1.6,-5.5 -3.1,-6.2 -1.4,-0.1 -2.6,0.5 -3.3,1.8 z"
|
||||||
|
+ id="path2"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 147.4,33.1 c -1,1.7 1.3,3.6 2.7,2.2 1.2,-1.2 0.4,-3.3 -1.1,-3.3 -0.5,0 -1.2,0.5 -1.6,1.1 z"
|
||||||
|
+ id="path3"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 617.8,42.1 c -1,0.5 -1.8,1.6 -1.8,2.3 0,0.7 -0.8,2.4 -1.9,3.7 -3.8,4.9 -5.4,16.7 -5.6,41.4 l -0.3,23 -4.4,-0.1 c -4.9,-0.2 -9.7,-2.3 -13.7,-6 -2.7,-2.5 -6.5,-3.2 -7.6,-1.4 -0.6,1 -1.2,7.2 -1.4,14.1 -0.1,2.2 -0.7,2.8 -3.6,3.3 -1.9,0.4 -5.1,2.2 -7.1,4.1 -4.4,4.2 -5.9,4.3 -10.4,1 -2.5,-1.8 -4.6,-2.5 -8.2,-2.5 -4.4,0 -4.8,0.2 -4.8,2.3 0,1.3 0.6,4.3 1.4,6.8 5.1,16.2 6.7,23.1 6.2,25.6 -0.6,2.4 0.1,3.5 4.9,8.2 3,3 5.5,5.8 5.5,6.2 0,1.4 14.7,9.9 17.2,9.9 3.2,0 5.1,2.3 6.7,7.9 0.7,2.5 2.5,7.2 4,10.5 3.7,8.2 4.6,10.9 6.6,19.1 1.6,6.5 1.6,7.3 0.1,10.9 -0.9,2.1 -1.6,5.6 -1.6,7.7 0,3.3 0.4,4.1 2.5,4.9 7.3,2.8 12.9,-5 14.7,-20.3 1.4,-12.2 1.8,-12.5 13.5,-11.9 l 9.2,0.4 2,4.1 c 1.1,2.3 2.4,6.8 3,10 1.6,8.8 4,12.6 9.9,15.4 3.1,1.5 3.5,1.5 6,-0.4 3.5,-2.6 3.8,-5.1 1.2,-11.2 -1.9,-4.2 -2.1,-6.4 -1.8,-14.3 0.2,-5.9 0.9,-10.6 2,-12.8 2.4,-5 4.8,-18.1 4.8,-26 0,-9.5 -2.6,-22 -5.8,-28.2 -2.4,-4.8 -17.5,-20.8 -19.5,-20.8 -0.4,0 -2.7,-1.8 -5,-4 -4.3,-3.9 -4.7,-4.9 -8.8,-18.6 -1.4,-4.7 -1.1,-21.9 0.6,-31.4 2.2,-12.7 2,-26.7 -0.5,-30.8 -2.1,-3.3 -4.9,-4.1 -8.2,-2.1 z m 4.4,5.6 c 0.1,1 0.2,16.6 0.2,34.8 0.1,32.7 0.1,33 2.5,37.5 2.4,4.7 8.8,12 10.4,12 0.6,0 1.9,1 3.1,2.2 1.2,1.3 4.8,4.5 8,7.3 9.9,8.5 12.6,16.3 12.6,36.1 0,13.1 -1.7,24.4 -4.5,30.9 -0.7,1.6 -1.6,5.6 -2,8.7 -0.6,4.8 -0.4,6.3 1.2,9.1 4.4,7.5 3.3,15.7 -1.4,10.4 -3.2,-3.5 -7.3,-13.6 -7.3,-17.9 0,-4.3 -2.5,-9.5 -5,-10.3 -0.8,-0.2 -6.4,-0.5 -12.4,-0.7 l -10.8,-0.3 -2.9,3.3 c -2.5,2.8 -2.9,4 -2.9,9.2 0,8.2 -1.8,15.6 -4.4,18.7 l -2.3,2.6 -0.7,-2.7 c -0.4,-1.5 -0.2,-4.4 0.4,-6.6 1.4,-5.2 -0.3,-16.3 -4,-25.5 -10,-25.3 -9.2,-22.3 -8.8,-34.7 0.3,-10.9 0.4,-11.6 4.5,-19.8 4,-8.2 8,-13.7 15.3,-20.7 3.3,-3.2 3.5,-3.8 3.4,-9.6 -0.1,-3.4 -0.9,-10.5 -1.8,-15.7 -2.3,-12.7 -1.7,-27.8 1.7,-42.9 1.4,-6.3 3.1,-12.7 3.8,-14.2 1.3,-3.2 3.8,-3.9 4.1,-1.2 z M 592,113.3 c 1.9,1.3 5.5,2.9 8,3.6 10.1,2.9 11.6,8.1 4.2,15.1 -5.5,5.2 -8.9,9.7 -12.2,16 -1.2,2.5 -2.7,5.4 -3.3,6.5 -0.6,1.1 -1.3,7.1 -1.5,13.3 -0.5,13.1 -1.1,13.8 -7.8,10.2 -4.9,-2.6 -14.2,-11 -17,-15.5 -2.5,-4.1 -5.4,-12.3 -5.4,-15.6 0,-1.5 -0.7,-4.3 -1.6,-6.4 -1.6,-4 -1.6,-9.6 0.2,-10.2 0.6,-0.2 2.7,0.8 4.8,2.2 2,1.4 4.5,2.5 5.4,2.5 0.9,0 4.9,-2.5 8.7,-5.6 3.9,-3.1 8.1,-6 9.4,-6.5 2.1,-0.8 2.3,-1.4 1.8,-5 -1,-7.3 0.5,-8.4 6.3,-4.6 z"
|
||||||
|
+ id="path12"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 623,151.5 c 0,1.4 0.6,2.5 1.3,2.5 2.1,0 2.7,-1.1 1.6,-3.1 -1.4,-2.7 -2.9,-2.3 -2.9,0.6 z"
|
||||||
|
+ id="path13"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 595,126 c 0,2.4 2.6,3.8 4.2,2.2 0.8,-0.8 0.8,-1.5 -0.2,-2.7 -1.8,-2.1 -4,-1.9 -4,0.5 z"
|
||||||
|
+ id="path14"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 581.8,138.1 c -3.1,1.7 -1.6,6.9 1.9,6.9 2.2,0 3.8,-4.6 2.3,-6.5 -1.5,-1.7 -1.9,-1.8 -4.2,-0.4 z"
|
||||||
|
+ id="path15"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 564.4,148.1 c -1,1.7 2.3,4.6 3.7,3.2 0.7,-0.7 0.9,-1.9 0.6,-2.7 -0.7,-1.8 -3.3,-2.1 -4.3,-0.5 z"
|
||||||
|
+ id="path16"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 421.9,45.3 c -1.3,1.2 -4,4 -5.9,6.3 -4.7,5.5 -7.9,6.4 -17.6,5.2 -11.7,-1.4 -15.4,-2.8 -20.3,-7.5 -4.6,-4.4 -9.1,-5.7 -10.8,-3.1 -1.4,2.3 -3.5,8.2 -4,11.6 -0.3,1.8 -1.6,5.2 -2.9,7.5 -1.4,2.3 -3,5.4 -3.6,6.9 -0.7,1.5 -2.5,3.2 -4,3.9 -3.6,1.5 -4,3 -2.8,12.2 1,8.2 3.9,14.5 8.4,18.5 8.1,6.9 9.5,20 7,62.4 -0.5,8.9 -0.4,12.1 0.6,13.3 1.9,2.3 4.6,1.8 6.8,-1.3 2,-2.6 2.3,-2.7 11.4,-2.6 10.6,0.1 13.8,1.3 13.8,4.9 0,3.9 4.1,3.3 7.4,-1 3.3,-4.3 5,-4.4 6.6,-0.4 1.8,4.2 7.9,7.3 11.7,5.8 3.9,-1.5 17.5,-2.1 19.3,-0.9 1.8,1.2 0.2,2.8 -10.9,10.5 -11.9,8.2 -18,13.4 -19.6,16.6 -1.5,2.8 -1.4,3.2 0.6,6 1.6,2.3 2.7,2.9 4.3,2.6 12.2,-3 13.8,-3.7 20.3,-8.7 6.2,-5 9.1,-7.7 18.8,-18.2 1.9,-2.1 4.5,-5.9 5.7,-8.5 2.1,-4.5 2.3,-6.1 2.3,-24.3 0,-11.9 -0.5,-21.3 -1.2,-24 -0.6,-2.5 -2.1,-8.8 -3.3,-14.1 -2,-9.1 -9.2,-28.5 -12.3,-33.2 -0.8,-1.3 -1.8,-4.2 -2.2,-6.6 -0.4,-2.4 -1.3,-5.8 -2,-7.6 -0.8,-1.7 -2.1,-6.2 -2.9,-9.9 -0.9,-3.7 -2.8,-8.9 -4.3,-11.4 -2.5,-4.5 -10,-13.2 -11.4,-13.2 -0.3,0 -1.7,1 -3,2.3 z m -44.1,10.2 5.1,5.6 15.4,0.2 c 17.1,0.2 18,-0.1 21.4,-6.8 2.8,-5.4 5.6,-5.9 9.2,-1.4 2.9,3.8 8.4,18.3 10,26.9 1.3,6.5 1.6,7.5 6.3,18 4,9 8.5,21.5 9.8,27 0.4,1.9 1.5,5.1 2.3,7.1 1.2,2.8 1.6,8.6 1.9,28.3 0.3,21.8 0.1,24.9 -1.3,25.9 -0.9,0.7 -1.9,2.1 -2.3,3.2 -1.2,3.7 -18.1,20.2 -23.6,23 -1.7,0.9 -3,1.9 -3,2.3 0,1.1 -8.7,3.5 -9.9,2.7 -0.6,-0.3 -1.1,-1.4 -1.1,-2.4 0,-1.8 1.4,-3 14,-12.3 9.2,-6.7 20,-16.9 20,-18.7 0,-2.6 -0.9,-3.1 -3.9,-1.9 -3.7,1.5 -28,2.1 -29.7,0.8 -2.1,-1.9 -0.5,-4 3.1,-4 1.9,0 3.7,-0.5 4.1,-1.1 0.4,-0.7 0.6,-5.8 0.5,-11.5 -0.1,-10.3 -0.1,-10.5 3.1,-14.9 3.4,-4.5 7,-6.5 11.8,-6.5 3.3,0 4.3,-0.9 2.9,-2.7 -1.7,-1.9 -7.3,-1.6 -12.3,0.7 -3.6,1.7 -4.7,3.1 -7.2,8.3 -2.5,5.3 -2.9,7.4 -2.9,14.7 0,4.7 -0.4,9.1 -0.8,9.7 -0.5,0.8 -2.9,1.3 -5.7,1.3 -3.8,0 -5.2,-0.4 -5.9,-1.8 -0.6,-1.1 -0.6,-2.3 -0.1,-2.8 1.1,-1.1 4.9,-22.4 4.2,-24.2 -0.2,-0.6 -1.3,-1.2 -2.3,-1.2 -2.1,0 -2.5,1.4 -3.3,11.5 -1.2,14.5 -3.3,22.1 -5.9,21.2 -1.5,-0.5 -1.1,-23.5 0.5,-25.4 0.7,-0.9 0.6,-2 -0.6,-3.8 -1.8,-2.7 -3.5,-3.3 -3.7,-1.3 -0.1,0.7 -0.2,6.6 -0.3,13.1 -0.1,12.8 -0.7,14.3 -5.6,13.2 -1.4,-0.4 -5.3,-0.9 -8.7,-1.2 -7.3,-0.6 -8.1,-2 -5.8,-9.7 2.1,-6.8 3,-17 1.7,-19.2 -0.9,-1.7 -1.1,-1.6 -1.7,1.1 -0.3,1.7 -1.1,4.6 -1.6,6.5 -0.6,1.9 -1.4,7.2 -1.8,11.8 -0.4,4.5 -1,8.5 -1.4,8.8 -2.1,2.2 -2.5,-2.6 -2,-27.9 0.7,-31.2 0.6,-31.8 -8,-41.5 -2.5,-2.8 -5.1,-6.1 -5.7,-7.3 -1.9,-3.5 -1.4,-12.5 0.9,-16.3 1.2,-1.8 2.1,-3.9 2.1,-4.6 0,-0.7 1.4,-3.2 3,-5.7 1.7,-2.4 3,-5.2 3,-6.2 0,-1 0.8,-3.8 1.9,-6.2 1,-2.4 2.1,-5.2 2.4,-6.2 1,-2.6 1.9,-2.1 7.5,3.8 z"
|
||||||
|
+ id="path17"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 411.5,77.1 c -1.3,4.1 4.7,7.7 7.5,4.4 1.8,-2.2 0.8,-5.1 -1.7,-4.7 -1.2,0.2 -2.4,-0.2 -2.8,-0.8 -1,-1.6 -2.3,-1.2 -3,1.1 z"
|
||||||
|
+ id="path18"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 365.2,79.7 c 0.4,3.3 4.4,5.8 6.5,4.1 3.2,-2.6 0.3,-6.8 -4.7,-6.8 -1.7,0 -2.1,0.5 -1.8,2.7 z"
|
||||||
|
+ id="path19"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 388,80.5 c -1.8,2.1 0.3,6.8 2.8,6.3 2.1,-0.4 2.8,-4.4 1.2,-6.4 -1.6,-1.8 -2.4,-1.8 -4,0.1 z"
|
||||||
|
+ id="path20"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 423.2,85.2 c -1.5,1.5 -1.6,4.4 -0.2,5.3 0.6,0.3 1.9,0.3 3.1,0 1.5,-0.5 1.9,-1.4 1.7,-3.3 -0.3,-2.9 -2.6,-4 -4.6,-2 z"
|
||||||
|
+ id="path21"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 736.6,148.9 c -6,6.6 -0.4,23.5 16.2,49.1 8,12.3 9.6,18 7.1,26 -3.6,12.1 -3.9,14 -3,22.8 0.5,4.8 1.6,10.7 2.4,13.2 2.5,7.5 3.8,12.8 5.2,22.2 1.1,7.2 1.9,9.7 4.2,12.6 4.4,5.3 6.5,6.5 8.9,4.8 1.7,-1.3 1.9,-2.8 1.9,-14.8 0.1,-16.3 0.2,-16.8 1.9,-16.8 1.6,0 4.6,5.8 4.6,9.1 0,1.2 0.7,4.7 1.6,7.8 3.6,12.4 5.6,15.1 10.3,13.6 2.6,-0.8 3.1,-3.9 2.9,-17 -0.1,-6.1 0.2,-12.1 0.6,-13.4 0.8,-2.4 0.9,-2.4 10.5,-1.5 5.3,0.4 16.5,0.8 25,0.9 h 15.4 l 1.8,3.5 c 1.1,1.9 2.2,5 2.5,7 0.4,1.9 1,3.9 1.4,4.5 0.4,0.5 1.3,3.5 1.9,6.5 1.6,7.5 4.4,12 7.6,12 2.3,0 6.41118,-0.0354 6.41118,-4.0354 0,-4 -4.11118,-4.6646 -6.31118,-4.2646 -3.2,0.6 -4.1,-1.2 -5.6,-11.2 -1.3,-8.7 -2.8,-12.7 -6,-16.5 l -2.2,-2.4 -27.8,-0.3 c -23.6,-0.3 -27.9,-0.1 -29,1.2 -0.9,1 -1.1,5.1 -0.9,14.5 0.3,9.2 0.1,13 -0.7,13 -1.9,0 -3.4,-2.4 -4.3,-7.1 -1.5,-7.1 -4.9,-18 -6.2,-19.5 -2,-2.4 -6.5,-1.7 -8.4,1.3 -1.5,2.2 -1.7,4.3 -1.3,13.7 0.5,12.1 0.3,13.6 -1.8,13.6 -2.3,0 -4.9,-8.2 -6,-18.5 -0.3,-3.9 -2,-11.5 -3.6,-17 -2.5,-8.5 -2.9,-11.2 -2.6,-18.2 0.2,-4.5 0.9,-8.7 1.5,-9.5 0.6,-0.7 1.8,-3.9 2.6,-7 1.3,-5 1.3,-6.4 0,-10.7 -0.8,-2.7 -2.1,-5.5 -2.9,-6.1 -0.7,-0.7 -1.4,-1.7 -1.4,-2.2 0,-0.6 -3.1,-6 -6.9,-12.2 -12.3,-20 -17.5,-34 -14.1,-38.1 2.9,-3.5 8.8,4.5 21.6,29.4 2.7,5.2 7,11.8 9.7,14.7 4.1,4.5 5.4,5.3 9.5,5.9 3.3,0.4 6.2,0.1 9.2,-1 5.4,-1.9 26,-4.1 45.9,-5 7.9,-0.4 15.4,-1 16.6,-1.5 2.4,-0.9 4.4,-4.3 7.7,-12.8 2.2,-5.9 5,-7 7,-2.7 3.25672,4.52695 4.88817,4.75784 4.15897,0.16291 C 870.85742,177.50246 865.7,171 863.4,171 c -1.2,0 -8.4,10.8 -8.4,12.7 0,1.5 -2.9,7 -4.3,8.1 -0.6,0.5 -10.4,1.2 -21.7,1.5 -11.3,0.4 -22.1,1.1 -24,1.6 -5.3,1.6 -22.1,3.8 -24.6,3.3 -1.2,-0.2 -3.5,-1.6 -5,-3.1 -3.3,-3.2 -5.6,-6.6 -14.3,-22.6 -7.9,-14.4 -13,-21.4 -17.2,-23.5 -4.7,-2.5 -5.2,-2.5 -7.3,-0.1 z"
|
||||||
|
+ id="path25"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
+ sodipodi:nodetypes="cccccccccsssccccccccccsscccccccsccccscccccccsccccccccccssscccccccc" /><path
|
||||||
|
+ d="M -2.015625,175.87812 C -5.7714471,175.45439 2.7,189.5 5.5,192.4 c 1.1,1.1 3.4,1.6 6.8,1.6 2.9,0 7.3,0.8 10,1.7 l 4.7,1.7 5.5,-5.4 c 3.9,-3.8 5.8,-5.1 6.6,-4.3 1.1,1.1 3.6,13.1 4.6,22.5 0.6,5.5 0.5,5.6 -2.6,7.2 -4,2.1 -4,4.8 0,6.3 l 3.1,1.2 -2.8,4.8 c -1.5,2.6 -6.5,8.3 -11,12.6 -4.6,4.3 -9.2,9.2 -10.3,11 -3.1,5 -3.5,11.9 -1.6,25.1 0.9,6.4 1.5,11.9 1.2,12.2 -1.7,1.7 -6.7,-5.8 -6.7,-10.2 0,-3.1 -3.3,-11.9 -5.3,-14.2 -2.5,-2.7 -3.9,-2.8 -6,-0.4 -1.4,1.6 -1.7,4.4 -1.7,18.5 0,16.7 0.7,19.7 3.2,14.1 0.9,-1.9 0.9,-3.9 0,-8.3 -1.7,-8 -1.5,-19.2 0.2,-21.6 1.4,-1.9 1.5,-1.9 2.4,0.5 2.5,6.6 3.5,9.9 4.2,14.2 1,5.4 2.9,9.3 6.5,13 5.7,6.1 8,2.4 7.1,-11.1 -0.4,-5.3 -1.2,-11.9 -1.8,-14.8 -1.7,-8.1 0.5,-12.6 11.9,-24 10.5,-10.6 11.6,-12.4 13.3,-20.9 1.8,-9.1 -1.9,-45.4 -4.6,-45.4 -0.9,0 -6.9,4.4 -10.4,7.6 l -3.5,3.2 -9.7,-0.5 -9.7,-0.6 -2.4,-3.6 c -1.3,-2 -3.4,-5.2 -4.5,-7.1 l -2.996875,-2.98437 z"
|
||||||
|
+ id="path26"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
+ sodipodi:nodetypes="scscccsccccccccsscssccccccccccssccccccs" /><path
|
||||||
|
+ d="m 862,200 c 0,1.7 -3.9,5 -6,5 -1.3,0 -2,0.7 -2,1.9 0,3 2.1,3.7 4.1,1.3 0.9,-1.2 2.2,-2.2 2.7,-2.2 0.5,0 2.1,-0.9 3.6,-2.1 2.1,-1.7 2.4,-2.4 1.5,-3.5 -1.3,-1.6 -3.9,-1.9 -3.9,-0.4 z"
|
||||||
|
+ id="path27"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 369.4,208.3 c -3.7,2.2 -9.4,6.9 -9.4,7.8 0,0.5 -2.5,5.1 -5.5,10.2 -3,5 -5.5,9.6 -5.5,10.2 0,0.5 -1.4,3 -3,5.5 -1.6,2.5 -3,5.2 -3,6 0,0.9 -2,3.7 -4.4,6.4 l -4.5,4.8 -9.8,-0.7 c -5.4,-0.4 -10.9,-1.2 -12.3,-1.7 -4.5,-1.8 -15.2,-2.9 -32.5,-3.5 -12.1,-0.3 -17.5,-0.9 -18.9,-1.9 -1.1,-0.7 -3.2,-4.8 -4.7,-8.9 -2.6,-7.1 -5.8,-11.4 -8.6,-11.5 -1.2,0 -10.3,13.6 -10.3,15.6 0,2.3 -6.6,4.4 -13.9,4.4 -6.8,0 -7.4,-0.2 -14.2,-4.7 -5.6,-3.7 -7.4,-4.5 -8.7,-3.6 -2.6,1.6 -2.9,3.3 -5.9,30.8 -1.3,12.2 2.6,22 12.6,31.3 2.5,2.4 5.9,5.6 7.4,7 1.5,1.5 3.7,4.6 4.9,6.9 1.8,3.7 2,5.4 1.6,15.7 -0.3,7.1 -0.9,12.1 -1.6,12.8 -1.8,1.8 -1.4,7 0.7,9.5 3.6,4.3 6.2,2.5 10.4,-6.7 1.4,-3 3,-7.8 3.7,-10.5 0.7,-2.8 1.9,-6.5 2.8,-8.3 1.1,-2.6 1.7,-3 2.8,-2.1 1.9,1.6 1.8,15.5 -0.1,18.9 -3.3,5.8 -0.7,14 4.5,14 1.5,0 3.2,-0.6 3.7,-1.3 1.5,-1.8 7,-18.5 7.8,-23.6 0.9,-5.7 5.5,-10.6 8.8,-9.7 5.8,1.7 16.7,1.8 27,0.2 11.8,-1.9 18.2,-1.5 19.7,1.3 0.5,1 0.7,5.6 0.4,10.2 -1,16.9 -0.9,17.5 2.1,19.5 2.5,1.6 2.7,1.6 4.9,-0.5 2.7,-2.5 6.1,-11.3 7.1,-18.3 0.6,-4.9 4.3,-11.4 6,-10.7 0.6,0.2 1,6.1 1,14.6 0,11.9 0.3,14.5 1.7,15.9 2.5,2.5 6.8,0.6 9.3,-4.2 1.1,-2.1 2.9,-8.4 3.8,-13.9 1,-5.5 2.7,-12.9 3.7,-16.5 1,-3.6 2.5,-9 3.4,-12.1 2.2,-7.8 2,-13.9 -0.9,-25.3 -1.4,-5.4 -2.5,-11 -2.5,-12.5 0,-1.6 4.1,-9.6 10.1,-19.6 10.4,-17.7 14.3,-25.9 15.8,-33.9 1,-5.6 -0.1,-11.5 -2.5,-13.3 -2.1,-1.6 -2.3,-1.6 -5,0 z m 3.4,11.7 c -0.6,5.5 -7.5,20.3 -16.5,34.8 -3.6,5.9 -7.4,12.5 -8.4,14.7 -2.3,5 -2.4,11.4 -0.3,16.3 1.1,2.4 1.8,7.7 2.2,14.9 0.4,11.2 0.2,12.8 -4.3,27.3 -0.7,2.5 -1.7,7.6 -2,11.5 -0.7,7.2 -3.6,15.5 -5.4,15.5 -2,0 -2.4,-2.6 -2.2,-15.7 0.2,-9.2 -0.2,-13.9 -1,-14.9 -1.2,-1.5 -5.6,-1.9 -7.6,-0.6 -1.7,1.1 -3.5,5.9 -4.4,11.7 -0.9,6.5 -4.2,15.8 -5.7,16.3 -1.3,0.4 -1.3,1 -1.4,-14.8 0,-6.3 -0.5,-12.3 -1,-13.3 -0.9,-1.7 -2.5,-1.8 -28.6,-1.1 -26.8,0.7 -27.8,0.8 -29.8,2.9 -3.1,3.4 -5.3,8.6 -6.4,15.6 -1.8,11.5 -2.4,13.4 -4.5,13.4 -1.9,0 -2,-0.8 -2,-13.8 0,-13.5 -0.1,-13.9 -2.5,-15.9 l -2.4,-2 -2.3,2.9 c -1.3,1.5 -2.9,3.5 -3.6,4.3 -0.8,0.8 -2.1,5.2 -3,9.8 -1.5,7.8 -2.9,11.2 -4.7,11.2 -1.8,0 -2,-5.9 -0.5,-14 0.8,-4.7 1.5,-10 1.5,-11.8 0,-4.7 -4.6,-13.6 -9.4,-18.2 -7.4,-7.1 -9.7,-9 -10.7,-9 -0.5,0 -0.9,-0.4 -0.9,-1 0,-0.5 -1.1,-2.6 -2.5,-4.7 -3.1,-4.5 -2.9,-7.4 0.8,-9.1 3.5,-1.7 3.4,-2.8 -0.2,-4.6 -1.6,-0.9 -3.1,-2.2 -3.5,-3.1 -0.3,-0.8 -0.1,-5.9 0.4,-11.3 0.5,-5.3 1,-10.7 1,-11.9 0,-1.2 0.8,-2.7 1.8,-3.2 1.4,-0.7 2.8,0 6.7,3.5 4,3.6 5.5,4.4 7.5,3.9 1.4,-0.3 6.5,-1.1 11.3,-1.8 l 8.8,-1.2 5,-7.8 c 2.7,-4.3 5.5,-7.7 6.1,-7.5 0.6,0.2 2.4,3.3 3.9,6.9 1.4,3.5 4,7.9 5.6,9.6 l 3,3.3 h 15.1 c 12.3,0 18.5,0.6 32.7,3 9.7,1.6 19,3 20.9,3 7.4,0 13.2,-5.6 20.9,-20.4 8.1,-15.2 13.4,-24 16.6,-27.5 2.7,-2.9 3.3,-3.1 4.7,-2 1.2,1 1.5,2.5 1.2,5.9 z"
|
||||||
|
+ id="path28"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 246.4,261.1 c -1,1.7 1.3,3.6 2.7,2.2 1.2,-1.2 0.4,-3.3 -1.1,-3.3 -0.5,0 -1.2,0.5 -1.6,1.1 z"
|
||||||
|
+ id="path29"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 255.4,267.2 c -0.9,1.5 2.7,4.1 3.9,2.9 1.3,-1.3 0.1,-4.1 -1.7,-4.1 -0.8,0 -1.8,0.5 -2.2,1.2 z"
|
||||||
|
+ id="path30"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 227,269.5 c -1,1.2 -1,1.8 0,3 2,2.5 5.5,1.5 5.5,-1.5 0,-3 -3.5,-4 -5.5,-1.5 z"
|
||||||
|
+ id="path31"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 205.3,270.6 c -0.8,2.1 1.3,4.2 2.8,2.7 1.3,-1.3 0.5,-4.3 -1.1,-4.3 -0.6,0 -1.3,0.7 -1.7,1.6 z"
|
||||||
|
+ id="path32"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 34.2,209.2 c -2,2 -1.4,4 1.1,3.6 1.4,-0.2 2.2,-1 2.2,-2.2 0,-2.4 -1.6,-3.1 -3.3,-1.4 z"
|
||||||
|
+ id="path33"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 12.6,209.9 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
+ id="path34"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 867.4,267.1 c -0.9,1.5 0.6,19.8 1.7,20.5 0.5,0.3 0.9,-4.2 0.9,-10.5 0,-10.2 -0.7,-13 -2.6,-10 z"
|
||||||
|
+ id="path35"
|
||||||
|
+ style="display:none;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 496.3,275.2 c -1.3,0.6 -2.5,1.9 -2.9,3 -0.3,1 -1.7,3.6 -3.1,5.8 -2.8,4.3 -8.6,7.1 -17.3,8.5 -2.5,0.3 -5.9,1.1 -7.6,1.7 -2.8,1 -3.7,0.7 -8.5,-2.5 -6.1,-4 -13.1,-5.8 -14.5,-3.6 -0.5,0.8 -1.1,5 -1.5,9.4 -0.4,5.9 -1.3,9.5 -3.3,13.5 -2,4 -3,8 -3.6,14.5 -0.5,4.9 -1.2,10.7 -1.6,12.7 -0.6,3.5 -0.5,3.8 2.7,5.1 1.9,0.8 6.4,4.3 10,7.8 3.6,3.5 8.4,8 10.7,10 4.9,4.1 5.5,7.8 2,10.2 -1.3,0.8 -4.3,3.3 -6.8,5.5 -2.5,2.3 -5.6,4.4 -7,4.7 -3.8,1 -8.6,5 -10,8.5 -1.1,2.7 -1,3.3 0.5,5 3.5,3.9 9.4,2.1 20.7,-6.2 4,-3 9.3,-6.5 11.8,-7.9 2.5,-1.4 6.2,-3.5 8.3,-4.7 4.7,-2.7 4.7,-2.7 4.7,0.2 0,2.4 -4.9,7.6 -10.7,11.2 -4,2.6 -6.7,5.6 -8.2,9.2 -2.8,6.7 3,9.3 11.4,5.2 7.3,-3.6 20.7,-14.2 21.7,-17.2 0.3,-0.9 2.2,-0.5 7.5,1.6 l 7,2.8 11.8,-2.6 c 6.5,-1.4 13.9,-2.6 16.4,-2.6 5.5,0 22.9,-3.3 32.6,-6.1 7.2,-2.1 13.3,-4.9 17.3,-8 3.7,-2.8 9.9,-12 10.7,-15.9 0.4,-1.9 1.4,-4.8 2.2,-6.3 1.8,-3.5 1.4,-24.4 -0.6,-29.7 -7.2,-19.4 -17.6,-29.8 -33.4,-33.4 -11.1,-2.6 -18.7,-1.8 -35.2,3.6 -13.8,4.6 -15.6,4.6 -18.6,0.6 -1.3,-1.8 -3.3,-5.1 -4.4,-7.3 -3.7,-7.6 -6,-8.8 -11.2,-6.3 z m 8.4,10.8 c 4.7,9.4 6.2,10.5 13.3,10.4 3.3,-0.1 6.5,-0.6 7.2,-1.1 0.7,-0.5 4.5,-1.8 8.3,-2.8 3.9,-1 7.6,-2.3 8.4,-2.9 0.8,-0.7 5.9,-1.1 12.5,-1.1 8.6,0 11.8,0.4 14.1,1.7 1.7,0.9 4.7,2.4 6.7,3.3 6.1,2.7 13.7,11.9 17.1,20.5 2.6,6.8 2.9,8.6 2.9,19.5 0,13.7 -1.1,18.7 -5.2,24.8 -7.5,11.1 -20,17 -41,19.2 -3.6,0.4 -7.6,1.2 -9,1.7 -1.4,0.6 -5.9,1.2 -10,1.4 -4.1,0.3 -9.8,1.1 -12.7,1.9 -6.4,1.9 -9.2,1.9 -13.4,0 -6.9,-3 -8.3,-4.7 -8.1,-10.6 0.1,-4.3 0.5,-5.7 2.4,-7.1 1.3,-1 2.8,-1.8 3.5,-1.8 1.4,0 2.8,6.3 1.9,7.9 -1,1.5 3.1,5.1 5.8,5.1 1.3,0 5.2,-0.9 8.7,-2.1 3.5,-1.1 12.5,-2.7 19.9,-3.4 17.2,-1.6 27.3,-4.4 31.7,-8.7 1.8,-1.8 3.3,-3.6 3.3,-4 0,-1.4 -3.3,-0.9 -5.1,0.8 -1.8,1.6 -5.8,2.9 -13.9,4.4 -2.5,0.4 -6.4,1.6 -8.6,2.5 -2.6,1 -6.2,1.5 -9.9,1.3 l -5.8,-0.3 -1.9,-5.5 c -1.3,-3.7 -1.9,-8.6 -2,-15 -0.1,-8.3 0.2,-10.2 2.5,-15 2.7,-5.8 6.7,-10.7 11.3,-13.7 4.8,-3.1 13.2,-5.2 18.5,-4.6 4.2,0.5 4.9,0.3 4.9,-1.1 0,-3.1 -5.7,-4.5 -13,-3.3 -3.6,0.5 -7.2,1.6 -8.1,2.3 -0.8,0.8 -2.1,1.4 -2.7,1.4 -1.7,0 -13,11.9 -14.7,15.5 -4.6,9.5 -6,22.6 -3.1,28.3 0.7,1.5 1.6,4.6 2,6.9 0.5,3.8 0.3,4.4 -1.9,5.9 -3.4,2.2 -10.6,3.5 -12.2,2.2 -0.7,-0.6 -1.3,-2.9 -1.3,-5.2 0,-4.5 -2.2,-8.6 -4.7,-8.6 -0.8,0 -3.2,1.4 -5.3,3 -4.4,3.5 -5.5,6.8 -5.1,15.2 0.3,6.2 0.3,6.2 -8.6,13.8 -6,5 -16.1,11.2 -17.3,10.5 -2.5,-1.6 -0.6,-4.8 6.3,-10.4 10.4,-8.6 17.3,-17.9 15,-20.2 -0.9,-0.9 -1.6,-0.9 -2.5,-0.2 -0.7,0.6 -3,1.3 -5.1,1.6 -2.1,0.3 -6.4,2.3 -9.5,4.3 -3.1,2.1 -7.6,4.8 -10.1,6.2 -2.5,1.3 -6.1,3.6 -8.1,5.1 -5.7,4.5 -9.7,6.4 -11.5,5.8 -2.4,-1 -1.4,-4 2,-5.8 6.6,-3.4 10.4,-6.2 20.7,-15.3 3.2,-2.8 1.3,-7.4 -5.5,-13.9 -3.4,-3.2 -7.9,-7 -9.9,-8.4 -2.1,-1.4 -3.8,-3.2 -3.8,-3.9 0,-0.7 -0.6,-1.7 -1.4,-2.1 -2.8,-1.7 -5,-7.7 -5,-14.3 -0.1,-6.9 2.1,-14.3 5.7,-19.2 1.6,-2.2 1.9,-3.7 1.4,-8 -0.9,-9.4 1.8,-10.7 9.5,-4.7 5.3,4.2 8.2,4.5 16.8,1.5 4,-1.4 8.6,-2.6 10,-2.6 5.8,0 9,-2 11.7,-7.4 3,-6 5.2,-8.8 6.7,-8.3 0.6,0.2 2.5,3.2 4.3,6.7 z"
|
||||||
|
+ id="path36"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 504.9,311.9 c -1.8,1.4 -2.8,1.7 -4.2,0.9 -2.6,-1.4 -4.5,0.5 -2.7,2.7 2.8,3.4 4.7,3.6 7.9,0.9 4.7,-3.9 3.7,-8.3 -1,-4.5 z"
|
||||||
|
+ id="path37"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 519.8,312.6 c -1.5,3.3 0,5.9 3.3,5.9 2.8,0 3.7,-3.1 1.9,-6.4 -1.5,-2.9 -3.8,-2.6 -5.2,0.5 z"
|
||||||
|
+ id="path38"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 477.4,321.4 c -0.9,2.4 0.3,4.7 2.1,4 1.8,-0.7 1.6,-4.5 -0.2,-5.2 -0.7,-0.2 -1.6,0.3 -1.9,1.2 z"
|
||||||
|
+ id="path39"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 450.8,321.7 c -5.8,0.5 -6.3,2.2 -1.4,5.2 4.3,2.7 5.5,2.6 8.9,-0.5 3.3,-2.8 3,-5.5 -0.5,-5.2 -1.3,0.1 -4.4,0.3 -7,0.5 z"
|
||||||
|
+ id="path40"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 129,284 -4.4,5 h -7 c -3.9,0.1 -9.1,0.5 -11.6,1.1 -11.8,2.5 -11.6,2.6 -16.8,-2.3 -5.8,-5.4 -10.4,-7.5 -14,-6.2 -3.1,1.1 -3.5,2.6 -5.2,19.9 -1,9.8 -1.5,12.2 -3.1,13.3 -2.3,1.6 -2.4,4.3 -0.4,8.2 1.2,2.4 1.5,6.2 1.2,19.5 -0.2,9.1 -0.6,16.7 -0.9,17 -0.3,0.3 -2.5,1.6 -4.9,2.8 -3,1.5 -5.3,3.8 -7.4,7.2 -2.8,4.7 -3,5.7 -3,14.5 0.1,9.2 0.2,9.8 3.9,16.3 2.1,3.8 5.2,8.4 6.9,10.4 2.9,3.3 3.2,4.3 3.2,10.2 v 6.6 l 6,0.3 c 3.3,0.2 6.4,0.7 6.9,1.3 1.7,1.6 3.7,1 6.6,-2.1 l 2.8,-3 16.9,0.1 c 9.2,0 19.1,-0.3 22,-0.6 5.1,-0.7 5.3,-0.7 9.4,3.4 2.3,2.2 4.5,4.1 4.8,4.1 0.3,0 2.4,-1.2 4.6,-2.5 2.2,-1.4 5.2,-2.5 6.7,-2.5 2.2,0 3.4,-1 6.1,-5.3 1.9,-2.8 4.9,-6.6 6.7,-8.2 1.8,-1.7 4.3,-4.6 5.6,-6.5 1.3,-1.9 4,-5.5 5.8,-8 1.9,-2.5 3.5,-4.8 3.5,-5.2 0.1,-0.4 2,-4 4.4,-8 4,-6.9 7.7,-15.9 7.7,-19.1 0,-1.1 -2.5,-7.1 -3.5,-8.5 -0.1,-0.1 -1.3,0.2 -2.6,0.7 -4.2,1.5 -8.8,6.7 -11.4,12.5 -1.4,3.1 -2.9,5.6 -3.5,5.6 -0.5,0 -1,-0.4 -1,-0.8 0,-0.5 -1.4,-3 -3.1,-5.6 -3.1,-4.7 -9.4,-9.6 -12.3,-9.6 -4.1,0 -3,-10.2 1.9,-18.3 5.1,-8.5 6.1,-13.2 4.1,-20.1 -1.1,-3.5 -1.4,-7 -1,-9.2 0.6,-3.3 0.3,-3.9 -4.9,-8.9 -4.9,-4.8 -12.7,-16.1 -12.7,-18.4 0,-0.5 -0.9,-2 -2.1,-3.5 -3.1,-3.9 -5.9,-3.3 -10.9,2.4 z m 11.3,7.5 c 2,4.1 4.1,7.5 4.7,7.5 0.5,0 1,0.4 1,1 0,0.5 1.5,3.1 3.4,5.7 3.7,5.2 6.6,15.1 6.6,22.4 0,2.9 -0.9,6 -2.5,8.9 -5.5,9.7 -5.9,11.1 -6.2,23.6 -0.1,6.6 -0.7,17 -1.3,23 -0.6,6 -1.3,17 -1.6,24.4 -0.5,12.6 -1.6,18 -3.6,18 -1.8,0 -2.6,-5 -3.2,-19.8 -0.4,-8.5 -1,-16 -1.3,-16.8 -0.8,-2.3 -3.2,-1.6 -3.9,1.1 -0.7,2.7 0,18.5 1,22.5 1.2,4.5 -0.4,5.4 -10.6,5.6 -5.1,0.1 -15,0.4 -22,0.8 -9.6,0.4 -12.9,0.2 -13,-0.7 -0.1,-0.7 -0.2,-7.8 -0.3,-15.9 0,-14.5 -0.5,-17.2 -2.7,-15 -0.8,0.8 -1.1,5.9 -0.9,16.6 0.3,16.8 -0.4,20 -4.2,19.4 -2.1,-0.3 -2.2,-0.8 -2.7,-16.3 -0.3,-8.8 -0.9,-16.5 -1.2,-17.1 -0.4,-0.6 -1.4,-8 -2.2,-16.5 -2.4,-25.2 -0.5,-78.4 3,-85.1 l 1.5,-2.9 3.7,2.3 c 2,1.2 4.6,3.4 5.8,4.7 2.3,2.7 4.1,2.9 27.1,2.3 l 11.2,-0.2 4.1,-5.5 c 2.2,-3 4.6,-5.5 5.3,-5.5 0.7,0 2.9,3.4 5,7.5 z m 47.1,73.1 c 0.4,1 -0.1,3.8 -1.1,6.3 -2,5.3 -9,18.8 -11,21 -0.8,0.9 -3.6,5.1 -6.4,9.4 -2.7,4.3 -5.6,8 -6.5,8.4 -0.8,0.3 -2,1.7 -2.5,3 -0.9,2.6 -2.9,2.3 -2.9,-0.4 0,-0.9 2,-5.2 4.4,-9.7 2.4,-4.5 6.7,-12.6 9.6,-18.1 10.1,-19.2 14.6,-24.7 16.4,-19.9 z m -28.3,2.7 c 4.9,4.4 7.3,8.6 7.1,12.3 -0.3,3.5 -6.2,18.5 -11.1,27.9 -2.1,4.2 -3.1,7.4 -3.1,10.7 0,2.6 -0.5,5 -1.1,5.3 -1.6,1 -2.1,0.1 -2.3,-4.2 -0.1,-2.1 -0.5,-4.3 -0.8,-4.9 -0.9,-1.3 1.8,-29.8 3.2,-34.4 0.5,-1.9 1,-6 1,-9.1 0,-8.1 1.3,-8.8 7.1,-3.6 z m -91.7,-0.1 c 1.7,2.7 3.1,10.9 4.6,26.9 1.8,20.3 1.2,23.1 -3.7,17.6 C 65.7,408.8 59,398.3 59,397 c 0,-0.6 -0.4,-1.8 -0.9,-2.8 -0.5,-0.9 -1.4,-4.2 -2.1,-7.3 -0.9,-5 -0.8,-6.3 0.9,-10.9 1.9,-4.9 6.4,-11 8.3,-11 0.4,0 1.4,1 2.2,2.2 z"
|
||||||
|
+ id="path41"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 134,305.9 c -1.4,2.7 -1.3,5.8 0.3,6.4 0.6,0.2 2.7,0.2 4.5,0 2.5,-0.4 3.2,-1 3.2,-2.8 0,-4.8 -5.9,-7.4 -8,-3.6 z"
|
||||||
|
+ id="path42"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 82.2,308.3 c -1.9,2.3 -2.4,6.3 -0.9,7.5 1.1,1 1.7,0.9 2.7,-0.3 0.9,-1.1 2.3,-1.3 5.1,-0.9 3.2,0.5 3.9,0.4 3.9,-1 0,-2.4 -4.8,-6.6 -7.5,-6.6 -1.3,0 -2.7,0.6 -3.3,1.3 z"
|
||||||
|
+ id="path43"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 112.2,312.2 c 0.3,2.5 3.4,3.6 5.1,1.9 1.4,-1.4 -0.9,-4.1 -3.5,-4.1 -1.4,0 -1.9,0.6 -1.6,2.2 z"
|
||||||
|
+ id="path44"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 771.2,356.7 c -1.7,0.6 -4.5,6.4 -7.2,14.4 -1.5,4.3 -3.4,7.7 -6.2,10.6 -3.9,4 -4.1,4.3 -3.5,9.5 0.5,5.8 -1,10.1 -4,11.2 -0.9,0.4 -9.8,0.6 -19.7,0.5 -10,0 -24,0.2 -31.2,0.6 l -13,0.8 -2.2,-2.8 C 683,400 682,398 682,397 c 0,-2.9 4.3,-5.9 11,-7.6 11.2,-2.8 17.1,-7 18.6,-13.1 0.8,-2.9 -0.9,-7.1 -3.2,-8 -1.7,-0.6 -8.7,1.3 -12.1,3.3 -1.2,0.8 -5.5,1.9 -9.5,2.5 -8.1,1.2 -11.6,3 -16.9,8.6 -7.3,7.7 -8.4,16 -3.3,25.2 2.8,5 3,9.1 0.9,15.1 -1.2,3.4 -1.5,10.4 -1.5,36.9 v 32.6 l 2.5,3.8 c 3.4,4.8 6.7,5 9.5,0.4 1.1,-1.7 2,-4.2 2,-5.3 0,-1.2 0.7,-3.8 1.5,-5.7 0.8,-2 1.5,-4.8 1.5,-6.2 0,-2.9 3.6,-10.5 4.9,-10.5 1.3,0 3.9,7.7 5,14.6 1,6.8 3.7,12.9 7,15.8 4.4,4 10.8,-1.3 8.3,-6.9 -1.4,-3.1 -2.7,-17.4 -1.8,-20.8 l 0.6,-2.5 h 25.3 c 21.5,0.1 25.7,-0.2 27.8,-1.5 3.3,-2.2 9.8,-3.1 13.1,-1.8 2.7,1 5.8,6.4 5.8,10.2 0,2.6 4.8,16.9 6.6,19.6 1,1.7 2.4,2.3 4.9,2.3 4.5,0 4.8,-1.4 3.6,-15.1 -1.1,-12.5 -0.4,-17.3 2.5,-17.7 3.8,-0.5 7.4,4.9 10,15 1.9,7.1 3.2,10 5.6,12.5 3.5,3.6 8.1,4.5 9.2,1.7 1,-2.7 0.7,-9.9 -0.8,-14.5 -2.7,-8.4 -4.9,-26.8 -4.3,-35.1 0.7,-8.9 3.9,-17.4 6.9,-18.4 1.1,-0.3 4.8,-3.3 8.2,-6.5 4.5,-4.2 6.6,-7.1 7.5,-10.1 0.7,-2.4 1.7,-5.3 2.2,-6.6 1.6,-4.1 1.1,-7.2 -1.4,-8.3 -2.6,-1.2 -6.9,-12.4 -7.3,-19 -0.3,-5.3 -4.5,-13.9 -6.8,-13.9 -1,0 -4.3,2.5 -7.3,5.6 l -5.6,5.6 -5.1,-0.6 c -2.8,-0.4 -8.1,-1.1 -11.7,-1.5 -8,-1 -12.1,-3.2 -15.6,-8.6 -4.1,-6.1 -5.7,-7.2 -9.1,-5.8 z m 7.3,11.3 c 5.3,6.6 8.8,7.8 23.9,8.6 l 12.5,0.7 4.2,-4.1 c 5.7,-5.8 7.9,-5.3 7.9,1.6 0,3.1 1.6,8.3 4.1,13.7 2.9,6.2 4.2,14.7 2.9,19.5 -1.1,4 -6.1,9.6 -11.8,13 -4.1,2.5 -8,7.6 -9.1,11.8 -1.3,4.7 -0.7,31.7 0.9,39.7 0.7,3.3 2.1,8.1 3.2,10.7 2,4.6 1.9,7.8 -0.1,7.8 -1.5,0 -4.7,-6 -7.1,-13.5 -3.6,-11.3 -3.9,-12 -7,-13.8 -4.1,-2.4 -11.9,-3.4 -13.1,-1.6 -1.5,2.3 -1,15.7 0.8,22.5 1.2,4.5 1.4,6.7 0.6,7.5 -1.4,1.4 -4.3,-1.5 -4.3,-4.4 -0.1,-1.2 -0.7,-3.3 -1.5,-4.7 -0.8,-1.4 -1.4,-3.7 -1.5,-5.1 0,-3.9 -2.8,-11 -5.2,-13.6 -1.8,-1.9 -3.2,-2.3 -8.7,-2.3 -3.6,0 -10.4,0.5 -15.1,1.2 -4.7,0.6 -18,1.2 -29.6,1.2 -16.6,0.1 -21.5,0.4 -22.8,1.5 -1.4,1.2 -1.6,2.7 -1.2,9.3 0.4,4.4 1.1,8.8 1.6,9.8 1.2,2.3 1.3,10.7 0.1,11.4 -1.7,1.1 -4.2,-4.5 -6.1,-13.6 -2.1,-10.1 -5.7,-18.1 -8.4,-18.6 -3.4,-0.7 -6.8,4.3 -9.5,14.3 -0.6,2.2 -1.8,6.6 -2.7,9.7 -1.6,6.1 -3.9,7.7 -4.9,3.5 -0.3,-1.2 -0.5,-7.6 -0.3,-14.2 0.1,-6.6 0.1,-19 -0.1,-27.5 -0.2,-9.8 0.1,-17.8 0.9,-21.8 1.5,-7.6 0.8,-19.5 -1.4,-23.7 -2.3,-4.3 -2.1,-12 0.4,-16 3.9,-6.3 17.2,-12.5 26.6,-12.5 1.7,0 3.7,-0.7 4.4,-1.5 1.8,-2.1 5,-1.9 5,0.3 0,3.3 -6.1,8.1 -11.8,9.2 -5,0.9 -10.8,3.5 -14.6,6.4 -2.6,2.1 -3.3,9.4 -1.2,13.4 2.1,4 7.6,5.6 15.9,4.7 3.2,-0.4 17.6,-0.8 31.9,-0.9 l 26,-0.1 2.3,-2.7 c 2.4,-2.7 5.5,-11.8 5.5,-15.8 0,-1.2 1.1,-4 2.5,-6.4 1.3,-2.3 3.1,-6 3.9,-8.1 2.9,-8.1 4.7,-11.5 5.9,-11.5 0.6,0.1 3,2.3 5.2,5 z"
|
||||||
|
+ id="path45"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 775.5,387 c -0.4,0.7 -0.3,1.6 0.3,2.2 1.4,1.4 4.5,0.2 4,-1.5 -0.6,-1.6 -3.4,-2.1 -4.3,-0.7 z"
|
||||||
|
+ id="path46"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 821.3,388.7 c -0.7,0.3 -1.3,1.6 -1.3,2.9 0,1.9 0.5,2.4 2.5,2.4 1.8,0 2.5,-0.5 2.5,-1.9 0,-2.2 -2,-4 -3.7,-3.4 z"
|
||||||
|
+ id="path47"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 795.7,390.2 c -0.6,1.8 2.1,6.8 3.6,6.8 1.7,-0.1 4.7,-2.5 4.7,-3.9 0,-0.7 -1.6,-1.9 -3.5,-2.7 -4.2,-1.7 -4.2,-1.7 -4.8,-0.2 z"
|
||||||
|
+ id="path48"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 220.4,467.7 c -1.6,2.1 -3.5,5 -4.3,6.4 -2.1,4.3 -6.2,6.6 -14.7,8.4 -12.2,2.7 -15.2,2.5 -20.9,-1.3 -4.9,-3.3 -11.7,-4.4 -13,-2.1 -0.4,0.6 -0.9,4.7 -1.2,9.2 -0.4,6.3 -1.2,9.7 -3.5,14.5 -2.3,5 -3.1,8.2 -3.4,14.3 -0.2,4.4 -0.9,8.9 -1.4,10 -1.6,2.9 -0.4,5.3 3.8,7.7 2.1,1.1 6.3,4.5 9.3,7.4 3,2.9 7.6,7 10.2,9.1 7,5.6 6.6,8.1 -2,14.4 -3.8,2.7 -8.2,5.5 -9.9,6.2 -1.7,0.6 -4.5,2.5 -6.3,4.2 -2.7,2.4 -3.2,3.5 -2.9,6.6 l 0.3,3.8 5.8,-0.1 c 4.2,-0.1 6.4,-0.7 8,-2.1 3.8,-3.4 15,-10.9 19.2,-12.8 2.2,-1 5.4,-2.9 7.2,-4.2 3.7,-2.8 5.9,-2.3 4.2,0.9 -0.6,1.1 -3.8,4.5 -7.2,7.6 -10.8,10 -10.7,9.9 -10.7,13.5 0,1.9 0.6,4 1.4,4.6 2.2,1.9 8.4,0.2 13.7,-3.6 2.5,-1.8 5.1,-3.3 5.6,-3.3 0.6,0 3.6,-2.6 6.7,-5.7 l 5.6,-5.7 5.3,1.7 c 3,0.9 7.1,1.7 9.1,1.7 4.8,0 17.7,-2 19.6,-3 0.9,-0.5 6.3,-1.3 12,-1.9 25.9,-2.8 39.8,-7.3 48.7,-16 8.7,-8.5 11.8,-18.5 11,-35.6 -0.8,-15.9 -3.5,-23.2 -12.9,-34.6 -4.8,-5.9 -15.9,-11.8 -24.3,-13 -8.7,-1.2 -22.2,0.6 -34.6,4.7 -5.8,2 -11.6,3.4 -12.9,3.2 -1.6,-0.2 -3.2,-2.2 -5.7,-6.8 -7.3,-13.5 -9.7,-14.9 -14.9,-8.3 z m 9.8,8.9 c 5.2,10.6 10.4,13.5 18.1,10 1.8,-0.8 6.8,-2.4 11.2,-3.6 4.4,-1.2 8.8,-2.6 9.7,-3.1 1,-0.5 6,-0.9 11.1,-0.9 8.5,0 9.8,0.3 16.6,3.5 7.7,3.7 15.5,10.8 18.5,16.9 2.1,4.4 6.3,18.2 7.1,23.8 0.7,4.5 -0.3,8.5 -5.2,22.5 -1.8,5.1 -8.8,12.2 -14.8,15.2 -6.8,3.4 -17.3,6.3 -24.5,6.8 -3.6,0.3 -7,0.9 -7.7,1.5 -0.6,0.5 -5.8,1.4 -11.5,1.9 -5.7,0.6 -12.5,1.7 -15.1,2.5 -5.7,1.9 -15.1,1.1 -18.3,-1.4 -2.3,-2 -4.4,-7.2 -4.4,-11.2 0,-3 4,-8 6.5,-8 1.1,0 1.5,1.2 1.5,5 0,8.1 5.6,11.3 12.8,7.6 3.3,-1.7 10.8,-3.1 24.7,-4.7 5.5,-0.6 12,-1.7 14.5,-2.4 2.5,-0.7 5.6,-1.6 7,-1.9 1.4,-0.3 4.4,-2.1 6.5,-4 3.6,-3.1 3.8,-3.5 2.1,-4.2 -1,-0.4 -2.6,-0.2 -3.5,0.4 -4,2.9 -9.8,5.2 -12.8,5.2 -1.8,0 -5,0.6 -7,1.4 -4.9,1.8 -15.1,2.8 -17.3,1.6 -2.9,-1.5 -5.2,-10.6 -5.4,-20.5 -0.1,-7.8 0.3,-9.7 2.4,-14 1.4,-2.7 4.4,-6.9 6.8,-9.3 2.3,-2.3 4.2,-4.6 4.2,-5.1 0,-1.4 13.8,-4.3 18.8,-3.9 4,0.2 4.7,0 5,-1.6 0.7,-3.3 -2.3,-4.5 -9.6,-3.9 -13.1,1.1 -25.5,11.3 -30.4,25.1 -3.3,9.2 -3.4,13.6 -0.8,22 1.1,3.5 2,7.7 2,9.3 0,2.6 -0.6,3.2 -4.7,4.9 -2.7,1.1 -5.6,2.4 -6.5,3 -2.8,1.6 -4.9,-1.4 -4.3,-6 0.5,-4.3 -2.3,-9 -5.5,-9 -1,0 -4.2,2.2 -7.1,5 -3,2.7 -6.4,5 -7.5,5 -1.2,0 -2.7,0.7 -3.4,1.5 -0.7,0.8 -2.5,1.5 -4,1.5 -1.6,0 -6,2.2 -11.1,5.6 -4.6,3.1 -9.1,5.9 -9.9,6.2 -0.8,0.3 -4.5,2.5 -8.3,4.9 -6.9,4.4 -10.7,5.4 -10.7,2.8 0,-0.8 1.2,-2.2 2.8,-3.2 1.5,-0.9 3.2,-2.1 3.7,-2.7 0.6,-0.6 2.8,-2 5,-3.1 4.7,-2.4 13.5,-10.7 13.5,-12.8 0,-4 -3.4,-8.9 -10.2,-14.5 -12.2,-10 -16.6,-16.3 -17.3,-24.7 -0.3,-3.5 2.8,-13.9 5.3,-17.5 1.1,-1.6 1.9,-5.3 2.2,-10.5 0.7,-10.6 1.6,-10.7 13.7,-1.9 2,1.4 2.9,1.4 7.5,0.4 2.9,-0.7 6.2,-1.9 7.2,-2.6 1.1,-0.7 4.7,-1.6 8,-2 5.2,-0.6 6.6,-1.2 9.4,-4.2 1.8,-1.9 4.2,-5.2 5.3,-7.3 1,-2.1 2.6,-3.9 3.4,-3.9 0.8,0 2.9,2.9 4.7,6.6 z M 218,568.4 c -0.1,5 -0.8,6 -9,12.3 -11.5,8.7 -19,12.3 -19,9 0,-0.7 4.4,-5.7 9.8,-11.2 5.3,-5.5 11,-11.5 12.5,-13.3 3.6,-4.2 5.7,-3 5.7,3.2 z"
|
||||||
|
+ id="path49"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 230.6,501.5 c -1.1,0.8 -3.3,1.5 -4.8,1.5 -1.7,0 -3.1,0.7 -3.5,1.5 -0.7,1.9 2.3,4.4 5.3,4.5 2.7,0 7.8,-5.4 7.1,-7.4 -0.8,-2 -1.6,-2 -4.1,-0.1 z"
|
||||||
|
+ id="path50"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 246.1,502.4 c -1.9,2.3 -1,6.1 1.4,6.1 1.6,0 2,-0.7 2,-3.4 0,-3.8 -1.5,-5 -3.4,-2.7 z"
|
||||||
|
+ id="path51"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 201.3,511.6 c -0.8,2.1 2.8,5.7 5,4.8 1.8,-0.7 3.1,-3.9 2.2,-5.4 -1,-1.6 -6.5,-1.2 -7.2,0.6 z"
|
||||||
|
+ id="path52"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 173,513.5 c -1.6,1.9 2.8,5.5 6.7,5.5 2.2,0 6.1,-3 6.5,-5 0.2,-1.2 -0.9,-1.5 -6,-1.5 -3.5,0 -6.7,0.5 -7.2,1 z"
|
||||||
|
+ id="path53"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 524.5,489.3 c -0.8,1.8 -2.4,6.3 -3.5,10.2 -2.8,9.5 -8.1,18.9 -10.8,19.3 -3.6,0.5 -4.4,3.4 -3.1,10.9 0.6,3.8 1.5,7.6 2,8.5 0.5,1 0.9,2.4 0.9,3.1 0,0.8 2.3,4 5,7.1 8.6,9.8 8.2,7.9 8.3,43.5 0,17.4 0.4,32.4 0.9,33.3 1.3,2.6 3.1,2.2 5.7,-1.2 l 2.2,-3.1 10.2,0.5 c 8.3,0.4 10.4,0.8 11.2,2.2 0.6,0.9 1.8,2.6 2.8,3.6 2.2,2.4 5.4,0.9 6.8,-3.2 1.7,-4.7 3.4,-4.3 7.6,1.7 l 3.8,5.5 6,-0.6 c 3.3,-0.4 9.1,-0.9 12.8,-1.3 6.8,-0.6 6.9,-0.5 6.5,1.7 -0.3,2.2 -7.6,8 -21.5,16.9 -4.6,2.9 -10.2,9.6 -10.3,12.2 0,2.2 4.2,5.9 6.8,5.9 2.9,0 13,-3.8 16.7,-6.3 6.1,-4.2 22.8,-21.4 26.3,-27.2 l 3.7,-6 V 605 c 0,-17.5 -0.4,-23 -1.9,-29.5 -2.6,-11.1 -8.1,-27.7 -12.1,-36 -3.1,-6.6 -4.8,-11.6 -6.6,-19.5 -1.2,-5.4 -5.4,-17 -7.7,-21.5 -3.1,-6.2 -8.4,-11.5 -11.2,-11.5 -2.4,0 -6.2,3.7 -8.8,8.7 -1.9,3.6 -6.5,4.4 -18.9,3.4 l -11.2,-0.9 -5.7,-5.1 c -3.1,-2.7 -7,-5.5 -8.6,-6 -2.7,-0.9 -3,-0.8 -4.3,2.2 z m 60.9,5.8 c 4.6,5.4 7,11.4 11.1,27.9 1.8,7.1 5.5,16.9 9,24 1.2,2.5 3.8,9.7 5.8,16 4.1,13.2 5.7,26.4 5.8,47.6 0.1,12.5 -0.1,14.5 -2.1,18.5 -2.7,5.5 -21.6,24 -28.5,28 -5.2,3 -10.8,3.8 -12.1,1.7 -0.9,-1.3 1.8,-3.7 15.3,-13.6 11.6,-8.4 19.5,-16 19.1,-18.2 -0.3,-1.2 -2.2,-1.5 -11.3,-1.5 -6.1,0 -12.9,0.3 -15.2,0.8 -3.3,0.5 -4.5,0.3 -5.8,-1 -1.6,-1.6 -1.6,-1.7 0.1,-3 1,-0.7 2.6,-1.3 3.6,-1.3 2.8,0 3.8,-3.2 3.7,-12.6 0,-4.9 0.4,-10 0.9,-11.4 1.2,-3.1 7.7,-9.9 10.6,-11 1.8,-0.7 1.5,-0.9 -1.4,-0.9 -9.7,0.1 -15.4,10.4 -15.5,27.9 v 5.5 h -6 c -5.5,0 -6,-0.2 -6.3,-2.3 -0.2,-1.2 0.6,-4.6 1.7,-7.6 2.5,-6.8 3.2,-17.1 1.2,-17.1 -1.7,0 -2.6,2.8 -4.5,14.5 -1.8,10.5 -3.9,16.5 -5.7,16.5 -1.6,0 -1.6,-2.3 0,-17.4 1.1,-9.4 1,-10.6 -0.5,-12.3 -2.9,-3.1 -3.7,-0.6 -3.8,12.2 -0.1,9.1 -0.5,12.3 -1.6,13 -1.8,1.1 -11.6,0 -15.8,-1.7 -2.8,-1.2 -3.3,-1.8 -2.8,-3.7 0.6,-2.4 2.1,-12.4 3.3,-20.9 0.5,-4.3 0.4,-4.7 -1.4,-4.7 -2.3,0 -3.3,3.3 -3.3,11.1 0,2.7 -0.4,4.9 -0.9,4.9 -0.4,0 -1.1,2.6 -1.5,5.7 -0.8,7.2 -1.9,9.4 -3.4,6.6 -0.8,-1.4 -0.8,-4.2 0,-9.4 0.6,-4.1 1.2,-15.7 1.2,-25.9 0.1,-18.3 0.1,-18.6 -2.7,-24.5 -1.5,-3.3 -4.1,-7.4 -5.6,-9 -9.2,-9.9 -9.4,-13.9 -1.5,-30.3 3,-6.4 6.1,-13.9 6.8,-16.7 2,-7.5 3.6,-7.9 9.3,-2.2 2.8,2.8 6.2,5.1 8.2,5.6 6.2,1.6 27.9,2.2 29.1,0.8 0.6,-0.7 2.9,-3.6 5.2,-6.5 2.3,-2.8 4.5,-5.2 4.9,-5.2 0.4,0 1.9,1.4 3.3,3.1 z"
|
||||||
|
+ id="path54"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 568.5,517.8 c -2.2,2.2 1.3,8.2 4.8,8.2 1.9,0 5.1,-5.5 4.3,-7.5 -0.5,-1.3 -7.9,-1.9 -9.1,-0.7 z"
|
||||||
|
+ id="path55"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 522.6,520.5 c -0.8,2.3 1.1,5.5 3.3,5.5 1,0 2.9,-0.9 4.2,-1.9 2.9,-2.3 2,-3.6 -3.2,-4.5 -2.8,-0.5 -3.8,-0.3 -4.3,0.9 z"
|
||||||
|
+ id="path56"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 546.2,524.2 c -0.7,0.7 -1.2,2 -1.2,3.1 0,1.4 0.6,1.8 2.7,1.5 3.1,-0.3 4.4,-3.5 2.1,-4.9 -1.7,-1.2 -2.2,-1.1 -3.6,0.3 z"
|
||||||
|
+ id="path57"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 580.8,527.1 c -2.4,1.3 -2.3,3.6 0.2,4.9 4.2,2.3 8,-1.6 4.8,-4.8 -1.4,-1.4 -2.7,-1.5 -5,-0.1 z"
|
||||||
|
+ id="path58"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 401,494.7 c -7.4,9 -12.3,42.8 -8.6,58.6 2,8.3 2,8.2 0,10.1 -2.7,2.7 -6,1.8 -13.5,-3.9 -11,-8.3 -12.9,-7.4 -12.9,6.1 0,5.2 -0.1,5.4 -3.6,6.9 -2,0.8 -5.2,2.9 -7.1,4.6 -4,3.5 -6.8,3.4 -14.2,-0.7 -2.4,-1.3 -5.1,-2.4 -6.1,-2.4 -3.5,0 -4,6.3 -1,12.5 1.1,2.2 1.9,5.4 2,7.2 0,1.8 0.7,5.3 1.6,7.9 1.4,4 2.1,8.8 2.3,14.2 0.1,0.7 1.3,1.7 2.9,2.3 1.5,0.5 4.4,2.9 6.5,5.3 5.2,6.1 12.2,10.6 16.6,10.6 5,0 5.8,0.8 7.4,7 1.5,5.6 3,9.3 7.6,19 2.4,5.1 2.6,6.5 2.6,19.5 0,7.7 0.4,14.6 0.8,15.2 0.5,0.7 2.1,1.3 3.6,1.3 6.1,0 12.1,-11.4 12.1,-23.3 0,-9.5 0.3,-9.7 12.9,-9.7 11.9,0 12.1,0.1 12.1,6.3 0,7.6 6.3,21.6 10.5,23.5 2.9,1.3 5.5,1.5 7.9,0.6 2.6,-1 2.2,-12.3 -0.5,-16.9 -2.7,-4.5 -2.2,-10.6 1.8,-21 2.4,-6.4 2.6,-8.5 3,-25.9 0.3,-11.5 0.1,-19.7 -0.5,-21 -0.6,-1.1 -1.8,-4.1 -2.7,-6.6 -1.7,-4.5 -9.6,-14.7 -12.1,-15.7 -0.8,-0.3 -3.1,-2.1 -5.2,-4.2 -2.1,-2 -6,-5.4 -8.6,-7.6 -6.6,-5.6 -7.7,-10 -7.6,-32.5 0,-9.6 0.4,-20.2 1,-23.5 1.4,-8.8 1.2,-17.5 -0.6,-22.8 -1.4,-4.1 -1.9,-4.7 -4.4,-4.7 -2.1,0 -3.7,1 -6,3.7 z m 6.5,13.8 c -0.1,6.1 -0.7,17.8 -1.4,26.2 -1.3,13.8 -1.3,15.9 0.3,23.9 1.7,8.3 6.5,19.4 8.9,20.3 2.5,1 18.6,15.4 20.9,18.8 1.5,2.1 4,7.8 5.7,12.7 3.7,10.5 4.3,23.5 1.5,30.2 -2.3,5.4 -5.4,22.4 -5.4,29.3 0,3.2 0.7,8.2 1.6,11 1.4,4.1 1.4,5.3 0.4,6.6 -0.9,1.1 -1.7,1.2 -3.1,0.4 -2.8,-1.5 -4.7,-5.9 -6,-14.1 -0.7,-4.4 -2.1,-8.8 -3.6,-11.1 l -2.4,-3.9 -13,0.3 c -7.7,0.2 -13.3,0.7 -13.9,1.4 -0.5,0.6 -1.4,5.1 -2,10 -1.9,14.5 -2,14.9 -3.9,17.4 -2.7,3.5 -5.6,2.2 -4.6,-2.2 2,-8.8 0.2,-22.2 -4.3,-31.8 -1.6,-3.5 -3.9,-9.5 -5.1,-13.3 -4.1,-13.4 -2.2,-33.8 4,-42.8 1.1,-1.4 1.9,-3 1.9,-3.4 0,-1.4 4.5,-7.4 5.5,-7.4 0.6,0 3.2,-2.3 5.9,-5.1 l 4.8,-5.1 -0.6,-6 c -0.4,-3.3 -1.2,-7.2 -1.8,-8.6 -0.7,-1.6 -1.2,-10.3 -1.2,-21.7 -0.1,-16.6 0.2,-20.2 2.3,-28.5 2.5,-10.5 4.8,-15.2 7.1,-14.8 1.2,0.3 1.5,2.3 1.5,11.3 z M 377.9,564 c 2.4,1.7 5.2,3 6.1,3 1,0 2.3,0.7 3,1.5 0.7,0.8 1.9,1.5 2.6,1.5 1.7,0 5.4,3.5 5.4,5.1 0,0.6 -3.3,4.3 -7.2,8.3 -4,3.9 -8.3,9.2 -9.4,11.6 -6.6,13.7 -6.8,14.4 -7.2,23.8 -0.4,7.7 -0.7,9.4 -2.3,10.3 -2.7,1.4 -7.5,-0.9 -14,-6.6 -6.5,-5.8 -10.7,-13.9 -13.9,-27 -1.2,-5 -2.7,-10 -3.3,-11.3 -1.8,-3.7 0.5,-4.9 4.2,-2.1 4.6,3.4 10.8,3.2 15.7,-0.6 2.1,-1.7 5.5,-4.1 7.4,-5.4 4.5,-3 5,-3.8 5,-8.3 0,-4.4 0.8,-6.8 2.4,-6.8 0.6,0 3.1,1.4 5.5,3 z"
|
||||||
|
+ id="path59"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 406.6,599.5 c -1.2,1.3 -1.3,2.1 -0.4,4 1.9,4.2 6.4,2.2 4.8,-2.1 -1.2,-3.1 -2.6,-3.7 -4.4,-1.9 z"
|
||||||
|
+ id="path60"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 380.7,574.6 c -1.3,1.3 -0.7,4.4 0.7,4.4 0.8,0 1.7,-0.4 2,-0.9 0.7,-1.1 -1.8,-4.4 -2.7,-3.5 z"
|
||||||
|
+ id="path61"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 365.8,587.7 c -2.9,0.7 -2.3,5.1 0.8,5.9 3.1,0.8 4.7,-0.6 4.2,-3.7 -0.3,-2.4 -1.9,-3.1 -5,-2.2 z"
|
||||||
|
+ id="path62"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 349,600 c 0,2.5 0.4,3.1 1.8,2.8 1.1,-0.2 1.7,-1.2 1.7,-2.8 0,-1.6 -0.6,-2.6 -1.7,-2.8 -1.4,-0.3 -1.8,0.3 -1.8,2.8 z"
|
||||||
|
+ id="path63"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 849.2,521.2 c -1.1,1.3 -2.4,3.6 -2.8,5.2 -0.4,1.6 -1.8,4.5 -3.1,6.4 -1.2,1.9 -2.3,3.8 -2.3,4.2 0,2.7 -12.9,1.2 -22.5,-2.7 -2.9,-1.1 -7.5,-1.6 -16.5,-1.6 -12,0 -12.8,0.1 -19.2,3.2 -9.2,4.3 -16.4,11.6 -21.1,21.3 -2,4.2 -3.7,8.5 -3.7,9.6 0,1.1 -0.7,3.9 -1.5,6.2 -2,5.6 -1.9,10.8 0.4,21.1 2.6,11.9 5.2,17.1 11.6,23.2 6.5,6.3 16.3,10.5 27,11.9 3.9,0.4 9.7,1.2 13,1.7 3.3,0.5 9.6,1 14,1 4.4,0.1 11.8,0.8 16.5,1.6 8.9,1.6 15.4,1.2 19.9,-1.1 3.3,-1.8 5.3,-1.8 7.7,0.1 3.66122,3.39212 5.85278,2.92751 5.85278,0.22751 0,-1.2 -3.35278,-3.82751 -4.45278,-4.52751 -1.4,-0.8 -2,-2.3 -2,-4.7 0,-2.2 0.44665,-4.81655 2,-5.5 4.85334,-2.1354 4.1247,-5.06573 1.8247,-5.86573 -1,-0.4 -4.6247,-2.03427 -6.3247,-3.83427 -3.9,-4.5 -10.6,-5.8 -12.5,-2.4 -0.6,1.2 -1,4.6 -0.8,7.4 l 0.3,5.2 -3.9,-0.2 c -2.2,-0.2 -4.4,-0.7 -5,-1.3 -0.5,-0.5 -2,-1 -3.2,-1 -4,0 -4.5,-2 -2.8,-11.1 2.3,-12.2 0.7,-25.6 -3.7,-30 -1,-1 -1.9,-2.3 -1.9,-2.7 0,-1.9 -10,-10.3 -15.2,-12.6 -4.4,-2 -7.3,-2.6 -13,-2.6 -7.6,0 -9.8,0.9 -9.8,4.2 0,1.9 3.4,2.5 4.5,0.8 1,-1.5 8,-1.2 12.2,0.6 12.3,5.2 15.7,8.3 20.8,19 3.5,7.3 3.7,8.1 3.2,15.3 -0.3,4.9 -1.2,9 -2.5,11.4 -3.5,6.5 -4.1,6.9 -9.6,6.4 -10.9,-1 -24.3,-3.9 -28.5,-6.3 -6.2,-3.4 -8.6,-1.1 -3.6,3.6 4,3.8 26.9,7.7 37.5,6.4 3.1,-0.4 5.9,-0.1 8.4,1 2.4,1 6.8,1.6 11.7,1.6 8.7,0 9.2,-0.4 8.7,-7.4 -0.4,-6.3 3.8,-7.2 6.7,-1.5 3.2,6 0.4,14.8 -5.2,17 -4.4,1.6 -57.1,-2.9 -66.3,-5.8 -14.9,-4.6 -22.3,-11.1 -26.9,-24 -2.1,-5.5 -2.3,-7.6 -1.9,-19 0.5,-14.6 1.9,-18.7 9.4,-28.3 7.9,-10 12,-12.4 23.5,-14.1 7.7,-1.1 9.6,-1 20.9,1.1 6.9,1.2 13,2.7 13.6,3.2 0.7,0.5 3.4,1.1 6.1,1.4 3.8,0.5 5.2,0.3 6.2,-1 0.7,-0.9 1.9,-1.6 2.6,-1.6 1.1,0 4.3,-6.1 5.9,-11.7 0.4,-1.1 1.4,-2.7 2.2,-3.4 1.4,-1.1 2.1,-0.7 5.3,2.7 2,2.2 4.4,5.5 5.3,7.2 1.3,2.5 2.4,3.2 4.8,3.2 2.6,0 8.55889,1.16838 9.0988,-1.57417 C 877.01728,532.76023 869.5,533.1 867.1,532.7 c -1.6,-0.4 -3.2,-1.4 -3.5,-2.4 -0.8,-2.6 -9.2,-11.3 -10.9,-11.3 -0.7,0 -2.3,1 -3.5,2.2 z"
|
||||||
|
+ id="path64"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
+ sodipodi:nodetypes="cscscsccsccccsccccscssccccccsscsscssccccccccccsccccccccccccsccccssccsc" /><path
|
||||||
|
+ d="m 32,531.7 c -0.8,0.3 -2.8,1.8 -4.5,3.3 -1.6,1.6 -3.9,3 -5,3.1 -3.1,0.4 -16.7,-2.2 -19.7,-3.7 -2.8,-1.4 -4.8657393,-1.6614 -3.9269514,1.50225 L -0.53033009,538.9708 6.3,540.3 c 3.4,0.3 7.7,1.3 9.5,2.2 3.9,2 8.1,1.3 12,-1.9 1.5,-1.3 4.1,-3.1 5.9,-4 4.6,-2.3 6.3,-0.3 6.3,7.4 0,4.7 0.5,6.4 2.4,8.7 1.3,1.5 2.9,4.6 3.7,6.8 1.6,4.8 1.7,20.2 0.2,23 -0.6,1.1 -5.2,6 -10.2,11 -13.1,12.9 -14.8,17.7 -8.1,23.2 2.1,1.8 4.3,3.3 4.8,3.3 0.5,0 1.7,0.9 2.7,2 1,1.1 4.7,3.4 8.2,5 4.6,2.2 6.3,3.5 6.3,5 0,2.8 -3.8,2.6 -8.4,-0.5 -2.1,-1.4 -7.2,-4.4 -11.4,-6.7 -4.2,-2.2 -9.4,-5.2 -11.4,-6.4 -2,-1.3 -5.6,-2.6 -8,-3 -2.4,-0.3 -5.3,-1.3 -6.5,-2 -3.3,-2.1 -6.3550291,-1.83258 -6.3550291,1.46742 0,2 2.5550291,3.13258 3.5550291,3.13258 0.8,0 1.5,0.4 1.5,0.8 0,1.4 7.4,8.8 15.3,15.1 4.2,3.4 7.7,6.7 7.7,7.2 0,1.7 -3,2.2 -6.3,0.8 -4,-1.6 -16.8,-9.7 -18.4,-11.7 -1.1,-1.4 -2.8909903,-1.46517 -2.8909903,0.73483 0,2.8 7.6909903,9.36517 11.5909903,10.56517 1.2,0.4 4.1,2 6.5,3.6 3,2 5.5,2.9 8.4,2.9 3.5,0 4.1,-0.3 4.7,-2.6 1.2,-4.7 -0.8,-8.7 -6.1,-12.2 -6,-4 -13.5,-10.7 -13.5,-12.1 0,-0.5 0.5,-1.3 1,-1.6 1.1,-0.7 12.7,5.3 26.7,13.7 7.5,4.5 8.7,4.9 13.5,4.6 4.2,-0.2 5.4,-0.7 5.6,-2.1 0.9,-4.5 -0.8,-6.3 -10.2,-11.7 -5.3,-3 -11.4,-7 -13.7,-9 -3.5,-3 -4.1,-4 -3.6,-6.1 0.4,-1.4 1.4,-3.3 2.4,-4.2 1,-0.9 4.5,-4.5 7.8,-7.8 5.6,-5.7 7.4,-7.4 13.3,-13.1 1.7,-1.7 2.2,-2.9 1.7,-4.8 -0.3,-1.4 -0.8,-3.9 -1.1,-5.5 -2.2,-14.7 -2.9,-17.2 -5,-20.1 -1.6,-2.1 -2.9,-5.9 -3.9,-11.9 -0.9,-4.8 -1.8,-9.2 -2.1,-9.6 -0.6,-1 -8,-1.1 -10.4,-0.2 z"
|
||||||
|
+ id="path65"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
+ sodipodi:nodetypes="sccssccccsscccccsscscccccssscsccscssccscscccccscccccccs" /><path
|
||||||
|
+ d="m 846,557.2 c 0,2.6 4,6.8 6.4,6.8 2.8,0 6.7,-3.5 6,-5.4 -0.3,-0.9 -2,-1.4 -4.2,-1.3 -2,0 -4.7,-0.3 -5.9,-0.8 -1.7,-0.5 -2.3,-0.4 -2.3,0.7 z"
|
||||||
|
+ id="path66"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 829.4,559.4 c -1.2,4.8 3.2,8.6 6.4,5.4 1.7,-1.7 1.5,-4.4 -0.4,-6.2 -2.3,-2.4 -5.3,-2 -6,0.8 z"
|
||||||
|
+ id="path67"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 4.4,565.4 c -1,2.6 0.4,4.8 2.8,4.4 3.3,-0.4 3.3,-5.2 0,-5.6 -1.3,-0.2 -2.5,0.3 -2.8,1.2 z"
|
||||||
|
+ id="path68"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 27.3,564.7 c -2,0.7 -1.5,4.1 0.6,5.3 4.4,2.3 11.1,0.1 11.1,-3.8 0,-1.8 -2,-2.5 -3.6,-1.1 -1.1,0.9 -2,0.9 -4,0 -1.4,-0.6 -2.6,-1.1 -2.7,-1 -0.1,0 -0.8,0.3 -1.4,0.6 z"
|
||||||
|
+ id="path69"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 301.3,656.5 c -1.2,0.9 -3.2,3.3 -4.4,5.5 l -2.3,4 h -11.5 c -6.4,0 -13.3,0.5 -15.3,1 -4.2,1.2 -7.8,-0.1 -11.3,-4 -2.4,-2.7 -7.4,-5 -10.9,-5 -2.1,0 -2.7,0.7 -3.5,3.7 -1.6,6.5 -3.4,16.6 -4.1,22.8 -0.3,3.3 -1.2,7 -2,8.2 -1.2,1.8 -1.2,2.8 -0.2,5.6 0.8,2.1 1.2,9.5 1.2,20.5 v 17.1 l -3.1,1.6 c -10.2,5.3 -14.6,13.7 -13.4,25.8 0.9,8.8 3.9,15.3 10.5,23 2.8,3.2 5,6.3 5,6.9 0,0.5 -0.8,2.6 -1.7,4.5 -2.3,5 -0.9,6.8 5.3,6.9 2.7,0.1 6.4,0.5 8.3,0.9 3,0.6 3.8,0.4 5.4,-1.6 1.8,-2.3 2.6,-2.4 14.6,-2.6 6.9,-0.2 17.5,-0.7 23.6,-1.3 l 11,-1 3.8,4.5 c 4.3,5 5.6,5.4 8.2,2.5 1,-1.1 2.5,-2 3.4,-2 2.8,-0.1 5.9,-2.4 8.9,-6.6 1.7,-2.3 5.2,-6.3 7.9,-9 4.4,-4.4 12.6,-15.9 16.1,-22.4 0.7,-1.4 1.9,-3.2 2.6,-4 0.6,-0.8 2.4,-3.8 3.9,-6.6 2.1,-4.1 2.7,-6.5 2.7,-11.7 0,-5.7 -0.3,-6.8 -2.2,-8.1 -1.2,-0.9 -2.6,-1.6 -2.9,-1.6 -1.5,0 -6.9,5.2 -8.4,8 -0.8,1.7 -2.2,4.3 -3.1,6 -1.7,3.3 -5.4,4.2 -5.4,1.2 0,-2.1 -8.7,-11.2 -10.7,-11.2 -5,0 -6.9,-9.4 -3.3,-16 7.3,-13.3 7.4,-13.8 6,-21.9 -0.8,-4.2 -1.3,-9.3 -1.2,-11.4 0.2,-3.5 -0.3,-4.4 -5.1,-9 -4.6,-4.5 -11.7,-14.5 -11.7,-16.5 0,-0.3 -1.2,-2.3 -2.6,-4.4 -2.9,-4.1 -4.8,-4.6 -8.1,-2.3 z m 4.9,6.2 c 0.8,1 2.5,3.8 3.7,6.3 1.3,2.5 4,6.8 6.2,9.7 2.1,2.9 3.9,5.5 3.9,5.9 0,0.4 0.6,1.5 1.3,2.3 1.3,1.5 2.9,7.5 4.3,15.3 0.7,4.5 -0.9,9.9 -5,15.8 l -3.1,4.5 -0.7,19 c -0.5,10.9 -1.5,22.2 -2.4,26.4 -1.3,5.7 -1.5,10.2 -1.1,18.6 0.7,13.2 0.3,15.7 -2.7,15.3 -2.5,-0.4 -3,-2.6 -4.6,-22.4 -0.6,-7.6 -1.3,-14.1 -1.5,-14.3 -0.2,-0.1 -0.9,0 -1.6,0.4 -0.9,0.6 -1,4.4 -0.6,14.6 0.3,8.3 0.1,14.1 -0.4,14.5 -1.7,1 -41.8,1.5 -43.6,0.5 -1.5,-0.8 -1.7,-2.5 -1.4,-13.8 0.3,-14.8 -0.3,-18.3 -3.1,-18.3 -1.9,0 -1.9,0.7 -1.7,17.2 0.3,18.2 -0.2,22.1 -2.9,21.6 -2.2,-0.4 -3.1,-5.3 -3.1,-16.3 0,-5 -0.4,-10.3 -1,-11.8 -0.6,-1.6 -1.1,-6.3 -1.1,-10.5 0,-4.2 -0.7,-13.3 -1.5,-20.2 -1,-8.3 -1.2,-15.4 -0.7,-21 0.4,-4.7 0.6,-9.2 0.4,-10 -0.3,-2 1.8,-43.9 2.4,-46.8 0.7,-3.7 4.4,-2.7 10.8,3 4.7,4.2 6.4,5.1 9.2,5 1.9,-0.1 3.9,-0.4 4.4,-0.7 0.4,-0.3 6.3,-0.5 13.1,-0.6 h 12.3 l 3.3,-3.7 c 1.8,-1.9 3.5,-4.4 3.9,-5.4 0.7,-2.3 2.7,-2.3 4.6,-0.1 z m 49.8,81.8 c 0,3.4 -7.4,18.8 -10.9,23 -1,1.1 -2.7,3.7 -3.9,5.8 -1.2,2 -2.6,4.3 -3.2,5 -0.5,0.6 -2.5,3.2 -4.3,5.7 -3.6,4.8 -6.7,6.4 -6.7,3.3 0,-1 1.8,-4.9 3.9,-8.6 2.2,-3.7 4.3,-7.7 4.6,-8.9 0.4,-1.3 1.3,-3 2,-3.8 0.8,-0.8 2.3,-3.5 3.5,-6 5.1,-10.9 12.2,-20.6 14.2,-19.4 0.4,0.3 0.8,2 0.8,3.9 z m -116.6,7 c 0.9,3.8 1.6,9.9 1.7,13.5 0,3.6 0.4,9.9 0.8,14 0.8,7.3 0.1,12 -1.7,12 -1.5,0 -9,-10.7 -11.1,-15.8 -1.1,-2.6 -2.8,-7.3 -3.7,-10.4 -1.7,-5.7 -1.7,-5.8 0.7,-12 1.9,-4.8 3.4,-6.9 6.4,-9 4.6,-3.1 4.4,-3.4 6.9,7.7 z m 90.4,-6.1 4.6,4.4 v 7.4 c 0,6.8 -0.4,8 -5.2,17.4 -2.9,5.6 -5.2,10.8 -5.2,11.7 0,2.2 -5.1,6 -6.4,4.7 -1.3,-1.3 1,-30.2 3.1,-38.3 0.8,-3.2 1.2,-6.6 0.9,-7.4 -0.7,-1.6 1,-4.3 2.6,-4.3 0.5,0 3,2 5.6,4.4 z M 241.5,799 c 0.3,0.6 -0.1,1.3 -1,1.6 -1.9,0.8 -3,0 -2,-1.5 0.8,-1.4 2.2,-1.4 3,-0.1 z"
|
||||||
|
+ id="path70"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 302.8,683.5 c -1.5,3.4 0.2,5.2 4.9,5.1 3.2,-0.2 3.9,-0.6 4.1,-2.6 0.7,-4.9 -6.9,-7 -9,-2.5 z"
|
||||||
|
+ id="path71"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 252.3,685.3 c -2.8,3.1 -3.6,6.7 -1.6,7.4 0.9,0.4 2.1,-0.1 2.9,-1.2 1.3,-1.8 1.4,-1.8 3.3,0 2.2,1.9 5.1,1.4 5.1,-0.8 0,-1.2 -2.1,-3.5 -6.1,-6.5 -1.3,-1 -2,-0.8 -3.6,1.1 z"
|
||||||
|
+ id="path72"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 282.4,688.4 c -0.9,2.2 0.2,4.6 2.1,4.6 1.2,0 1.5,-0.8 1.3,-2.7 -0.3,-3 -2.5,-4.2 -3.4,-1.9 z"
|
||||||
|
+ id="path73"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 49,668.2 c -1.7,1.9 -7.3,11 -8.7,13.8 -0.6,1.4 -1.9,5.4 -2.8,9 -2.6,10 -7.1,23.1 -10,29.6 -4.7,10.4 -7.3,17.7 -9.5,26.9 -1.2,4.9 -2.6,11 -3.3,13.5 -0.7,2.7 -1.2,12.5 -1.2,24.5 v 20 l 3.2,6 c 4.3,8.2 21.8,25.5 30.4,30.2 5.7,3 7.1,3.3 12.9,3.1 l 6.5,-0.3 -0.1,-4 c -0.1,-3.4 -0.9,-4.6 -4.9,-8.2 -2.5,-2.4 -9.1,-7.2 -14.5,-10.8 -15.1,-10 -14.8,-12.1 1.5,-11.1 6.1,0.4 11.9,0.4 12.8,0.1 0.8,-0.4 2.8,-2.4 4.3,-4.6 1.4,-2.1 3.2,-3.9 3.8,-3.9 0.6,0.1 2,1.5 3.1,3.3 2.9,4.6 6.2,4.8 8,0.4 l 1.4,-3.4 10.8,-0.6 c 11.5,-0.6 11.5,-0.6 14.8,4.7 1.6,2.5 3.4,0.5 5,-5.3 1,-4 1.1,-5.9 0.3,-8 -1.6,-3.8 -1.9,-44.2 -0.3,-50.1 1.6,-6 2.6,-7.7 7.9,-13.9 4.3,-5.1 5.1,-7.2 7.5,-18.9 1.5,-7.5 1.5,-7.7 -2.3,-10.3 -3.9,-2.6 -9.8,-13.4 -11.5,-20.9 -3.2,-14.2 -6.3,-15.4 -15.6,-5.8 l -6,6.2 -12.7,0.4 -12.7,0.4 -2.8,-2.9 c -1.5,-1.7 -4.1,-4.7 -5.8,-6.7 -3.1,-3.8 -7.3,-4.8 -9.5,-2.4 z m 10.6,11 c 3,5.7 5.5,6.1 27.2,4 9.1,-0.8 9.4,-0.9 13.5,-5 2.4,-2.3 5,-4.2 5.9,-4.2 1.6,0 5.8,9.8 5.8,13.6 0,1.1 1.6,4.3 3.6,7.2 6.9,10.4 8.4,20.1 4,27.1 -1.4,2.2 -2.9,4.1 -3.3,4.2 -1.7,0.8 -7,9.6 -8.1,13.5 -1.5,5.1 -1.6,35.4 -0.2,44 1,6.4 0.2,13.5 -1.5,13.5 -0.6,0 -1.4,-4.1 -1.9,-9.1 -0.4,-4.9 -1.2,-9 -1.7,-9 -0.5,0 -1.2,-1.8 -1.5,-4 -0.8,-4.6 -3.4,-5.6 -3.3,-1.3 0.1,3.4 1.4,11.6 2.7,16.5 1.5,5.6 0.2,6.5 -10.4,7.3 l -9.2,0.7 -0.6,-3.9 c -0.3,-2.1 -0.5,-7.5 -0.4,-12 0,-8.5 -0.4,-10.3 -2.7,-10.3 -2.3,0 -2.9,4.9 -1.4,11.5 1.7,7.5 1.9,19.7 0.2,20.2 -2,0.7 -3.1,-2.9 -5.1,-16.3 C 69,773.1 68.4,771 66.4,771 c -1.9,0 -1.8,6.2 0.1,13.7 1.9,7.4 2,14.2 0.1,14.9 -0.8,0.3 -3.3,0.2 -5.7,-0.3 l -4.2,-0.8 -0.1,-9.5 c -0.1,-8.2 -0.5,-10.2 -2.8,-14.6 -4.5,-8.6 -14.2,-13.9 -18.2,-9.9 -2.2,2.3 -1.4,3.1 4.3,4.5 3.2,0.8 5.9,2.3 8.2,4.6 l 3.4,3.5 0.3,11.8 0.4,11.8 3.9,1.2 c 7.5,2.3 3.4,5.3 -6.2,4.6 C 28,805 26,805 26,807 c 0,2.1 18.8,18.9 24.2,21.6 4,2 10.8,8.3 10.8,10 0,2 -3.7,2.6 -7.8,1.3 -4.8,-1.5 -12,-7.1 -20.5,-15.6 C 22.6,814 20.1,810.1 18.8,802.8 c -1.5,-9.1 -0.2,-42.6 1.8,-48.1 0.9,-2.3 2.8,-8.5 4.2,-13.7 1.4,-5.2 2.9,-9.7 3.2,-10 1.3,-0.9 9,-19.9 10.1,-24.7 0.6,-2.7 2.2,-8.2 3.6,-12.3 1.3,-4.1 2.9,-9.2 3.5,-11.3 0.6,-2.1 2.6,-5.5 4.5,-7.4 l 3.3,-3.6 2.6,2.4 c 1.4,1.3 3.2,3.6 4,5.1 z"
|
||||||
|
+ id="path74"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 58.4,699.4 c -1,2.7 0.1,5 2.8,6 3.5,1.2 5.8,-0.6 5.8,-4.5 0,-3 -1.7,-3.8 -3.7,-1.8 -0.8,0.8 -1.3,0.8 -1.7,0 -1,-1.5 -2.6,-1.4 -3.2,0.3 z"
|
||||||
|
+ id="path75"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 106.7,701.7 c -0.9,0.9 -0.8,3.5 0.2,5.1 1.3,2.1 6.1,-0.6 6.1,-3.5 0,-1.9 -0.5,-2.3 -2.8,-2.3 -1.6,0 -3.2,0.3 -3.5,0.7 z"
|
||||||
|
+ id="path76"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 85.7,702.7 c -1.3,1.2 -0.7,5 0.9,6.3 1.2,1.1 1.8,1 3.1,-0.3 1.4,-1.3 1.4,-2.1 0.5,-4.2 -1.1,-2.4 -3.1,-3.2 -4.5,-1.8 z"
|
||||||
|
+ id="path77"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 50.3,708 c -3.2,1.3 -3,4.8 0.3,6.1 5.3,2 8.6,-1.8 4.8,-5.5 -1.7,-1.8 -2,-1.8 -5.1,-0.6 z"
|
||||||
|
+ id="path78"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 695.5,710 c -4,2.6 -8.3,7.9 -12.4,15.3 -14.2,26.2 -16.5,29.9 -19.9,32.5 -3.6,2.7 -5.5,2.7 -18.7,-0.2 -8.5,-1.9 -18.1,-2.7 -38.3,-2.9 -15,-0.2 -15.4,-0.2 -17.3,-2.7 -1.1,-1.4 -2.7,-4.1 -3.5,-6 -3.7,-9 -7,-15 -8.3,-15 -1.7,0 -7.5,6.3 -10,11 -1,1.9 -3,4.7 -4.4,6.2 -2.5,2.7 -3.1,2.8 -11.5,2.8 h -9 l -5.8,-4.5 c -3.1,-2.5 -6.3,-4.5 -7,-4.5 -3.5,0 -6.4,14.7 -6.4,32.7 0,17.6 1.2,20.5 13.9,32.6 13,12.2 14.3,16.1 11.2,34.7 -1.4,8.3 -1.4,15.7 -0.1,16.5 2.1,1.3 7,-0.7 8.5,-3.4 1.9,-3.9 5.2,-13.6 6.5,-19.6 1,-4.4 2.3,-6.4 4.1,-6.5 1.4,0 1.7,7.6 0.9,18.1 -0.9,11.4 -0.3,15.9 2.4,15.9 2.6,0 7.2,-4.8 8.4,-8.7 3.1,-10.6 4.1,-14.2 5.2,-19 1.3,-5.9 4.5,-8.4 9,-7.2 3.9,1.1 20,0.9 25,-0.2 8,-1.9 18.7,-2.3 19.6,-0.7 0.5,0.7 1,7.4 1.1,14.8 0.1,7.4 0.2,14 0.2,14.6 0.1,1.5 4.7,2.7 7.2,1.9 2.6,-0.8 5,-5.7 5.5,-11.1 0.2,-2.5 1,-5.7 1.8,-7.2 0.7,-1.5 1.6,-4.3 2,-6.4 0.7,-3.9 3.3,-5.8 4.3,-3.2 0.3,0.9 0.3,7.1 0,13.8 -0.6,12.4 -0.5,13.1 2.5,15.4 1.3,1.1 2.2,1.1 5,-0.1 2.7,-1.1 3.7,-2.5 5.6,-7.3 1.3,-3.2 2.7,-8.8 3.2,-12.4 0.5,-3.6 1.5,-8.1 2.1,-10 1.2,-3.8 1.9,-7 4.4,-19.5 1.7,-8.9 1.3,-14.6 -1.6,-23.9 -3.2,-10.1 -2.7,-13.3 4.4,-24.7 1.2,-1.9 3.1,-5 4.2,-6.8 1.1,-1.9 3,-4.8 4.2,-6.7 2.7,-4.2 9.6,-19.5 11.3,-25.1 1.6,-5.3 0.7,-11.3 -2.1,-13.6 -2.7,-2.2 -3.7,-2.1 -7.4,0.3 z m 4.8,6.7 c 0.3,1.6 0.2,4.6 -0.2,6.8 -0.9,4.8 -8.4,20.5 -12.2,25.5 -1.4,1.9 -3.7,5.5 -4.9,8 -1.2,2.5 -3.2,5.8 -4.4,7.5 -1.1,1.6 -2.9,5.2 -3.8,7.8 -1.7,4.8 -1.7,5 1.4,17 l 3.1,12.1 -1.7,9.5 c -1,5.3 -2.3,11.4 -3.1,13.6 -0.7,2.2 -2.1,8.5 -3,14 -2.4,15.4 -2.5,15.5 -4.5,15.5 -2.7,0 -3.2,-2.6 -2.8,-14.3 0.3,-11.5 -0.9,-15.7 -4.6,-15.7 -4.8,0.1 -8.3,6.6 -10.1,19 -0.7,4.7 -2.9,9 -4.5,9 -0.6,0 -1,-5.3 -1,-13.3 0,-9 -0.4,-13.7 -1.2,-14.5 -0.9,-0.9 -8.7,-1.2 -28.9,-1.2 h -27.7 l -2.5,2.9 c -1.6,1.9 -3.3,6.6 -5.1,13.6 -3.1,12.3 -5,17.5 -6.6,17.5 -1.9,0 -2.1,-2.5 -0.9,-9.1 2.2,-12.2 2.2,-15.3 0,-19.8 -2.4,-4.6 -3.7,-5 -7.3,-2.2 -2.4,1.9 -4.4,7.2 -6.8,17.6 -0.6,2.7 -1.8,6.1 -2.7,7.4 -2.5,3.9 -3.4,0.5 -2.2,-8 2,-14.1 2.2,-21.2 0.7,-24.7 -1.4,-3.1 -9.1,-11.7 -17.7,-19.5 -3.9,-3.6 -7.1,-9.2 -7.1,-12.3 0,-0.8 1.1,-1.9 2.5,-2.4 3.3,-1.3 3.2,-3.3 -0.6,-6.3 l -3.1,-2.4 1.1,-7.9 c 0.6,-4.3 1.2,-10.1 1.4,-12.9 0.3,-6.7 2.5,-7.1 8.2,-1.5 l 4.3,4.2 9.8,-1.1 c 13.7,-1.6 14.5,-2.1 20,-12.9 0.9,-1.9 2.4,-3.6 3.2,-3.9 2,-0.8 4.8,3.1 6.9,9.6 2.7,8.4 4.5,9.1 23.4,9.1 10.9,0 17,0.4 20.5,1.5 2.7,0.8 6.3,1.5 7.9,1.5 1.7,0 7.7,0.9 13.5,2.1 8.9,1.7 11.1,1.8 14.3,0.8 3.9,-1.3 10.7,-7.1 10.7,-9.3 0,-0.6 1.2,-2.8 2.6,-4.7 1.4,-1.9 4.5,-7.2 6.9,-11.9 4,-7.8 8.9,-16.1 13,-21.8 2.2,-3.1 5.1,-2.9 5.8,0.5 z"
|
||||||
|
+ id="path79"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 575,762 c 0,1.5 0.8,2.2 2.9,2.6 2.1,0.4 3.1,1.3 3.3,2.8 0.4,3 5.8,3.7 5.8,0.7 0,-1.4 -0.9,-2.3 -2.7,-2.7 -1.5,-0.4 -3.7,-1.8 -4.9,-3.1 -2.6,-2.8 -4.4,-3 -4.4,-0.3 z"
|
||||||
|
+ id="path80"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 555.1,769.4 c -1.6,2 0.3,5.6 2.9,5.6 2.6,0 4.5,-3.6 2.9,-5.6 -0.6,-0.8 -1.9,-1.4 -2.9,-1.4 -1,0 -2.3,0.6 -2.9,1.4 z"
|
||||||
|
+ id="path81"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 533.2,771.7 c 0.5,2.6 3.8,2.9 3.8,0.4 0,-1.5 -0.6,-2.1 -2.1,-2.1 -1.4,0 -1.9,0.5 -1.7,1.7 z"
|
||||||
|
+ id="path82"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><g
|
||||||
|
+ id="g1"
|
||||||
|
+ style="display:inline"><path
|
||||||
|
+ d="m 839.5,862.7 c -1.6,0.9 -4.2,2.9 -5.7,4.5 l -2.6,2.8 h 2.5 c 1.4,0 3.9,-1 5.5,-2.2 l 3.1,-2.1 1.8,2.1 c 0.9,1.2 2.5,2.2 3.4,2.2 1.4,0 1.6,-0.6 1,-2.8 -0.7,-3.1 -3.3,-6.2 -4.9,-6.2 -0.6,0.1 -2.4,0.8 -4.1,1.7 z"
|
||||||
|
+ id="path89"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
+ inkscape:label="path89" /><path
|
||||||
|
+ d="m 783.7,862.7 c -0.8,1 -1.9,3 -2.2,4.5 -0.6,2.4 -0.4,2.8 1.4,2.8 1.1,0 2.5,-0.9 3.1,-2 1.4,-2.6 4.2,-2.6 6.5,0 1,1.1 3.1,2 4.8,2 h 2.9 l -4.9,-4.5 c -5.2,-4.8 -8.9,-5.7 -11.6,-2.8 z"
|
||||||
|
+ id="path88"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g479"
|
||||||
|
+ inkscape:label="fish"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="translate(252.06731,446.07601)"><path
|
||||||
|
+ d="m 52.769736,-42.117156 c -4.967114,4.169731 -4.967114,4.811228 -0.584367,14.433684 5.843664,12.829942 10.518595,15.716679 14.024793,8.980959 4.382747,-8.339462 9.057678,-6.094222 7.012396,3.528234 -1.753099,8.0187143 -1.460916,8.3394623 2.045282,3.207486 5.55148,-7.697965 8.765495,-6.73572 6.42803,1.603742 -1.753099,7.0564683 -1.460916,7.0564683 1.753099,0.9622463 3.506198,-5.7734743 3.798381,-5.7734743 5.55148,-0.320749 1.460916,5.131977 2.045282,4.811228 5.259297,-2.5659883 2.921832,-7.056468 2.629649,-7.697965 -1.460916,-6.094222 -3.798381,1.603742 -4.382747,0.641497 -2.921831,-3.848983 1.753099,-4.490479 1.460915,-5.131976 -1.753099,-2.24524 -5.551481,5.131977 -8.765496,0.962246 -4.382748,-5.452725 2.921832,-4.169731 2.921832,-4.490479 -0.584366,-1.282994 -7.012396,7.056468 -12.563877,5.131977 -8.473312,-2.565988 5.55148,-11.546948 -10.518595,-17.320421 -21.913738,-8.339462 z m 16.946624,0.962245 c 4.674931,1.924492 4.090564,4.169731 -3.798381,16.999673 -2.337466,3.848983 -3.506199,3.848983 -7.30458,0.641497 -10.810777,-9.943205 -2.045282,-23.093895 11.102961,-17.64117 z"
|
||||||
|
+ id="path48-2"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /><path
|
||||||
|
+ d="m 60.658681,-34.419191 c 1.168733,0.962245 2.921832,0.962245 4.090565,0 0.87655,-1.282994 0,-2.24524 -2.045282,-2.24524 -2.045283,0 -2.921832,0.962246 -2.045283,2.24524 z"
|
||||||
|
+ id="path49-0"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /><path
|
||||||
|
+ d="m 99.22686,-11.646045 c -4.674931,3.8489833 -4.674931,10.2639533 0,8.3394623 3.21401,-1.603743 4.38275,0.320749 4.38275,5.773474 0,14.4336837 7.59676,21.8108987 11.39514,10.9054497 1.7531,-4.8112277 6.13585,-11.5469467 9.64205,-14.7544327 8.18112,-7.056467 -0.58437,-11.5469473 -15.48571,-8.018713 -6.42803,1.603743 -8.47331,1.282994 -7.30458,-1.2829943 2.33746,-4.169731 1.46091,-4.49048 -2.62965,-0.962246 z m 21.91374,7.0564683 c 0,1.603743 -1.16874,3.207485 -2.92183,3.207485 -1.46092,0 -3.5062,3.528234 -4.67494,8.018714 -0.87654,4.4904797 -2.92183,7.0564677 -4.38274,6.0942217 -3.79838,-2.565988 -3.21402,-16.6789237 1.16873,-18.2826667 6.13585,-2.886736 10.81078,-2.245239 10.81078,0.962246 z"
|
||||||
|
+ id="path68-2"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /></g><g
|
||||||
|
+ id="g483"
|
||||||
|
+ inkscape:label="star1"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="matrix(3.9452232,0,0,4.2240352,-552.25879,-827.74646)"><path
|
||||||
|
+ d="m 178.53387,240.94477 c -0.3,1.2 -1.6,2.4 -2.7,2.7 -2.1,0.6 -2.1,0.7 -0.4,2 0.9,0.7 1.7,2.1 1.7,3 0,1.8 1.5,2.2 2.5,0.6 0.4,-0.6 1.5,-0.8 2.6,-0.5 1.5,0.5 1.9,0.1 1.9,-1.7 0,-1.3 0.5,-2.9 1.2,-3.6 0.9,-0.9 0.8,-1.2 -0.7,-1.2 -1,0 -2.7,-0.8 -3.7,-1.7 -1.8,-1.6 -1.9,-1.6 -2.4,0.4 z m 4.3,2.3 c 1.3,0 1.4,0.3 0.6,1.1 -0.6,0.6 -0.9,1.8 -0.6,2.7 0.4,1 0.2,1.3 -0.6,0.8 -0.6,-0.4 -1.7,-0.3 -2.4,0.2 -0.9,0.8 -1.5,0.4 -2.3,-1.3 -0.9,-1.9 -0.9,-2.5 0.2,-2.9 0.8,-0.3 1.4,-1.3 1.4,-2.3 0.1,-1.7 0.1,-1.7 1.1,-0.1 0.5,1 1.7,1.8 2.6,1.8 z"
|
||||||
|
+ id="path175"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g480"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ inkscape:label="paw1"
|
||||||
|
+ transform="matrix(4.9319668,0,0,5.7559584,-126.28228,122.10017)"><path
|
||||||
|
+ d="m 166.13387,74.74477 c 0,0.8 0.5,1.5 1,1.5 0.6,0 1,-0.7 1,-1.5 0,-0.8 -0.4,-1.5 -1,-1.5 -0.5,0 -1,0.7 -1,1.5 z"
|
||||||
|
+ id="path46-3"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 162.13387,75.64477 c 0,0.9 0.5,1.6 1,1.6 0.6,0 1,-0.4 1,-0.9 0,-0.6 -0.4,-1.3 -1,-1.6 -0.5,-0.3 -1,0.1 -1,0.9 z"
|
||||||
|
+ id="path47-7"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 170.13387,76.24477 c 0,0.7 0.3,1 0.7,0.7 0.3,-0.4 0.3,-1 0,-1.4 -0.4,-0.3 -0.7,0 -0.7,0.7 z"
|
||||||
|
+ id="path50-5"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 160.13387,79.24477 c 0,0.5 0.7,1 1.6,1 0.8,0 1.2,-0.5 0.9,-1 -0.3,-0.6 -1,-1 -1.6,-1 -0.5,0 -0.9,0.4 -0.9,1 z"
|
||||||
|
+ id="path59-9"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 164.83387,78.94477 c -2.1,2.1 -0.7,5.5 2.1,4.8 3.5,-0.8 4.6,-2 3.9,-3.9 -0.6,-1.6 -4.8,-2.2 -6,-0.9 z"
|
||||||
|
+ id="path60-2"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g484"
|
||||||
|
+ inkscape:label="paw2"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="matrix(4.040358,0,0,4.774807,-159.45488,-523.8208)"><path
|
||||||
|
+ d="m 77.733867,236.14477 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
+ id="path169"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 73.133867,238.24477 c 0,0.5 0.5,1 1,1 0.6,0 1,-0.5 1,-1 0,-0.6 -0.4,-1 -1,-1 -0.5,0 -1,0.4 -1,1 z"
|
||||||
|
+ id="path171"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 81.133867,238.84477 c 0,0.8 0.5,1.2 1,0.9 0.6,-0.3 1,-1 1,-1.6 0,-0.5 -0.4,-0.9 -1,-0.9 -0.5,0 -1,0.7 -1,1.6 z"
|
||||||
|
+ id="path172"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 74.733867,241.84477 c -2.1,2 -2.1,2 1.5,3.8 3.5,1.7 4.9,1.4 4.9,-1.3 0,-3.7 -3.7,-5.2 -6.4,-2.5 z"
|
||||||
|
+ id="path176"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 82.133867,242.24477 c 0,0.5 0.4,1 0.9,1 0.6,0 1.3,-0.5 1.6,-1 0.3,-0.6 -0.1,-1 -0.9,-1 -0.9,0 -1.6,0.4 -1.6,1 z"
|
||||||
|
+ id="path178"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g481"
|
||||||
|
+ inkscape:label="klubok1"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="matrix(2.8077392,0,0,2.729068,127.57199,210.94513)"><path
|
||||||
|
+ d="m 220.93387,182.14477 c -7,6.3 -2.9,16.1 6.7,16.1 5.1,0 9.1,1.6 10,3.9 0.6,1.5 0.1,2.1 -5.6,6.1 -2.7,2 -1.9,5.2 1.7,6.8 4,1.9 5.3,1.4 1.4,-0.6 -4.9,-2.4 -5,-4.7 -0.3,-6.9 6.1,-2.9 5.8,-5.5 -1.5,-9.9 -0.2,-0.1 0.7,-1.8 1.9,-3.8 5.7,-9.8 -5.9,-19.2 -14.3,-11.7 z m 5.8,1.9 c -1.7,1.6 -1.8,1.6 -0.5,-0.5 0.7,-1.2 1.5,-2 1.8,-1.7 0.3,0.2 -0.3,1.2 -1.3,2.2 z m 4.4,-2.4 c 0,0.3 -0.5,0.8 -1.2,1.2 -0.7,0.4 -0.8,0.3 -0.4,-0.4 0.7,-1.2 1.6,-1.6 1.6,-0.8 z m -6.6,4.8 c 0.8,3.4 5.5,9 6.8,8.1 0.7,-0.3 0.8,-0.1 0.4,0.5 -0.4,0.6 -1.4,0.8 -2.3,0.5 -1.2,-0.5 -1.4,-0.3 -0.8,0.8 0.4,0.8 -0.6,0.1 -2.3,-1.5 -1.8,-1.6 -3.4,-3.7 -3.7,-4.7 -0.3,-1 -1.1,-1.7 -1.8,-1.5 -0.7,0.1 -0.9,0.1 -0.4,-0.1 0.4,-0.3 0.7,-1.4 0.7,-2.6 0,-1.7 0.5,-1.2 2,1.8 1.1,2.2 1.7,3.1 1.4,2 -0.8,-2.2 -1.6,-8.6 -1,-7 0.2,0.5 0.7,2.2 1,3.7 z m 7.8,-3 c -1.9,1.9 -1.4,3.2 0.6,1.7 1.4,-1.1 1.5,-1.1 0.5,0.1 -1.8,2 -1.6,3.3 0.3,2.6 1.4,-0.5 1.5,-0.4 0.4,0.9 -1,1.2 -1,1.5 0,1.5 0.8,0 1,0.3 0.6,0.7 -0.4,0.5 -1.4,0 -2.1,-1 -0.8,-1.2 -1.5,-1.4 -2,-0.8 -0.3,0.6 -1.1,1.1 -1.7,1.1 -0.6,0 -0.3,-1 0.8,-2.3 1,-1.2 1.2,-1.6 0.4,-1 -1.9,1.7 -3.5,1.7 -2.1,0 0.6,-0.8 0.7,-1.8 0.3,-2.2 -0.4,-0.5 -0.2,-0.5 0.4,-0.2 0.7,0.4 1.7,0 2.4,-0.8 0.7,-0.8 1.5,-1.5 1.8,-1.5 0.3,0 0.1,0.5 -0.6,1.2 z m -11.5,7.5 c -0.4,0.3 -1,0.3 -1.4,0 -0.3,-0.4 0,-0.7 0.7,-0.7 0.7,0 1,0.3 0.7,0.7 z m 0,2 c -0.4,0.3 -1,0.3 -1.4,0 -0.3,-0.4 0,-0.7 0.7,-0.7 0.7,0 1,0.3 0.7,0.7 z m 13,1 c -0.4,0.3 -0.7,0 -0.7,-0.7 0,-0.7 0.3,-1 0.7,-0.7 0.3,0.4 0.3,1 0,1.4 z m -11.2,1.3 c 0.3,0.5 0.4,1 0.1,1 -0.3,0 -0.8,-0.5 -1.1,-1 -0.3,-0.6 -0.4,-1 -0.1,-1 0.3,0 0.8,0.4 1.1,1 z"
|
||||||
|
+ id="path131"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 225.13387,192.04477 c 0,0.5 0.7,1.5 1.5,2.2 0.8,0.7 1.5,0.8 1.5,0.2 0,-0.5 -0.7,-1.5 -1.5,-2.2 -0.8,-0.7 -1.5,-0.8 -1.5,-0.2 z"
|
||||||
|
+ id="path132"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g483-8"
|
||||||
|
+ inkscape:label="star1"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="matrix(3.9452232,0,0,4.2240352,-279.64123,-226.23287)"><path
|
||||||
|
+ d="m 178.53387,240.94477 c -0.3,1.2 -1.6,2.4 -2.7,2.7 -2.1,0.6 -2.1,0.7 -0.4,2 0.9,0.7 1.7,2.1 1.7,3 0,1.8 1.5,2.2 2.5,0.6 0.4,-0.6 1.5,-0.8 2.6,-0.5 1.5,0.5 1.9,0.1 1.9,-1.7 0,-1.3 0.5,-2.9 1.2,-3.6 0.9,-0.9 0.8,-1.2 -0.7,-1.2 -1,0 -2.7,-0.8 -3.7,-1.7 -1.8,-1.6 -1.9,-1.6 -2.4,0.4 z m 4.3,2.3 c 1.3,0 1.4,0.3 0.6,1.1 -0.6,0.6 -0.9,1.8 -0.6,2.7 0.4,1 0.2,1.3 -0.6,0.8 -0.6,-0.4 -1.7,-0.3 -2.4,0.2 -0.9,0.8 -1.5,0.4 -2.3,-1.3 -0.9,-1.9 -0.9,-2.5 0.2,-2.9 0.8,-0.3 1.4,-1.3 1.4,-2.3 0.1,-1.7 0.1,-1.7 1.1,-0.1 0.5,1 1.7,1.8 2.6,1.8 z"
|
||||||
|
+ id="path175-9"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><path
|
||||||
|
+ d="m 194.4,868.5 c -1.8,1.3 -1.6,1.4 2.5,1.5 3.7,0 4.2,-0.2 3.1,-1.5 -1.6,-1.9 -3.1,-1.9 -5.6,0 z"
|
||||||
|
+ id="path90"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><g
|
||||||
|
+ id="g484-3"
|
||||||
|
+ inkscape:label="paw2"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ transform="matrix(3.2174039,0,0,3.8427558,264.04962,-855.12678)"><path
|
||||||
|
+ d="m 77.733867,236.14477 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
+ id="path169-6"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 73.133867,238.24477 c 0,0.5 0.5,1 1,1 0.6,0 1,-0.5 1,-1 0,-0.6 -0.4,-1 -1,-1 -0.5,0 -1,0.4 -1,1 z"
|
||||||
|
+ id="path171-1"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 81.133867,238.84477 c 0,0.8 0.5,1.2 1,0.9 0.6,-0.3 1,-1 1,-1.6 0,-0.5 -0.4,-0.9 -1,-0.9 -0.5,0 -1,0.7 -1,1.6 z"
|
||||||
|
+ id="path172-2"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 74.733867,241.84477 c -2.1,2 -2.1,2 1.5,3.8 3.5,1.7 4.9,1.4 4.9,-1.3 0,-3.7 -3.7,-5.2 -6.4,-2.5 z"
|
||||||
|
+ id="path176-9"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
+ d="m 82.133867,242.24477 c 0,0.5 0.4,1 0.9,1 0.6,0 1.3,-0.5 1.6,-1 0.3,-0.6 -0.1,-1 -0.9,-1 -0.9,0 -1.6,0.4 -1.6,1 z"
|
||||||
|
+ id="path178-3"
|
||||||
|
+ style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
+ id="g107"
|
||||||
|
+ inkscape:label="left"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"><path
|
||||||
|
+ d="m 779,4.4 c -0.7,2.4 -2.5,5.7 -4.1,7.2 -2.5,2.4 -8.9,13.9 -8.9,16.1 0,0.5 -0.8,2.4 -1.8,4.3 -1.1,1.9 -2.2,4.9 -2.5,6.7 -0.6,2.8 -0.3,3.4 2.7,5.2 2.1,1.3 4.3,4.1 6,7.8 1.6,3.2 3.8,6.9 5,8.3 7.2,8.3 8.5,13.3 4.1,15 -1.5,0.6 -5,2.1 -7.9,3.5 -2.9,1.4 -7.3,2.9 -9.8,3.4 -6.8,1.2 -11.8,4.6 -11.8,8 0,6.3 6.1,7.7 16.3,3.7 5.9,-2.2 11.5,-4.2 23.3,-8 5.8,-1.8 9,-2 9.8,-0.7 1,1.5 -2.1,3.5 -17.7,11.2 -4.2,2.1 -6.2,3.8 -7.4,6.4 -1.6,3.3 -1.5,3.6 0.2,5.5 3.3,3.7 7.3,2.9 28.7,-5.2 1.5,-0.5 3.4,-1.8 4.4,-2.9 2.4,-2.6 4.3,-2.4 7.9,1 3.8,3.7 12.2,5.6 30.5,7.1 7.4,0.6 20.7375,1.125 22.9375,1.625 7.6875,-1.0375 9.56458,-13.251512 9.21875,-1.53125 -0.0877,2.97105 0.5625,-3.28125 -13.85625,-3.09375 -3.19973,0.0416 -9.6,-0.7 -14.3,-1.5 -4.7,-0.8 -11.9,-1.5 -16.1,-1.5 -6,0 -8.5,-0.5 -11.9,-2.3 -6.5,-3.4 -8.3,-6.4 -7.5,-12.2 0.4,-2.6 1.6,-5.6 2.6,-6.6 4.1,-4.1 11.3,-3.2 7.6,0.9 -1.8,2 -2.2,7.8 -0.7,10.2 0.7,1.2 4,1.6 14.7,2.1 7.6,0.3 15.4,1.1 17.3,1.8 2.275,-0.196875 6.26456,0.180958 9.02812,0.63125 9.78125,1.59375 11.62813,0.7375 11.62813,-1.5625 0,-2.2 -7.05625,-3.625 -10.35625,-2.96875 -4.7,-0.1 -14.3,-1 -16.2,-1.6 -1,-0.3 -1.2,-3 -0.9,-12.7 0.4,-11 0.7,-12.6 3.1,-16.8 3,-5.1 11.2,-13.3 15.2,-15.1 13.70312,-3.678125 11.0125,-9.7375 8.8125,-9.7375 -1.7,0 -14.1125,6.8375 -15.0125,8.1375 -0.4,0.7 -1.7,1.8 -2.8,2.4 -3.6,1.9 -11.4,12.6 -12.1,16.3 -0.3,2 -1.3,5.6 -2,8 -0.9,2.7 -1.3,6.8 -1.1,10.7 0.3,3.7 0,6.7 -0.6,7.3 -1.3,1.3 -11.6,1.4 -13.6,0.2 -0.9,-0.6 -1.2,-2.5 -1,-6.2 0.2,-3 0,-6 -0.4,-6.7 -1.2,-1.8 -8.8,-1.4 -12.2,0.7 -3.4,2 -6.6,2.8 -17.1,4.1 -3.9,0.4 -9.3,1.5 -12,2.3 -2.7,0.9 -9.9,3.2 -16.1,5.1 -10.1,3.3 -14.3,3.7 -14.3,1.6 0,-1.5 2.8,-3.1 9.6,-5.4 10.3,-3.5 21.4,-8.9 21.9,-10.7 0.9,-2.7 -2.2,-9.5 -7.8,-17.1 -8.4,-11.4 -9.2,-13.2 -9.1,-21.8 0,-8.7 2.8,-15.2 9.4,-22.4 2.7,-2.9 4.1,-5.5 4.6,-8.4 0.6,-4 0.5,-4.2 -1.8,-4.2 -2.1,0 -2.7,0.7 -3.8,4.4 z m 32.3,81.8 c -0.3,2.9 -1.1,6.2 -1.8,7.3 -2.5,4 -27.4,14 -29.5,11.9 -1.9,-1.9 0.2,-4.6 5.4,-7.1 10.7,-5.1 21.5,-12.2 23.4,-15.2 2.1,-3.6 3.1,-2.4 2.5,3.1 z"
|
||||||
|
+ id="path4"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
+ sodipodi:nodetypes="ccsccccccscscccccccccccssssccsccccsscccccscccccscccccccsccscccscccsccc" /><path
|
||||||
|
+ d="m 796.7,4 c 1.7,2.5 3.4,4 4.7,4.1 1.2,0 8.2,0 15.6,-0.1 l 13.5,-0.1 3.3,-3.1 C 835.5,3 837,1.2 837,0.8 837,0.4 835.4,0 833.5,0 831.1,0 830,0.5 830,1.4 c 0,2 -6.6,2.9 -18.5,2.4 C 803.7,3.6 801.6,3.2 800.6,1.7 799.9,0.8 798.1,0 796.7,0 h -2.6 z"
|
||||||
|
+ id="path5"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 845,1 c 0,3.6 2.7,12 4.7,14.7 3.2,4.1 4.8,4.6 13.3,3.7 6.5,-0.6 10.7824,-0.749957 11.21875,-2.90625 C 874.96875,12.7875 869.7,14 862.5,14 853.7,14 851.9,12.7 849.9,4.9 849,1.3 848.1,0 846.8,0 845.8,0 845,0.4 845,1 Z"
|
||||||
|
+ id="path6"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
+ sodipodi:nodetypes="sccsscss" /><path
|
||||||
|
+ d="m 779.5,26 c -0.8,1.3 1.2,4.8 3.5,6 2.8,1.5 7.6,1.2 9,-0.5 1.8,-2.1 0.4,-4.8 -2.1,-4.2 -1.1,0.3 -3.8,-0.1 -6,-0.8 -2.2,-0.8 -4.1,-1 -4.4,-0.5 z"
|
||||||
|
+ id="path8"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 830,30.1 c 0,1.5 1.2,3.2 3.2,4.6 2.9,2 3.3,2.1 6,0.7 1.5,-0.8 2.9,-1.9 3,-2.4 0.4,-3.2 0.1,-3.5 -3.7,-3.6 -2.2,-0.1 -5,-0.5 -6.2,-0.9 -2,-0.6 -2.3,-0.4 -2.3,1.6 z"
|
||||||
|
+ id="path9"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 809.4,33.1 c -1,1.7 2.3,4.6 3.7,3.2 0.7,-0.7 0.9,-1.9 0.6,-2.7 -0.7,-1.8 -3.3,-2.1 -4.3,-0.5 z"
|
||||||
|
+ id="path10"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m 851.5,35.1 c -1,1.6 0.3,5.6 2,6.3 2.3,0.8 4.5,-0.4 5.1,-3 0.8,-3.2 -0.2,-4.4 -3.6,-4.4 -1.6,0 -3.2,0.5 -3.5,1.1 z"
|
||||||
|
+ id="path11"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /></g><g
|
||||||
|
+ id="g106-5"
|
||||||
|
+ transform="translate(4.85616,-2.0112115)"
|
||||||
|
+ style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
+ inkscape:label="right2"><path
|
||||||
|
+ d="m -27.33033,-5.908252 c -2.6,1.5 -2.2,4.9 0.7,4.9 2.6,0 3.6,2.1 3.6,8.1999996 0,4.2000004 3,9.9000004 6.5,12.2000004 2,1.3 4.9,1.5 18.2000001,1 14.9999999,-0.5 16.1999999,-0.4 24.0999999,2 10.6,3.2 14.2,5.5 19.6,12.2 10.6,12.9 12.4,31.7 4.9,49.4 -1.3,3.1 -9.2,17.000002 -9.7,17.000002 -0.1,0 -4,1.6 -8.6,3.6 -8.2,3.5 -8.104505,3.00338 -19.37868,2.40676 -3.3607341,-0.89437 -7.3357849,0.68908 -13.8529656,0.57475 -1.2,-0.6 -9.8871044,-0.39404 -15.1871044,-0.89401 -12.9,-1.2 -12.58125,-2.9875 -12.58125,-0.6875 0,1.4 0.9,2.1 3.8,2.5 2,0.4 5.645299,0.48082 8.102252,1.46742 2.4125,0.96875 12.177253,2.16229 24.9914981,1.68883 22.1848629,-0.81969 26.4062499,-1.45625 33.9062499,-7.05625 4.2,-3 9.2,-8.600001 9.2,-10.100001 0,-0.3 1,-2.2 2.3,-4.300001 3.9,-6.2 5.7,-15 5.7,-27.3 0,-13.4 -1.6,-19.6 -7.2,-27.9 -10,-15.1 -25.6,-21 -51.79999988,-19.5 -15.00000012,0.8 -14.70000012,1 -18.80000012,-11.5000002 -2.9,-8.7999998 -5.3,-11.6999999 -8.5,-9.8999998 z"
|
||||||
|
+ id="path7-4"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
+ sodipodi:nodetypes="csscccccsccccscsscscscccc" /><path
|
||||||
|
+ d="m -29.03033,33.591748 c 0,3.1 2.3,2.8 2.8,-0.4 0.2,-1.5 -0.2,-2.2 -1.2,-2.2 -1.1,0 -1.6,0.9 -1.6,2.6 z"
|
||||||
|
+ id="path22-7"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m -15.93033,37.091748 c -1.8,2.5 -2,3.3 -1,4.5 0.7,0.8 2.4,1.4 3.8,1.2 2.1,-0.2 2.7,-0.9 2.9,-3.5 0.2,-2.3 -0.2,-3.4 -1.6,-4.2 -1.6,-0.8 -2.3,-0.5 -4.1,2 z"
|
||||||
|
+ id="path23-6"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
+ d="m -0.11157988,38.941748 c -0.7,0.7 -6.78437502,0.534375 -9.35312502,5.51875 -11.8000001,7.9 -14.4656251,19.63125 -15.0656251,37.03125 -0.3,7.9 -0.6,9.1 -2.4,10.000001 -1.2,0.5 -2.1,1.5 -2.1,2.1 0,1.4 18.670796,5.393243 32.5719224,6.225826 C 12.741593,100.21758 16.06967,98.69175 18.86967,97.29175 c 1.9,-1.000001 3.6,-2.400001 3.9,-3.100001 0.4,-1.4 -3.333709,-2.362913 -4.233709,-0.862913 -1.1,1.8 -23.7753006,0.205632 -31.734835,0.525826 l -6.331456,-2.462913 -0.3,-8.500001 c -0.2,-6.8 0.2,-9.9 2.1,-15.5 3.5,-10.2 6.410501,-17.654664 16.4105013,-22.454664 8.3,-3.9 14.2894987,-1.745336 19.0894987,0.454639 4.6,2.1 9.7,2.5 9.7,0.9 0,-0.7 -1.5,-2.4 -3.4,-3.8 -3.2,-2.3 -3.603125,-3.953125 -12.303125,-3.953125 -6.3999999,0 -11.07812488,-0.396875 -11.87812488,0.403125 z"
|
||||||
|
+ id="path24-5"
|
||||||
|
+ style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
+ sodipodi:nodetypes="scccsccccccccccscsss" /></g></g></g>
|
||||||
|
+</svg>
|
||||||
|
|||||||
@@ -8,21 +8,6 @@
|
|||||||
+ option wallpaper 'pattern'
|
+ option wallpaper 'pattern'
|
||||||
+ option layout 'sidebar'
|
+ option layout 'sidebar'
|
||||||
+ option autocollapse 'on'
|
+ option autocollapse 'on'
|
||||||
|
|
||||||
--- a/luci-theme-footstrap/styles/02-tokens.css
|
|
||||||
+++ b/luci-theme-footstrap/styles/02-tokens.css
|
|
||||||
@@ -19,6 +19,11 @@
|
|
||||||
* friends) live in those blocks too, beside the fills they must be legible against: a
|
|
||||||
* dark palette has light fills and needs a dark ink, and one global `#fff` failed WCAG AA
|
|
||||||
* on seven of the eight dark-palette fills (down to 1.69:1). */
|
|
||||||
+ --card-bg-color: var(--fs-panel) !important;
|
|
||||||
+ --border-color: var(--fs-border) !important;
|
|
||||||
+ --app-container_title-color: var(--fs-text) !important;
|
|
||||||
+ --item-label_key-span-color: var(--app-container_title-color) !important;
|
|
||||||
+ --app-container_status-label_block: var(--app-container_title-color) !important;
|
|
||||||
--fs-shadow: 0 1px 3px rgba(15,23,37,.08);
|
|
||||||
/* pop surfaces (menus, dropdown lists, the select picker): one value rather than a
|
|
||||||
* literal per site */
|
|
||||||
diff --git a/luci-theme-footstrap/root/etc/footstrap/pattern.svg b/luci-theme-footstrap/root/etc/footstrap/pattern.svg
|
diff --git a/luci-theme-footstrap/root/etc/footstrap/pattern.svg b/luci-theme-footstrap/root/etc/footstrap/pattern.svg
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 000000000..72eb03cdc
|
index 000000000..72eb03cdc
|
||||||
|
|||||||
@@ -289,6 +289,7 @@ jobs:
|
|||||||
git_clone https://github.com/yichya/openwrt-hv-tools
|
git_clone https://github.com/yichya/openwrt-hv-tools
|
||||||
git_clone https://github.com/ddimension/openwrt-repo && mv -f openwrt-repo/*wwand* ./;rm -rf openwrt-repo
|
git_clone https://github.com/ddimension/openwrt-repo && mv -f openwrt-repo/*wwand* ./;rm -rf openwrt-repo
|
||||||
git_clone https://github.com/jerrykuku/luci-theme-argon
|
git_clone https://github.com/jerrykuku/luci-theme-argon
|
||||||
|
git_clone https://github.com/jerrykuku/luci-app-argon-config
|
||||||
) &
|
) &
|
||||||
(
|
(
|
||||||
git_clone https://github.com/EasyTier/luci-app-easytier luci-app-easytier1 && mvdir luci-app-easytier1
|
git_clone https://github.com/EasyTier/luci-app-easytier luci-app-easytier1 && mvdir luci-app-easytier1
|
||||||
@@ -528,6 +529,9 @@ jobs:
|
|||||||
cp -rf luci-app-bypass/root/www/luci-static/bypass/* luci-app-passwall2/root/www/luci-static/passwall2/
|
cp -rf luci-app-bypass/root/www/luci-static/bypass/* luci-app-passwall2/root/www/luci-static/passwall2/
|
||||||
cp -rf luci-app-bypass/root/www/luci-static/bypass/* luci-app-ssr-plus/root/www/luci-static/shadowsocksr/
|
cp -rf luci-app-bypass/root/www/luci-static/bypass/* luci-app-ssr-plus/root/www/luci-static/shadowsocksr/
|
||||||
echo ".page-container>div>div>a:first-child,.info_content>.status_box{display:none !important}" >>luci-app-quickstart/htdocs/luci-static/quickstart/style.css
|
echo ".page-container>div>div>a:first-child,.info_content>.status_box{display:none !important}" >>luci-app-quickstart/htdocs/luci-static/quickstart/style.css
|
||||||
|
sed -i -e "s/body\[theme=dark\]/:root[data-darkmode=true]/g" \
|
||||||
|
-e "s/body\[theme=light\]/:root[data-darkmode=false]/g" luci-app-quickstart/htdocs/luci-static/quickstart/style.css
|
||||||
|
sed -i 's/body.getAttribute("theme");if(o)switch(o){case"dark":case"light":return o}/documentElement.getAttribute("data-darkmode");if(o)switch(o){case"true":return"dark";case"false":return"light"}/g' luci-app-quickstart/htdocs/luci-static/quickstart/index.js
|
||||||
sed -i 's/icon!=="baby"/icon!==""/' luci-app-quickstart/htdocs/luci-static/quickstart/index.js
|
sed -i 's/icon!=="baby"/icon!==""/' luci-app-quickstart/htdocs/luci-static/quickstart/index.js
|
||||||
sed -i 's/+php8-cgi /+php8-cgi +php8-fpm /' luci-theme-spectra/Makefile
|
sed -i 's/+php8-cgi /+php8-cgi +php8-fpm /' luci-theme-spectra/Makefile
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gowebdav
|
PKG_NAME:=gowebdav
|
||||||
PKG_VERSION:=5.14.2
|
PKG_VERSION:=5.15.0
|
||||||
PKG_RELEASE:=19
|
PKG_RELEASE:=20
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/hacdias/webdav/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/hacdias/webdav/tar.gz/v$(PKG_VERSION)?
|
||||||
|
|||||||
@@ -0,0 +1,201 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
@@ -1,9 +1,28 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI for Argon theme configuration
|
PKG_NAME:=luci-app-argon-config
|
||||||
|
PKG_VERSION:=1.0
|
||||||
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
||||||
|
|
||||||
|
LUCI_TITLE:=LuCI app for Argon theme configuration
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
LUCI_DEPENDS:=+luci-theme-argon
|
LUCI_DEPENDS:=+luci-theme-argon
|
||||||
|
|
||||||
|
define Package/$(PKG_NAME)/conffiles
|
||||||
|
/etc/config/argon
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
@mkdir -p $(PKG_BUILD_DIR)/po/ru
|
||||||
|
@if [ -f "Package/$(PKG_NAME)/po/ru/argon-config.po" ]; then \
|
||||||
|
$(STAGING_DIR_HOSTPKG)/bin/po2lmo \
|
||||||
|
"Package/$(PKG_NAME)/po/ru/argon-config.po" \
|
||||||
|
"$(PKG_BUILD_DIR)/po/ru/argon-config.lmo"; \
|
||||||
|
fi
|
||||||
|
endef
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
# call BuildPackage - OpenWrt buildroot signature
|
||||||
|
|||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<!-- markdownlint-configure-file {
|
||||||
|
"MD013": {
|
||||||
|
"code_blocks": false,
|
||||||
|
"tables": false,
|
||||||
|
"line_length":200
|
||||||
|
},
|
||||||
|
"MD033": false,
|
||||||
|
"MD041": false
|
||||||
|
} -->
|
||||||
|
|
||||||
|
[license]: /LICENSE
|
||||||
|
[license-badge]: https://img.shields.io/github/license/jerrykuku/luci-app-argon-config?style=flat-square&a=1
|
||||||
|
[prs]: https://github.com/jerrykuku/luci-app-argon-config/pulls
|
||||||
|
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
||||||
|
[issues]: https://github.com/jerrykuku/luci-app-argon-config/issues/new
|
||||||
|
[issues-badge]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=flat-square
|
||||||
|
[release]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[release-badge]: https://img.shields.io/github/v/release/jerrykuku/luci-app-argon-config?include_prereleases&style=flat-square
|
||||||
|
[download]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[download-badge]: https://img.shields.io/github/downloads/jerrykuku/luci-app-argon-config/total?style=flat-square
|
||||||
|
[contact]: https://t.me/jerryk6
|
||||||
|
[contact-badge]: https://img.shields.io/badge/Contact-telegram-blue?style=flat-square
|
||||||
|
[en-us-link]: /README.md
|
||||||
|
[zh-cn-link]: /README_ZH.md
|
||||||
|
[en-us-release-log]: /RELEASE.md
|
||||||
|
[zh-cn-release-log]: /RELEASE_ZH.md
|
||||||
|
[config-link]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[lede]: https://github.com/coolsnowwolf/lede
|
||||||
|
[official]: https://github.com/openwrt/openwrt
|
||||||
|
[immortalwrt]: https://github.com/immortalwrt/immortalwrt
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon_title4.svg">
|
||||||
|
|
||||||
|
# Argon Theme Config Plugin
|
||||||
|
|
||||||
|
You can set the blur and transparency of the login page of argon theme,
|
||||||
|
|
||||||
|
and manage the background pictures and videos.
|
||||||
|
|
||||||
|
[![license][license-badge]][license]
|
||||||
|
[![prs][prs-badge]][prs]
|
||||||
|
[![issues][issues-badge]][issues]
|
||||||
|
[![release][release-badge]][release]
|
||||||
|
[![download][download-badge]][download]
|
||||||
|
[![contact][contact-badge]][contact]
|
||||||
|
|
||||||
|
**English** |
|
||||||
|
[简体中文][zh-cn-link]
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon2.gif">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Branch Introduction
|
||||||
|
|
||||||
|
There are currently two main branches that are adapted to different versions of the **OpenWrt** source code.
|
||||||
|
The table below will provide a detailed introduction:
|
||||||
|
|
||||||
|
| Branch | Version | Description | Matching source |
|
||||||
|
| ------ | ------- | ---------------------------------- | --------------------------------------------------------- |
|
||||||
|
| master | v1.x.x | Support the latest version of LuCI | [Official OpenWrt][official] • [ImmortalWrt][immortalwrt] |
|
||||||
|
| 18.06 | v0.9.x | Support the 18.06 version of LuCI | [Lean's LEDE][lede] |
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
### Build for Lean's LEDE project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd lede/package/lean
|
||||||
|
rm -rf luci-app-argon-config # if have
|
||||||
|
git clone -b 18.06 https://github.com/jerrykuku/luci-app-argon-config.git luci-app-argon-config
|
||||||
|
make menuconfig #choose LUCI->Application->Luci-app-argon-config
|
||||||
|
make -j1 V=s
|
||||||
|
```
|
||||||
|
|
||||||
|
### Build for OpenWrt official SnapShots and ImmortalWrt
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd openwrt/package
|
||||||
|
git clone https://github.com/jerrykuku/luci-app-argon-config.git
|
||||||
|
make menuconfig #choose LUCI->Application->Luci-app-argon-config
|
||||||
|
make -j1 V=s
|
||||||
|
```
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
<a href="https://github.com/jerrykuku/luci-app-argon-config/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=jerrykuku/luci-app-argon-config" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
Made with [contrib.rocks](https://contrib.rocks).
|
||||||
|
|
||||||
|
## Related Projects
|
||||||
|
|
||||||
|
- [luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon): Argon theme
|
||||||
|
- [openwrt-package](https://github.com/jerrykuku/openwrt-package): My OpenWrt package
|
||||||
|
- [CasaOS](https://github.com/IceWhaleTech/CasaOS): A simple, easy-to-use, elegant open-source Personal Cloud system (My current main project)
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
<!-- markdownlint-configure-file {
|
||||||
|
"MD013": {
|
||||||
|
"code_blocks": false,
|
||||||
|
"tables": false,
|
||||||
|
"line_length":200
|
||||||
|
},
|
||||||
|
"MD033": false,
|
||||||
|
"MD041": false
|
||||||
|
} -->
|
||||||
|
|
||||||
|
[license]: /LICENSE
|
||||||
|
[license-badge]: https://img.shields.io/github/license/jerrykuku/luci-app-argon-config?style=flat-square&a=1
|
||||||
|
[prs]: https://github.com/jerrykuku/luci-app-argon-config/pulls
|
||||||
|
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
||||||
|
[issues]: https://github.com/jerrykuku/luci-app-argon-config/issues/new
|
||||||
|
[issues-badge]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=flat-square
|
||||||
|
[release]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[release-badge]: https://img.shields.io/github/v/release/jerrykuku/luci-app-argon-config?include_prereleases&style=flat-square
|
||||||
|
[download]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[download-badge]: https://img.shields.io/github/downloads/jerrykuku/luci-app-argon-config/total?style=flat-square
|
||||||
|
[contact]: https://t.me/jerryk6
|
||||||
|
[contact-badge]: https://img.shields.io/badge/Contact-telegram-blue?style=flat-square
|
||||||
|
[en-us-link]: /README.md
|
||||||
|
[zh-cn-link]: /README_ZH.md
|
||||||
|
[en-us-release-log]: /RELEASE.md
|
||||||
|
[zh-cn-release-log]: /RELEASE_ZH.md
|
||||||
|
[config-link]: https://github.com/jerrykuku/luci-app-argon-config/releases
|
||||||
|
[lede]: https://github.com/coolsnowwolf/lede
|
||||||
|
[official]: https://github.com/openwrt/openwrt
|
||||||
|
[immortalwrt]: https://github.com/immortalwrt/immortalwrt
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon_title4.svg">
|
||||||
|
|
||||||
|
# Argon 主题设置插件
|
||||||
|
|
||||||
|
您可以设置 Argon 主题登录页面的模糊度和透明度,并管理背景图片和视频。
|
||||||
|
|
||||||
|
[![license][license-badge]][license]
|
||||||
|
[![prs][prs-badge]][prs]
|
||||||
|
[![issues][issues-badge]][issues]
|
||||||
|
[![release][release-badge]][release]
|
||||||
|
[![download][download-badge]][download]
|
||||||
|
[![contact][contact-badge]][contact]
|
||||||
|
|
||||||
|
[Engilish][en-us-link] |
|
||||||
|
**简体中文**
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon2.gif">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Branch Introduction
|
||||||
|
|
||||||
|
目前有两个主要的分支,适应于不同版本的**OpenWrt**源代码。
|
||||||
|
下表为详细的介绍:
|
||||||
|
|
||||||
|
|
||||||
|
| 分支 | 版本 | 介绍 | 匹配源码 |
|
||||||
|
| ------ | ------ | --------------------------- | ----------------------------------------------------- |
|
||||||
|
| master | v1.x.x | 支持最新和比较新版本的 LuCI | [官方 OpenWrt][official] • [ImmortalWrt][immortalwrt] |
|
||||||
|
| 18.06 | v0.9.x | 支持 18.06 版本的 LuCI | [Lean's LEDE][lede] |
|
||||||
|
|
||||||
|
## G快速开始
|
||||||
|
|
||||||
|
### 使用 Lean's LEDE 构建
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd lede/package/lean
|
||||||
|
rm -rf luci-app-argon-config # if have
|
||||||
|
git clone -b 18.06 https://github.com/jerrykuku/luci-app-argon-config.git luci-app-argon-config
|
||||||
|
make menuconfig #choose LUCI->Application->Luci-app-argon-config
|
||||||
|
make -j1 V=s
|
||||||
|
```
|
||||||
|
|
||||||
|
### 使用官方 OpenWrt SnapShots 和 ImmortalWrt 构建
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd openwrt/package
|
||||||
|
git clone https://github.com/jerrykuku/luci-app-argon-config.git
|
||||||
|
make menuconfig #choose LUCI->Application->Luci-app-argon-config
|
||||||
|
make -j1 V=s
|
||||||
|
```
|
||||||
|
|
||||||
|
## 贡献者
|
||||||
|
|
||||||
|
<a href="https://github.com/jerrykuku/luci-app-argon-config/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=jerrykuku/luci-app-argon-config" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
Made with [contrib.rocks](https://contrib.rocks).
|
||||||
|
|
||||||
|
## 相关项目
|
||||||
|
|
||||||
|
- [luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon): Argon theme
|
||||||
|
- [openwrt-package](https://github.com/jerrykuku/openwrt-package): My OpenWrt package
|
||||||
|
- [CasaOS](https://github.com/IceWhaleTech/CasaOS): A simple, easy-to-use, elegant open-source Personal Cloud system (My current main project)
|
||||||
@@ -6,41 +6,41 @@
|
|||||||
'require ui';
|
'require ui';
|
||||||
'require view';
|
'require view';
|
||||||
|
|
||||||
const callSystemInfo = rpc.declare({
|
var callAvailSpace = rpc.declare({
|
||||||
object: 'system',
|
object: 'luci.argon',
|
||||||
method: 'info'
|
method: 'avail'
|
||||||
});
|
});
|
||||||
|
|
||||||
const callRemoveArgon = rpc.declare({
|
var callRemoveArgon = rpc.declare({
|
||||||
object: 'luci.argon',
|
object: 'luci.argon',
|
||||||
method: 'remove',
|
method: 'remove',
|
||||||
params: ['filename'],
|
params: ['filename'],
|
||||||
expect: { '': {} }
|
expect: { '': {} }
|
||||||
});
|
});
|
||||||
|
|
||||||
const callRenameArgon = rpc.declare({
|
var callRenameArgon = rpc.declare({
|
||||||
object: 'luci.argon',
|
object: 'luci.argon',
|
||||||
method: 'rename',
|
method: 'rename',
|
||||||
params: ['newname'],
|
params: ['newname'],
|
||||||
expect: { '': {} }
|
expect: { '': {} }
|
||||||
});
|
});
|
||||||
|
|
||||||
const bg_path = '/www/luci-static/argon/background/';
|
var bg_path = '/www/luci-static/argon/background/';
|
||||||
|
|
||||||
const trans_set = [0, 0.1, 0.2, 0.3, 0.4,
|
var trans_set = [0, 0.1, 0.2, 0.3, 0.4,
|
||||||
0.5, 0.6, 0.7, 0.8, 0.9, 1 ];
|
0.5, 0.6, 0.7, 0.8, 0.9, 1 ];
|
||||||
|
|
||||||
return view.extend({
|
return view.extend({
|
||||||
load() {
|
load: function() {
|
||||||
return Promise.all([
|
return Promise.all([
|
||||||
uci.load('argon'),
|
uci.load('argon'),
|
||||||
L.resolveDefault(callSystemInfo(), {}),
|
L.resolveDefault(callAvailSpace(), {}),
|
||||||
L.resolveDefault(fs.list(bg_path), {})
|
L.resolveDefault(fs.list(bg_path), {})
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
render(data) {
|
render: function(data) {
|
||||||
let m, s, o;
|
var m, s, o;
|
||||||
|
|
||||||
m = new form.Map('argon', _('Argon theme configuration'),
|
m = new form.Map('argon', _('Argon theme configuration'),
|
||||||
_('Here you can set the blur and transparency of the login page of argon theme, and manage the background pictures and videos. Chrome is recommended.'));
|
_('Here you can set the blur and transparency of the login page of argon theme, and manage the background pictures and videos. Chrome is recommended.'));
|
||||||
@@ -50,46 +50,13 @@ return view.extend({
|
|||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
|
|
||||||
o = s.option(form.ListValue, 'online_wallpaper', _('Wallpaper source'));
|
o = s.option(form.ListValue, 'online_wallpaper', _('Wallpaper source'));
|
||||||
|
o.value('default', _('Default'));
|
||||||
o.value('none', _('Built-in'));
|
o.value('none', _('Built-in'));
|
||||||
o.value('bing', _('Bing'));
|
o.value('bing', _('Bing'));
|
||||||
o.value('ghser', _('GHSer'));
|
|
||||||
o.value('unsplash', _('Unsplash'));
|
o.value('unsplash', _('Unsplash'));
|
||||||
o.value('wallhaven', _('Wallhaven'));
|
o.value('wallhaven', _('Wallhaven'));
|
||||||
o.default = 'bing';
|
o.default = 'default';
|
||||||
o.forcewrite = true;
|
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
o.cfgvalue = function(section_id) {
|
|
||||||
let value = uci.get(data[0], section_id, 'online_wallpaper') || 'bing';
|
|
||||||
return value.split('_')[0];
|
|
||||||
}
|
|
||||||
o.write = function(section_id, value) {
|
|
||||||
let collection_id = this.section.formvalue(section_id, 'collection_id');
|
|
||||||
if (collection_id && (value === 'unsplash' || value === 'wallhaven')) {
|
|
||||||
value = value + '_' + collection_id;
|
|
||||||
}
|
|
||||||
uci.set(data[0], section_id, 'online_wallpaper', value);
|
|
||||||
}
|
|
||||||
|
|
||||||
o = s.option(form.Value, 'collection_id', _('Collection ID'), _('Collection ID for Unsplash or Wallhaven.'));
|
|
||||||
o.datatype = 'uinteger';
|
|
||||||
o.depends('online_wallpaper', 'unsplash');
|
|
||||||
o.depends('online_wallpaper', 'wallhaven');
|
|
||||||
o.cfgvalue = function(section_id) {
|
|
||||||
let value = uci.get(data[0], section_id, 'online_wallpaper');
|
|
||||||
if (!value || !value.includes('_'))
|
|
||||||
return '';
|
|
||||||
|
|
||||||
return value.split('_')[1];
|
|
||||||
}
|
|
||||||
o.write = function() { };
|
|
||||||
|
|
||||||
o = s.option(form.Value, 'use_api_key', _('API key'), _('Specify API key for Unsplash or Wallhaven.'));
|
|
||||||
o.depends('online_wallpaper', 'unsplash');
|
|
||||||
o.depends('online_wallpaper', 'wallhaven');
|
|
||||||
|
|
||||||
o = s.option(form.Flag, 'use_exact_resolution', _('Use exact resolution'), _('Use exact resolution or at least 1080P for Wallhaven.'));
|
|
||||||
o.default = o.enabled;
|
|
||||||
o.depends('online_wallpaper', 'wallhaven');
|
|
||||||
|
|
||||||
o = s.option(form.ListValue, 'mode', _('Theme mode'));
|
o = s.option(form.ListValue, 'mode', _('Theme mode'));
|
||||||
o.value('normal', _('Follow system'));
|
o.value('normal', _('Follow system'));
|
||||||
@@ -110,7 +77,7 @@ return view.extend({
|
|||||||
|
|
||||||
o = s.option(form.ListValue, 'transparency', _('[Light mode] Transparency'),
|
o = s.option(form.ListValue, 'transparency', _('[Light mode] Transparency'),
|
||||||
_('0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: 0.5).'));
|
_('0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: 0.5).'));
|
||||||
for (let i of trans_set)
|
for (var i of trans_set)
|
||||||
o.value(i);
|
o.value(i);
|
||||||
o.default = '0.5';
|
o.default = '0.5';
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
@@ -134,7 +101,7 @@ return view.extend({
|
|||||||
|
|
||||||
o = s.option(form.ListValue, 'transparency_dark', _('[Dark mode] Transparency'),
|
o = s.option(form.ListValue, 'transparency_dark', _('[Dark mode] Transparency'),
|
||||||
_('0 transparent - 1 opaque (suggest: black translucent preset: 0.5).'));
|
_('0 transparent - 1 opaque (suggest: black translucent preset: 0.5).'));
|
||||||
for (let i of trans_set)
|
for (var i of trans_set)
|
||||||
o.value(i);
|
o.value(i);
|
||||||
o.default = '0.5';
|
o.default = '0.5';
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
@@ -149,13 +116,12 @@ return view.extend({
|
|||||||
o.inputstyle = 'apply';
|
o.inputstyle = 'apply';
|
||||||
o.inputtitle = _('Save current settings');
|
o.inputtitle = _('Save current settings');
|
||||||
o.onclick = function() {
|
o.onclick = function() {
|
||||||
return this.map.save(null, true).then(() => {
|
ui.changes.apply(true);
|
||||||
ui.changes.apply(true);
|
return this.map.save(null, true);
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s = m.section(form.TypedSection, null, _('Upload background (available space: %1024.2mB)')
|
s = m.section(form.TypedSection, null, _('Upload background (available space: %1024.2mB)')
|
||||||
.format(data[1].root.avail * 1024),
|
.format(data[1].avail * 1024),
|
||||||
_('You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the login page background.'));
|
_('You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the login page background.'));
|
||||||
s.addremove = false;
|
s.addremove = false;
|
||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
@@ -165,9 +131,9 @@ return view.extend({
|
|||||||
o.inputstyle = 'action';
|
o.inputstyle = 'action';
|
||||||
o.inputtitle = _('Upload...');
|
o.inputtitle = _('Upload...');
|
||||||
o.onclick = function(ev, section_id) {
|
o.onclick = function(ev, section_id) {
|
||||||
let file = '/tmp/argon_background.tmp';
|
var file = '/tmp/argon_background.tmp';
|
||||||
return ui.uploadFile(file, ev.target).then((res) => {
|
return ui.uploadFile(file, ev.target).then(function(res) {
|
||||||
return L.resolveDefault(callRenameArgon(res.name), {}).then((ret) => {
|
return L.resolveDefault(callRenameArgon(res.name), {}).then(function(ret) {
|
||||||
if (ret.result === 0)
|
if (ret.result === 0)
|
||||||
return location.reload();
|
return location.reload();
|
||||||
else {
|
else {
|
||||||
@@ -176,13 +142,13 @@ return view.extend({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch((e) => { ui.addNotification(null, E('p', e.message)); });
|
.catch(function(e) { ui.addNotification(null, E('p', e.message)); });
|
||||||
};
|
};
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
|
|
||||||
s = m.section(form.TableSection);
|
s = m.section(form.TableSection);
|
||||||
s.render = function() {
|
s.render = function() {
|
||||||
let tbl = E('table', { 'class': 'table cbi-section-table' },
|
var tbl = E('table', { 'class': 'table cbi-section-table' },
|
||||||
E('tr', { 'class': 'tr table-titles' }, [
|
E('tr', { 'class': 'tr table-titles' }, [
|
||||||
E('th', { 'class': 'th' }, [ _('Filename') ]),
|
E('th', { 'class': 'th' }, [ _('Filename') ]),
|
||||||
E('th', { 'class': 'th' }, [ _('Modified date') ]),
|
E('th', { 'class': 'th' }, [ _('Modified date') ]),
|
||||||
@@ -191,16 +157,16 @@ return view.extend({
|
|||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|
||||||
cbi_update_table(tbl, data[2].map(L.bind((file) => {
|
cbi_update_table(tbl, data[2].map(L.bind(function(file) {
|
||||||
return [
|
return [
|
||||||
file.name,
|
file.name,
|
||||||
new Date(file.mtime * 1000).toLocaleString(),
|
new Date(file.mtime * 1000).toLocaleString(),
|
||||||
String.format('%1024.2mB', file.size),
|
String.format('%1024.2mB', file.size),
|
||||||
E('button', {
|
E('button', {
|
||||||
'class': 'btn cbi-button cbi-button-remove',
|
'class': 'btn cbi-button cbi-button-remove',
|
||||||
'click': ui.createHandlerFn(this, () => {
|
'click': ui.createHandlerFn(this, function() {
|
||||||
return L.resolveDefault(callRemoveArgon(file.name), {})
|
return L.resolveDefault(callRemoveArgon(file.name), {})
|
||||||
.then(() => { return location.reload(); });
|
.then(function() { return location.reload(); });
|
||||||
})
|
})
|
||||||
}, [ _('Delete') ])
|
}, [ _('Delete') ])
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,285 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: 2021-03-15 21:25-0300\n"
|
||||||
|
"PO-Revision-Date: 2022-04-23 15:21-0300\n"
|
||||||
|
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: es\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
|
msgid ""
|
||||||
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
|
"0.5)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
|
msgid "Action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/luci/menu.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Argon Config"
|
||||||
|
msgstr "Configuración de Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:45
|
||||||
|
msgid "Argon theme configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
|
msgid "Background file list"
|
||||||
|
msgstr "Lista de archivos de fondo"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:54
|
||||||
|
msgid "Bing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:53
|
||||||
|
msgid "Built-in"
|
||||||
|
msgstr "Integrado"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
|
msgid "Dark mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "Expecting: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
|
msgid "Failed to upload file: %s."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
|
msgid "Filename"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
|
msgid "Follow system"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
|
msgstr "Otorgar acceso UCI para luci-app-argon-config"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:46
|
||||||
|
msgid ""
|
||||||
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
|
"and manage the background pictures and videos. Chrome is recommended."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
|
msgid "Light mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
|
msgid "Modified date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
|
msgid "No files found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
|
msgid "Save current settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
|
msgid "Save settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "Tamaño"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
|
msgid "Theme configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
|
msgid "Theme mode"
|
||||||
|
msgstr "Modo del tema"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
|
msgid "Unsplash"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
|
msgid "Upload background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
|
msgid "Upload..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
|
msgid "Wallhaven"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:52
|
||||||
|
msgid "Wallpaper source"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
|
msgid ""
|
||||||
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
|
"login page background."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Modo oscuro] Radio de vidrio esmerilado"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
|
msgid "[Dark mode] Primary Color"
|
||||||
|
msgstr "[Modo oscuro] Color primario"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
|
msgid "[Dark mode] Transparency"
|
||||||
|
msgstr "[Modo oscuro] Transparencia"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Modo claro] Radio de vidrio esmerilado"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "[Light mode] Primary Color"
|
||||||
|
msgstr "[Modo claro] Color primario"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
|
msgid "[Light mode] Transparency"
|
||||||
|
msgstr "[Modo claro] Transparencia"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "valid HEX color value"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "0 transparent - 1 opaque ; ( Suggest: Black translucent preset: 0.5 )"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "0 transparente - 1 opaco; (Sugerencia: negro translúcido preestablecido: "
|
||||||
|
#~ "0.5)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "0 transparent - 1 opaque ; ( Suggest: transparent: 0 or translucent "
|
||||||
|
#~ "preset: 0.5 )"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "0 transparente - 1 opaco; (Sugerencia: transparente: 0 o translúcido "
|
||||||
|
#~ "preestablecido: 0.5)"
|
||||||
|
|
||||||
|
#~ msgid "A HEX Color ; ( Default: #483d8b )"
|
||||||
|
#~ msgstr "Un color HEX; (Predeterminado: #483d8b)"
|
||||||
|
|
||||||
|
#~ msgid "A HEX Color ; ( Default: #5e72e4 )"
|
||||||
|
#~ msgstr "Un color HEX; (Predeterminado: #5e72e4)"
|
||||||
|
|
||||||
|
#~ msgid "Bing Wallpapers"
|
||||||
|
#~ msgstr "Fondos de Bing"
|
||||||
|
|
||||||
|
#~ msgid "Choose local file:"
|
||||||
|
#~ msgstr "Elija un archivo local:"
|
||||||
|
|
||||||
|
#~ msgid "Create upload file error."
|
||||||
|
#~ msgstr "Crear archivo de error de carga."
|
||||||
|
|
||||||
|
#~ msgid "File name"
|
||||||
|
#~ msgstr "Nombre del archivo"
|
||||||
|
|
||||||
|
#~ msgid "File saved to"
|
||||||
|
#~ msgstr "Archivo guardado en"
|
||||||
|
|
||||||
|
#~ msgid "Follow System"
|
||||||
|
#~ msgstr "Seguir el sistema"
|
||||||
|
|
||||||
|
#~ msgid "Force Dark"
|
||||||
|
#~ msgstr "Forzar oscuro"
|
||||||
|
|
||||||
|
#~ msgid "Force Light"
|
||||||
|
#~ msgstr "Forzar claro"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Here you can set the blur and transparency of the login page of argon "
|
||||||
|
#~ "theme, and manage the background pictures and videos.[Chrome is "
|
||||||
|
#~ "recommended]"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Aquí puede configurar el desenfoque y la transparencia de la página de "
|
||||||
|
#~ "inicio de sesión del tema argon y administrar las imágenes de fondo y los "
|
||||||
|
#~ "videos. [Se recomienda Chrome]"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Larger value will more blurred ; ( Suggest: clear: 1 or blur preset: 10 )"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "El valor más grande se verá más borroso; (Sugerencia: claro: 1 o "
|
||||||
|
#~ "desenfoque predeterminado: 10)"
|
||||||
|
|
||||||
|
#~ msgid "Modify time"
|
||||||
|
#~ msgstr "Modificar la hora"
|
||||||
|
|
||||||
|
#~ msgid "No specify upload file."
|
||||||
|
#~ msgstr "No especificar archivo de carga."
|
||||||
|
|
||||||
|
#~ msgid "Remove"
|
||||||
|
#~ msgstr "Eliminar"
|
||||||
|
|
||||||
|
#~ msgid "Save Changes"
|
||||||
|
#~ msgstr "Guardar cambios"
|
||||||
|
|
||||||
|
#~ msgid "Upload"
|
||||||
|
#~ msgstr "Cargar"
|
||||||
|
|
||||||
|
#~ msgid "Upload (Free:"
|
||||||
|
#~ msgstr "Cargar (Libre:"
|
||||||
|
|
||||||
|
#~ msgid "Upload file to '/www/luci-static/argon/background/'"
|
||||||
|
#~ msgstr "Subir archivo a '/www/luci-static/argon/background/'"
|
||||||
|
|
||||||
|
#~ msgid "Wallpaper Source"
|
||||||
|
#~ msgstr "Fuente del fondo de pantalla"
|
||||||
|
|
||||||
|
#~ msgid "You can choose Theme color mode here"
|
||||||
|
#~ msgstr "Puede elegir el modo de color del tema aquí"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "You can upload files such as jpg,png,gif,webp,mp4,webm files, To change "
|
||||||
|
#~ "the login page background."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Puede cargar archivos como jpg, png, gif, webp, mp4, webm, para cambiar "
|
||||||
|
#~ "el fondo de la página de inicio de sesión."
|
||||||
|
|
||||||
|
#~ msgid "Luci Argon theme config"
|
||||||
|
#~ msgstr "Configuración del tema Luci Argon"
|
||||||
@@ -0,0 +1,184 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
|
msgstr "0 przezroczysty - 1 nieprzezroczysty (sugerowane: czarny półprzezroczysty preset: 0.5)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
|
msgid ""
|
||||||
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
|
"0.5)."
|
||||||
|
msgstr "0 przezroczysty - 1 nieprzezroczysty (sugerowane: przezroczysty: 0 lub półprzezroczysty preset: "
|
||||||
|
"0.5)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
|
msgstr "Kolor zapisany za pomocą kodu HEX (domyślnie: #483d8b)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
|
msgstr "Kolor zapisany za pomocą kodu HEX (domyślnie: #5e72e4)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
|
msgid "Action"
|
||||||
|
msgstr "Akcja"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/luci/menu.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Argon Config"
|
||||||
|
msgstr "Konfiguracja Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:45
|
||||||
|
msgid "Argon theme configuration"
|
||||||
|
msgstr "Konfiguracja motywu Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
|
msgid "Background file list"
|
||||||
|
msgstr "Lista plików tła"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:54
|
||||||
|
msgid "Bing"
|
||||||
|
msgstr "Bing"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:53
|
||||||
|
msgid "Built-in"
|
||||||
|
msgstr "Wbudowane"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
|
msgid "Dark mode"
|
||||||
|
msgstr "Ciemny motyw"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Usuń"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "Expecting: %s"
|
||||||
|
msgstr "Spodziewano się: %s"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
|
msgid "Failed to upload file: %s."
|
||||||
|
msgstr "Nie udało się przesłać pliku: %s."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
|
msgid "Filename"
|
||||||
|
msgstr "Nazwa pliku"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
|
msgstr "Pliki zostaną przesłane do <code>%s</code>."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
|
msgid "Follow system"
|
||||||
|
msgstr "Użyj ustawień systemu"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
|
msgstr "Zezwól na dostęp UCI dla luci-app-argon-config"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:46
|
||||||
|
msgid ""
|
||||||
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
|
"and manage the background pictures and videos. Chrome is recommended."
|
||||||
|
msgstr ""
|
||||||
|
"Tutaj możesz ustawić rozmycie i przezroczystość strony logowania motywu Argon, "
|
||||||
|
"oraz zarządzać obrazami i filmami tła. Zalecana jest przeglądarka Chrome."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
|
msgstr "Większa wartość oznacza mocniejsze rozmycie (sugerowane wartości: 1 – brak rozmycia, 10 – domyślny poziom rozmycia)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
|
msgid "Light mode"
|
||||||
|
msgstr "Jasny motyw"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
|
msgid "Modified date"
|
||||||
|
msgstr "Data modyfikacji"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
|
msgid "No files found."
|
||||||
|
msgstr "Nie znaleziono plików."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
|
msgid "Save current settings"
|
||||||
|
msgstr "Zapisz bieżące ustawienia"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
|
msgid "Save settings"
|
||||||
|
msgstr "Zapisz ustawienia"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "Rozmiar"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
|
msgid "Theme configuration"
|
||||||
|
msgstr "Konfiguracja motywu"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
|
msgid "Theme mode"
|
||||||
|
msgstr "Tryb motywu"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
|
msgid "Unsplash"
|
||||||
|
msgstr "Unsplash"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
|
msgid "Upload background"
|
||||||
|
msgstr "Prześlij tło"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
|
msgstr "Prześlij tło (dostępne miejsce: %1024.2mB)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
|
msgid "Upload..."
|
||||||
|
msgstr "Prześlij..."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
|
msgid "Wallhaven"
|
||||||
|
msgstr "Wallhaven"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:52
|
||||||
|
msgid "Wallpaper source"
|
||||||
|
msgstr "Źródło tapety"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
|
msgid ""
|
||||||
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
|
"login page background."
|
||||||
|
msgstr ""
|
||||||
|
"Możesz przesłać pliki takie jak gif/jpg/mp4/png/webm/webp, aby zmienić tło "
|
||||||
|
"strony logowania."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Ciemny motyw] Stopień rozmycia szkła"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
|
msgid "[Dark mode] Primary Color"
|
||||||
|
msgstr "[Ciemny motyw] Kolor podstawowy"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
|
msgid "[Dark mode] Transparency"
|
||||||
|
msgstr "[Ciemny motyw] Przezroczystość"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Jasny motyw] Stopień rozmycia szkła"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "[Light mode] Primary Color"
|
||||||
|
msgstr "[Jasny motyw] Kolor podstawowy"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
|
msgid "[Light mode] Transparency"
|
||||||
|
msgstr "[Jasny motyw] Przezroczystość"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "valid HEX color value"
|
||||||
|
msgstr "prawidłowy kolor w formacie HEX"
|
||||||
@@ -0,0 +1,174 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: 2024-06-24 15:34-0300\n"
|
||||||
|
"PO-Revision-Date: 2024-06-24 15:35-0300\n"
|
||||||
|
"Last-Translator: Janderson Vieira Santos <jandersonvs79@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: pt-br\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:97
|
||||||
|
msgid "0 transparent - 1 opaque ; ( Suggest: Black translucent preset: 0.5 )"
|
||||||
|
msgstr "0 transparente - 1 opaco; (Sugestão: preto translúcido predefinido: 0.5)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:79
|
||||||
|
msgid ""
|
||||||
|
"0 transparent - 1 opaque ; ( Suggest: transparent: 0 or translucent preset: "
|
||||||
|
"0.5 )"
|
||||||
|
msgstr "0 transparente - 1 opaco; (Sugestão: transparente: 0 ou translúcido predefinido: 0.5)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:92
|
||||||
|
msgid "A HEX Color ; ( Default: #483d8b )"
|
||||||
|
msgstr "Uma cor HEX; (Padrão: #483d8b)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:72
|
||||||
|
msgid "A HEX Color ; ( Default: #5e72e4 )"
|
||||||
|
msgstr "Uma cor HEX; (Padrão: #5e72e4)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/controller/argon-config.lua:8
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
|
msgid "Argon Config"
|
||||||
|
msgstr "Configuração Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:195
|
||||||
|
msgid "Background file list"
|
||||||
|
msgstr "Lista de arquivos de fundo"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:60
|
||||||
|
msgid "Bing Wallpapers"
|
||||||
|
msgstr "Papéis de parede do Bing"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:59
|
||||||
|
msgid "Built-in"
|
||||||
|
msgstr "Integrado"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/view/argon-config/other_upload.htm:2
|
||||||
|
msgid "Choose local file:"
|
||||||
|
msgstr "Escolher arquivo local:"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:149
|
||||||
|
msgid "Create upload file error."
|
||||||
|
msgstr "Erro ao criar arquivo de upload."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:200
|
||||||
|
msgid "File name"
|
||||||
|
msgstr "Nome do arquivo"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:159
|
||||||
|
msgid "File saved to"
|
||||||
|
msgstr "Arquivo salvo em"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:65
|
||||||
|
msgid "Follow System"
|
||||||
|
msgstr "Seguir sistema"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:67
|
||||||
|
msgid "Force Dark"
|
||||||
|
msgstr "Forçar escuro"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:66
|
||||||
|
msgid "Force Light"
|
||||||
|
msgstr "Forçar claro"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
|
msgstr "Conceder acesso UCI para luci-app-argon-config"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
|
msgid ""
|
||||||
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
|
"and manage the background pictures and videos.[Chrome is recommended]"
|
||||||
|
msgstr ""
|
||||||
|
"Aqui você pode configurar o desfoque e a transparência da página de login do tema argon, "
|
||||||
|
"e gerenciar as imagens de fundo e vídeos. [Recomenda-se o Chrome]"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:87
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:105
|
||||||
|
msgid ""
|
||||||
|
"Larger value will more blurred ; ( Suggest: clear: 1 or blur preset: 10 )"
|
||||||
|
msgstr ""
|
||||||
|
"Maior valor será mais desfocado; (Sugestão: claro: 1 ou desfoque predefinido: 10)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:201
|
||||||
|
msgid "Modify time"
|
||||||
|
msgstr "Modificar horário"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:167
|
||||||
|
msgid "No specify upload file."
|
||||||
|
msgstr "Nenhum arquivo de upload especificado."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:203
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Remover"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:110
|
||||||
|
msgid "Save Changes"
|
||||||
|
msgstr "Salvar alterações"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:202
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "Tamanho"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:64
|
||||||
|
msgid "Theme mode"
|
||||||
|
msgstr "Modo do tema"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/view/argon-config/other_upload.htm:4
|
||||||
|
msgid "Upload"
|
||||||
|
msgstr "Carregar"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:124
|
||||||
|
msgid "Upload (Free:"
|
||||||
|
msgstr "Carregar (Livre:"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:128
|
||||||
|
msgid "Upload file to '/www/luci-static/argon/background/'"
|
||||||
|
msgstr "Carregar arquivo para '/www/luci-static/argon/background/'"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:58
|
||||||
|
msgid "Wallpaper Source"
|
||||||
|
msgstr "Fonte do papel de parede"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:70
|
||||||
|
msgid "You can choose Theme color mode here"
|
||||||
|
msgstr "Você pode escolher o modo de cor do tema aqui"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:124
|
||||||
|
msgid ""
|
||||||
|
"You can upload files such as jpg,png,gif,mp4,webm files, To change the login page "
|
||||||
|
"background."
|
||||||
|
msgstr ""
|
||||||
|
"Você pode carregar arquivos como jpg, png, gif, mp4, webm, para mudar o fundo da "
|
||||||
|
"página de login."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:105
|
||||||
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Modo escuro] Raio de vidro fosco"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:92
|
||||||
|
msgid "[Dark mode] Primary Color"
|
||||||
|
msgstr "[Modo escuro] Cor primária"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:97
|
||||||
|
msgid "[Dark mode] Transparency"
|
||||||
|
msgstr "[Modo escuro] Transparência"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:87
|
||||||
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Modo claro] Raio de vidro fosco"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:72
|
||||||
|
msgid "[Light mode] Primary Color"
|
||||||
|
msgstr "[Modo claro] Cor primária"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:79
|
||||||
|
msgid "[Light mode] Transparency"
|
||||||
|
msgstr "[Modo claro] Transparência"
|
||||||
|
|
||||||
|
#~ msgid "Luci Argon theme config"
|
||||||
|
#~ msgstr "Configuração do tema Luci Argon"
|
||||||
@@ -0,0 +1,180 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
|
msgstr "0 — прозрачно, 1 — непрозрачно (рекомендуется: чёрный полупрозрачный, предустановка: 0.5)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
|
msgid ""
|
||||||
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
|
"0.5)."
|
||||||
|
msgstr "0 — прозрачно, 1 — непрозрачно (рекомендуется: прозрачный 0 или полупрозрачный, предустановка: 0.5)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
|
msgstr "HEX-цвет (родной: #483d8b)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
|
msgstr "HEX-цвет (родной: #5e72e4)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
|
msgid "Action"
|
||||||
|
msgstr "Действие"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/luci/menu.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Argon Config"
|
||||||
|
msgstr "тема Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:45
|
||||||
|
msgid "Argon theme configuration"
|
||||||
|
msgstr "Конфигурация темы Argon"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
|
msgid "Background file list"
|
||||||
|
msgstr "Список файлов фона"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:54
|
||||||
|
msgid "Bing"
|
||||||
|
msgstr "Bing"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:53
|
||||||
|
msgid "Built-in"
|
||||||
|
msgstr "Встроенные"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
|
msgid "Dark mode"
|
||||||
|
msgstr "Тёмная тема"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Удалить"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "Expecting: %s"
|
||||||
|
msgstr "Ожидалось: %s"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
|
msgid "Failed to upload file: %s."
|
||||||
|
msgstr "Не удалось загрузить файл: %s."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
|
msgid "Filename"
|
||||||
|
msgstr "Имя файла"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
|
msgstr "Файлы будут загружены в <code>%s</code>."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
|
msgid "Follow system"
|
||||||
|
msgstr "Как в системе"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
|
msgstr "Предоставить доступ к UCI для luci-app-argon-config"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:46
|
||||||
|
msgid ""
|
||||||
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
|
"and manage the background pictures and videos. Chrome is recommended."
|
||||||
|
msgstr "Здесь можно настроить размытие и прозрачность страницы логина темы Argon, управлять фоновыми изображениями и видео. Рекомендуется использовать Chrome."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
|
msgstr "Выше цифра, сильнее размыто (от чёткого: 1 к размытому: 10)."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
|
msgid "Light mode"
|
||||||
|
msgstr "Светлая тема"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
|
msgid "Modified date"
|
||||||
|
msgstr "Дата изменения"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
|
msgid "No files found."
|
||||||
|
msgstr "Файлы не найдены."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
|
msgid "Save current settings"
|
||||||
|
msgstr "Сохранить текущие настройки"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
|
msgid "Save settings"
|
||||||
|
msgstr "Сохранить настройки"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "Размер"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
|
msgid "Theme configuration"
|
||||||
|
msgstr "Конфигурация темы"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
|
msgid "Theme mode"
|
||||||
|
msgstr "Режим темы"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
|
msgid "Unsplash"
|
||||||
|
msgstr "Unsplash"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
|
msgid "Upload background"
|
||||||
|
msgstr "Загрузить фон"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
|
msgstr "Загрузить фон (доступно: %1024.2mB)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
|
msgid "Upload..."
|
||||||
|
msgstr "Загрузить..."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
|
msgid "Wallhaven"
|
||||||
|
msgstr "Wallhaven"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:52
|
||||||
|
msgid "Wallpaper source"
|
||||||
|
msgstr "Обои"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
|
msgid ""
|
||||||
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
|
"login page background."
|
||||||
|
msgstr "Вы можете загрузить файлы gif/jpg/mp4/png/webm/webp, чтобы изменить фон страницы входа."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Тёмная тема] Радиус матового стекла"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
|
msgid "[Dark mode] Primary Color"
|
||||||
|
msgstr "[Тёмная тема] Основной цвет"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
|
msgid "[Dark mode] Transparency"
|
||||||
|
msgstr "[Тёмная тема] Прозрачность"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
|
msgstr "[Светлая тема] Радиус матового стекла"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "[Light mode] Primary Color"
|
||||||
|
msgstr "[Светлая тема] Основной цвет"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
|
msgid "[Light mode] Transparency"
|
||||||
|
msgstr "[Светлая тема] Прозрачность"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "valid HEX color value"
|
||||||
|
msgstr "корректное значение HEX-цвета"
|
||||||
|
|
||||||
@@ -1,29 +1,25 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:136
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:112
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
msgid ""
|
msgid ""
|
||||||
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
"0.5)."
|
"0.5)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:125
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
msgid "A HEX Color (default: #483d8b)."
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
msgid "A HEX color (default: #5e72e4)."
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:86
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
msgid "API key"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:189
|
|
||||||
msgid "Action"
|
msgid "Action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -35,7 +31,7 @@ msgstr ""
|
|||||||
msgid "Argon theme configuration"
|
msgid "Argon theme configuration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:209
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
msgid "Background file list"
|
msgid "Background file list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -47,47 +43,35 @@ msgstr ""
|
|||||||
msgid "Built-in"
|
msgid "Built-in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
msgid "Collection ID"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
|
||||||
msgid "Collection ID for Unsplash or Wallhaven."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
|
||||||
msgid "Dark mode"
|
msgid "Dark mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:204
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:107
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
msgid "Expecting: %s"
|
msgid "Expecting: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:173
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
msgid "Failed to upload file: %s."
|
msgid "Failed to upload file: %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:186
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
msgid "Filename"
|
msgid "Filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:163
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
msgid "Files will be uploaded to <code>%s</code>."
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:95
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
msgid "Follow system"
|
msgid "Follow system"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
|
||||||
msgid "GHSer"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
msgid "Grant UCI access for luci-app-argon-config"
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -98,72 +82,60 @@ msgid ""
|
|||||||
"and manage the background pictures and videos. Chrome is recommended."
|
"and manage the background pictures and videos. Chrome is recommended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:119
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:143
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:96
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
msgid "Light mode"
|
msgid "Light mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:187
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
msgid "Modified date"
|
msgid "Modified date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:206
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
msgid "No files found."
|
msgid "No files found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:150
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
msgid "Save current settings"
|
msgid "Save current settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:148
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
msgid "Save settings"
|
msgid "Save settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:188
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:86
|
|
||||||
msgid "Specify API key for Unsplash or Wallhaven."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
msgid "Theme configuration"
|
msgid "Theme configuration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:94
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
msgid "Theme mode"
|
msgid "Theme mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
msgid "Unsplash"
|
msgid "Unsplash"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:162
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
msgid "Upload background"
|
msgid "Upload background"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:156
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
msgid "Upload background (available space: %1024.2mB)"
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:165
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
msgid "Upload..."
|
msgid "Upload..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
msgid "Use exact resolution"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
|
||||||
msgid "Use exact resolution or at least 1080P for Wallhaven."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:57
|
|
||||||
msgid "Wallhaven"
|
msgid "Wallhaven"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -171,37 +143,37 @@ msgstr ""
|
|||||||
msgid "Wallpaper source"
|
msgid "Wallpaper source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:158
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
"login page background."
|
"login page background."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:142
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
msgid "[Dark mode] Frosted Glass Radius"
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
msgid "[Dark mode] Primary Color"
|
msgid "[Dark mode] Primary Color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:135
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
msgid "[Dark mode] Transparency"
|
msgid "[Dark mode] Transparency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:118
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
msgid "[Light mode] Frosted Glass Radius"
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
msgid "[Light mode] Primary Color"
|
msgid "[Light mode] Primary Color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:111
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
msgid "[Light mode] Transparency"
|
msgid "[Light mode] Transparency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:107
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
msgid "valid HEX color value"
|
msgid "valid HEX color value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -11,29 +11,25 @@ msgstr ""
|
|||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
"X-Generator: Poedit 2.3.1\n"
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:136
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
msgstr "0 最透明 - 1 不透明(建议:黑色半透明 0.5)"
|
msgstr "0 最透明 - 1 不透明(建议:黑色半透明 0.5)"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:112
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
msgid ""
|
msgid ""
|
||||||
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
"0.5)."
|
"0.5)."
|
||||||
msgstr "0 最透明 - 1 不透明(建议: 透明 0 或 半透明预设 0.5)。"
|
msgstr "0 最透明 - 1 不透明(建议: 透明 0 或 半透明预设 0.5)。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:125
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
msgid "A HEX Color (default: #483d8b)."
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
msgstr "十六进制颜色值(预设为:#483d8b)。"
|
msgstr "十六进制颜色值(预设为:#483d8b)。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
msgid "A HEX color (default: #5e72e4)."
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
msgstr "十六进制颜色值(预设为:#5e72e4)。"
|
msgstr "十六进制颜色值(预设为:#5e72e4)。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:86
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
msgid "API key"
|
|
||||||
msgstr "API 密钥"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:189
|
|
||||||
msgid "Action"
|
msgid "Action"
|
||||||
msgstr "操作"
|
msgstr "操作"
|
||||||
|
|
||||||
@@ -45,7 +41,7 @@ msgstr "Argon 主题设置"
|
|||||||
msgid "Argon theme configuration"
|
msgid "Argon theme configuration"
|
||||||
msgstr "Argon 主题设置"
|
msgstr "Argon 主题设置"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:209
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
msgid "Background file list"
|
msgid "Background file list"
|
||||||
msgstr "背景文件列表"
|
msgstr "背景文件列表"
|
||||||
|
|
||||||
@@ -57,47 +53,35 @@ msgstr "Bing"
|
|||||||
msgid "Built-in"
|
msgid "Built-in"
|
||||||
msgstr "内建"
|
msgstr "内建"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
msgid "Collection ID"
|
|
||||||
msgstr "分类 ID"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
|
||||||
msgid "Collection ID for Unsplash or Wallhaven."
|
|
||||||
msgstr "为 Unsplash 或 Wallhaven 指定分类 ID"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
|
||||||
msgid "Dark mode"
|
msgid "Dark mode"
|
||||||
msgstr "暗黑模式"
|
msgstr "暗黑模式"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:204
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "删除"
|
msgstr "删除"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:107
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
msgid "Expecting: %s"
|
msgid "Expecting: %s"
|
||||||
msgstr "请输入:%s"
|
msgstr "请输入:%s"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:173
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
msgid "Failed to upload file: %s."
|
msgid "Failed to upload file: %s."
|
||||||
msgstr "上传文件失败:%s。"
|
msgstr "上传文件失败:%s。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:186
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
msgid "Filename"
|
msgid "Filename"
|
||||||
msgstr "文件名"
|
msgstr "文件名"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:163
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
msgid "Files will be uploaded to <code>%s</code>."
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
msgstr "文件将被上传至<code>%s</code>。"
|
msgstr "文件将被上传至<code>%s</code>。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:95
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
msgid "Follow system"
|
msgid "Follow system"
|
||||||
msgstr "跟随系统"
|
msgstr "跟随系统"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
|
||||||
msgid "GHSer"
|
|
||||||
msgstr "GHSer"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
msgid "Grant UCI access for luci-app-argon-config"
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
msgstr "授予 luci-app-argon-config 访问 UCI 配置的权限"
|
msgstr "授予 luci-app-argon-config 访问 UCI 配置的权限"
|
||||||
@@ -110,72 +94,60 @@ msgstr ""
|
|||||||
"在这里你可以设置argon 主题的登录页面的模糊和透明度,并管理背景图片与视频。推"
|
"在这里你可以设置argon 主题的登录页面的模糊和透明度,并管理背景图片与视频。推"
|
||||||
"荐使用 Chrome。"
|
"荐使用 Chrome。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:119
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:143
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
msgstr "值越大越模糊(建议:清透 1 或 模糊预设 10)"
|
msgstr "值越大越模糊(建议:清透 1 或 模糊预设 10)"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:96
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
msgid "Light mode"
|
msgid "Light mode"
|
||||||
msgstr "亮色模式"
|
msgstr "亮色模式"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:187
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
msgid "Modified date"
|
msgid "Modified date"
|
||||||
msgstr "修改时间"
|
msgstr "修改时间"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:206
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
msgid "No files found."
|
msgid "No files found."
|
||||||
msgstr "没有找到文件。"
|
msgstr "没有找到文件。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:150
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
msgid "Save current settings"
|
msgid "Save current settings"
|
||||||
msgstr "保存当前设置"
|
msgstr "保存当前设置"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:148
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
msgid "Save settings"
|
msgid "Save settings"
|
||||||
msgstr "保存设置"
|
msgstr "保存设置"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:188
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "大小"
|
msgstr "大小"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:86
|
|
||||||
msgid "Specify API key for Unsplash or Wallhaven."
|
|
||||||
msgstr "为 Unsplash 或 Wallhaven 指定 API 密钥。"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
msgid "Theme configuration"
|
msgid "Theme configuration"
|
||||||
msgstr "主题配置"
|
msgstr "主题配置"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:94
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
msgid "Theme mode"
|
msgid "Theme mode"
|
||||||
msgstr "主题模式"
|
msgstr "主题模式"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
msgid "Unsplash"
|
msgid "Unsplash"
|
||||||
msgstr "Unsplash"
|
msgstr "Unsplash"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:162
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
msgid "Upload background"
|
msgid "Upload background"
|
||||||
msgstr "上传背景"
|
msgstr "上传背景"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:156
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
msgid "Upload background (available space: %1024.2mB)"
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
msgstr "上传背景(可用空间:%1024.2mB)"
|
msgstr "上传背景(可用空间:%1024.2mB)"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:165
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
msgid "Upload..."
|
msgid "Upload..."
|
||||||
msgstr "上传..."
|
msgstr "上传..."
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
msgid "Use exact resolution"
|
|
||||||
msgstr "精确匹配分辨率"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
|
||||||
msgid "Use exact resolution or at least 1080P for Wallhaven."
|
|
||||||
msgstr "精确匹配 1080P 分辨率或至少 1080P 分辨率(Wallhaven)。"
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:57
|
|
||||||
msgid "Wallhaven"
|
msgid "Wallhaven"
|
||||||
msgstr "Wallhaven"
|
msgstr "Wallhaven"
|
||||||
|
|
||||||
@@ -183,38 +155,38 @@ msgstr "Wallhaven"
|
|||||||
msgid "Wallpaper source"
|
msgid "Wallpaper source"
|
||||||
msgstr "壁纸来源"
|
msgstr "壁纸来源"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:158
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
"login page background."
|
"login page background."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"你可以上传 gif/jpg/mp4/png/webm/webp 等格式的文件,以创建自己喜欢的登录界面。"
|
"你可以上传 gif/jpg/mp4/png/webm/webp 等格式的文件,以创建自己喜欢的登录界面。"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:142
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
msgid "[Dark mode] Frosted Glass Radius"
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
msgstr "[暗色模式] 毛玻璃模糊半径"
|
msgstr "[暗色模式] 毛玻璃模糊半径"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
msgid "[Dark mode] Primary Color"
|
msgid "[Dark mode] Primary Color"
|
||||||
msgstr "[暗色模式] 主色调"
|
msgstr "[暗色模式] 主色调"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:135
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
msgid "[Dark mode] Transparency"
|
msgid "[Dark mode] Transparency"
|
||||||
msgstr "[暗色模式] 透明度"
|
msgstr "[暗色模式] 透明度"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:118
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
msgid "[Light mode] Frosted Glass Radius"
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
msgstr "[亮色模式] 毛玻璃模糊半径"
|
msgstr "[亮色模式] 毛玻璃模糊半径"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
msgid "[Light mode] Primary Color"
|
msgid "[Light mode] Primary Color"
|
||||||
msgstr "[亮色模式] 主色调"
|
msgstr "[亮色模式] 主色调"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:111
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
msgid "[Light mode] Transparency"
|
msgid "[Light mode] Transparency"
|
||||||
msgstr "[亮色模式] 透明度"
|
msgstr "[亮色模式] 透明度"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:107
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
msgid "valid HEX color value"
|
msgid "valid HEX color value"
|
||||||
msgstr "有效十六进制颜色值"
|
msgstr "有效十六进制颜色值"
|
||||||
|
|||||||
@@ -0,0 +1,273 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: Victor Tseng <palatis@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Poedit 3.2.2\n"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:102
|
||||||
|
msgid "0 transparent - 1 opaque (suggest: black translucent preset: 0.5)."
|
||||||
|
msgstr "0 全透明 - 1 不透明(建議:黑色半透明 0.5)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:78
|
||||||
|
msgid ""
|
||||||
|
"0 transparent - 1 opaque (suggest: transparent: 0 or translucent preset: "
|
||||||
|
"0.5)."
|
||||||
|
msgstr "0 全透明 - 1 不透明(建議:全透明 0 或半透明 0.5)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:91
|
||||||
|
msgid "A HEX Color (default: #483d8b)."
|
||||||
|
msgstr "十六進制顏色(預設 #483d8b)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "A HEX color (default: #5e72e4)."
|
||||||
|
msgstr "十六進制顏色(預設 #5e72e4)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:155
|
||||||
|
msgid "Action"
|
||||||
|
msgstr "動作"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/luci/menu.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Argon Config"
|
||||||
|
msgstr "Argon 設定"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:45
|
||||||
|
msgid "Argon theme configuration"
|
||||||
|
msgstr "Argon 主題設定"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:175
|
||||||
|
msgid "Background file list"
|
||||||
|
msgstr "背景檔案清單"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:54
|
||||||
|
msgid "Bing"
|
||||||
|
msgstr "Bing"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:53
|
||||||
|
msgid "Built-in"
|
||||||
|
msgstr "內建"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:63
|
||||||
|
msgid "Dark mode"
|
||||||
|
msgstr "深色模式"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:170
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "刪除"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "Expecting: %s"
|
||||||
|
msgstr "期望:%s"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:139
|
||||||
|
msgid "Failed to upload file: %s."
|
||||||
|
msgstr "上傳檔案失敗:%s"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:152
|
||||||
|
msgid "Filename"
|
||||||
|
msgstr "檔案名稱"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:129
|
||||||
|
msgid "Files will be uploaded to <code>%s</code>."
|
||||||
|
msgstr "檔案將被上傳至 <code>%s</code>"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:61
|
||||||
|
msgid "Follow system"
|
||||||
|
msgstr "跟隨系統"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
||||||
|
msgid "Grant UCI access for luci-app-argon-config"
|
||||||
|
msgstr "為 luci-app-argon-config 授予 UCI 權限"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:46
|
||||||
|
msgid ""
|
||||||
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
|
"and manage the background pictures and videos. Chrome is recommended."
|
||||||
|
msgstr "您可以在此設定登入畫面的模糊度、透明度、以及管理背景圖片與影片(推薦使用 Chrome)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:85
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:109
|
||||||
|
msgid "Larger value will more blurred (suggest: clear: 1 or blur preset: 10)."
|
||||||
|
msgstr "數值越大越模糊(建議:清晰 1 或模糊程度 10)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:62
|
||||||
|
msgid "Light mode"
|
||||||
|
msgstr "淺色模式"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:153
|
||||||
|
msgid "Modified date"
|
||||||
|
msgstr "修改時間"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:172
|
||||||
|
msgid "No files found."
|
||||||
|
msgstr "未找到任何檔案"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:116
|
||||||
|
msgid "Save current settings"
|
||||||
|
msgstr "保存目前設定"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:114
|
||||||
|
msgid "Save settings"
|
||||||
|
msgstr "保存設定"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:154
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "容量"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:48
|
||||||
|
msgid "Theme configuration"
|
||||||
|
msgstr "主題設定"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:60
|
||||||
|
msgid "Theme mode"
|
||||||
|
msgstr "佈景主題模式"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:55
|
||||||
|
msgid "Unsplash"
|
||||||
|
msgstr "Unsplash"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:128
|
||||||
|
msgid "Upload background"
|
||||||
|
msgstr "上傳背景"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:122
|
||||||
|
msgid "Upload background (available space: %1024.2mB)"
|
||||||
|
msgstr "上傳背景(可用空間:%1024.2mB)"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:131
|
||||||
|
msgid "Upload..."
|
||||||
|
msgstr "上傳..."
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:56
|
||||||
|
msgid "Wallhaven"
|
||||||
|
msgstr "Wallhaven"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:52
|
||||||
|
msgid "Wallpaper source"
|
||||||
|
msgstr "背景圖片來源"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:124
|
||||||
|
msgid ""
|
||||||
|
"You can upload files such as gif/jpg/mp4/png/webm/webp files, to change the "
|
||||||
|
"login page background."
|
||||||
|
msgstr "可以上傳諸如 gif、jpg、mp4、png、webm、webp 等類型的檔案來更換登入畫面的背景"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:108
|
||||||
|
msgid "[Dark mode] Frosted Glass Radius"
|
||||||
|
msgstr "[深色模式] 模糊效果半徑"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:90
|
||||||
|
msgid "[Dark mode] Primary Color"
|
||||||
|
msgstr "[深色模式] 主色彩"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:101
|
||||||
|
msgid "[Dark mode] Transparency"
|
||||||
|
msgstr "[深色模式] 透明度"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:84
|
||||||
|
msgid "[Light mode] Frosted Glass Radius"
|
||||||
|
msgstr "[淺色模式] 模糊效果半徑"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:67
|
||||||
|
msgid "[Light mode] Primary Color"
|
||||||
|
msgstr "[淺色模式] 主色彩"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:77
|
||||||
|
msgid "[Light mode] Transparency"
|
||||||
|
msgstr "[淺色模式] 透明度"
|
||||||
|
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:73
|
||||||
|
#: applications/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js:97
|
||||||
|
msgid "valid HEX color value"
|
||||||
|
msgstr "有效的十六進制顏色值"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "0 transparent - 1 opaque ; ( Suggest: Black translucent preset: 0.5 )"
|
||||||
|
#~ msgstr "0 全透明 - 1 不透明(建議:黑色半透明 0.5)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "0 transparent - 1 opaque ; ( Suggest: transparent: 0 or translucent "
|
||||||
|
#~ "preset: 0.5 )"
|
||||||
|
#~ msgstr "0 全透明 - 1 不透明(建議:全透明 0,或半透明 0.5)"
|
||||||
|
|
||||||
|
#~ msgid "A HEX Color ; ( Default: #483d8b )"
|
||||||
|
#~ msgstr "十六進制顏色(預設 #483d8b)"
|
||||||
|
|
||||||
|
#~ msgid "A HEX Color ; ( Default: #5e72e4 )"
|
||||||
|
#~ msgstr "十六進制顏色(預設 #5e72e4)"
|
||||||
|
|
||||||
|
#~ msgid "Bing Wallpapers"
|
||||||
|
#~ msgstr "Bing桌布"
|
||||||
|
|
||||||
|
#~ msgid "Choose local file:"
|
||||||
|
#~ msgstr "選擇本地檔案:"
|
||||||
|
|
||||||
|
#~ msgid "Create upload file error."
|
||||||
|
#~ msgstr "建立上傳檔案錯誤。"
|
||||||
|
|
||||||
|
#~ msgid "File name"
|
||||||
|
#~ msgstr "檔案名稱"
|
||||||
|
|
||||||
|
#~ msgid "File saved to"
|
||||||
|
#~ msgstr "檔案已儲存至"
|
||||||
|
|
||||||
|
#~ msgid "Follow System"
|
||||||
|
#~ msgstr "跟隨系統配色"
|
||||||
|
|
||||||
|
#~ msgid "Force Dark"
|
||||||
|
#~ msgstr "強制深色"
|
||||||
|
|
||||||
|
#~ msgid "Force Light"
|
||||||
|
#~ msgstr "強制淺色"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Here you can set the blur and transparency of the login page of argon "
|
||||||
|
#~ "theme, and manage the background pictures and videos.[Chrome is "
|
||||||
|
#~ "recommended]"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "可以在此設定登入畫面的模糊度、透明度、以及管理背景圖片與影片(推薦使用 "
|
||||||
|
#~ "Chrome)。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Larger value will more blurred ; ( Suggest: clear: 1 or blur preset: 10 )"
|
||||||
|
#~ msgstr "數值越大越模糊(建議:清晰 1,或模糊程度 10)"
|
||||||
|
|
||||||
|
#~ msgid "Modify time"
|
||||||
|
#~ msgstr "修改時間"
|
||||||
|
|
||||||
|
#~ msgid "No specify upload file."
|
||||||
|
#~ msgstr "沒有選擇要上傳的檔案。"
|
||||||
|
|
||||||
|
#~ msgid "Remove"
|
||||||
|
#~ msgstr "移除"
|
||||||
|
|
||||||
|
#~ msgid "Save Changes"
|
||||||
|
#~ msgstr "保存變更"
|
||||||
|
|
||||||
|
#~ msgid "Upload"
|
||||||
|
#~ msgstr "上傳"
|
||||||
|
|
||||||
|
#~ msgid "Upload (Free:"
|
||||||
|
#~ msgstr "上傳(剩餘空間:"
|
||||||
|
|
||||||
|
#~ msgid "Upload file to '/www/luci-static/argon/background/'"
|
||||||
|
#~ msgstr "上傳檔案至'/www/luci-static/argon/background/'"
|
||||||
|
|
||||||
|
#~ msgid "Wallpaper Source"
|
||||||
|
#~ msgstr "桌布來源"
|
||||||
|
|
||||||
|
#~ msgid "You can choose Theme color mode here"
|
||||||
|
#~ msgstr "可以在此選擇佈景主題的顏色模式"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "You can upload files such as jpg,png,gif,mp4,webm files, To change the "
|
||||||
|
#~ "login page background."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "可以上傳諸如 jpg、png、gif、mp4、webm 等類型的檔案來更換登入畫面的背景。"
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
config global
|
config global
|
||||||
option primary '#5e72e4'
|
option primary '#5e72e4'
|
||||||
option dark_primary '#483d8b'
|
option dark_primary '#483d8b'
|
||||||
option blur '0'
|
option blur '10'
|
||||||
option blur_dark '0'
|
option blur_dark '10'
|
||||||
option transparency '0.3'
|
option transparency '0.3'
|
||||||
option transparency_dark '0.3'
|
option transparency_dark '0.3'
|
||||||
option mode 'normal'
|
option mode 'dark'
|
||||||
option online_wallpaper 'bing'
|
option online_wallpaper 'default'
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ readonly tmp_path="/tmp/argon_background.tmp"
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
"list")
|
"list")
|
||||||
json_init
|
json_init
|
||||||
|
json_add_object "avail"
|
||||||
|
json_close_object
|
||||||
json_add_object "remove"
|
json_add_object "remove"
|
||||||
json_add_string "filename" "filename"
|
json_add_string "filename" "filename"
|
||||||
json_close_object
|
json_close_object
|
||||||
@@ -20,6 +22,12 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
"call")
|
"call")
|
||||||
case "$2" in
|
case "$2" in
|
||||||
|
"avail")
|
||||||
|
json_init
|
||||||
|
json_add_int "avail" "$(df | grep -E '/$' | awk '{print $4}')"
|
||||||
|
json_dump
|
||||||
|
json_cleanup
|
||||||
|
;;
|
||||||
"remove")
|
"remove")
|
||||||
read -r input
|
read -r input
|
||||||
json_load "$input"
|
json_load "$input"
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
"/www/luci-static/argon/background/*": [ "list" ]
|
"/www/luci-static/argon/background/*": [ "list" ]
|
||||||
},
|
},
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"luci.argon": [ "remove", "rename" ],
|
"luci.argon": [ "avail", "remove", "rename" ]
|
||||||
"system": [ "info" ]
|
|
||||||
},
|
},
|
||||||
"uci": [ "argon" ]
|
"uci": [ "argon" ]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-passwall
|
PKG_NAME:=luci-app-passwall
|
||||||
PKG_VERSION:=26.8.26
|
PKG_VERSION:=26.8.26
|
||||||
PKG_RELEASE:=250
|
PKG_RELEASE:=251
|
||||||
PKG_PO_VERSION:=$(PKG_VERSION)
|
PKG_PO_VERSION:=$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
|
|||||||
@@ -747,21 +747,32 @@ load_acl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
filter_haproxy() {
|
filter_haproxy() {
|
||||||
|
[ "$(config_n_get @global_haproxy[0] balancing_enable 0)" != "1" ] && return
|
||||||
for item in $(uci show $CONFIG | grep ".lbss=" | cut -d "'" -f 2); do
|
for item in $(uci show $CONFIG | grep ".lbss=" | cut -d "'" -f 2); do
|
||||||
local ip=$(get_host_ip "ipv4" "$(echo $item | awk -F ":" '{print $1}')" 1)
|
local ip=$(get_host_ip "ipv4" "$(echo $item | awk -F ":" '{print $1}')" 1)
|
||||||
[ -n "$ip" ] && ! echo "$ip" | grep -Eq "$EXCLUDE_VPSIP" && ipset -q add $IPSET_VPS $ip
|
[ -n "$ip" ] && ! echo "$ip" | grep -Eq "$EXCLUDE_VPSIP" && ipset -q add $IPSET_VPS $ip
|
||||||
done
|
done
|
||||||
echolog " - [$?]加入负载均衡的节点到ipset[$IPSET_VPS]直连完成"
|
echolog " - [$?]加入负载均衡节点IP到ipset[$IPSET_VPS]直连完成"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter_vpsip() {
|
filter_vpsip() {
|
||||||
uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -Ev "$EXCLUDE_VPSIP" | sed "s/^/add $IPSET_VPS /" | awk '1; END{print "COMMIT"}' | ipset -! -R
|
local vps_addrs=$(uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Ev "$EXCLUDE_VPSIP")
|
||||||
echolog " - [$?]加入所有IPv4节点到ipset[$IPSET_VPS]直连完成"
|
local ipv4_addrs=$(echo "$vps_addrs" | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}")
|
||||||
uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | sed "s/^/add $IPSET_VPS6 /" | awk '1; END{print "COMMIT"}' | ipset -! -R
|
[ -n "$ipv4_addrs" ] && {
|
||||||
echolog " - [$?]加入所有IPv6节点到ipset[$IPSET_VPS6]直连完成"
|
echo "$ipv4_addrs" | sed "s/^/add $IPSET_VPS /" | awk '1; END{print "COMMIT"}' | ipset -! -R
|
||||||
|
echolog " - [$?]加入所有IPv4节点服务器IP到ipset[$IPSET_VPS]直连完成"
|
||||||
|
}
|
||||||
|
local ipv6_addrs=$(echo "$vps_addrs" | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?")
|
||||||
|
[ -n "$ipv6_addrs" ] && {
|
||||||
|
echo "$ipv6_addrs" | sed "s/^/add $IPSET_VPS6 /" | awk '1; END{print "COMMIT"}' | ipset -! -R
|
||||||
|
echolog " - [$?]加入所有IPv6节点服务器IP到ipset[$IPSET_VPS6]直连完成"
|
||||||
|
}
|
||||||
#订阅方式为直连时
|
#订阅方式为直连时
|
||||||
get_subscribe_host | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -Ev "$EXCLUDE_VPSIP" | sed "s/^/add $IPSET_VPS /" | awk '{print $0} END{print "COMMIT"}' | ipset -! -R
|
local subscribe_host=$(get_subscribe_host | grep -Ev "$EXCLUDE_VPSIP")
|
||||||
get_subscribe_host | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | sed "s/^/add $IPSET_VPS6 /" | awk '{print $0} END{print "COMMIT"}' | ipset -! -R
|
[ -n "$subscribe_host" ] && {
|
||||||
|
echo "$subscribe_host" | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | sed "s/^/add $IPSET_VPS /" | awk '{print $0} END{print "COMMIT"}' | ipset -! -R
|
||||||
|
echo "$subscribe_host" | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | sed "s/^/add $IPSET_VPS6 /" | awk '{print $0} END{print "COMMIT"}' | ipset -! -R
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
filter_server_port() {
|
filter_server_port() {
|
||||||
@@ -1022,7 +1033,7 @@ add_firewall_rule() {
|
|||||||
|
|
||||||
# 过滤所有节点IP
|
# 过滤所有节点IP
|
||||||
filter_vpsip > /dev/null 2>&1 &
|
filter_vpsip > /dev/null 2>&1 &
|
||||||
# filter_haproxy > /dev/null 2>&1 &
|
filter_haproxy > /dev/null 2>&1 &
|
||||||
|
|
||||||
accept_icmp=$(config_n_get @global_forwarding[0] accept_icmp 0)
|
accept_icmp=$(config_n_get @global_forwarding[0] accept_icmp 0)
|
||||||
accept_icmpv6=$(config_n_get @global_forwarding[0] accept_icmpv6 0)
|
accept_icmpv6=$(config_n_get @global_forwarding[0] accept_icmpv6 0)
|
||||||
|
|||||||
@@ -810,10 +810,11 @@ load_acl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
filter_haproxy() {
|
filter_haproxy() {
|
||||||
|
[ "$(config_n_get @global_haproxy[0] balancing_enable 0)" != "1" ] && return
|
||||||
for item in $(uci show $CONFIG | grep ".lbss=" | cut -d "'" -f 2); do
|
for item in $(uci show $CONFIG | grep ".lbss=" | cut -d "'" -f 2); do
|
||||||
get_host_ip "ipv4" "$(echo $item | awk -F ":" '{print $1}')" 1
|
get_host_ip "ipv4" "$(echo $item | awk -F ":" '{print $1}')" 1
|
||||||
done | grep -Ev "$EXCLUDE_VPSIP" | insert_nftset $NFTSET_VPS
|
done | grep -Ev "$EXCLUDE_VPSIP" | insert_nftset $NFTSET_VPS
|
||||||
echolog " - [$?]加入负载均衡的节点到nftset[$NFTSET_VPS]直连完成"
|
echolog " - [$?]加入负载均衡节点IP到nftset[$NFTSET_VPS]直连完成"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter_vps_addr() {
|
filter_vps_addr() {
|
||||||
@@ -827,13 +828,23 @@ filter_vps_addr() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
filter_vpsip() {
|
filter_vpsip() {
|
||||||
uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -Ev "$EXCLUDE_VPSIP" | insert_nftset $NFTSET_VPS
|
local vps_addrs=$(uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Ev "$EXCLUDE_VPSIP")
|
||||||
echolog " - [$?]加入所有IPv4节点到nftset[$NFTSET_VPS]直连完成"
|
local ipv4_addrs=$(echo "$vps_addrs" | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}")
|
||||||
uci show $CONFIG | grep -E "(\.address=|\.download_address=|\.domain_resolver_dns=|\.domain_resolver_dns_https=)" | cut -d "'" -f 2 | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | insert_nftset $NFTSET_VPS6
|
[ -n "$ipv4_addrs" ] && {
|
||||||
echolog " - [$?]加入所有IPv6节点到nftset[$NFTSET_VPS6]直连完成"
|
echo "$ipv4_addrs" | insert_nftset $NFTSET_VPS
|
||||||
|
echolog " - [$?]加入所有IPv4节点服务器IP到nftset[$NFTSET_VPS]直连完成"
|
||||||
|
}
|
||||||
|
local ipv6_addrs=$(echo "$vps_addrs" | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?")
|
||||||
|
[ -n "$ipv6_addrs" ] && {
|
||||||
|
echo "$ipv6_addrs" | insert_nftset $NFTSET_VPS6
|
||||||
|
echolog " - [$?]加入所有IPv6节点服务器IP到nftset[$NFTSET_VPS6]直连完成"
|
||||||
|
}
|
||||||
#订阅方式为直连时
|
#订阅方式为直连时
|
||||||
get_subscribe_host | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -Ev "$EXCLUDE_VPSIP" | insert_nftset $NFTSET_VPS
|
local subscribe_host=$(get_subscribe_host | grep -Ev "$EXCLUDE_VPSIP")
|
||||||
get_subscribe_host | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | insert_nftset $NFTSET_VPS6
|
[ -n "$subscribe_host" ] && {
|
||||||
|
echo "$subscribe_host" | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -Ev "$EXCLUDE_VPSIP" | insert_nftset $NFTSET_VPS
|
||||||
|
echo "$subscribe_host" | grep -Eo "\[?[A-Fa-f0-9:]*:[A-Fa-f0-9:]+\]?" | insert_nftset $NFTSET_VPS6
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
filter_server_port() {
|
filter_server_port() {
|
||||||
@@ -1111,7 +1122,7 @@ add_firewall_rule() {
|
|||||||
|
|
||||||
# 过滤所有节点IP
|
# 过滤所有节点IP
|
||||||
filter_vpsip > /dev/null 2>&1 &
|
filter_vpsip > /dev/null 2>&1 &
|
||||||
# filter_haproxy > /dev/null 2>&1 &
|
filter_haproxy > /dev/null 2>&1 &
|
||||||
# Prevent some conditions
|
# Prevent some conditions
|
||||||
filter_vps_addr $(config_n_get $NODE address) $(config_n_get $NODE download_address) > /dev/null 2>&1 &
|
filter_vps_addr $(config_n_get $NODE address) $(config_n_get $NODE download_address) > /dev/null 2>&1 &
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
LUCI_TITLE:=Argon Theme
|
LUCI_TITLE:=Argon Theme
|
||||||
LUCI_DEPENDS:=+USE_APK:wget-any +!USE_APK:wget +jsonfilter
|
LUCI_DEPENDS:=+USE_APK:wget-any +!USE_APK:wget +jsonfilter
|
||||||
PKG_VERSION:=2.4.7
|
PKG_VERSION:=2.4.7
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=13
|
||||||
|
|
||||||
CONFIG_LUCI_CSSTIDY:=
|
CONFIG_LUCI_CSSTIDY:=
|
||||||
|
|
||||||
|
|||||||
@@ -103,6 +103,22 @@ body {
|
|||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
}
|
}
|
||||||
|
body::before {
|
||||||
|
content: "";
|
||||||
|
background-image: url("/luci-static/argon/img/pattern.svg");
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: 440px auto;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: -1;
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: .3;
|
||||||
|
}
|
||||||
|
:root[data-darkmode="false"] body::before {opacity: .8}
|
||||||
|
.main .main-right{background-color: transparent !important}
|
||||||
main {
|
main {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -718,7 +734,7 @@ select[multiple="multiple"] {
|
|||||||
}
|
}
|
||||||
.login-page .login-container {
|
.login-page .login-container {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
margin-left: 5%;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 26rem;
|
width: 26rem;
|
||||||
|
|||||||
@@ -0,0 +1,550 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="870.000000pt"
|
||||||
|
height="870.000000pt"
|
||||||
|
viewBox="0 0 870.000000 870.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg90"
|
||||||
|
sodipodi:docname="cats_final3.svg"
|
||||||
|
inkscape:version="1.4.3 (0d15f75, 2025-12-25)"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<g opacity="0.20">
|
||||||
|
<defs
|
||||||
|
id="defs90"><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect103"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect102"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect101"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect99"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect98"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect97"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect97-5"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect98-3"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect99-5"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect101-6"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect102-2"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect103-9"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1.3"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false"
|
||||||
|
uniform="false" /></defs><sodipodi:namedview
|
||||||
|
id="namedview90"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="11.313708"
|
||||||
|
inkscape:cx="57.010484"
|
||||||
|
inkscape:cy="819.84612"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1371"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer3"><inkscape:page
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="870"
|
||||||
|
height="870"
|
||||||
|
id="page123"
|
||||||
|
margin="0"
|
||||||
|
bleed="0" /></sodipodi:namedview><metadata
|
||||||
|
id="metadata1">
|
||||||
|
Created by potrace 1.16, written by Peter Selinger 2001-2019
|
||||||
|
</metadata><g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
style="display:inline"><path
|
||||||
|
d="m 188.7,6.5 -5.8,6.2 -13,0.7 -13,0.7 -4.8,-5.1 c -3.7,-3.9 -5.4,-5.1 -7.2,-4.8 -2.9,0.4 -5.5,5.4 -5.7,11.2 -0.3,6.7 -4.1,16.7 -7.8,20.6 -3.9,4.2 -4.1,5.3 -1.4,8.7 1.1,1.4 2,3.6 2,4.9 0,5.9 2.9,9.6 12.6,16.2 8.6,5.7 8.9,6.8 8.9,29.2 -0.1,17.6 -0.2,18.9 -2.9,26.9 -2.3,6.8 -2.7,9.1 -2,12 0.7,2.9 1.4,3.7 3.7,3.9 1.8,0.2 3.7,-0.4 4.9,-1.5 2.5,-2.3 5.8,-8.6 5.8,-11.2 0,-1.1 0.4,-2.2 0.9,-2.5 0.4,-0.3 1.1,-2.4 1.4,-4.7 1,-7.6 9,-12.9 11.8,-7.7 0.9,1.6 0.8,5.1 -0.2,14.6 l -1.3,12.4 2.5,1.9 c 1.3,1 2.9,1.9 3.5,1.9 2.3,0 5.2,-4.8 6.8,-11.5 5.2,-20.9 5.6,-21.6 13.6,-21 3.2,0.3 8.1,1 10.7,1.6 3,0.7 13.4,1.2 27.3,1.1 14.3,0 22.9,0.3 23.7,1 1.8,1.4 1.6,9.8 -0.3,17.8 -1.7,7.3 -1.3,10.5 1.6,12 2.1,1.2 4.8,0.2 8.1,-2.9 2.1,-1.9 4.9,-11.8 4.9,-17.2 0,-3.5 3.3,-9.9 5.6,-10.6 1.1,-0.4 2.7,4.2 6.5,18.7 1.2,4.7 2.9,9.3 3.7,10.2 1.6,1.9 7.2,2.5 7.2,0.9 0,-0.5 0.6,-1.6 1.4,-2.4 1.2,-1.2 1.5,-7.4 1.8,-35.3 0.1,-18.7 -0.1,-37.8 -0.6,-42.5 -0.8,-8.2 -0.7,-9 1.8,-14.4 1.4,-3.2 2.6,-6.8 2.6,-8.1 0,-4.1 -4.8,-11.9 -10,-16.3 -5.7,-4.8 -10.2,-6.6 -19.8,-7.9 -3.7,-0.6 -8.3,-1.9 -10.1,-3 -4.1,-2.5 -7.3,-1.4 -9.2,3 -1,2.6 -0.9,3.3 1,5.6 1.2,1.5 2.4,3.4 2.7,4.2 0.8,2.3 8.4,6 12.4,6 4.4,0 11,3.7 13,7.3 1.3,2.4 1.3,3 0,5.4 -1.5,2.7 -1.9,2.8 -8.5,2.5 -3.9,-0.1 -18.2,-0.4 -32,-0.6 -13.7,-0.1 -26,-0.6 -27.3,-1 -3.1,-1 -4.4,-4.8 -3.6,-10.7 0.6,-4.4 0.4,-5.1 -2.3,-7.8 -1.7,-1.6 -3.7,-4.5 -4.5,-6.3 -0.8,-1.8 -3,-6.8 -4.9,-11 -3.3,-7.6 -3.5,-7.7 -6.9,-7.6 -3,0 -4.4,1 -9.3,6.3 z m 12.5,3.5 c 1,3 3.2,8.3 4.8,11.8 1.6,3.4 3.5,8.4 4.1,11 1.8,7 5.5,14.9 7.6,16 1,0.6 16.2,1.1 35.6,1.3 l 33.7,0.4 2.5,-3 c 1.8,-2.3 2.4,-4.2 2.5,-7.9 0,-4.3 -0.4,-5.2 -3.6,-8.2 -1.9,-1.9 -4.3,-3.4 -5.3,-3.4 -6.6,0 -19.1,-6.9 -19.1,-10.5 0,-2.4 1.6,-2.5 7.5,-0.5 3.2,1.1 6.9,2 8.1,2 1.3,0 4.6,0.8 7.3,1.9 14.1,5.3 19.4,16.4 12.9,26.9 -2,3.2 -2,4.2 -1.2,17 1.3,20.1 0.5,68.3 -1.1,70.1 -1.1,1.1 -1.6,0.4 -2.8,-4 -0.9,-3 -2.1,-7.7 -2.7,-10.4 -4,-18.2 -14.2,-19.3 -16.4,-1.7 -0.4,2.9 -1.3,6.7 -2.1,8.5 -0.7,1.8 -1.6,4.5 -2,6 -0.3,1.6 -1.1,2.7 -1.8,2.4 -0.9,-0.3 -1.1,-3.8 -0.8,-13.4 0.5,-17.3 2,-16.3 -24.4,-16.4 -18.2,0 -25,-0.4 -41.6,-2.5 -9.5,-1.1 -13.8,2.9 -15.5,14.3 -0.7,5.3 -4.2,14.3 -5.4,14.3 -1.4,0 -1.7,-2.3 -0.9,-6 1.4,-5.8 1.1,-19.4 -0.4,-21.5 -1.2,-1.5 -2.2,-1.7 -5.7,-1.1 -8.3,1.3 -13.5,7.7 -14.7,17.9 -0.7,5.6 -2.7,9.7 -4.9,9.7 -2.5,0 -2.5,-2.1 0.6,-13.3 2.7,-10.4 3,-12.7 3,-27 0,-9.3 -0.4,-15.8 -1,-16.2 -0.5,-0.3 -1,-1.4 -1,-2.4 0,-2 -7,-9 -11.8,-11.7 -4.1,-2.4 -8.1,-8.1 -9.3,-13.5 -0.9,-3.7 -0.6,-5.1 2.6,-12.4 1.9,-4.5 3.5,-9.5 3.5,-11.1 0,-4.2 1.8,-10 3.5,-11.4 1.2,-1 2.3,-0.5 5.9,2.8 5.7,5.3 8.3,5.9 17,3.8 3.9,-0.9 8.6,-1.6 10.4,-1.6 4.6,0 10.1,-3.3 14.2,-8.5 1.9,-2.4 4.1,-4.3 4.9,-4.2 0.8,0.1 2.2,2.7 3.3,5.7 z"
|
||||||
|
id="path1"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 168,33 c -2.3,4.4 2.9,8 6.4,4.4 3,-2.9 1.6,-5.5 -3.1,-6.2 -1.4,-0.1 -2.6,0.5 -3.3,1.8 z"
|
||||||
|
id="path2"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 147.4,33.1 c -1,1.7 1.3,3.6 2.7,2.2 1.2,-1.2 0.4,-3.3 -1.1,-3.3 -0.5,0 -1.2,0.5 -1.6,1.1 z"
|
||||||
|
id="path3"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 617.8,42.1 c -1,0.5 -1.8,1.6 -1.8,2.3 0,0.7 -0.8,2.4 -1.9,3.7 -3.8,4.9 -5.4,16.7 -5.6,41.4 l -0.3,23 -4.4,-0.1 c -4.9,-0.2 -9.7,-2.3 -13.7,-6 -2.7,-2.5 -6.5,-3.2 -7.6,-1.4 -0.6,1 -1.2,7.2 -1.4,14.1 -0.1,2.2 -0.7,2.8 -3.6,3.3 -1.9,0.4 -5.1,2.2 -7.1,4.1 -4.4,4.2 -5.9,4.3 -10.4,1 -2.5,-1.8 -4.6,-2.5 -8.2,-2.5 -4.4,0 -4.8,0.2 -4.8,2.3 0,1.3 0.6,4.3 1.4,6.8 5.1,16.2 6.7,23.1 6.2,25.6 -0.6,2.4 0.1,3.5 4.9,8.2 3,3 5.5,5.8 5.5,6.2 0,1.4 14.7,9.9 17.2,9.9 3.2,0 5.1,2.3 6.7,7.9 0.7,2.5 2.5,7.2 4,10.5 3.7,8.2 4.6,10.9 6.6,19.1 1.6,6.5 1.6,7.3 0.1,10.9 -0.9,2.1 -1.6,5.6 -1.6,7.7 0,3.3 0.4,4.1 2.5,4.9 7.3,2.8 12.9,-5 14.7,-20.3 1.4,-12.2 1.8,-12.5 13.5,-11.9 l 9.2,0.4 2,4.1 c 1.1,2.3 2.4,6.8 3,10 1.6,8.8 4,12.6 9.9,15.4 3.1,1.5 3.5,1.5 6,-0.4 3.5,-2.6 3.8,-5.1 1.2,-11.2 -1.9,-4.2 -2.1,-6.4 -1.8,-14.3 0.2,-5.9 0.9,-10.6 2,-12.8 2.4,-5 4.8,-18.1 4.8,-26 0,-9.5 -2.6,-22 -5.8,-28.2 -2.4,-4.8 -17.5,-20.8 -19.5,-20.8 -0.4,0 -2.7,-1.8 -5,-4 -4.3,-3.9 -4.7,-4.9 -8.8,-18.6 -1.4,-4.7 -1.1,-21.9 0.6,-31.4 2.2,-12.7 2,-26.7 -0.5,-30.8 -2.1,-3.3 -4.9,-4.1 -8.2,-2.1 z m 4.4,5.6 c 0.1,1 0.2,16.6 0.2,34.8 0.1,32.7 0.1,33 2.5,37.5 2.4,4.7 8.8,12 10.4,12 0.6,0 1.9,1 3.1,2.2 1.2,1.3 4.8,4.5 8,7.3 9.9,8.5 12.6,16.3 12.6,36.1 0,13.1 -1.7,24.4 -4.5,30.9 -0.7,1.6 -1.6,5.6 -2,8.7 -0.6,4.8 -0.4,6.3 1.2,9.1 4.4,7.5 3.3,15.7 -1.4,10.4 -3.2,-3.5 -7.3,-13.6 -7.3,-17.9 0,-4.3 -2.5,-9.5 -5,-10.3 -0.8,-0.2 -6.4,-0.5 -12.4,-0.7 l -10.8,-0.3 -2.9,3.3 c -2.5,2.8 -2.9,4 -2.9,9.2 0,8.2 -1.8,15.6 -4.4,18.7 l -2.3,2.6 -0.7,-2.7 c -0.4,-1.5 -0.2,-4.4 0.4,-6.6 1.4,-5.2 -0.3,-16.3 -4,-25.5 -10,-25.3 -9.2,-22.3 -8.8,-34.7 0.3,-10.9 0.4,-11.6 4.5,-19.8 4,-8.2 8,-13.7 15.3,-20.7 3.3,-3.2 3.5,-3.8 3.4,-9.6 -0.1,-3.4 -0.9,-10.5 -1.8,-15.7 -2.3,-12.7 -1.7,-27.8 1.7,-42.9 1.4,-6.3 3.1,-12.7 3.8,-14.2 1.3,-3.2 3.8,-3.9 4.1,-1.2 z M 592,113.3 c 1.9,1.3 5.5,2.9 8,3.6 10.1,2.9 11.6,8.1 4.2,15.1 -5.5,5.2 -8.9,9.7 -12.2,16 -1.2,2.5 -2.7,5.4 -3.3,6.5 -0.6,1.1 -1.3,7.1 -1.5,13.3 -0.5,13.1 -1.1,13.8 -7.8,10.2 -4.9,-2.6 -14.2,-11 -17,-15.5 -2.5,-4.1 -5.4,-12.3 -5.4,-15.6 0,-1.5 -0.7,-4.3 -1.6,-6.4 -1.6,-4 -1.6,-9.6 0.2,-10.2 0.6,-0.2 2.7,0.8 4.8,2.2 2,1.4 4.5,2.5 5.4,2.5 0.9,0 4.9,-2.5 8.7,-5.6 3.9,-3.1 8.1,-6 9.4,-6.5 2.1,-0.8 2.3,-1.4 1.8,-5 -1,-7.3 0.5,-8.4 6.3,-4.6 z"
|
||||||
|
id="path12"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 623,151.5 c 0,1.4 0.6,2.5 1.3,2.5 2.1,0 2.7,-1.1 1.6,-3.1 -1.4,-2.7 -2.9,-2.3 -2.9,0.6 z"
|
||||||
|
id="path13"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 595,126 c 0,2.4 2.6,3.8 4.2,2.2 0.8,-0.8 0.8,-1.5 -0.2,-2.7 -1.8,-2.1 -4,-1.9 -4,0.5 z"
|
||||||
|
id="path14"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 581.8,138.1 c -3.1,1.7 -1.6,6.9 1.9,6.9 2.2,0 3.8,-4.6 2.3,-6.5 -1.5,-1.7 -1.9,-1.8 -4.2,-0.4 z"
|
||||||
|
id="path15"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 564.4,148.1 c -1,1.7 2.3,4.6 3.7,3.2 0.7,-0.7 0.9,-1.9 0.6,-2.7 -0.7,-1.8 -3.3,-2.1 -4.3,-0.5 z"
|
||||||
|
id="path16"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 421.9,45.3 c -1.3,1.2 -4,4 -5.9,6.3 -4.7,5.5 -7.9,6.4 -17.6,5.2 -11.7,-1.4 -15.4,-2.8 -20.3,-7.5 -4.6,-4.4 -9.1,-5.7 -10.8,-3.1 -1.4,2.3 -3.5,8.2 -4,11.6 -0.3,1.8 -1.6,5.2 -2.9,7.5 -1.4,2.3 -3,5.4 -3.6,6.9 -0.7,1.5 -2.5,3.2 -4,3.9 -3.6,1.5 -4,3 -2.8,12.2 1,8.2 3.9,14.5 8.4,18.5 8.1,6.9 9.5,20 7,62.4 -0.5,8.9 -0.4,12.1 0.6,13.3 1.9,2.3 4.6,1.8 6.8,-1.3 2,-2.6 2.3,-2.7 11.4,-2.6 10.6,0.1 13.8,1.3 13.8,4.9 0,3.9 4.1,3.3 7.4,-1 3.3,-4.3 5,-4.4 6.6,-0.4 1.8,4.2 7.9,7.3 11.7,5.8 3.9,-1.5 17.5,-2.1 19.3,-0.9 1.8,1.2 0.2,2.8 -10.9,10.5 -11.9,8.2 -18,13.4 -19.6,16.6 -1.5,2.8 -1.4,3.2 0.6,6 1.6,2.3 2.7,2.9 4.3,2.6 12.2,-3 13.8,-3.7 20.3,-8.7 6.2,-5 9.1,-7.7 18.8,-18.2 1.9,-2.1 4.5,-5.9 5.7,-8.5 2.1,-4.5 2.3,-6.1 2.3,-24.3 0,-11.9 -0.5,-21.3 -1.2,-24 -0.6,-2.5 -2.1,-8.8 -3.3,-14.1 -2,-9.1 -9.2,-28.5 -12.3,-33.2 -0.8,-1.3 -1.8,-4.2 -2.2,-6.6 -0.4,-2.4 -1.3,-5.8 -2,-7.6 -0.8,-1.7 -2.1,-6.2 -2.9,-9.9 -0.9,-3.7 -2.8,-8.9 -4.3,-11.4 -2.5,-4.5 -10,-13.2 -11.4,-13.2 -0.3,0 -1.7,1 -3,2.3 z m -44.1,10.2 5.1,5.6 15.4,0.2 c 17.1,0.2 18,-0.1 21.4,-6.8 2.8,-5.4 5.6,-5.9 9.2,-1.4 2.9,3.8 8.4,18.3 10,26.9 1.3,6.5 1.6,7.5 6.3,18 4,9 8.5,21.5 9.8,27 0.4,1.9 1.5,5.1 2.3,7.1 1.2,2.8 1.6,8.6 1.9,28.3 0.3,21.8 0.1,24.9 -1.3,25.9 -0.9,0.7 -1.9,2.1 -2.3,3.2 -1.2,3.7 -18.1,20.2 -23.6,23 -1.7,0.9 -3,1.9 -3,2.3 0,1.1 -8.7,3.5 -9.9,2.7 -0.6,-0.3 -1.1,-1.4 -1.1,-2.4 0,-1.8 1.4,-3 14,-12.3 9.2,-6.7 20,-16.9 20,-18.7 0,-2.6 -0.9,-3.1 -3.9,-1.9 -3.7,1.5 -28,2.1 -29.7,0.8 -2.1,-1.9 -0.5,-4 3.1,-4 1.9,0 3.7,-0.5 4.1,-1.1 0.4,-0.7 0.6,-5.8 0.5,-11.5 -0.1,-10.3 -0.1,-10.5 3.1,-14.9 3.4,-4.5 7,-6.5 11.8,-6.5 3.3,0 4.3,-0.9 2.9,-2.7 -1.7,-1.9 -7.3,-1.6 -12.3,0.7 -3.6,1.7 -4.7,3.1 -7.2,8.3 -2.5,5.3 -2.9,7.4 -2.9,14.7 0,4.7 -0.4,9.1 -0.8,9.7 -0.5,0.8 -2.9,1.3 -5.7,1.3 -3.8,0 -5.2,-0.4 -5.9,-1.8 -0.6,-1.1 -0.6,-2.3 -0.1,-2.8 1.1,-1.1 4.9,-22.4 4.2,-24.2 -0.2,-0.6 -1.3,-1.2 -2.3,-1.2 -2.1,0 -2.5,1.4 -3.3,11.5 -1.2,14.5 -3.3,22.1 -5.9,21.2 -1.5,-0.5 -1.1,-23.5 0.5,-25.4 0.7,-0.9 0.6,-2 -0.6,-3.8 -1.8,-2.7 -3.5,-3.3 -3.7,-1.3 -0.1,0.7 -0.2,6.6 -0.3,13.1 -0.1,12.8 -0.7,14.3 -5.6,13.2 -1.4,-0.4 -5.3,-0.9 -8.7,-1.2 -7.3,-0.6 -8.1,-2 -5.8,-9.7 2.1,-6.8 3,-17 1.7,-19.2 -0.9,-1.7 -1.1,-1.6 -1.7,1.1 -0.3,1.7 -1.1,4.6 -1.6,6.5 -0.6,1.9 -1.4,7.2 -1.8,11.8 -0.4,4.5 -1,8.5 -1.4,8.8 -2.1,2.2 -2.5,-2.6 -2,-27.9 0.7,-31.2 0.6,-31.8 -8,-41.5 -2.5,-2.8 -5.1,-6.1 -5.7,-7.3 -1.9,-3.5 -1.4,-12.5 0.9,-16.3 1.2,-1.8 2.1,-3.9 2.1,-4.6 0,-0.7 1.4,-3.2 3,-5.7 1.7,-2.4 3,-5.2 3,-6.2 0,-1 0.8,-3.8 1.9,-6.2 1,-2.4 2.1,-5.2 2.4,-6.2 1,-2.6 1.9,-2.1 7.5,3.8 z"
|
||||||
|
id="path17"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 411.5,77.1 c -1.3,4.1 4.7,7.7 7.5,4.4 1.8,-2.2 0.8,-5.1 -1.7,-4.7 -1.2,0.2 -2.4,-0.2 -2.8,-0.8 -1,-1.6 -2.3,-1.2 -3,1.1 z"
|
||||||
|
id="path18"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 365.2,79.7 c 0.4,3.3 4.4,5.8 6.5,4.1 3.2,-2.6 0.3,-6.8 -4.7,-6.8 -1.7,0 -2.1,0.5 -1.8,2.7 z"
|
||||||
|
id="path19"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 388,80.5 c -1.8,2.1 0.3,6.8 2.8,6.3 2.1,-0.4 2.8,-4.4 1.2,-6.4 -1.6,-1.8 -2.4,-1.8 -4,0.1 z"
|
||||||
|
id="path20"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 423.2,85.2 c -1.5,1.5 -1.6,4.4 -0.2,5.3 0.6,0.3 1.9,0.3 3.1,0 1.5,-0.5 1.9,-1.4 1.7,-3.3 -0.3,-2.9 -2.6,-4 -4.6,-2 z"
|
||||||
|
id="path21"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 736.6,148.9 c -6,6.6 -0.4,23.5 16.2,49.1 8,12.3 9.6,18 7.1,26 -3.6,12.1 -3.9,14 -3,22.8 0.5,4.8 1.6,10.7 2.4,13.2 2.5,7.5 3.8,12.8 5.2,22.2 1.1,7.2 1.9,9.7 4.2,12.6 4.4,5.3 6.5,6.5 8.9,4.8 1.7,-1.3 1.9,-2.8 1.9,-14.8 0.1,-16.3 0.2,-16.8 1.9,-16.8 1.6,0 4.6,5.8 4.6,9.1 0,1.2 0.7,4.7 1.6,7.8 3.6,12.4 5.6,15.1 10.3,13.6 2.6,-0.8 3.1,-3.9 2.9,-17 -0.1,-6.1 0.2,-12.1 0.6,-13.4 0.8,-2.4 0.9,-2.4 10.5,-1.5 5.3,0.4 16.5,0.8 25,0.9 h 15.4 l 1.8,3.5 c 1.1,1.9 2.2,5 2.5,7 0.4,1.9 1,3.9 1.4,4.5 0.4,0.5 1.3,3.5 1.9,6.5 1.6,7.5 4.4,12 7.6,12 2.3,0 6.41118,-0.0354 6.41118,-4.0354 0,-4 -4.11118,-4.6646 -6.31118,-4.2646 -3.2,0.6 -4.1,-1.2 -5.6,-11.2 -1.3,-8.7 -2.8,-12.7 -6,-16.5 l -2.2,-2.4 -27.8,-0.3 c -23.6,-0.3 -27.9,-0.1 -29,1.2 -0.9,1 -1.1,5.1 -0.9,14.5 0.3,9.2 0.1,13 -0.7,13 -1.9,0 -3.4,-2.4 -4.3,-7.1 -1.5,-7.1 -4.9,-18 -6.2,-19.5 -2,-2.4 -6.5,-1.7 -8.4,1.3 -1.5,2.2 -1.7,4.3 -1.3,13.7 0.5,12.1 0.3,13.6 -1.8,13.6 -2.3,0 -4.9,-8.2 -6,-18.5 -0.3,-3.9 -2,-11.5 -3.6,-17 -2.5,-8.5 -2.9,-11.2 -2.6,-18.2 0.2,-4.5 0.9,-8.7 1.5,-9.5 0.6,-0.7 1.8,-3.9 2.6,-7 1.3,-5 1.3,-6.4 0,-10.7 -0.8,-2.7 -2.1,-5.5 -2.9,-6.1 -0.7,-0.7 -1.4,-1.7 -1.4,-2.2 0,-0.6 -3.1,-6 -6.9,-12.2 -12.3,-20 -17.5,-34 -14.1,-38.1 2.9,-3.5 8.8,4.5 21.6,29.4 2.7,5.2 7,11.8 9.7,14.7 4.1,4.5 5.4,5.3 9.5,5.9 3.3,0.4 6.2,0.1 9.2,-1 5.4,-1.9 26,-4.1 45.9,-5 7.9,-0.4 15.4,-1 16.6,-1.5 2.4,-0.9 4.4,-4.3 7.7,-12.8 2.2,-5.9 5,-7 7,-2.7 3.25672,4.52695 4.88817,4.75784 4.15897,0.16291 C 870.85742,177.50246 865.7,171 863.4,171 c -1.2,0 -8.4,10.8 -8.4,12.7 0,1.5 -2.9,7 -4.3,8.1 -0.6,0.5 -10.4,1.2 -21.7,1.5 -11.3,0.4 -22.1,1.1 -24,1.6 -5.3,1.6 -22.1,3.8 -24.6,3.3 -1.2,-0.2 -3.5,-1.6 -5,-3.1 -3.3,-3.2 -5.6,-6.6 -14.3,-22.6 -7.9,-14.4 -13,-21.4 -17.2,-23.5 -4.7,-2.5 -5.2,-2.5 -7.3,-0.1 z"
|
||||||
|
id="path25"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
sodipodi:nodetypes="cccccccccsssccccccccccsscccccccsccccscccccccsccccccccccssscccccccc" /><path
|
||||||
|
d="M -2.015625,175.87812 C -5.7714471,175.45439 2.7,189.5 5.5,192.4 c 1.1,1.1 3.4,1.6 6.8,1.6 2.9,0 7.3,0.8 10,1.7 l 4.7,1.7 5.5,-5.4 c 3.9,-3.8 5.8,-5.1 6.6,-4.3 1.1,1.1 3.6,13.1 4.6,22.5 0.6,5.5 0.5,5.6 -2.6,7.2 -4,2.1 -4,4.8 0,6.3 l 3.1,1.2 -2.8,4.8 c -1.5,2.6 -6.5,8.3 -11,12.6 -4.6,4.3 -9.2,9.2 -10.3,11 -3.1,5 -3.5,11.9 -1.6,25.1 0.9,6.4 1.5,11.9 1.2,12.2 -1.7,1.7 -6.7,-5.8 -6.7,-10.2 0,-3.1 -3.3,-11.9 -5.3,-14.2 -2.5,-2.7 -3.9,-2.8 -6,-0.4 -1.4,1.6 -1.7,4.4 -1.7,18.5 0,16.7 0.7,19.7 3.2,14.1 0.9,-1.9 0.9,-3.9 0,-8.3 -1.7,-8 -1.5,-19.2 0.2,-21.6 1.4,-1.9 1.5,-1.9 2.4,0.5 2.5,6.6 3.5,9.9 4.2,14.2 1,5.4 2.9,9.3 6.5,13 5.7,6.1 8,2.4 7.1,-11.1 -0.4,-5.3 -1.2,-11.9 -1.8,-14.8 -1.7,-8.1 0.5,-12.6 11.9,-24 10.5,-10.6 11.6,-12.4 13.3,-20.9 1.8,-9.1 -1.9,-45.4 -4.6,-45.4 -0.9,0 -6.9,4.4 -10.4,7.6 l -3.5,3.2 -9.7,-0.5 -9.7,-0.6 -2.4,-3.6 c -1.3,-2 -3.4,-5.2 -4.5,-7.1 l -2.996875,-2.98437 z"
|
||||||
|
id="path26"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
sodipodi:nodetypes="scscccsccccccccsscssccccccccccssccccccs" /><path
|
||||||
|
d="m 862,200 c 0,1.7 -3.9,5 -6,5 -1.3,0 -2,0.7 -2,1.9 0,3 2.1,3.7 4.1,1.3 0.9,-1.2 2.2,-2.2 2.7,-2.2 0.5,0 2.1,-0.9 3.6,-2.1 2.1,-1.7 2.4,-2.4 1.5,-3.5 -1.3,-1.6 -3.9,-1.9 -3.9,-0.4 z"
|
||||||
|
id="path27"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 369.4,208.3 c -3.7,2.2 -9.4,6.9 -9.4,7.8 0,0.5 -2.5,5.1 -5.5,10.2 -3,5 -5.5,9.6 -5.5,10.2 0,0.5 -1.4,3 -3,5.5 -1.6,2.5 -3,5.2 -3,6 0,0.9 -2,3.7 -4.4,6.4 l -4.5,4.8 -9.8,-0.7 c -5.4,-0.4 -10.9,-1.2 -12.3,-1.7 -4.5,-1.8 -15.2,-2.9 -32.5,-3.5 -12.1,-0.3 -17.5,-0.9 -18.9,-1.9 -1.1,-0.7 -3.2,-4.8 -4.7,-8.9 -2.6,-7.1 -5.8,-11.4 -8.6,-11.5 -1.2,0 -10.3,13.6 -10.3,15.6 0,2.3 -6.6,4.4 -13.9,4.4 -6.8,0 -7.4,-0.2 -14.2,-4.7 -5.6,-3.7 -7.4,-4.5 -8.7,-3.6 -2.6,1.6 -2.9,3.3 -5.9,30.8 -1.3,12.2 2.6,22 12.6,31.3 2.5,2.4 5.9,5.6 7.4,7 1.5,1.5 3.7,4.6 4.9,6.9 1.8,3.7 2,5.4 1.6,15.7 -0.3,7.1 -0.9,12.1 -1.6,12.8 -1.8,1.8 -1.4,7 0.7,9.5 3.6,4.3 6.2,2.5 10.4,-6.7 1.4,-3 3,-7.8 3.7,-10.5 0.7,-2.8 1.9,-6.5 2.8,-8.3 1.1,-2.6 1.7,-3 2.8,-2.1 1.9,1.6 1.8,15.5 -0.1,18.9 -3.3,5.8 -0.7,14 4.5,14 1.5,0 3.2,-0.6 3.7,-1.3 1.5,-1.8 7,-18.5 7.8,-23.6 0.9,-5.7 5.5,-10.6 8.8,-9.7 5.8,1.7 16.7,1.8 27,0.2 11.8,-1.9 18.2,-1.5 19.7,1.3 0.5,1 0.7,5.6 0.4,10.2 -1,16.9 -0.9,17.5 2.1,19.5 2.5,1.6 2.7,1.6 4.9,-0.5 2.7,-2.5 6.1,-11.3 7.1,-18.3 0.6,-4.9 4.3,-11.4 6,-10.7 0.6,0.2 1,6.1 1,14.6 0,11.9 0.3,14.5 1.7,15.9 2.5,2.5 6.8,0.6 9.3,-4.2 1.1,-2.1 2.9,-8.4 3.8,-13.9 1,-5.5 2.7,-12.9 3.7,-16.5 1,-3.6 2.5,-9 3.4,-12.1 2.2,-7.8 2,-13.9 -0.9,-25.3 -1.4,-5.4 -2.5,-11 -2.5,-12.5 0,-1.6 4.1,-9.6 10.1,-19.6 10.4,-17.7 14.3,-25.9 15.8,-33.9 1,-5.6 -0.1,-11.5 -2.5,-13.3 -2.1,-1.6 -2.3,-1.6 -5,0 z m 3.4,11.7 c -0.6,5.5 -7.5,20.3 -16.5,34.8 -3.6,5.9 -7.4,12.5 -8.4,14.7 -2.3,5 -2.4,11.4 -0.3,16.3 1.1,2.4 1.8,7.7 2.2,14.9 0.4,11.2 0.2,12.8 -4.3,27.3 -0.7,2.5 -1.7,7.6 -2,11.5 -0.7,7.2 -3.6,15.5 -5.4,15.5 -2,0 -2.4,-2.6 -2.2,-15.7 0.2,-9.2 -0.2,-13.9 -1,-14.9 -1.2,-1.5 -5.6,-1.9 -7.6,-0.6 -1.7,1.1 -3.5,5.9 -4.4,11.7 -0.9,6.5 -4.2,15.8 -5.7,16.3 -1.3,0.4 -1.3,1 -1.4,-14.8 0,-6.3 -0.5,-12.3 -1,-13.3 -0.9,-1.7 -2.5,-1.8 -28.6,-1.1 -26.8,0.7 -27.8,0.8 -29.8,2.9 -3.1,3.4 -5.3,8.6 -6.4,15.6 -1.8,11.5 -2.4,13.4 -4.5,13.4 -1.9,0 -2,-0.8 -2,-13.8 0,-13.5 -0.1,-13.9 -2.5,-15.9 l -2.4,-2 -2.3,2.9 c -1.3,1.5 -2.9,3.5 -3.6,4.3 -0.8,0.8 -2.1,5.2 -3,9.8 -1.5,7.8 -2.9,11.2 -4.7,11.2 -1.8,0 -2,-5.9 -0.5,-14 0.8,-4.7 1.5,-10 1.5,-11.8 0,-4.7 -4.6,-13.6 -9.4,-18.2 -7.4,-7.1 -9.7,-9 -10.7,-9 -0.5,0 -0.9,-0.4 -0.9,-1 0,-0.5 -1.1,-2.6 -2.5,-4.7 -3.1,-4.5 -2.9,-7.4 0.8,-9.1 3.5,-1.7 3.4,-2.8 -0.2,-4.6 -1.6,-0.9 -3.1,-2.2 -3.5,-3.1 -0.3,-0.8 -0.1,-5.9 0.4,-11.3 0.5,-5.3 1,-10.7 1,-11.9 0,-1.2 0.8,-2.7 1.8,-3.2 1.4,-0.7 2.8,0 6.7,3.5 4,3.6 5.5,4.4 7.5,3.9 1.4,-0.3 6.5,-1.1 11.3,-1.8 l 8.8,-1.2 5,-7.8 c 2.7,-4.3 5.5,-7.7 6.1,-7.5 0.6,0.2 2.4,3.3 3.9,6.9 1.4,3.5 4,7.9 5.6,9.6 l 3,3.3 h 15.1 c 12.3,0 18.5,0.6 32.7,3 9.7,1.6 19,3 20.9,3 7.4,0 13.2,-5.6 20.9,-20.4 8.1,-15.2 13.4,-24 16.6,-27.5 2.7,-2.9 3.3,-3.1 4.7,-2 1.2,1 1.5,2.5 1.2,5.9 z"
|
||||||
|
id="path28"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 246.4,261.1 c -1,1.7 1.3,3.6 2.7,2.2 1.2,-1.2 0.4,-3.3 -1.1,-3.3 -0.5,0 -1.2,0.5 -1.6,1.1 z"
|
||||||
|
id="path29"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 255.4,267.2 c -0.9,1.5 2.7,4.1 3.9,2.9 1.3,-1.3 0.1,-4.1 -1.7,-4.1 -0.8,0 -1.8,0.5 -2.2,1.2 z"
|
||||||
|
id="path30"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 227,269.5 c -1,1.2 -1,1.8 0,3 2,2.5 5.5,1.5 5.5,-1.5 0,-3 -3.5,-4 -5.5,-1.5 z"
|
||||||
|
id="path31"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 205.3,270.6 c -0.8,2.1 1.3,4.2 2.8,2.7 1.3,-1.3 0.5,-4.3 -1.1,-4.3 -0.6,0 -1.3,0.7 -1.7,1.6 z"
|
||||||
|
id="path32"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 34.2,209.2 c -2,2 -1.4,4 1.1,3.6 1.4,-0.2 2.2,-1 2.2,-2.2 0,-2.4 -1.6,-3.1 -3.3,-1.4 z"
|
||||||
|
id="path33"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 12.6,209.9 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
id="path34"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 867.4,267.1 c -0.9,1.5 0.6,19.8 1.7,20.5 0.5,0.3 0.9,-4.2 0.9,-10.5 0,-10.2 -0.7,-13 -2.6,-10 z"
|
||||||
|
id="path35"
|
||||||
|
style="display:none;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 496.3,275.2 c -1.3,0.6 -2.5,1.9 -2.9,3 -0.3,1 -1.7,3.6 -3.1,5.8 -2.8,4.3 -8.6,7.1 -17.3,8.5 -2.5,0.3 -5.9,1.1 -7.6,1.7 -2.8,1 -3.7,0.7 -8.5,-2.5 -6.1,-4 -13.1,-5.8 -14.5,-3.6 -0.5,0.8 -1.1,5 -1.5,9.4 -0.4,5.9 -1.3,9.5 -3.3,13.5 -2,4 -3,8 -3.6,14.5 -0.5,4.9 -1.2,10.7 -1.6,12.7 -0.6,3.5 -0.5,3.8 2.7,5.1 1.9,0.8 6.4,4.3 10,7.8 3.6,3.5 8.4,8 10.7,10 4.9,4.1 5.5,7.8 2,10.2 -1.3,0.8 -4.3,3.3 -6.8,5.5 -2.5,2.3 -5.6,4.4 -7,4.7 -3.8,1 -8.6,5 -10,8.5 -1.1,2.7 -1,3.3 0.5,5 3.5,3.9 9.4,2.1 20.7,-6.2 4,-3 9.3,-6.5 11.8,-7.9 2.5,-1.4 6.2,-3.5 8.3,-4.7 4.7,-2.7 4.7,-2.7 4.7,0.2 0,2.4 -4.9,7.6 -10.7,11.2 -4,2.6 -6.7,5.6 -8.2,9.2 -2.8,6.7 3,9.3 11.4,5.2 7.3,-3.6 20.7,-14.2 21.7,-17.2 0.3,-0.9 2.2,-0.5 7.5,1.6 l 7,2.8 11.8,-2.6 c 6.5,-1.4 13.9,-2.6 16.4,-2.6 5.5,0 22.9,-3.3 32.6,-6.1 7.2,-2.1 13.3,-4.9 17.3,-8 3.7,-2.8 9.9,-12 10.7,-15.9 0.4,-1.9 1.4,-4.8 2.2,-6.3 1.8,-3.5 1.4,-24.4 -0.6,-29.7 -7.2,-19.4 -17.6,-29.8 -33.4,-33.4 -11.1,-2.6 -18.7,-1.8 -35.2,3.6 -13.8,4.6 -15.6,4.6 -18.6,0.6 -1.3,-1.8 -3.3,-5.1 -4.4,-7.3 -3.7,-7.6 -6,-8.8 -11.2,-6.3 z m 8.4,10.8 c 4.7,9.4 6.2,10.5 13.3,10.4 3.3,-0.1 6.5,-0.6 7.2,-1.1 0.7,-0.5 4.5,-1.8 8.3,-2.8 3.9,-1 7.6,-2.3 8.4,-2.9 0.8,-0.7 5.9,-1.1 12.5,-1.1 8.6,0 11.8,0.4 14.1,1.7 1.7,0.9 4.7,2.4 6.7,3.3 6.1,2.7 13.7,11.9 17.1,20.5 2.6,6.8 2.9,8.6 2.9,19.5 0,13.7 -1.1,18.7 -5.2,24.8 -7.5,11.1 -20,17 -41,19.2 -3.6,0.4 -7.6,1.2 -9,1.7 -1.4,0.6 -5.9,1.2 -10,1.4 -4.1,0.3 -9.8,1.1 -12.7,1.9 -6.4,1.9 -9.2,1.9 -13.4,0 -6.9,-3 -8.3,-4.7 -8.1,-10.6 0.1,-4.3 0.5,-5.7 2.4,-7.1 1.3,-1 2.8,-1.8 3.5,-1.8 1.4,0 2.8,6.3 1.9,7.9 -1,1.5 3.1,5.1 5.8,5.1 1.3,0 5.2,-0.9 8.7,-2.1 3.5,-1.1 12.5,-2.7 19.9,-3.4 17.2,-1.6 27.3,-4.4 31.7,-8.7 1.8,-1.8 3.3,-3.6 3.3,-4 0,-1.4 -3.3,-0.9 -5.1,0.8 -1.8,1.6 -5.8,2.9 -13.9,4.4 -2.5,0.4 -6.4,1.6 -8.6,2.5 -2.6,1 -6.2,1.5 -9.9,1.3 l -5.8,-0.3 -1.9,-5.5 c -1.3,-3.7 -1.9,-8.6 -2,-15 -0.1,-8.3 0.2,-10.2 2.5,-15 2.7,-5.8 6.7,-10.7 11.3,-13.7 4.8,-3.1 13.2,-5.2 18.5,-4.6 4.2,0.5 4.9,0.3 4.9,-1.1 0,-3.1 -5.7,-4.5 -13,-3.3 -3.6,0.5 -7.2,1.6 -8.1,2.3 -0.8,0.8 -2.1,1.4 -2.7,1.4 -1.7,0 -13,11.9 -14.7,15.5 -4.6,9.5 -6,22.6 -3.1,28.3 0.7,1.5 1.6,4.6 2,6.9 0.5,3.8 0.3,4.4 -1.9,5.9 -3.4,2.2 -10.6,3.5 -12.2,2.2 -0.7,-0.6 -1.3,-2.9 -1.3,-5.2 0,-4.5 -2.2,-8.6 -4.7,-8.6 -0.8,0 -3.2,1.4 -5.3,3 -4.4,3.5 -5.5,6.8 -5.1,15.2 0.3,6.2 0.3,6.2 -8.6,13.8 -6,5 -16.1,11.2 -17.3,10.5 -2.5,-1.6 -0.6,-4.8 6.3,-10.4 10.4,-8.6 17.3,-17.9 15,-20.2 -0.9,-0.9 -1.6,-0.9 -2.5,-0.2 -0.7,0.6 -3,1.3 -5.1,1.6 -2.1,0.3 -6.4,2.3 -9.5,4.3 -3.1,2.1 -7.6,4.8 -10.1,6.2 -2.5,1.3 -6.1,3.6 -8.1,5.1 -5.7,4.5 -9.7,6.4 -11.5,5.8 -2.4,-1 -1.4,-4 2,-5.8 6.6,-3.4 10.4,-6.2 20.7,-15.3 3.2,-2.8 1.3,-7.4 -5.5,-13.9 -3.4,-3.2 -7.9,-7 -9.9,-8.4 -2.1,-1.4 -3.8,-3.2 -3.8,-3.9 0,-0.7 -0.6,-1.7 -1.4,-2.1 -2.8,-1.7 -5,-7.7 -5,-14.3 -0.1,-6.9 2.1,-14.3 5.7,-19.2 1.6,-2.2 1.9,-3.7 1.4,-8 -0.9,-9.4 1.8,-10.7 9.5,-4.7 5.3,4.2 8.2,4.5 16.8,1.5 4,-1.4 8.6,-2.6 10,-2.6 5.8,0 9,-2 11.7,-7.4 3,-6 5.2,-8.8 6.7,-8.3 0.6,0.2 2.5,3.2 4.3,6.7 z"
|
||||||
|
id="path36"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 504.9,311.9 c -1.8,1.4 -2.8,1.7 -4.2,0.9 -2.6,-1.4 -4.5,0.5 -2.7,2.7 2.8,3.4 4.7,3.6 7.9,0.9 4.7,-3.9 3.7,-8.3 -1,-4.5 z"
|
||||||
|
id="path37"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 519.8,312.6 c -1.5,3.3 0,5.9 3.3,5.9 2.8,0 3.7,-3.1 1.9,-6.4 -1.5,-2.9 -3.8,-2.6 -5.2,0.5 z"
|
||||||
|
id="path38"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 477.4,321.4 c -0.9,2.4 0.3,4.7 2.1,4 1.8,-0.7 1.6,-4.5 -0.2,-5.2 -0.7,-0.2 -1.6,0.3 -1.9,1.2 z"
|
||||||
|
id="path39"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 450.8,321.7 c -5.8,0.5 -6.3,2.2 -1.4,5.2 4.3,2.7 5.5,2.6 8.9,-0.5 3.3,-2.8 3,-5.5 -0.5,-5.2 -1.3,0.1 -4.4,0.3 -7,0.5 z"
|
||||||
|
id="path40"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 129,284 -4.4,5 h -7 c -3.9,0.1 -9.1,0.5 -11.6,1.1 -11.8,2.5 -11.6,2.6 -16.8,-2.3 -5.8,-5.4 -10.4,-7.5 -14,-6.2 -3.1,1.1 -3.5,2.6 -5.2,19.9 -1,9.8 -1.5,12.2 -3.1,13.3 -2.3,1.6 -2.4,4.3 -0.4,8.2 1.2,2.4 1.5,6.2 1.2,19.5 -0.2,9.1 -0.6,16.7 -0.9,17 -0.3,0.3 -2.5,1.6 -4.9,2.8 -3,1.5 -5.3,3.8 -7.4,7.2 -2.8,4.7 -3,5.7 -3,14.5 0.1,9.2 0.2,9.8 3.9,16.3 2.1,3.8 5.2,8.4 6.9,10.4 2.9,3.3 3.2,4.3 3.2,10.2 v 6.6 l 6,0.3 c 3.3,0.2 6.4,0.7 6.9,1.3 1.7,1.6 3.7,1 6.6,-2.1 l 2.8,-3 16.9,0.1 c 9.2,0 19.1,-0.3 22,-0.6 5.1,-0.7 5.3,-0.7 9.4,3.4 2.3,2.2 4.5,4.1 4.8,4.1 0.3,0 2.4,-1.2 4.6,-2.5 2.2,-1.4 5.2,-2.5 6.7,-2.5 2.2,0 3.4,-1 6.1,-5.3 1.9,-2.8 4.9,-6.6 6.7,-8.2 1.8,-1.7 4.3,-4.6 5.6,-6.5 1.3,-1.9 4,-5.5 5.8,-8 1.9,-2.5 3.5,-4.8 3.5,-5.2 0.1,-0.4 2,-4 4.4,-8 4,-6.9 7.7,-15.9 7.7,-19.1 0,-1.1 -2.5,-7.1 -3.5,-8.5 -0.1,-0.1 -1.3,0.2 -2.6,0.7 -4.2,1.5 -8.8,6.7 -11.4,12.5 -1.4,3.1 -2.9,5.6 -3.5,5.6 -0.5,0 -1,-0.4 -1,-0.8 0,-0.5 -1.4,-3 -3.1,-5.6 -3.1,-4.7 -9.4,-9.6 -12.3,-9.6 -4.1,0 -3,-10.2 1.9,-18.3 5.1,-8.5 6.1,-13.2 4.1,-20.1 -1.1,-3.5 -1.4,-7 -1,-9.2 0.6,-3.3 0.3,-3.9 -4.9,-8.9 -4.9,-4.8 -12.7,-16.1 -12.7,-18.4 0,-0.5 -0.9,-2 -2.1,-3.5 -3.1,-3.9 -5.9,-3.3 -10.9,2.4 z m 11.3,7.5 c 2,4.1 4.1,7.5 4.7,7.5 0.5,0 1,0.4 1,1 0,0.5 1.5,3.1 3.4,5.7 3.7,5.2 6.6,15.1 6.6,22.4 0,2.9 -0.9,6 -2.5,8.9 -5.5,9.7 -5.9,11.1 -6.2,23.6 -0.1,6.6 -0.7,17 -1.3,23 -0.6,6 -1.3,17 -1.6,24.4 -0.5,12.6 -1.6,18 -3.6,18 -1.8,0 -2.6,-5 -3.2,-19.8 -0.4,-8.5 -1,-16 -1.3,-16.8 -0.8,-2.3 -3.2,-1.6 -3.9,1.1 -0.7,2.7 0,18.5 1,22.5 1.2,4.5 -0.4,5.4 -10.6,5.6 -5.1,0.1 -15,0.4 -22,0.8 -9.6,0.4 -12.9,0.2 -13,-0.7 -0.1,-0.7 -0.2,-7.8 -0.3,-15.9 0,-14.5 -0.5,-17.2 -2.7,-15 -0.8,0.8 -1.1,5.9 -0.9,16.6 0.3,16.8 -0.4,20 -4.2,19.4 -2.1,-0.3 -2.2,-0.8 -2.7,-16.3 -0.3,-8.8 -0.9,-16.5 -1.2,-17.1 -0.4,-0.6 -1.4,-8 -2.2,-16.5 -2.4,-25.2 -0.5,-78.4 3,-85.1 l 1.5,-2.9 3.7,2.3 c 2,1.2 4.6,3.4 5.8,4.7 2.3,2.7 4.1,2.9 27.1,2.3 l 11.2,-0.2 4.1,-5.5 c 2.2,-3 4.6,-5.5 5.3,-5.5 0.7,0 2.9,3.4 5,7.5 z m 47.1,73.1 c 0.4,1 -0.1,3.8 -1.1,6.3 -2,5.3 -9,18.8 -11,21 -0.8,0.9 -3.6,5.1 -6.4,9.4 -2.7,4.3 -5.6,8 -6.5,8.4 -0.8,0.3 -2,1.7 -2.5,3 -0.9,2.6 -2.9,2.3 -2.9,-0.4 0,-0.9 2,-5.2 4.4,-9.7 2.4,-4.5 6.7,-12.6 9.6,-18.1 10.1,-19.2 14.6,-24.7 16.4,-19.9 z m -28.3,2.7 c 4.9,4.4 7.3,8.6 7.1,12.3 -0.3,3.5 -6.2,18.5 -11.1,27.9 -2.1,4.2 -3.1,7.4 -3.1,10.7 0,2.6 -0.5,5 -1.1,5.3 -1.6,1 -2.1,0.1 -2.3,-4.2 -0.1,-2.1 -0.5,-4.3 -0.8,-4.9 -0.9,-1.3 1.8,-29.8 3.2,-34.4 0.5,-1.9 1,-6 1,-9.1 0,-8.1 1.3,-8.8 7.1,-3.6 z m -91.7,-0.1 c 1.7,2.7 3.1,10.9 4.6,26.9 1.8,20.3 1.2,23.1 -3.7,17.6 C 65.7,408.8 59,398.3 59,397 c 0,-0.6 -0.4,-1.8 -0.9,-2.8 -0.5,-0.9 -1.4,-4.2 -2.1,-7.3 -0.9,-5 -0.8,-6.3 0.9,-10.9 1.9,-4.9 6.4,-11 8.3,-11 0.4,0 1.4,1 2.2,2.2 z"
|
||||||
|
id="path41"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 134,305.9 c -1.4,2.7 -1.3,5.8 0.3,6.4 0.6,0.2 2.7,0.2 4.5,0 2.5,-0.4 3.2,-1 3.2,-2.8 0,-4.8 -5.9,-7.4 -8,-3.6 z"
|
||||||
|
id="path42"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 82.2,308.3 c -1.9,2.3 -2.4,6.3 -0.9,7.5 1.1,1 1.7,0.9 2.7,-0.3 0.9,-1.1 2.3,-1.3 5.1,-0.9 3.2,0.5 3.9,0.4 3.9,-1 0,-2.4 -4.8,-6.6 -7.5,-6.6 -1.3,0 -2.7,0.6 -3.3,1.3 z"
|
||||||
|
id="path43"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 112.2,312.2 c 0.3,2.5 3.4,3.6 5.1,1.9 1.4,-1.4 -0.9,-4.1 -3.5,-4.1 -1.4,0 -1.9,0.6 -1.6,2.2 z"
|
||||||
|
id="path44"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 771.2,356.7 c -1.7,0.6 -4.5,6.4 -7.2,14.4 -1.5,4.3 -3.4,7.7 -6.2,10.6 -3.9,4 -4.1,4.3 -3.5,9.5 0.5,5.8 -1,10.1 -4,11.2 -0.9,0.4 -9.8,0.6 -19.7,0.5 -10,0 -24,0.2 -31.2,0.6 l -13,0.8 -2.2,-2.8 C 683,400 682,398 682,397 c 0,-2.9 4.3,-5.9 11,-7.6 11.2,-2.8 17.1,-7 18.6,-13.1 0.8,-2.9 -0.9,-7.1 -3.2,-8 -1.7,-0.6 -8.7,1.3 -12.1,3.3 -1.2,0.8 -5.5,1.9 -9.5,2.5 -8.1,1.2 -11.6,3 -16.9,8.6 -7.3,7.7 -8.4,16 -3.3,25.2 2.8,5 3,9.1 0.9,15.1 -1.2,3.4 -1.5,10.4 -1.5,36.9 v 32.6 l 2.5,3.8 c 3.4,4.8 6.7,5 9.5,0.4 1.1,-1.7 2,-4.2 2,-5.3 0,-1.2 0.7,-3.8 1.5,-5.7 0.8,-2 1.5,-4.8 1.5,-6.2 0,-2.9 3.6,-10.5 4.9,-10.5 1.3,0 3.9,7.7 5,14.6 1,6.8 3.7,12.9 7,15.8 4.4,4 10.8,-1.3 8.3,-6.9 -1.4,-3.1 -2.7,-17.4 -1.8,-20.8 l 0.6,-2.5 h 25.3 c 21.5,0.1 25.7,-0.2 27.8,-1.5 3.3,-2.2 9.8,-3.1 13.1,-1.8 2.7,1 5.8,6.4 5.8,10.2 0,2.6 4.8,16.9 6.6,19.6 1,1.7 2.4,2.3 4.9,2.3 4.5,0 4.8,-1.4 3.6,-15.1 -1.1,-12.5 -0.4,-17.3 2.5,-17.7 3.8,-0.5 7.4,4.9 10,15 1.9,7.1 3.2,10 5.6,12.5 3.5,3.6 8.1,4.5 9.2,1.7 1,-2.7 0.7,-9.9 -0.8,-14.5 -2.7,-8.4 -4.9,-26.8 -4.3,-35.1 0.7,-8.9 3.9,-17.4 6.9,-18.4 1.1,-0.3 4.8,-3.3 8.2,-6.5 4.5,-4.2 6.6,-7.1 7.5,-10.1 0.7,-2.4 1.7,-5.3 2.2,-6.6 1.6,-4.1 1.1,-7.2 -1.4,-8.3 -2.6,-1.2 -6.9,-12.4 -7.3,-19 -0.3,-5.3 -4.5,-13.9 -6.8,-13.9 -1,0 -4.3,2.5 -7.3,5.6 l -5.6,5.6 -5.1,-0.6 c -2.8,-0.4 -8.1,-1.1 -11.7,-1.5 -8,-1 -12.1,-3.2 -15.6,-8.6 -4.1,-6.1 -5.7,-7.2 -9.1,-5.8 z m 7.3,11.3 c 5.3,6.6 8.8,7.8 23.9,8.6 l 12.5,0.7 4.2,-4.1 c 5.7,-5.8 7.9,-5.3 7.9,1.6 0,3.1 1.6,8.3 4.1,13.7 2.9,6.2 4.2,14.7 2.9,19.5 -1.1,4 -6.1,9.6 -11.8,13 -4.1,2.5 -8,7.6 -9.1,11.8 -1.3,4.7 -0.7,31.7 0.9,39.7 0.7,3.3 2.1,8.1 3.2,10.7 2,4.6 1.9,7.8 -0.1,7.8 -1.5,0 -4.7,-6 -7.1,-13.5 -3.6,-11.3 -3.9,-12 -7,-13.8 -4.1,-2.4 -11.9,-3.4 -13.1,-1.6 -1.5,2.3 -1,15.7 0.8,22.5 1.2,4.5 1.4,6.7 0.6,7.5 -1.4,1.4 -4.3,-1.5 -4.3,-4.4 -0.1,-1.2 -0.7,-3.3 -1.5,-4.7 -0.8,-1.4 -1.4,-3.7 -1.5,-5.1 0,-3.9 -2.8,-11 -5.2,-13.6 -1.8,-1.9 -3.2,-2.3 -8.7,-2.3 -3.6,0 -10.4,0.5 -15.1,1.2 -4.7,0.6 -18,1.2 -29.6,1.2 -16.6,0.1 -21.5,0.4 -22.8,1.5 -1.4,1.2 -1.6,2.7 -1.2,9.3 0.4,4.4 1.1,8.8 1.6,9.8 1.2,2.3 1.3,10.7 0.1,11.4 -1.7,1.1 -4.2,-4.5 -6.1,-13.6 -2.1,-10.1 -5.7,-18.1 -8.4,-18.6 -3.4,-0.7 -6.8,4.3 -9.5,14.3 -0.6,2.2 -1.8,6.6 -2.7,9.7 -1.6,6.1 -3.9,7.7 -4.9,3.5 -0.3,-1.2 -0.5,-7.6 -0.3,-14.2 0.1,-6.6 0.1,-19 -0.1,-27.5 -0.2,-9.8 0.1,-17.8 0.9,-21.8 1.5,-7.6 0.8,-19.5 -1.4,-23.7 -2.3,-4.3 -2.1,-12 0.4,-16 3.9,-6.3 17.2,-12.5 26.6,-12.5 1.7,0 3.7,-0.7 4.4,-1.5 1.8,-2.1 5,-1.9 5,0.3 0,3.3 -6.1,8.1 -11.8,9.2 -5,0.9 -10.8,3.5 -14.6,6.4 -2.6,2.1 -3.3,9.4 -1.2,13.4 2.1,4 7.6,5.6 15.9,4.7 3.2,-0.4 17.6,-0.8 31.9,-0.9 l 26,-0.1 2.3,-2.7 c 2.4,-2.7 5.5,-11.8 5.5,-15.8 0,-1.2 1.1,-4 2.5,-6.4 1.3,-2.3 3.1,-6 3.9,-8.1 2.9,-8.1 4.7,-11.5 5.9,-11.5 0.6,0.1 3,2.3 5.2,5 z"
|
||||||
|
id="path45"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 775.5,387 c -0.4,0.7 -0.3,1.6 0.3,2.2 1.4,1.4 4.5,0.2 4,-1.5 -0.6,-1.6 -3.4,-2.1 -4.3,-0.7 z"
|
||||||
|
id="path46"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 821.3,388.7 c -0.7,0.3 -1.3,1.6 -1.3,2.9 0,1.9 0.5,2.4 2.5,2.4 1.8,0 2.5,-0.5 2.5,-1.9 0,-2.2 -2,-4 -3.7,-3.4 z"
|
||||||
|
id="path47"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 795.7,390.2 c -0.6,1.8 2.1,6.8 3.6,6.8 1.7,-0.1 4.7,-2.5 4.7,-3.9 0,-0.7 -1.6,-1.9 -3.5,-2.7 -4.2,-1.7 -4.2,-1.7 -4.8,-0.2 z"
|
||||||
|
id="path48"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 220.4,467.7 c -1.6,2.1 -3.5,5 -4.3,6.4 -2.1,4.3 -6.2,6.6 -14.7,8.4 -12.2,2.7 -15.2,2.5 -20.9,-1.3 -4.9,-3.3 -11.7,-4.4 -13,-2.1 -0.4,0.6 -0.9,4.7 -1.2,9.2 -0.4,6.3 -1.2,9.7 -3.5,14.5 -2.3,5 -3.1,8.2 -3.4,14.3 -0.2,4.4 -0.9,8.9 -1.4,10 -1.6,2.9 -0.4,5.3 3.8,7.7 2.1,1.1 6.3,4.5 9.3,7.4 3,2.9 7.6,7 10.2,9.1 7,5.6 6.6,8.1 -2,14.4 -3.8,2.7 -8.2,5.5 -9.9,6.2 -1.7,0.6 -4.5,2.5 -6.3,4.2 -2.7,2.4 -3.2,3.5 -2.9,6.6 l 0.3,3.8 5.8,-0.1 c 4.2,-0.1 6.4,-0.7 8,-2.1 3.8,-3.4 15,-10.9 19.2,-12.8 2.2,-1 5.4,-2.9 7.2,-4.2 3.7,-2.8 5.9,-2.3 4.2,0.9 -0.6,1.1 -3.8,4.5 -7.2,7.6 -10.8,10 -10.7,9.9 -10.7,13.5 0,1.9 0.6,4 1.4,4.6 2.2,1.9 8.4,0.2 13.7,-3.6 2.5,-1.8 5.1,-3.3 5.6,-3.3 0.6,0 3.6,-2.6 6.7,-5.7 l 5.6,-5.7 5.3,1.7 c 3,0.9 7.1,1.7 9.1,1.7 4.8,0 17.7,-2 19.6,-3 0.9,-0.5 6.3,-1.3 12,-1.9 25.9,-2.8 39.8,-7.3 48.7,-16 8.7,-8.5 11.8,-18.5 11,-35.6 -0.8,-15.9 -3.5,-23.2 -12.9,-34.6 -4.8,-5.9 -15.9,-11.8 -24.3,-13 -8.7,-1.2 -22.2,0.6 -34.6,4.7 -5.8,2 -11.6,3.4 -12.9,3.2 -1.6,-0.2 -3.2,-2.2 -5.7,-6.8 -7.3,-13.5 -9.7,-14.9 -14.9,-8.3 z m 9.8,8.9 c 5.2,10.6 10.4,13.5 18.1,10 1.8,-0.8 6.8,-2.4 11.2,-3.6 4.4,-1.2 8.8,-2.6 9.7,-3.1 1,-0.5 6,-0.9 11.1,-0.9 8.5,0 9.8,0.3 16.6,3.5 7.7,3.7 15.5,10.8 18.5,16.9 2.1,4.4 6.3,18.2 7.1,23.8 0.7,4.5 -0.3,8.5 -5.2,22.5 -1.8,5.1 -8.8,12.2 -14.8,15.2 -6.8,3.4 -17.3,6.3 -24.5,6.8 -3.6,0.3 -7,0.9 -7.7,1.5 -0.6,0.5 -5.8,1.4 -11.5,1.9 -5.7,0.6 -12.5,1.7 -15.1,2.5 -5.7,1.9 -15.1,1.1 -18.3,-1.4 -2.3,-2 -4.4,-7.2 -4.4,-11.2 0,-3 4,-8 6.5,-8 1.1,0 1.5,1.2 1.5,5 0,8.1 5.6,11.3 12.8,7.6 3.3,-1.7 10.8,-3.1 24.7,-4.7 5.5,-0.6 12,-1.7 14.5,-2.4 2.5,-0.7 5.6,-1.6 7,-1.9 1.4,-0.3 4.4,-2.1 6.5,-4 3.6,-3.1 3.8,-3.5 2.1,-4.2 -1,-0.4 -2.6,-0.2 -3.5,0.4 -4,2.9 -9.8,5.2 -12.8,5.2 -1.8,0 -5,0.6 -7,1.4 -4.9,1.8 -15.1,2.8 -17.3,1.6 -2.9,-1.5 -5.2,-10.6 -5.4,-20.5 -0.1,-7.8 0.3,-9.7 2.4,-14 1.4,-2.7 4.4,-6.9 6.8,-9.3 2.3,-2.3 4.2,-4.6 4.2,-5.1 0,-1.4 13.8,-4.3 18.8,-3.9 4,0.2 4.7,0 5,-1.6 0.7,-3.3 -2.3,-4.5 -9.6,-3.9 -13.1,1.1 -25.5,11.3 -30.4,25.1 -3.3,9.2 -3.4,13.6 -0.8,22 1.1,3.5 2,7.7 2,9.3 0,2.6 -0.6,3.2 -4.7,4.9 -2.7,1.1 -5.6,2.4 -6.5,3 -2.8,1.6 -4.9,-1.4 -4.3,-6 0.5,-4.3 -2.3,-9 -5.5,-9 -1,0 -4.2,2.2 -7.1,5 -3,2.7 -6.4,5 -7.5,5 -1.2,0 -2.7,0.7 -3.4,1.5 -0.7,0.8 -2.5,1.5 -4,1.5 -1.6,0 -6,2.2 -11.1,5.6 -4.6,3.1 -9.1,5.9 -9.9,6.2 -0.8,0.3 -4.5,2.5 -8.3,4.9 -6.9,4.4 -10.7,5.4 -10.7,2.8 0,-0.8 1.2,-2.2 2.8,-3.2 1.5,-0.9 3.2,-2.1 3.7,-2.7 0.6,-0.6 2.8,-2 5,-3.1 4.7,-2.4 13.5,-10.7 13.5,-12.8 0,-4 -3.4,-8.9 -10.2,-14.5 -12.2,-10 -16.6,-16.3 -17.3,-24.7 -0.3,-3.5 2.8,-13.9 5.3,-17.5 1.1,-1.6 1.9,-5.3 2.2,-10.5 0.7,-10.6 1.6,-10.7 13.7,-1.9 2,1.4 2.9,1.4 7.5,0.4 2.9,-0.7 6.2,-1.9 7.2,-2.6 1.1,-0.7 4.7,-1.6 8,-2 5.2,-0.6 6.6,-1.2 9.4,-4.2 1.8,-1.9 4.2,-5.2 5.3,-7.3 1,-2.1 2.6,-3.9 3.4,-3.9 0.8,0 2.9,2.9 4.7,6.6 z M 218,568.4 c -0.1,5 -0.8,6 -9,12.3 -11.5,8.7 -19,12.3 -19,9 0,-0.7 4.4,-5.7 9.8,-11.2 5.3,-5.5 11,-11.5 12.5,-13.3 3.6,-4.2 5.7,-3 5.7,3.2 z"
|
||||||
|
id="path49"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 230.6,501.5 c -1.1,0.8 -3.3,1.5 -4.8,1.5 -1.7,0 -3.1,0.7 -3.5,1.5 -0.7,1.9 2.3,4.4 5.3,4.5 2.7,0 7.8,-5.4 7.1,-7.4 -0.8,-2 -1.6,-2 -4.1,-0.1 z"
|
||||||
|
id="path50"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 246.1,502.4 c -1.9,2.3 -1,6.1 1.4,6.1 1.6,0 2,-0.7 2,-3.4 0,-3.8 -1.5,-5 -3.4,-2.7 z"
|
||||||
|
id="path51"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 201.3,511.6 c -0.8,2.1 2.8,5.7 5,4.8 1.8,-0.7 3.1,-3.9 2.2,-5.4 -1,-1.6 -6.5,-1.2 -7.2,0.6 z"
|
||||||
|
id="path52"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 173,513.5 c -1.6,1.9 2.8,5.5 6.7,5.5 2.2,0 6.1,-3 6.5,-5 0.2,-1.2 -0.9,-1.5 -6,-1.5 -3.5,0 -6.7,0.5 -7.2,1 z"
|
||||||
|
id="path53"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 524.5,489.3 c -0.8,1.8 -2.4,6.3 -3.5,10.2 -2.8,9.5 -8.1,18.9 -10.8,19.3 -3.6,0.5 -4.4,3.4 -3.1,10.9 0.6,3.8 1.5,7.6 2,8.5 0.5,1 0.9,2.4 0.9,3.1 0,0.8 2.3,4 5,7.1 8.6,9.8 8.2,7.9 8.3,43.5 0,17.4 0.4,32.4 0.9,33.3 1.3,2.6 3.1,2.2 5.7,-1.2 l 2.2,-3.1 10.2,0.5 c 8.3,0.4 10.4,0.8 11.2,2.2 0.6,0.9 1.8,2.6 2.8,3.6 2.2,2.4 5.4,0.9 6.8,-3.2 1.7,-4.7 3.4,-4.3 7.6,1.7 l 3.8,5.5 6,-0.6 c 3.3,-0.4 9.1,-0.9 12.8,-1.3 6.8,-0.6 6.9,-0.5 6.5,1.7 -0.3,2.2 -7.6,8 -21.5,16.9 -4.6,2.9 -10.2,9.6 -10.3,12.2 0,2.2 4.2,5.9 6.8,5.9 2.9,0 13,-3.8 16.7,-6.3 6.1,-4.2 22.8,-21.4 26.3,-27.2 l 3.7,-6 V 605 c 0,-17.5 -0.4,-23 -1.9,-29.5 -2.6,-11.1 -8.1,-27.7 -12.1,-36 -3.1,-6.6 -4.8,-11.6 -6.6,-19.5 -1.2,-5.4 -5.4,-17 -7.7,-21.5 -3.1,-6.2 -8.4,-11.5 -11.2,-11.5 -2.4,0 -6.2,3.7 -8.8,8.7 -1.9,3.6 -6.5,4.4 -18.9,3.4 l -11.2,-0.9 -5.7,-5.1 c -3.1,-2.7 -7,-5.5 -8.6,-6 -2.7,-0.9 -3,-0.8 -4.3,2.2 z m 60.9,5.8 c 4.6,5.4 7,11.4 11.1,27.9 1.8,7.1 5.5,16.9 9,24 1.2,2.5 3.8,9.7 5.8,16 4.1,13.2 5.7,26.4 5.8,47.6 0.1,12.5 -0.1,14.5 -2.1,18.5 -2.7,5.5 -21.6,24 -28.5,28 -5.2,3 -10.8,3.8 -12.1,1.7 -0.9,-1.3 1.8,-3.7 15.3,-13.6 11.6,-8.4 19.5,-16 19.1,-18.2 -0.3,-1.2 -2.2,-1.5 -11.3,-1.5 -6.1,0 -12.9,0.3 -15.2,0.8 -3.3,0.5 -4.5,0.3 -5.8,-1 -1.6,-1.6 -1.6,-1.7 0.1,-3 1,-0.7 2.6,-1.3 3.6,-1.3 2.8,0 3.8,-3.2 3.7,-12.6 0,-4.9 0.4,-10 0.9,-11.4 1.2,-3.1 7.7,-9.9 10.6,-11 1.8,-0.7 1.5,-0.9 -1.4,-0.9 -9.7,0.1 -15.4,10.4 -15.5,27.9 v 5.5 h -6 c -5.5,0 -6,-0.2 -6.3,-2.3 -0.2,-1.2 0.6,-4.6 1.7,-7.6 2.5,-6.8 3.2,-17.1 1.2,-17.1 -1.7,0 -2.6,2.8 -4.5,14.5 -1.8,10.5 -3.9,16.5 -5.7,16.5 -1.6,0 -1.6,-2.3 0,-17.4 1.1,-9.4 1,-10.6 -0.5,-12.3 -2.9,-3.1 -3.7,-0.6 -3.8,12.2 -0.1,9.1 -0.5,12.3 -1.6,13 -1.8,1.1 -11.6,0 -15.8,-1.7 -2.8,-1.2 -3.3,-1.8 -2.8,-3.7 0.6,-2.4 2.1,-12.4 3.3,-20.9 0.5,-4.3 0.4,-4.7 -1.4,-4.7 -2.3,0 -3.3,3.3 -3.3,11.1 0,2.7 -0.4,4.9 -0.9,4.9 -0.4,0 -1.1,2.6 -1.5,5.7 -0.8,7.2 -1.9,9.4 -3.4,6.6 -0.8,-1.4 -0.8,-4.2 0,-9.4 0.6,-4.1 1.2,-15.7 1.2,-25.9 0.1,-18.3 0.1,-18.6 -2.7,-24.5 -1.5,-3.3 -4.1,-7.4 -5.6,-9 -9.2,-9.9 -9.4,-13.9 -1.5,-30.3 3,-6.4 6.1,-13.9 6.8,-16.7 2,-7.5 3.6,-7.9 9.3,-2.2 2.8,2.8 6.2,5.1 8.2,5.6 6.2,1.6 27.9,2.2 29.1,0.8 0.6,-0.7 2.9,-3.6 5.2,-6.5 2.3,-2.8 4.5,-5.2 4.9,-5.2 0.4,0 1.9,1.4 3.3,3.1 z"
|
||||||
|
id="path54"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 568.5,517.8 c -2.2,2.2 1.3,8.2 4.8,8.2 1.9,0 5.1,-5.5 4.3,-7.5 -0.5,-1.3 -7.9,-1.9 -9.1,-0.7 z"
|
||||||
|
id="path55"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 522.6,520.5 c -0.8,2.3 1.1,5.5 3.3,5.5 1,0 2.9,-0.9 4.2,-1.9 2.9,-2.3 2,-3.6 -3.2,-4.5 -2.8,-0.5 -3.8,-0.3 -4.3,0.9 z"
|
||||||
|
id="path56"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 546.2,524.2 c -0.7,0.7 -1.2,2 -1.2,3.1 0,1.4 0.6,1.8 2.7,1.5 3.1,-0.3 4.4,-3.5 2.1,-4.9 -1.7,-1.2 -2.2,-1.1 -3.6,0.3 z"
|
||||||
|
id="path57"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 580.8,527.1 c -2.4,1.3 -2.3,3.6 0.2,4.9 4.2,2.3 8,-1.6 4.8,-4.8 -1.4,-1.4 -2.7,-1.5 -5,-0.1 z"
|
||||||
|
id="path58"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 401,494.7 c -7.4,9 -12.3,42.8 -8.6,58.6 2,8.3 2,8.2 0,10.1 -2.7,2.7 -6,1.8 -13.5,-3.9 -11,-8.3 -12.9,-7.4 -12.9,6.1 0,5.2 -0.1,5.4 -3.6,6.9 -2,0.8 -5.2,2.9 -7.1,4.6 -4,3.5 -6.8,3.4 -14.2,-0.7 -2.4,-1.3 -5.1,-2.4 -6.1,-2.4 -3.5,0 -4,6.3 -1,12.5 1.1,2.2 1.9,5.4 2,7.2 0,1.8 0.7,5.3 1.6,7.9 1.4,4 2.1,8.8 2.3,14.2 0.1,0.7 1.3,1.7 2.9,2.3 1.5,0.5 4.4,2.9 6.5,5.3 5.2,6.1 12.2,10.6 16.6,10.6 5,0 5.8,0.8 7.4,7 1.5,5.6 3,9.3 7.6,19 2.4,5.1 2.6,6.5 2.6,19.5 0,7.7 0.4,14.6 0.8,15.2 0.5,0.7 2.1,1.3 3.6,1.3 6.1,0 12.1,-11.4 12.1,-23.3 0,-9.5 0.3,-9.7 12.9,-9.7 11.9,0 12.1,0.1 12.1,6.3 0,7.6 6.3,21.6 10.5,23.5 2.9,1.3 5.5,1.5 7.9,0.6 2.6,-1 2.2,-12.3 -0.5,-16.9 -2.7,-4.5 -2.2,-10.6 1.8,-21 2.4,-6.4 2.6,-8.5 3,-25.9 0.3,-11.5 0.1,-19.7 -0.5,-21 -0.6,-1.1 -1.8,-4.1 -2.7,-6.6 -1.7,-4.5 -9.6,-14.7 -12.1,-15.7 -0.8,-0.3 -3.1,-2.1 -5.2,-4.2 -2.1,-2 -6,-5.4 -8.6,-7.6 -6.6,-5.6 -7.7,-10 -7.6,-32.5 0,-9.6 0.4,-20.2 1,-23.5 1.4,-8.8 1.2,-17.5 -0.6,-22.8 -1.4,-4.1 -1.9,-4.7 -4.4,-4.7 -2.1,0 -3.7,1 -6,3.7 z m 6.5,13.8 c -0.1,6.1 -0.7,17.8 -1.4,26.2 -1.3,13.8 -1.3,15.9 0.3,23.9 1.7,8.3 6.5,19.4 8.9,20.3 2.5,1 18.6,15.4 20.9,18.8 1.5,2.1 4,7.8 5.7,12.7 3.7,10.5 4.3,23.5 1.5,30.2 -2.3,5.4 -5.4,22.4 -5.4,29.3 0,3.2 0.7,8.2 1.6,11 1.4,4.1 1.4,5.3 0.4,6.6 -0.9,1.1 -1.7,1.2 -3.1,0.4 -2.8,-1.5 -4.7,-5.9 -6,-14.1 -0.7,-4.4 -2.1,-8.8 -3.6,-11.1 l -2.4,-3.9 -13,0.3 c -7.7,0.2 -13.3,0.7 -13.9,1.4 -0.5,0.6 -1.4,5.1 -2,10 -1.9,14.5 -2,14.9 -3.9,17.4 -2.7,3.5 -5.6,2.2 -4.6,-2.2 2,-8.8 0.2,-22.2 -4.3,-31.8 -1.6,-3.5 -3.9,-9.5 -5.1,-13.3 -4.1,-13.4 -2.2,-33.8 4,-42.8 1.1,-1.4 1.9,-3 1.9,-3.4 0,-1.4 4.5,-7.4 5.5,-7.4 0.6,0 3.2,-2.3 5.9,-5.1 l 4.8,-5.1 -0.6,-6 c -0.4,-3.3 -1.2,-7.2 -1.8,-8.6 -0.7,-1.6 -1.2,-10.3 -1.2,-21.7 -0.1,-16.6 0.2,-20.2 2.3,-28.5 2.5,-10.5 4.8,-15.2 7.1,-14.8 1.2,0.3 1.5,2.3 1.5,11.3 z M 377.9,564 c 2.4,1.7 5.2,3 6.1,3 1,0 2.3,0.7 3,1.5 0.7,0.8 1.9,1.5 2.6,1.5 1.7,0 5.4,3.5 5.4,5.1 0,0.6 -3.3,4.3 -7.2,8.3 -4,3.9 -8.3,9.2 -9.4,11.6 -6.6,13.7 -6.8,14.4 -7.2,23.8 -0.4,7.7 -0.7,9.4 -2.3,10.3 -2.7,1.4 -7.5,-0.9 -14,-6.6 -6.5,-5.8 -10.7,-13.9 -13.9,-27 -1.2,-5 -2.7,-10 -3.3,-11.3 -1.8,-3.7 0.5,-4.9 4.2,-2.1 4.6,3.4 10.8,3.2 15.7,-0.6 2.1,-1.7 5.5,-4.1 7.4,-5.4 4.5,-3 5,-3.8 5,-8.3 0,-4.4 0.8,-6.8 2.4,-6.8 0.6,0 3.1,1.4 5.5,3 z"
|
||||||
|
id="path59"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 406.6,599.5 c -1.2,1.3 -1.3,2.1 -0.4,4 1.9,4.2 6.4,2.2 4.8,-2.1 -1.2,-3.1 -2.6,-3.7 -4.4,-1.9 z"
|
||||||
|
id="path60"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 380.7,574.6 c -1.3,1.3 -0.7,4.4 0.7,4.4 0.8,0 1.7,-0.4 2,-0.9 0.7,-1.1 -1.8,-4.4 -2.7,-3.5 z"
|
||||||
|
id="path61"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 365.8,587.7 c -2.9,0.7 -2.3,5.1 0.8,5.9 3.1,0.8 4.7,-0.6 4.2,-3.7 -0.3,-2.4 -1.9,-3.1 -5,-2.2 z"
|
||||||
|
id="path62"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 349,600 c 0,2.5 0.4,3.1 1.8,2.8 1.1,-0.2 1.7,-1.2 1.7,-2.8 0,-1.6 -0.6,-2.6 -1.7,-2.8 -1.4,-0.3 -1.8,0.3 -1.8,2.8 z"
|
||||||
|
id="path63"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 849.2,521.2 c -1.1,1.3 -2.4,3.6 -2.8,5.2 -0.4,1.6 -1.8,4.5 -3.1,6.4 -1.2,1.9 -2.3,3.8 -2.3,4.2 0,2.7 -12.9,1.2 -22.5,-2.7 -2.9,-1.1 -7.5,-1.6 -16.5,-1.6 -12,0 -12.8,0.1 -19.2,3.2 -9.2,4.3 -16.4,11.6 -21.1,21.3 -2,4.2 -3.7,8.5 -3.7,9.6 0,1.1 -0.7,3.9 -1.5,6.2 -2,5.6 -1.9,10.8 0.4,21.1 2.6,11.9 5.2,17.1 11.6,23.2 6.5,6.3 16.3,10.5 27,11.9 3.9,0.4 9.7,1.2 13,1.7 3.3,0.5 9.6,1 14,1 4.4,0.1 11.8,0.8 16.5,1.6 8.9,1.6 15.4,1.2 19.9,-1.1 3.3,-1.8 5.3,-1.8 7.7,0.1 3.66122,3.39212 5.85278,2.92751 5.85278,0.22751 0,-1.2 -3.35278,-3.82751 -4.45278,-4.52751 -1.4,-0.8 -2,-2.3 -2,-4.7 0,-2.2 0.44665,-4.81655 2,-5.5 4.85334,-2.1354 4.1247,-5.06573 1.8247,-5.86573 -1,-0.4 -4.6247,-2.03427 -6.3247,-3.83427 -3.9,-4.5 -10.6,-5.8 -12.5,-2.4 -0.6,1.2 -1,4.6 -0.8,7.4 l 0.3,5.2 -3.9,-0.2 c -2.2,-0.2 -4.4,-0.7 -5,-1.3 -0.5,-0.5 -2,-1 -3.2,-1 -4,0 -4.5,-2 -2.8,-11.1 2.3,-12.2 0.7,-25.6 -3.7,-30 -1,-1 -1.9,-2.3 -1.9,-2.7 0,-1.9 -10,-10.3 -15.2,-12.6 -4.4,-2 -7.3,-2.6 -13,-2.6 -7.6,0 -9.8,0.9 -9.8,4.2 0,1.9 3.4,2.5 4.5,0.8 1,-1.5 8,-1.2 12.2,0.6 12.3,5.2 15.7,8.3 20.8,19 3.5,7.3 3.7,8.1 3.2,15.3 -0.3,4.9 -1.2,9 -2.5,11.4 -3.5,6.5 -4.1,6.9 -9.6,6.4 -10.9,-1 -24.3,-3.9 -28.5,-6.3 -6.2,-3.4 -8.6,-1.1 -3.6,3.6 4,3.8 26.9,7.7 37.5,6.4 3.1,-0.4 5.9,-0.1 8.4,1 2.4,1 6.8,1.6 11.7,1.6 8.7,0 9.2,-0.4 8.7,-7.4 -0.4,-6.3 3.8,-7.2 6.7,-1.5 3.2,6 0.4,14.8 -5.2,17 -4.4,1.6 -57.1,-2.9 -66.3,-5.8 -14.9,-4.6 -22.3,-11.1 -26.9,-24 -2.1,-5.5 -2.3,-7.6 -1.9,-19 0.5,-14.6 1.9,-18.7 9.4,-28.3 7.9,-10 12,-12.4 23.5,-14.1 7.7,-1.1 9.6,-1 20.9,1.1 6.9,1.2 13,2.7 13.6,3.2 0.7,0.5 3.4,1.1 6.1,1.4 3.8,0.5 5.2,0.3 6.2,-1 0.7,-0.9 1.9,-1.6 2.6,-1.6 1.1,0 4.3,-6.1 5.9,-11.7 0.4,-1.1 1.4,-2.7 2.2,-3.4 1.4,-1.1 2.1,-0.7 5.3,2.7 2,2.2 4.4,5.5 5.3,7.2 1.3,2.5 2.4,3.2 4.8,3.2 2.6,0 8.55889,1.16838 9.0988,-1.57417 C 877.01728,532.76023 869.5,533.1 867.1,532.7 c -1.6,-0.4 -3.2,-1.4 -3.5,-2.4 -0.8,-2.6 -9.2,-11.3 -10.9,-11.3 -0.7,0 -2.3,1 -3.5,2.2 z"
|
||||||
|
id="path64"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
sodipodi:nodetypes="cscscsccsccccsccccscssccccccsscsscssccccccccccsccccccccccccsccccssccsc" /><path
|
||||||
|
d="m 32,531.7 c -0.8,0.3 -2.8,1.8 -4.5,3.3 -1.6,1.6 -3.9,3 -5,3.1 -3.1,0.4 -16.7,-2.2 -19.7,-3.7 -2.8,-1.4 -4.8657393,-1.6614 -3.9269514,1.50225 L -0.53033009,538.9708 6.3,540.3 c 3.4,0.3 7.7,1.3 9.5,2.2 3.9,2 8.1,1.3 12,-1.9 1.5,-1.3 4.1,-3.1 5.9,-4 4.6,-2.3 6.3,-0.3 6.3,7.4 0,4.7 0.5,6.4 2.4,8.7 1.3,1.5 2.9,4.6 3.7,6.8 1.6,4.8 1.7,20.2 0.2,23 -0.6,1.1 -5.2,6 -10.2,11 -13.1,12.9 -14.8,17.7 -8.1,23.2 2.1,1.8 4.3,3.3 4.8,3.3 0.5,0 1.7,0.9 2.7,2 1,1.1 4.7,3.4 8.2,5 4.6,2.2 6.3,3.5 6.3,5 0,2.8 -3.8,2.6 -8.4,-0.5 -2.1,-1.4 -7.2,-4.4 -11.4,-6.7 -4.2,-2.2 -9.4,-5.2 -11.4,-6.4 -2,-1.3 -5.6,-2.6 -8,-3 -2.4,-0.3 -5.3,-1.3 -6.5,-2 -3.3,-2.1 -6.3550291,-1.83258 -6.3550291,1.46742 0,2 2.5550291,3.13258 3.5550291,3.13258 0.8,0 1.5,0.4 1.5,0.8 0,1.4 7.4,8.8 15.3,15.1 4.2,3.4 7.7,6.7 7.7,7.2 0,1.7 -3,2.2 -6.3,0.8 -4,-1.6 -16.8,-9.7 -18.4,-11.7 -1.1,-1.4 -2.8909903,-1.46517 -2.8909903,0.73483 0,2.8 7.6909903,9.36517 11.5909903,10.56517 1.2,0.4 4.1,2 6.5,3.6 3,2 5.5,2.9 8.4,2.9 3.5,0 4.1,-0.3 4.7,-2.6 1.2,-4.7 -0.8,-8.7 -6.1,-12.2 -6,-4 -13.5,-10.7 -13.5,-12.1 0,-0.5 0.5,-1.3 1,-1.6 1.1,-0.7 12.7,5.3 26.7,13.7 7.5,4.5 8.7,4.9 13.5,4.6 4.2,-0.2 5.4,-0.7 5.6,-2.1 0.9,-4.5 -0.8,-6.3 -10.2,-11.7 -5.3,-3 -11.4,-7 -13.7,-9 -3.5,-3 -4.1,-4 -3.6,-6.1 0.4,-1.4 1.4,-3.3 2.4,-4.2 1,-0.9 4.5,-4.5 7.8,-7.8 5.6,-5.7 7.4,-7.4 13.3,-13.1 1.7,-1.7 2.2,-2.9 1.7,-4.8 -0.3,-1.4 -0.8,-3.9 -1.1,-5.5 -2.2,-14.7 -2.9,-17.2 -5,-20.1 -1.6,-2.1 -2.9,-5.9 -3.9,-11.9 -0.9,-4.8 -1.8,-9.2 -2.1,-9.6 -0.6,-1 -8,-1.1 -10.4,-0.2 z"
|
||||||
|
id="path65"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
sodipodi:nodetypes="sccssccccsscccccsscscccccssscsccscssccscscccccscccccccs" /><path
|
||||||
|
d="m 846,557.2 c 0,2.6 4,6.8 6.4,6.8 2.8,0 6.7,-3.5 6,-5.4 -0.3,-0.9 -2,-1.4 -4.2,-1.3 -2,0 -4.7,-0.3 -5.9,-0.8 -1.7,-0.5 -2.3,-0.4 -2.3,0.7 z"
|
||||||
|
id="path66"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 829.4,559.4 c -1.2,4.8 3.2,8.6 6.4,5.4 1.7,-1.7 1.5,-4.4 -0.4,-6.2 -2.3,-2.4 -5.3,-2 -6,0.8 z"
|
||||||
|
id="path67"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 4.4,565.4 c -1,2.6 0.4,4.8 2.8,4.4 3.3,-0.4 3.3,-5.2 0,-5.6 -1.3,-0.2 -2.5,0.3 -2.8,1.2 z"
|
||||||
|
id="path68"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 27.3,564.7 c -2,0.7 -1.5,4.1 0.6,5.3 4.4,2.3 11.1,0.1 11.1,-3.8 0,-1.8 -2,-2.5 -3.6,-1.1 -1.1,0.9 -2,0.9 -4,0 -1.4,-0.6 -2.6,-1.1 -2.7,-1 -0.1,0 -0.8,0.3 -1.4,0.6 z"
|
||||||
|
id="path69"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 301.3,656.5 c -1.2,0.9 -3.2,3.3 -4.4,5.5 l -2.3,4 h -11.5 c -6.4,0 -13.3,0.5 -15.3,1 -4.2,1.2 -7.8,-0.1 -11.3,-4 -2.4,-2.7 -7.4,-5 -10.9,-5 -2.1,0 -2.7,0.7 -3.5,3.7 -1.6,6.5 -3.4,16.6 -4.1,22.8 -0.3,3.3 -1.2,7 -2,8.2 -1.2,1.8 -1.2,2.8 -0.2,5.6 0.8,2.1 1.2,9.5 1.2,20.5 v 17.1 l -3.1,1.6 c -10.2,5.3 -14.6,13.7 -13.4,25.8 0.9,8.8 3.9,15.3 10.5,23 2.8,3.2 5,6.3 5,6.9 0,0.5 -0.8,2.6 -1.7,4.5 -2.3,5 -0.9,6.8 5.3,6.9 2.7,0.1 6.4,0.5 8.3,0.9 3,0.6 3.8,0.4 5.4,-1.6 1.8,-2.3 2.6,-2.4 14.6,-2.6 6.9,-0.2 17.5,-0.7 23.6,-1.3 l 11,-1 3.8,4.5 c 4.3,5 5.6,5.4 8.2,2.5 1,-1.1 2.5,-2 3.4,-2 2.8,-0.1 5.9,-2.4 8.9,-6.6 1.7,-2.3 5.2,-6.3 7.9,-9 4.4,-4.4 12.6,-15.9 16.1,-22.4 0.7,-1.4 1.9,-3.2 2.6,-4 0.6,-0.8 2.4,-3.8 3.9,-6.6 2.1,-4.1 2.7,-6.5 2.7,-11.7 0,-5.7 -0.3,-6.8 -2.2,-8.1 -1.2,-0.9 -2.6,-1.6 -2.9,-1.6 -1.5,0 -6.9,5.2 -8.4,8 -0.8,1.7 -2.2,4.3 -3.1,6 -1.7,3.3 -5.4,4.2 -5.4,1.2 0,-2.1 -8.7,-11.2 -10.7,-11.2 -5,0 -6.9,-9.4 -3.3,-16 7.3,-13.3 7.4,-13.8 6,-21.9 -0.8,-4.2 -1.3,-9.3 -1.2,-11.4 0.2,-3.5 -0.3,-4.4 -5.1,-9 -4.6,-4.5 -11.7,-14.5 -11.7,-16.5 0,-0.3 -1.2,-2.3 -2.6,-4.4 -2.9,-4.1 -4.8,-4.6 -8.1,-2.3 z m 4.9,6.2 c 0.8,1 2.5,3.8 3.7,6.3 1.3,2.5 4,6.8 6.2,9.7 2.1,2.9 3.9,5.5 3.9,5.9 0,0.4 0.6,1.5 1.3,2.3 1.3,1.5 2.9,7.5 4.3,15.3 0.7,4.5 -0.9,9.9 -5,15.8 l -3.1,4.5 -0.7,19 c -0.5,10.9 -1.5,22.2 -2.4,26.4 -1.3,5.7 -1.5,10.2 -1.1,18.6 0.7,13.2 0.3,15.7 -2.7,15.3 -2.5,-0.4 -3,-2.6 -4.6,-22.4 -0.6,-7.6 -1.3,-14.1 -1.5,-14.3 -0.2,-0.1 -0.9,0 -1.6,0.4 -0.9,0.6 -1,4.4 -0.6,14.6 0.3,8.3 0.1,14.1 -0.4,14.5 -1.7,1 -41.8,1.5 -43.6,0.5 -1.5,-0.8 -1.7,-2.5 -1.4,-13.8 0.3,-14.8 -0.3,-18.3 -3.1,-18.3 -1.9,0 -1.9,0.7 -1.7,17.2 0.3,18.2 -0.2,22.1 -2.9,21.6 -2.2,-0.4 -3.1,-5.3 -3.1,-16.3 0,-5 -0.4,-10.3 -1,-11.8 -0.6,-1.6 -1.1,-6.3 -1.1,-10.5 0,-4.2 -0.7,-13.3 -1.5,-20.2 -1,-8.3 -1.2,-15.4 -0.7,-21 0.4,-4.7 0.6,-9.2 0.4,-10 -0.3,-2 1.8,-43.9 2.4,-46.8 0.7,-3.7 4.4,-2.7 10.8,3 4.7,4.2 6.4,5.1 9.2,5 1.9,-0.1 3.9,-0.4 4.4,-0.7 0.4,-0.3 6.3,-0.5 13.1,-0.6 h 12.3 l 3.3,-3.7 c 1.8,-1.9 3.5,-4.4 3.9,-5.4 0.7,-2.3 2.7,-2.3 4.6,-0.1 z m 49.8,81.8 c 0,3.4 -7.4,18.8 -10.9,23 -1,1.1 -2.7,3.7 -3.9,5.8 -1.2,2 -2.6,4.3 -3.2,5 -0.5,0.6 -2.5,3.2 -4.3,5.7 -3.6,4.8 -6.7,6.4 -6.7,3.3 0,-1 1.8,-4.9 3.9,-8.6 2.2,-3.7 4.3,-7.7 4.6,-8.9 0.4,-1.3 1.3,-3 2,-3.8 0.8,-0.8 2.3,-3.5 3.5,-6 5.1,-10.9 12.2,-20.6 14.2,-19.4 0.4,0.3 0.8,2 0.8,3.9 z m -116.6,7 c 0.9,3.8 1.6,9.9 1.7,13.5 0,3.6 0.4,9.9 0.8,14 0.8,7.3 0.1,12 -1.7,12 -1.5,0 -9,-10.7 -11.1,-15.8 -1.1,-2.6 -2.8,-7.3 -3.7,-10.4 -1.7,-5.7 -1.7,-5.8 0.7,-12 1.9,-4.8 3.4,-6.9 6.4,-9 4.6,-3.1 4.4,-3.4 6.9,7.7 z m 90.4,-6.1 4.6,4.4 v 7.4 c 0,6.8 -0.4,8 -5.2,17.4 -2.9,5.6 -5.2,10.8 -5.2,11.7 0,2.2 -5.1,6 -6.4,4.7 -1.3,-1.3 1,-30.2 3.1,-38.3 0.8,-3.2 1.2,-6.6 0.9,-7.4 -0.7,-1.6 1,-4.3 2.6,-4.3 0.5,0 3,2 5.6,4.4 z M 241.5,799 c 0.3,0.6 -0.1,1.3 -1,1.6 -1.9,0.8 -3,0 -2,-1.5 0.8,-1.4 2.2,-1.4 3,-0.1 z"
|
||||||
|
id="path70"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 302.8,683.5 c -1.5,3.4 0.2,5.2 4.9,5.1 3.2,-0.2 3.9,-0.6 4.1,-2.6 0.7,-4.9 -6.9,-7 -9,-2.5 z"
|
||||||
|
id="path71"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 252.3,685.3 c -2.8,3.1 -3.6,6.7 -1.6,7.4 0.9,0.4 2.1,-0.1 2.9,-1.2 1.3,-1.8 1.4,-1.8 3.3,0 2.2,1.9 5.1,1.4 5.1,-0.8 0,-1.2 -2.1,-3.5 -6.1,-6.5 -1.3,-1 -2,-0.8 -3.6,1.1 z"
|
||||||
|
id="path72"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 282.4,688.4 c -0.9,2.2 0.2,4.6 2.1,4.6 1.2,0 1.5,-0.8 1.3,-2.7 -0.3,-3 -2.5,-4.2 -3.4,-1.9 z"
|
||||||
|
id="path73"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 49,668.2 c -1.7,1.9 -7.3,11 -8.7,13.8 -0.6,1.4 -1.9,5.4 -2.8,9 -2.6,10 -7.1,23.1 -10,29.6 -4.7,10.4 -7.3,17.7 -9.5,26.9 -1.2,4.9 -2.6,11 -3.3,13.5 -0.7,2.7 -1.2,12.5 -1.2,24.5 v 20 l 3.2,6 c 4.3,8.2 21.8,25.5 30.4,30.2 5.7,3 7.1,3.3 12.9,3.1 l 6.5,-0.3 -0.1,-4 c -0.1,-3.4 -0.9,-4.6 -4.9,-8.2 -2.5,-2.4 -9.1,-7.2 -14.5,-10.8 -15.1,-10 -14.8,-12.1 1.5,-11.1 6.1,0.4 11.9,0.4 12.8,0.1 0.8,-0.4 2.8,-2.4 4.3,-4.6 1.4,-2.1 3.2,-3.9 3.8,-3.9 0.6,0.1 2,1.5 3.1,3.3 2.9,4.6 6.2,4.8 8,0.4 l 1.4,-3.4 10.8,-0.6 c 11.5,-0.6 11.5,-0.6 14.8,4.7 1.6,2.5 3.4,0.5 5,-5.3 1,-4 1.1,-5.9 0.3,-8 -1.6,-3.8 -1.9,-44.2 -0.3,-50.1 1.6,-6 2.6,-7.7 7.9,-13.9 4.3,-5.1 5.1,-7.2 7.5,-18.9 1.5,-7.5 1.5,-7.7 -2.3,-10.3 -3.9,-2.6 -9.8,-13.4 -11.5,-20.9 -3.2,-14.2 -6.3,-15.4 -15.6,-5.8 l -6,6.2 -12.7,0.4 -12.7,0.4 -2.8,-2.9 c -1.5,-1.7 -4.1,-4.7 -5.8,-6.7 -3.1,-3.8 -7.3,-4.8 -9.5,-2.4 z m 10.6,11 c 3,5.7 5.5,6.1 27.2,4 9.1,-0.8 9.4,-0.9 13.5,-5 2.4,-2.3 5,-4.2 5.9,-4.2 1.6,0 5.8,9.8 5.8,13.6 0,1.1 1.6,4.3 3.6,7.2 6.9,10.4 8.4,20.1 4,27.1 -1.4,2.2 -2.9,4.1 -3.3,4.2 -1.7,0.8 -7,9.6 -8.1,13.5 -1.5,5.1 -1.6,35.4 -0.2,44 1,6.4 0.2,13.5 -1.5,13.5 -0.6,0 -1.4,-4.1 -1.9,-9.1 -0.4,-4.9 -1.2,-9 -1.7,-9 -0.5,0 -1.2,-1.8 -1.5,-4 -0.8,-4.6 -3.4,-5.6 -3.3,-1.3 0.1,3.4 1.4,11.6 2.7,16.5 1.5,5.6 0.2,6.5 -10.4,7.3 l -9.2,0.7 -0.6,-3.9 c -0.3,-2.1 -0.5,-7.5 -0.4,-12 0,-8.5 -0.4,-10.3 -2.7,-10.3 -2.3,0 -2.9,4.9 -1.4,11.5 1.7,7.5 1.9,19.7 0.2,20.2 -2,0.7 -3.1,-2.9 -5.1,-16.3 C 69,773.1 68.4,771 66.4,771 c -1.9,0 -1.8,6.2 0.1,13.7 1.9,7.4 2,14.2 0.1,14.9 -0.8,0.3 -3.3,0.2 -5.7,-0.3 l -4.2,-0.8 -0.1,-9.5 c -0.1,-8.2 -0.5,-10.2 -2.8,-14.6 -4.5,-8.6 -14.2,-13.9 -18.2,-9.9 -2.2,2.3 -1.4,3.1 4.3,4.5 3.2,0.8 5.9,2.3 8.2,4.6 l 3.4,3.5 0.3,11.8 0.4,11.8 3.9,1.2 c 7.5,2.3 3.4,5.3 -6.2,4.6 C 28,805 26,805 26,807 c 0,2.1 18.8,18.9 24.2,21.6 4,2 10.8,8.3 10.8,10 0,2 -3.7,2.6 -7.8,1.3 -4.8,-1.5 -12,-7.1 -20.5,-15.6 C 22.6,814 20.1,810.1 18.8,802.8 c -1.5,-9.1 -0.2,-42.6 1.8,-48.1 0.9,-2.3 2.8,-8.5 4.2,-13.7 1.4,-5.2 2.9,-9.7 3.2,-10 1.3,-0.9 9,-19.9 10.1,-24.7 0.6,-2.7 2.2,-8.2 3.6,-12.3 1.3,-4.1 2.9,-9.2 3.5,-11.3 0.6,-2.1 2.6,-5.5 4.5,-7.4 l 3.3,-3.6 2.6,2.4 c 1.4,1.3 3.2,3.6 4,5.1 z"
|
||||||
|
id="path74"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 58.4,699.4 c -1,2.7 0.1,5 2.8,6 3.5,1.2 5.8,-0.6 5.8,-4.5 0,-3 -1.7,-3.8 -3.7,-1.8 -0.8,0.8 -1.3,0.8 -1.7,0 -1,-1.5 -2.6,-1.4 -3.2,0.3 z"
|
||||||
|
id="path75"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 106.7,701.7 c -0.9,0.9 -0.8,3.5 0.2,5.1 1.3,2.1 6.1,-0.6 6.1,-3.5 0,-1.9 -0.5,-2.3 -2.8,-2.3 -1.6,0 -3.2,0.3 -3.5,0.7 z"
|
||||||
|
id="path76"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 85.7,702.7 c -1.3,1.2 -0.7,5 0.9,6.3 1.2,1.1 1.8,1 3.1,-0.3 1.4,-1.3 1.4,-2.1 0.5,-4.2 -1.1,-2.4 -3.1,-3.2 -4.5,-1.8 z"
|
||||||
|
id="path77"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 50.3,708 c -3.2,1.3 -3,4.8 0.3,6.1 5.3,2 8.6,-1.8 4.8,-5.5 -1.7,-1.8 -2,-1.8 -5.1,-0.6 z"
|
||||||
|
id="path78"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 695.5,710 c -4,2.6 -8.3,7.9 -12.4,15.3 -14.2,26.2 -16.5,29.9 -19.9,32.5 -3.6,2.7 -5.5,2.7 -18.7,-0.2 -8.5,-1.9 -18.1,-2.7 -38.3,-2.9 -15,-0.2 -15.4,-0.2 -17.3,-2.7 -1.1,-1.4 -2.7,-4.1 -3.5,-6 -3.7,-9 -7,-15 -8.3,-15 -1.7,0 -7.5,6.3 -10,11 -1,1.9 -3,4.7 -4.4,6.2 -2.5,2.7 -3.1,2.8 -11.5,2.8 h -9 l -5.8,-4.5 c -3.1,-2.5 -6.3,-4.5 -7,-4.5 -3.5,0 -6.4,14.7 -6.4,32.7 0,17.6 1.2,20.5 13.9,32.6 13,12.2 14.3,16.1 11.2,34.7 -1.4,8.3 -1.4,15.7 -0.1,16.5 2.1,1.3 7,-0.7 8.5,-3.4 1.9,-3.9 5.2,-13.6 6.5,-19.6 1,-4.4 2.3,-6.4 4.1,-6.5 1.4,0 1.7,7.6 0.9,18.1 -0.9,11.4 -0.3,15.9 2.4,15.9 2.6,0 7.2,-4.8 8.4,-8.7 3.1,-10.6 4.1,-14.2 5.2,-19 1.3,-5.9 4.5,-8.4 9,-7.2 3.9,1.1 20,0.9 25,-0.2 8,-1.9 18.7,-2.3 19.6,-0.7 0.5,0.7 1,7.4 1.1,14.8 0.1,7.4 0.2,14 0.2,14.6 0.1,1.5 4.7,2.7 7.2,1.9 2.6,-0.8 5,-5.7 5.5,-11.1 0.2,-2.5 1,-5.7 1.8,-7.2 0.7,-1.5 1.6,-4.3 2,-6.4 0.7,-3.9 3.3,-5.8 4.3,-3.2 0.3,0.9 0.3,7.1 0,13.8 -0.6,12.4 -0.5,13.1 2.5,15.4 1.3,1.1 2.2,1.1 5,-0.1 2.7,-1.1 3.7,-2.5 5.6,-7.3 1.3,-3.2 2.7,-8.8 3.2,-12.4 0.5,-3.6 1.5,-8.1 2.1,-10 1.2,-3.8 1.9,-7 4.4,-19.5 1.7,-8.9 1.3,-14.6 -1.6,-23.9 -3.2,-10.1 -2.7,-13.3 4.4,-24.7 1.2,-1.9 3.1,-5 4.2,-6.8 1.1,-1.9 3,-4.8 4.2,-6.7 2.7,-4.2 9.6,-19.5 11.3,-25.1 1.6,-5.3 0.7,-11.3 -2.1,-13.6 -2.7,-2.2 -3.7,-2.1 -7.4,0.3 z m 4.8,6.7 c 0.3,1.6 0.2,4.6 -0.2,6.8 -0.9,4.8 -8.4,20.5 -12.2,25.5 -1.4,1.9 -3.7,5.5 -4.9,8 -1.2,2.5 -3.2,5.8 -4.4,7.5 -1.1,1.6 -2.9,5.2 -3.8,7.8 -1.7,4.8 -1.7,5 1.4,17 l 3.1,12.1 -1.7,9.5 c -1,5.3 -2.3,11.4 -3.1,13.6 -0.7,2.2 -2.1,8.5 -3,14 -2.4,15.4 -2.5,15.5 -4.5,15.5 -2.7,0 -3.2,-2.6 -2.8,-14.3 0.3,-11.5 -0.9,-15.7 -4.6,-15.7 -4.8,0.1 -8.3,6.6 -10.1,19 -0.7,4.7 -2.9,9 -4.5,9 -0.6,0 -1,-5.3 -1,-13.3 0,-9 -0.4,-13.7 -1.2,-14.5 -0.9,-0.9 -8.7,-1.2 -28.9,-1.2 h -27.7 l -2.5,2.9 c -1.6,1.9 -3.3,6.6 -5.1,13.6 -3.1,12.3 -5,17.5 -6.6,17.5 -1.9,0 -2.1,-2.5 -0.9,-9.1 2.2,-12.2 2.2,-15.3 0,-19.8 -2.4,-4.6 -3.7,-5 -7.3,-2.2 -2.4,1.9 -4.4,7.2 -6.8,17.6 -0.6,2.7 -1.8,6.1 -2.7,7.4 -2.5,3.9 -3.4,0.5 -2.2,-8 2,-14.1 2.2,-21.2 0.7,-24.7 -1.4,-3.1 -9.1,-11.7 -17.7,-19.5 -3.9,-3.6 -7.1,-9.2 -7.1,-12.3 0,-0.8 1.1,-1.9 2.5,-2.4 3.3,-1.3 3.2,-3.3 -0.6,-6.3 l -3.1,-2.4 1.1,-7.9 c 0.6,-4.3 1.2,-10.1 1.4,-12.9 0.3,-6.7 2.5,-7.1 8.2,-1.5 l 4.3,4.2 9.8,-1.1 c 13.7,-1.6 14.5,-2.1 20,-12.9 0.9,-1.9 2.4,-3.6 3.2,-3.9 2,-0.8 4.8,3.1 6.9,9.6 2.7,8.4 4.5,9.1 23.4,9.1 10.9,0 17,0.4 20.5,1.5 2.7,0.8 6.3,1.5 7.9,1.5 1.7,0 7.7,0.9 13.5,2.1 8.9,1.7 11.1,1.8 14.3,0.8 3.9,-1.3 10.7,-7.1 10.7,-9.3 0,-0.6 1.2,-2.8 2.6,-4.7 1.4,-1.9 4.5,-7.2 6.9,-11.9 4,-7.8 8.9,-16.1 13,-21.8 2.2,-3.1 5.1,-2.9 5.8,0.5 z"
|
||||||
|
id="path79"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 575,762 c 0,1.5 0.8,2.2 2.9,2.6 2.1,0.4 3.1,1.3 3.3,2.8 0.4,3 5.8,3.7 5.8,0.7 0,-1.4 -0.9,-2.3 -2.7,-2.7 -1.5,-0.4 -3.7,-1.8 -4.9,-3.1 -2.6,-2.8 -4.4,-3 -4.4,-0.3 z"
|
||||||
|
id="path80"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 555.1,769.4 c -1.6,2 0.3,5.6 2.9,5.6 2.6,0 4.5,-3.6 2.9,-5.6 -0.6,-0.8 -1.9,-1.4 -2.9,-1.4 -1,0 -2.3,0.6 -2.9,1.4 z"
|
||||||
|
id="path81"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 533.2,771.7 c 0.5,2.6 3.8,2.9 3.8,0.4 0,-1.5 -0.6,-2.1 -2.1,-2.1 -1.4,0 -1.9,0.5 -1.7,1.7 z"
|
||||||
|
id="path82"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><g
|
||||||
|
id="g1"
|
||||||
|
style="display:inline"><path
|
||||||
|
d="m 839.5,862.7 c -1.6,0.9 -4.2,2.9 -5.7,4.5 l -2.6,2.8 h 2.5 c 1.4,0 3.9,-1 5.5,-2.2 l 3.1,-2.1 1.8,2.1 c 0.9,1.2 2.5,2.2 3.4,2.2 1.4,0 1.6,-0.6 1,-2.8 -0.7,-3.1 -3.3,-6.2 -4.9,-6.2 -0.6,0.1 -2.4,0.8 -4.1,1.7 z"
|
||||||
|
id="path89"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1"
|
||||||
|
inkscape:label="path89" /><path
|
||||||
|
d="m 783.7,862.7 c -0.8,1 -1.9,3 -2.2,4.5 -0.6,2.4 -0.4,2.8 1.4,2.8 1.1,0 2.5,-0.9 3.1,-2 1.4,-2.6 4.2,-2.6 6.5,0 1,1.1 3.1,2 4.8,2 h 2.9 l -4.9,-4.5 c -5.2,-4.8 -8.9,-5.7 -11.6,-2.8 z"
|
||||||
|
id="path88"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g479"
|
||||||
|
inkscape:label="fish"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="translate(252.06731,446.07601)"><path
|
||||||
|
d="m 52.769736,-42.117156 c -4.967114,4.169731 -4.967114,4.811228 -0.584367,14.433684 5.843664,12.829942 10.518595,15.716679 14.024793,8.980959 4.382747,-8.339462 9.057678,-6.094222 7.012396,3.528234 -1.753099,8.0187143 -1.460916,8.3394623 2.045282,3.207486 5.55148,-7.697965 8.765495,-6.73572 6.42803,1.603742 -1.753099,7.0564683 -1.460916,7.0564683 1.753099,0.9622463 3.506198,-5.7734743 3.798381,-5.7734743 5.55148,-0.320749 1.460916,5.131977 2.045282,4.811228 5.259297,-2.5659883 2.921832,-7.056468 2.629649,-7.697965 -1.460916,-6.094222 -3.798381,1.603742 -4.382747,0.641497 -2.921831,-3.848983 1.753099,-4.490479 1.460915,-5.131976 -1.753099,-2.24524 -5.551481,5.131977 -8.765496,0.962246 -4.382748,-5.452725 2.921832,-4.169731 2.921832,-4.490479 -0.584366,-1.282994 -7.012396,7.056468 -12.563877,5.131977 -8.473312,-2.565988 5.55148,-11.546948 -10.518595,-17.320421 -21.913738,-8.339462 z m 16.946624,0.962245 c 4.674931,1.924492 4.090564,4.169731 -3.798381,16.999673 -2.337466,3.848983 -3.506199,3.848983 -7.30458,0.641497 -10.810777,-9.943205 -2.045282,-23.093895 11.102961,-17.64117 z"
|
||||||
|
id="path48-2"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /><path
|
||||||
|
d="m 60.658681,-34.419191 c 1.168733,0.962245 2.921832,0.962245 4.090565,0 0.87655,-1.282994 0,-2.24524 -2.045282,-2.24524 -2.045283,0 -2.921832,0.962246 -2.045283,2.24524 z"
|
||||||
|
id="path49-0"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /><path
|
||||||
|
d="m 99.22686,-11.646045 c -4.674931,3.8489833 -4.674931,10.2639533 0,8.3394623 3.21401,-1.603743 4.38275,0.320749 4.38275,5.773474 0,14.4336837 7.59676,21.8108987 11.39514,10.9054497 1.7531,-4.8112277 6.13585,-11.5469467 9.64205,-14.7544327 8.18112,-7.056467 -0.58437,-11.5469473 -15.48571,-8.018713 -6.42803,1.603743 -8.47331,1.282994 -7.30458,-1.2829943 2.33746,-4.169731 1.46091,-4.49048 -2.62965,-0.962246 z m 21.91374,7.0564683 c 0,1.603743 -1.16874,3.207485 -2.92183,3.207485 -1.46092,0 -3.5062,3.528234 -4.67494,8.018714 -0.87654,4.4904797 -2.92183,7.0564677 -4.38274,6.0942217 -3.79838,-2.565988 -3.21402,-16.6789237 1.16873,-18.2826667 6.13585,-2.886736 10.81078,-2.245239 10.81078,0.962246 z"
|
||||||
|
id="path68-2"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.306133" /></g><g
|
||||||
|
id="g483"
|
||||||
|
inkscape:label="star1"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="matrix(3.9452232,0,0,4.2240352,-552.25879,-827.74646)"><path
|
||||||
|
d="m 178.53387,240.94477 c -0.3,1.2 -1.6,2.4 -2.7,2.7 -2.1,0.6 -2.1,0.7 -0.4,2 0.9,0.7 1.7,2.1 1.7,3 0,1.8 1.5,2.2 2.5,0.6 0.4,-0.6 1.5,-0.8 2.6,-0.5 1.5,0.5 1.9,0.1 1.9,-1.7 0,-1.3 0.5,-2.9 1.2,-3.6 0.9,-0.9 0.8,-1.2 -0.7,-1.2 -1,0 -2.7,-0.8 -3.7,-1.7 -1.8,-1.6 -1.9,-1.6 -2.4,0.4 z m 4.3,2.3 c 1.3,0 1.4,0.3 0.6,1.1 -0.6,0.6 -0.9,1.8 -0.6,2.7 0.4,1 0.2,1.3 -0.6,0.8 -0.6,-0.4 -1.7,-0.3 -2.4,0.2 -0.9,0.8 -1.5,0.4 -2.3,-1.3 -0.9,-1.9 -0.9,-2.5 0.2,-2.9 0.8,-0.3 1.4,-1.3 1.4,-2.3 0.1,-1.7 0.1,-1.7 1.1,-0.1 0.5,1 1.7,1.8 2.6,1.8 z"
|
||||||
|
id="path175"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g480"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
inkscape:label="paw1"
|
||||||
|
transform="matrix(4.9319668,0,0,5.7559584,-126.28228,122.10017)"><path
|
||||||
|
d="m 166.13387,74.74477 c 0,0.8 0.5,1.5 1,1.5 0.6,0 1,-0.7 1,-1.5 0,-0.8 -0.4,-1.5 -1,-1.5 -0.5,0 -1,0.7 -1,1.5 z"
|
||||||
|
id="path46-3"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 162.13387,75.64477 c 0,0.9 0.5,1.6 1,1.6 0.6,0 1,-0.4 1,-0.9 0,-0.6 -0.4,-1.3 -1,-1.6 -0.5,-0.3 -1,0.1 -1,0.9 z"
|
||||||
|
id="path47-7"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 170.13387,76.24477 c 0,0.7 0.3,1 0.7,0.7 0.3,-0.4 0.3,-1 0,-1.4 -0.4,-0.3 -0.7,0 -0.7,0.7 z"
|
||||||
|
id="path50-5"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 160.13387,79.24477 c 0,0.5 0.7,1 1.6,1 0.8,0 1.2,-0.5 0.9,-1 -0.3,-0.6 -1,-1 -1.6,-1 -0.5,0 -0.9,0.4 -0.9,1 z"
|
||||||
|
id="path59-9"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 164.83387,78.94477 c -2.1,2.1 -0.7,5.5 2.1,4.8 3.5,-0.8 4.6,-2 3.9,-3.9 -0.6,-1.6 -4.8,-2.2 -6,-0.9 z"
|
||||||
|
id="path60-2"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g484"
|
||||||
|
inkscape:label="paw2"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="matrix(4.040358,0,0,4.774807,-159.45488,-523.8208)"><path
|
||||||
|
d="m 77.733867,236.14477 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
id="path169"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 73.133867,238.24477 c 0,0.5 0.5,1 1,1 0.6,0 1,-0.5 1,-1 0,-0.6 -0.4,-1 -1,-1 -0.5,0 -1,0.4 -1,1 z"
|
||||||
|
id="path171"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 81.133867,238.84477 c 0,0.8 0.5,1.2 1,0.9 0.6,-0.3 1,-1 1,-1.6 0,-0.5 -0.4,-0.9 -1,-0.9 -0.5,0 -1,0.7 -1,1.6 z"
|
||||||
|
id="path172"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 74.733867,241.84477 c -2.1,2 -2.1,2 1.5,3.8 3.5,1.7 4.9,1.4 4.9,-1.3 0,-3.7 -3.7,-5.2 -6.4,-2.5 z"
|
||||||
|
id="path176"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 82.133867,242.24477 c 0,0.5 0.4,1 0.9,1 0.6,0 1.3,-0.5 1.6,-1 0.3,-0.6 -0.1,-1 -0.9,-1 -0.9,0 -1.6,0.4 -1.6,1 z"
|
||||||
|
id="path178"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g481"
|
||||||
|
inkscape:label="klubok1"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="matrix(2.8077392,0,0,2.729068,127.57199,210.94513)"><path
|
||||||
|
d="m 220.93387,182.14477 c -7,6.3 -2.9,16.1 6.7,16.1 5.1,0 9.1,1.6 10,3.9 0.6,1.5 0.1,2.1 -5.6,6.1 -2.7,2 -1.9,5.2 1.7,6.8 4,1.9 5.3,1.4 1.4,-0.6 -4.9,-2.4 -5,-4.7 -0.3,-6.9 6.1,-2.9 5.8,-5.5 -1.5,-9.9 -0.2,-0.1 0.7,-1.8 1.9,-3.8 5.7,-9.8 -5.9,-19.2 -14.3,-11.7 z m 5.8,1.9 c -1.7,1.6 -1.8,1.6 -0.5,-0.5 0.7,-1.2 1.5,-2 1.8,-1.7 0.3,0.2 -0.3,1.2 -1.3,2.2 z m 4.4,-2.4 c 0,0.3 -0.5,0.8 -1.2,1.2 -0.7,0.4 -0.8,0.3 -0.4,-0.4 0.7,-1.2 1.6,-1.6 1.6,-0.8 z m -6.6,4.8 c 0.8,3.4 5.5,9 6.8,8.1 0.7,-0.3 0.8,-0.1 0.4,0.5 -0.4,0.6 -1.4,0.8 -2.3,0.5 -1.2,-0.5 -1.4,-0.3 -0.8,0.8 0.4,0.8 -0.6,0.1 -2.3,-1.5 -1.8,-1.6 -3.4,-3.7 -3.7,-4.7 -0.3,-1 -1.1,-1.7 -1.8,-1.5 -0.7,0.1 -0.9,0.1 -0.4,-0.1 0.4,-0.3 0.7,-1.4 0.7,-2.6 0,-1.7 0.5,-1.2 2,1.8 1.1,2.2 1.7,3.1 1.4,2 -0.8,-2.2 -1.6,-8.6 -1,-7 0.2,0.5 0.7,2.2 1,3.7 z m 7.8,-3 c -1.9,1.9 -1.4,3.2 0.6,1.7 1.4,-1.1 1.5,-1.1 0.5,0.1 -1.8,2 -1.6,3.3 0.3,2.6 1.4,-0.5 1.5,-0.4 0.4,0.9 -1,1.2 -1,1.5 0,1.5 0.8,0 1,0.3 0.6,0.7 -0.4,0.5 -1.4,0 -2.1,-1 -0.8,-1.2 -1.5,-1.4 -2,-0.8 -0.3,0.6 -1.1,1.1 -1.7,1.1 -0.6,0 -0.3,-1 0.8,-2.3 1,-1.2 1.2,-1.6 0.4,-1 -1.9,1.7 -3.5,1.7 -2.1,0 0.6,-0.8 0.7,-1.8 0.3,-2.2 -0.4,-0.5 -0.2,-0.5 0.4,-0.2 0.7,0.4 1.7,0 2.4,-0.8 0.7,-0.8 1.5,-1.5 1.8,-1.5 0.3,0 0.1,0.5 -0.6,1.2 z m -11.5,7.5 c -0.4,0.3 -1,0.3 -1.4,0 -0.3,-0.4 0,-0.7 0.7,-0.7 0.7,0 1,0.3 0.7,0.7 z m 0,2 c -0.4,0.3 -1,0.3 -1.4,0 -0.3,-0.4 0,-0.7 0.7,-0.7 0.7,0 1,0.3 0.7,0.7 z m 13,1 c -0.4,0.3 -0.7,0 -0.7,-0.7 0,-0.7 0.3,-1 0.7,-0.7 0.3,0.4 0.3,1 0,1.4 z m -11.2,1.3 c 0.3,0.5 0.4,1 0.1,1 -0.3,0 -0.8,-0.5 -1.1,-1 -0.3,-0.6 -0.4,-1 -0.1,-1 0.3,0 0.8,0.4 1.1,1 z"
|
||||||
|
id="path131"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 225.13387,192.04477 c 0,0.5 0.7,1.5 1.5,2.2 0.8,0.7 1.5,0.8 1.5,0.2 0,-0.5 -0.7,-1.5 -1.5,-2.2 -0.8,-0.7 -1.5,-0.8 -1.5,-0.2 z"
|
||||||
|
id="path132"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g483-8"
|
||||||
|
inkscape:label="star1"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="matrix(3.9452232,0,0,4.2240352,-279.64123,-226.23287)"><path
|
||||||
|
d="m 178.53387,240.94477 c -0.3,1.2 -1.6,2.4 -2.7,2.7 -2.1,0.6 -2.1,0.7 -0.4,2 0.9,0.7 1.7,2.1 1.7,3 0,1.8 1.5,2.2 2.5,0.6 0.4,-0.6 1.5,-0.8 2.6,-0.5 1.5,0.5 1.9,0.1 1.9,-1.7 0,-1.3 0.5,-2.9 1.2,-3.6 0.9,-0.9 0.8,-1.2 -0.7,-1.2 -1,0 -2.7,-0.8 -3.7,-1.7 -1.8,-1.6 -1.9,-1.6 -2.4,0.4 z m 4.3,2.3 c 1.3,0 1.4,0.3 0.6,1.1 -0.6,0.6 -0.9,1.8 -0.6,2.7 0.4,1 0.2,1.3 -0.6,0.8 -0.6,-0.4 -1.7,-0.3 -2.4,0.2 -0.9,0.8 -1.5,0.4 -2.3,-1.3 -0.9,-1.9 -0.9,-2.5 0.2,-2.9 0.8,-0.3 1.4,-1.3 1.4,-2.3 0.1,-1.7 0.1,-1.7 1.1,-0.1 0.5,1 1.7,1.8 2.6,1.8 z"
|
||||||
|
id="path175-9"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><path
|
||||||
|
d="m 194.4,868.5 c -1.8,1.3 -1.6,1.4 2.5,1.5 3.7,0 4.2,-0.2 3.1,-1.5 -1.6,-1.9 -3.1,-1.9 -5.6,0 z"
|
||||||
|
id="path90"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><g
|
||||||
|
id="g484-3"
|
||||||
|
inkscape:label="paw2"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
transform="matrix(3.2174039,0,0,3.8427558,264.04962,-855.12678)"><path
|
||||||
|
d="m 77.733867,236.14477 c -0.4,0.7 -0.5,1.5 -0.2,1.8 0.9,0.9 1.9,-0.4 1.4,-1.8 -0.4,-1.1 -0.6,-1.1 -1.2,0 z"
|
||||||
|
id="path169-6"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 73.133867,238.24477 c 0,0.5 0.5,1 1,1 0.6,0 1,-0.5 1,-1 0,-0.6 -0.4,-1 -1,-1 -0.5,0 -1,0.4 -1,1 z"
|
||||||
|
id="path171-1"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 81.133867,238.84477 c 0,0.8 0.5,1.2 1,0.9 0.6,-0.3 1,-1 1,-1.6 0,-0.5 -0.4,-0.9 -1,-0.9 -0.5,0 -1,0.7 -1,1.6 z"
|
||||||
|
id="path172-2"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 74.733867,241.84477 c -2.1,2 -2.1,2 1.5,3.8 3.5,1.7 4.9,1.4 4.9,-1.3 0,-3.7 -3.7,-5.2 -6.4,-2.5 z"
|
||||||
|
id="path176-9"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /><path
|
||||||
|
d="m 82.133867,242.24477 c 0,0.5 0.4,1 0.9,1 0.6,0 1.3,-0.5 1.6,-1 0.3,-0.6 -0.1,-1 -0.9,-1 -0.9,0 -1.6,0.4 -1.6,1 z"
|
||||||
|
id="path178-3"
|
||||||
|
style="fill:#8b95a7;fill-opacity:1;stroke:none;stroke-width:0.1" /></g><g
|
||||||
|
id="g107"
|
||||||
|
inkscape:label="left"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"><path
|
||||||
|
d="m 779,4.4 c -0.7,2.4 -2.5,5.7 -4.1,7.2 -2.5,2.4 -8.9,13.9 -8.9,16.1 0,0.5 -0.8,2.4 -1.8,4.3 -1.1,1.9 -2.2,4.9 -2.5,6.7 -0.6,2.8 -0.3,3.4 2.7,5.2 2.1,1.3 4.3,4.1 6,7.8 1.6,3.2 3.8,6.9 5,8.3 7.2,8.3 8.5,13.3 4.1,15 -1.5,0.6 -5,2.1 -7.9,3.5 -2.9,1.4 -7.3,2.9 -9.8,3.4 -6.8,1.2 -11.8,4.6 -11.8,8 0,6.3 6.1,7.7 16.3,3.7 5.9,-2.2 11.5,-4.2 23.3,-8 5.8,-1.8 9,-2 9.8,-0.7 1,1.5 -2.1,3.5 -17.7,11.2 -4.2,2.1 -6.2,3.8 -7.4,6.4 -1.6,3.3 -1.5,3.6 0.2,5.5 3.3,3.7 7.3,2.9 28.7,-5.2 1.5,-0.5 3.4,-1.8 4.4,-2.9 2.4,-2.6 4.3,-2.4 7.9,1 3.8,3.7 12.2,5.6 30.5,7.1 7.4,0.6 20.7375,1.125 22.9375,1.625 7.6875,-1.0375 9.56458,-13.251512 9.21875,-1.53125 -0.0877,2.97105 0.5625,-3.28125 -13.85625,-3.09375 -3.19973,0.0416 -9.6,-0.7 -14.3,-1.5 -4.7,-0.8 -11.9,-1.5 -16.1,-1.5 -6,0 -8.5,-0.5 -11.9,-2.3 -6.5,-3.4 -8.3,-6.4 -7.5,-12.2 0.4,-2.6 1.6,-5.6 2.6,-6.6 4.1,-4.1 11.3,-3.2 7.6,0.9 -1.8,2 -2.2,7.8 -0.7,10.2 0.7,1.2 4,1.6 14.7,2.1 7.6,0.3 15.4,1.1 17.3,1.8 2.275,-0.196875 6.26456,0.180958 9.02812,0.63125 9.78125,1.59375 11.62813,0.7375 11.62813,-1.5625 0,-2.2 -7.05625,-3.625 -10.35625,-2.96875 -4.7,-0.1 -14.3,-1 -16.2,-1.6 -1,-0.3 -1.2,-3 -0.9,-12.7 0.4,-11 0.7,-12.6 3.1,-16.8 3,-5.1 11.2,-13.3 15.2,-15.1 13.70312,-3.678125 11.0125,-9.7375 8.8125,-9.7375 -1.7,0 -14.1125,6.8375 -15.0125,8.1375 -0.4,0.7 -1.7,1.8 -2.8,2.4 -3.6,1.9 -11.4,12.6 -12.1,16.3 -0.3,2 -1.3,5.6 -2,8 -0.9,2.7 -1.3,6.8 -1.1,10.7 0.3,3.7 0,6.7 -0.6,7.3 -1.3,1.3 -11.6,1.4 -13.6,0.2 -0.9,-0.6 -1.2,-2.5 -1,-6.2 0.2,-3 0,-6 -0.4,-6.7 -1.2,-1.8 -8.8,-1.4 -12.2,0.7 -3.4,2 -6.6,2.8 -17.1,4.1 -3.9,0.4 -9.3,1.5 -12,2.3 -2.7,0.9 -9.9,3.2 -16.1,5.1 -10.1,3.3 -14.3,3.7 -14.3,1.6 0,-1.5 2.8,-3.1 9.6,-5.4 10.3,-3.5 21.4,-8.9 21.9,-10.7 0.9,-2.7 -2.2,-9.5 -7.8,-17.1 -8.4,-11.4 -9.2,-13.2 -9.1,-21.8 0,-8.7 2.8,-15.2 9.4,-22.4 2.7,-2.9 4.1,-5.5 4.6,-8.4 0.6,-4 0.5,-4.2 -1.8,-4.2 -2.1,0 -2.7,0.7 -3.8,4.4 z m 32.3,81.8 c -0.3,2.9 -1.1,6.2 -1.8,7.3 -2.5,4 -27.4,14 -29.5,11.9 -1.9,-1.9 0.2,-4.6 5.4,-7.1 10.7,-5.1 21.5,-12.2 23.4,-15.2 2.1,-3.6 3.1,-2.4 2.5,3.1 z"
|
||||||
|
id="path4"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="ccsccccccscscccccccccccssssccsccccsscccccscccccscccccccsccscccscccsccc" /><path
|
||||||
|
d="m 796.7,4 c 1.7,2.5 3.4,4 4.7,4.1 1.2,0 8.2,0 15.6,-0.1 l 13.5,-0.1 3.3,-3.1 C 835.5,3 837,1.2 837,0.8 837,0.4 835.4,0 833.5,0 831.1,0 830,0.5 830,1.4 c 0,2 -6.6,2.9 -18.5,2.4 C 803.7,3.6 801.6,3.2 800.6,1.7 799.9,0.8 798.1,0 796.7,0 h -2.6 z"
|
||||||
|
id="path5"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 845,1 c 0,3.6 2.7,12 4.7,14.7 3.2,4.1 4.8,4.6 13.3,3.7 6.5,-0.6 10.7824,-0.749957 11.21875,-2.90625 C 874.96875,12.7875 869.7,14 862.5,14 853.7,14 851.9,12.7 849.9,4.9 849,1.3 848.1,0 846.8,0 845.8,0 845,0.4 845,1 Z"
|
||||||
|
id="path6"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="sccsscss" /><path
|
||||||
|
d="m 779.5,26 c -0.8,1.3 1.2,4.8 3.5,6 2.8,1.5 7.6,1.2 9,-0.5 1.8,-2.1 0.4,-4.8 -2.1,-4.2 -1.1,0.3 -3.8,-0.1 -6,-0.8 -2.2,-0.8 -4.1,-1 -4.4,-0.5 z"
|
||||||
|
id="path8"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 830,30.1 c 0,1.5 1.2,3.2 3.2,4.6 2.9,2 3.3,2.1 6,0.7 1.5,-0.8 2.9,-1.9 3,-2.4 0.4,-3.2 0.1,-3.5 -3.7,-3.6 -2.2,-0.1 -5,-0.5 -6.2,-0.9 -2,-0.6 -2.3,-0.4 -2.3,1.6 z"
|
||||||
|
id="path9"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 809.4,33.1 c -1,1.7 2.3,4.6 3.7,3.2 0.7,-0.7 0.9,-1.9 0.6,-2.7 -0.7,-1.8 -3.3,-2.1 -4.3,-0.5 z"
|
||||||
|
id="path10"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m 851.5,35.1 c -1,1.6 0.3,5.6 2,6.3 2.3,0.8 4.5,-0.4 5.1,-3 0.8,-3.2 -0.2,-4.4 -3.6,-4.4 -1.6,0 -3.2,0.5 -3.5,1.1 z"
|
||||||
|
id="path11"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /></g><g
|
||||||
|
id="g106-5"
|
||||||
|
transform="translate(4.85616,-2.0112115)"
|
||||||
|
style="display:inline;fill:#8b95a7;fill-opacity:1"
|
||||||
|
inkscape:label="right2"><path
|
||||||
|
d="m -27.33033,-5.908252 c -2.6,1.5 -2.2,4.9 0.7,4.9 2.6,0 3.6,2.1 3.6,8.1999996 0,4.2000004 3,9.9000004 6.5,12.2000004 2,1.3 4.9,1.5 18.2000001,1 14.9999999,-0.5 16.1999999,-0.4 24.0999999,2 10.6,3.2 14.2,5.5 19.6,12.2 10.6,12.9 12.4,31.7 4.9,49.4 -1.3,3.1 -9.2,17.000002 -9.7,17.000002 -0.1,0 -4,1.6 -8.6,3.6 -8.2,3.5 -8.104505,3.00338 -19.37868,2.40676 -3.3607341,-0.89437 -7.3357849,0.68908 -13.8529656,0.57475 -1.2,-0.6 -9.8871044,-0.39404 -15.1871044,-0.89401 -12.9,-1.2 -12.58125,-2.9875 -12.58125,-0.6875 0,1.4 0.9,2.1 3.8,2.5 2,0.4 5.645299,0.48082 8.102252,1.46742 2.4125,0.96875 12.177253,2.16229 24.9914981,1.68883 22.1848629,-0.81969 26.4062499,-1.45625 33.9062499,-7.05625 4.2,-3 9.2,-8.600001 9.2,-10.100001 0,-0.3 1,-2.2 2.3,-4.300001 3.9,-6.2 5.7,-15 5.7,-27.3 0,-13.4 -1.6,-19.6 -7.2,-27.9 -10,-15.1 -25.6,-21 -51.79999988,-19.5 -15.00000012,0.8 -14.70000012,1 -18.80000012,-11.5000002 -2.9,-8.7999998 -5.3,-11.6999999 -8.5,-9.8999998 z"
|
||||||
|
id="path7-4"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="csscccccsccccscsscscscccc" /><path
|
||||||
|
d="m -29.03033,33.591748 c 0,3.1 2.3,2.8 2.8,-0.4 0.2,-1.5 -0.2,-2.2 -1.2,-2.2 -1.1,0 -1.6,0.9 -1.6,2.6 z"
|
||||||
|
id="path22-7"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m -15.93033,37.091748 c -1.8,2.5 -2,3.3 -1,4.5 0.7,0.8 2.4,1.4 3.8,1.2 2.1,-0.2 2.7,-0.9 2.9,-3.5 0.2,-2.3 -0.2,-3.4 -1.6,-4.2 -1.6,-0.8 -2.3,-0.5 -4.1,2 z"
|
||||||
|
id="path23-6"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1" /><path
|
||||||
|
d="m -0.11157988,38.941748 c -0.7,0.7 -6.78437502,0.534375 -9.35312502,5.51875 -11.8000001,7.9 -14.4656251,19.63125 -15.0656251,37.03125 -0.3,7.9 -0.6,9.1 -2.4,10.000001 -1.2,0.5 -2.1,1.5 -2.1,2.1 0,1.4 18.670796,5.393243 32.5719224,6.225826 C 12.741593,100.21758 16.06967,98.69175 18.86967,97.29175 c 1.9,-1.000001 3.6,-2.400001 3.9,-3.100001 0.4,-1.4 -3.333709,-2.362913 -4.233709,-0.862913 -1.1,1.8 -23.7753006,0.205632 -31.734835,0.525826 l -6.331456,-2.462913 -0.3,-8.500001 c -0.2,-6.8 0.2,-9.9 2.1,-15.5 3.5,-10.2 6.410501,-17.654664 16.4105013,-22.454664 8.3,-3.9 14.2894987,-1.745336 19.0894987,0.454639 4.6,2.1 9.7,2.5 9.7,0.9 0,-0.7 -1.5,-2.4 -3.4,-3.8 -3.2,-2.3 -3.603125,-3.953125 -12.303125,-3.953125 -6.3999999,0 -11.07812488,-0.396875 -11.87812488,0.403125 z"
|
||||||
|
id="path24-5"
|
||||||
|
style="fill:#8b95a7;stroke:none;stroke-width:0.1;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="scccsccccccccccscsss" /></g></g></g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 75 KiB |
@@ -20,8 +20,6 @@
|
|||||||
<!-- added style="text-wrap: auto" but on this page it is still not the best solution. I will take it to consideration next time :) -->
|
<!-- added style="text-wrap: auto" but on this page it is still not the best solution. I will take it to consideration next time :) -->
|
||||||
<footer style="text-wrap: auto">
|
<footer style="text-wrap: auto">
|
||||||
<div>
|
<div>
|
||||||
<a class="luci-link" href="https://github.com/openwrt/luci" target="_blank">Powered by {{ version.luciname }} ({{ version.luciversion }})</a>
|
|
||||||
<a href="https://github.com/jerrykuku/luci-theme-argon" target="_blank">ArgonTheme {# vPKG_VERSION #}</a>
|
|
||||||
<a class="luci-link" href="{{ version.disturl }}" target="_blank">{{ version.distname }} {{ version.distversion }}-{{ version.distrevision }}</a>
|
<a class="luci-link" href="{{ version.disturl }}" target="_blank">{{ version.distname }} {{ version.distversion }}-{{ version.distrevision }}</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
-%}
|
-%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ dispatcher.lang }}">
|
<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else %} data-darkmode="true"{% endif %}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
||||||
@@ -55,9 +55,7 @@
|
|||||||
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
||||||
<style title="text/css">
|
<style title="text/css">
|
||||||
{% if (mode == 'normal'): %}
|
{% if (mode == 'normal'): %}
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
{{ dark_css }}
|
{{ dark_css }}
|
||||||
}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if (mode == 'dark'): %}
|
{% if (mode == 'dark'): %}
|
||||||
{{ dark_css }}
|
{{ dark_css }}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
-%}
|
-%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ dispatcher.lang }}">
|
<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else %} data-darkmode="true"{% endif %}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
||||||
@@ -54,9 +54,7 @@
|
|||||||
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
<link rel="stylesheet" href="{{ media }}/css/cascade.css{# ?v=PKG_VERSION #}">
|
||||||
<style title="text/css">
|
<style title="text/css">
|
||||||
{% if (mode == 'normal'): %}
|
{% if (mode == 'normal'): %}
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
{{ dark_css }}
|
{{ dark_css }}
|
||||||
}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if (mode == 'dark'): %}
|
{% if (mode == 'dark'): %}
|
||||||
{{ dark_css }}
|
{{ dark_css }}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@
|
|||||||
<!-- Video Player End -->
|
<!-- Video Player End -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- Image Background Start -->
|
<!-- Image Background Start -->
|
||||||
<div class="main-bg" id="main-bg" style="background-image:url({{ bgArry.bgUrl }})"></div>
|
<div class="main-bg" id="main-bg" {% if (cfg.get_first('argon', 'global', 'online_wallpaper') != "default"): %}style="background-image:url({{ bgArry.bgUrl }})"{% endif %}></div>
|
||||||
<!-- Image Background End -->
|
<!-- Image Background End -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- Login Container Start -->
|
<!-- Login Container Start -->
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ LUCI_NAME:=luci-theme-footstrap
|
|||||||
FOOTSTRAP_VERSION?=
|
FOOTSTRAP_VERSION?=
|
||||||
ifneq ($(FOOTSTRAP_VERSION),)
|
ifneq ($(FOOTSTRAP_VERSION),)
|
||||||
PKG_VERSION:=$(FOOTSTRAP_VERSION)
|
PKG_VERSION:=$(FOOTSTRAP_VERSION)
|
||||||
PKG_RELEASE:=40
|
PKG_RELEASE:=41
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LUCI_TITLE:=Footstrap Theme
|
LUCI_TITLE:=Footstrap Theme
|
||||||
|
|||||||
@@ -19,11 +19,6 @@
|
|||||||
* friends) live in those blocks too, beside the fills they must be legible against: a
|
* friends) live in those blocks too, beside the fills they must be legible against: a
|
||||||
* dark palette has light fills and needs a dark ink, and one global `#fff` failed WCAG AA
|
* dark palette has light fills and needs a dark ink, and one global `#fff` failed WCAG AA
|
||||||
* on seven of the eight dark-palette fills (down to 1.69:1). */
|
* on seven of the eight dark-palette fills (down to 1.69:1). */
|
||||||
--card-bg-color: var(--fs-panel) !important;
|
|
||||||
--border-color: var(--fs-border) !important;
|
|
||||||
--app-container_title-color: var(--fs-text) !important;
|
|
||||||
--item-label_key-span-color: var(--app-container_title-color) !important;
|
|
||||||
--app-container_status-label_block: var(--app-container_title-color) !important;
|
|
||||||
--fs-shadow: 0 1px 3px rgba(15,23,37,.08);
|
--fs-shadow: 0 1px 3px rgba(15,23,37,.08);
|
||||||
/* pop surfaces (menus, dropdown lists, the select picker): one value rather than a
|
/* pop surfaces (menus, dropdown lists, the select picker): one value rather than a
|
||||||
* literal per site */
|
* literal per site */
|
||||||
|
|||||||
+2
-2
@@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=natflow
|
PKG_NAME:=natflow
|
||||||
PKG_VERSION:=20260531
|
PKG_VERSION:=20260531
|
||||||
PKG_RELEASE:=74
|
PKG_RELEASE:=75
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git
|
PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=5e3dc6435603076f0fd93ca3d4f2e3899fc87e20
|
PKG_SOURCE_VERSION:=e89fb0a015be44a2ca2071a5cff6803347759215
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|||||||
+3
-3
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=torrserver
|
PKG_NAME:=torrserver
|
||||||
PKG_VERSION:=MatriX.143
|
PKG_VERSION:=MatriX.144
|
||||||
PKG_RELEASE:=17
|
PKG_RELEASE:=18
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/YouROK/TorrServer.git
|
PKG_SOURCE_URL:=https://github.com/YouROK/TorrServer.git
|
||||||
PKG_SOURCE_VERSION:=5c812ec1abe4c8e0acee29d820f78205a8f0e7b7
|
PKG_SOURCE_VERSION:=c416a8f2b89b244c779f03f1f86e2f0f690c2668
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
|
|
||||||
PKG_MAINTAINER:=Konstantine Shevlakov <shevlakov@132lan.ru>
|
PKG_MAINTAINER:=Konstantine Shevlakov <shevlakov@132lan.ru>
|
||||||
|
|||||||
Reference in New Issue
Block a user