gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup
This commit is contained in:
parent
1945abd6ad
commit
d376e04015
24 changed files with 474 additions and 606 deletions
|
|
@ -63,24 +63,23 @@ main article {
|
|||
color-mix(in lch, var(--citrus-mix-dark), var(--citrus-mix)),
|
||||
var(--citrus-mix-dark)
|
||||
);
|
||||
}
|
||||
& a:has(figure) {
|
||||
font-family: "Urbanist", sans-serif;
|
||||
transition:
|
||||
border-color var(--trans),
|
||||
background-color var(--trans);
|
||||
box-shadow: var(--shadow-light);
|
||||
&:is(:hover, :focus) {
|
||||
& figure {
|
||||
transition: inherit;
|
||||
border-color: currentColor;
|
||||
& a:has(figure) {
|
||||
transition:
|
||||
border-color var(--trans),
|
||||
background-color var(--trans);
|
||||
box-shadow: var(--shadow-light);
|
||||
&:is(:hover, :focus) {
|
||||
& figure {
|
||||
transition: inherit;
|
||||
border-color: currentColor;
|
||||
}
|
||||
}
|
||||
&:is(:not(:hover, :focus)) {
|
||||
border-color: var(--light);
|
||||
background-color: var(--light);
|
||||
}
|
||||
}
|
||||
}
|
||||
& a:is(:not(:hover, :focus)) figure {
|
||||
border-color: var(--light);
|
||||
background-color: var(--light);
|
||||
}
|
||||
}
|
||||
:is(#art li, #art section a):nth-child(odd) {
|
||||
transform: var(--rot-minus);
|
||||
|
|
@ -90,11 +89,11 @@ main article {
|
|||
background-image: var(--noise), var(--paper);
|
||||
background-size: auto, 4px;
|
||||
box-shadow: var(--shadow-light);
|
||||
margin-bottom: var(--pad-xl);
|
||||
padding: var(--pad-xl);
|
||||
transform: var(--rot-plus);
|
||||
& p {
|
||||
line-height: 32px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
#blog {
|
||||
|
|
@ -151,24 +150,7 @@ main article {
|
|||
& s {
|
||||
text-decoration-color: #d00;
|
||||
}
|
||||
& .postscript {
|
||||
& span:has([alt]) {
|
||||
&::after {
|
||||
content: "";
|
||||
width: var(--avatar);
|
||||
height: var(--avatar);
|
||||
position: absolute;
|
||||
margin: 5px;
|
||||
background-image:
|
||||
radial-gradient(circle at 0px 0px, var(--light), transparent 50%),
|
||||
linear-gradient(
|
||||
135deg,
|
||||
transparent 15%,
|
||||
var(--light) 20%,
|
||||
color-mix(in lch, var(--light), transparent 90%) 50%
|
||||
);
|
||||
}
|
||||
}
|
||||
& .postscript {
|
||||
& [alt="Profile picture"] {
|
||||
color: unset;
|
||||
border-radius: inherit;
|
||||
|
|
@ -182,15 +164,8 @@ main article {
|
|||
border-width: 3px;
|
||||
box-sizing: inherit;
|
||||
padding: 2px;
|
||||
background-image:
|
||||
radial-gradient(
|
||||
ellipse at 50% -0%,
|
||||
var(--light) 20%,
|
||||
var(--dark) 150%
|
||||
),
|
||||
var(--pansexual);
|
||||
background-blend-mode: overlay, normal;
|
||||
background-size: cover, 100%;
|
||||
background-image: var(--agender);
|
||||
background-size: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
box-shadow:
|
||||
|
|
@ -222,9 +197,6 @@ main article {
|
|||
}
|
||||
}
|
||||
@media screen and (min-width: 916px) {
|
||||
nav#default {
|
||||
height: max-content;
|
||||
}
|
||||
header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,15 +47,15 @@ header {
|
|||
background-image: var(--nav-bg);
|
||||
background-size: 6px;
|
||||
}
|
||||
#floating,
|
||||
#default {
|
||||
#floating {
|
||||
border-bottom-style: solid;
|
||||
border-right-style: solid;
|
||||
border-bottom-width: 4px;
|
||||
border-right-width: 4px;
|
||||
}
|
||||
#default {
|
||||
border-bottom-right-radius: var(--pad-l);
|
||||
border-right-style: solid;
|
||||
border-right-width: 4px;
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -6,49 +6,60 @@ body {
|
|||
font-size: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
& a,
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
overflow: hidden;
|
||||
padding: var(--pad-xl) var(--pad-xl) 0 calc(var(--view) + var(--pad-xl));
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
margin-bottom: var(--pad-xl);
|
||||
|
||||
& ul[role="list"] {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
& article {
|
||||
color: inherit;
|
||||
height: max-content;
|
||||
max-width: var(--main);
|
||||
padding: var(--pad-xl);
|
||||
width: auto;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: var(--pad-l);
|
||||
}
|
||||
|
||||
& s {
|
||||
text-decoration-style: line-through;
|
||||
text-decoration-thickness: 0.1em;
|
||||
}
|
||||
|
||||
& u {
|
||||
text-decoration-style: double;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
& em {
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
& p {
|
||||
word-wrap: break-word;
|
||||
|
||||
&:not(li p):not(:last-child) {
|
||||
padding-bottom: var(--pad-m);
|
||||
}
|
||||
}
|
||||
|
||||
& pre {
|
||||
display: flex;
|
||||
width: auto;
|
||||
|
|
@ -56,51 +67,63 @@ main {
|
|||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
& a {
|
||||
padding: 2px;
|
||||
& > img {
|
||||
display: inline-flex;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
padding-right: 2px;
|
||||
}
|
||||
&:has(figure) {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
& a>img {
|
||||
display: inline-flex;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
& a:has(figure) {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
& figure {
|
||||
margin: 0;
|
||||
padding: var(--pad-m);
|
||||
border-radius: inherit;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
& figcaption {
|
||||
width: 100%;
|
||||
padding-top: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
& a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
& svg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-right: var(--pad-m);
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--dark);
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-family: "Nosey Rodent", sans-serif;
|
||||
inset-block: 100%;
|
||||
margin: 0 auto;
|
||||
justify-content: center;
|
||||
margin-left: var(--view);
|
||||
overflow-y: hidden;
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
width: calc(100% - var(--view));
|
||||
word-break: break-all;
|
||||
z-index: -1;
|
||||
& span {
|
||||
width: inherit;
|
||||
|
||||
& #message {
|
||||
background-image: var(--transgender);
|
||||
padding: 0 var(--pad-s);
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
@ -113,28 +136,35 @@ h6 {
|
|||
margin: 0;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
details {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
& summary::marker {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: currentColor;
|
||||
stroke: currentColor;
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.paws {
|
||||
margin: 0;
|
||||
padding: 0 var(--pad-xl);
|
||||
|
||||
& li::marker {
|
||||
content: none;
|
||||
}
|
||||
|
||||
& li::before {
|
||||
content: "";
|
||||
width: 20px;
|
||||
|
|
@ -146,32 +176,39 @@ p {
|
|||
margin: 0 0 0 calc(var(--pad-xl) * -1);
|
||||
}
|
||||
}
|
||||
|
||||
img[src*="/assets/img/flag/"] {
|
||||
height: 32px;
|
||||
border-radius: 2px;
|
||||
|
||||
&:first-child {
|
||||
margin-left: var(--pad-m);
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: var(--pad-m);
|
||||
}
|
||||
}
|
||||
|
||||
/* home.html */
|
||||
#bio .emoji {
|
||||
display: inline-flex;
|
||||
height: 20px;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
|
||||
&::after,
|
||||
img {
|
||||
filter: drop-shadow(0 0 0.5px #000a);
|
||||
}
|
||||
}
|
||||
|
||||
#badges ul {
|
||||
gap: var(--pad-s);
|
||||
padding: 0;
|
||||
}
|
||||
#interests {
|
||||
|
||||
#interests details {
|
||||
& a {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
|
|
@ -179,9 +216,11 @@ img[src*="/assets/img/flag/"] {
|
|||
height: auto;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
|
||||
&:not(:hover, :focus) {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
& span:has(img)::after {
|
||||
background-image: url("/assets/img/icon/shortcut.png");
|
||||
background-size: 100%;
|
||||
|
|
@ -196,12 +235,15 @@ img[src*="/assets/img/flag/"] {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.games img {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.manga img {
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
#pkmn {
|
||||
background-image: url("/assets/img/pkmn/bg/box.png");
|
||||
border-bottom-color: #78a068;
|
||||
|
|
@ -213,107 +255,128 @@ img[src*="/assets/img/flag/"] {
|
|||
border-width: 3px;
|
||||
margin: var(--pad-l) 0 0 0;
|
||||
width: fit-content;
|
||||
|
||||
& li {
|
||||
display: flex;
|
||||
margin-left: -12px;
|
||||
margin-top: -8px;
|
||||
|
||||
& span:hover {
|
||||
filter: drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff)
|
||||
drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
|
||||
drop-shadow(0 2px 3px #000a);
|
||||
filter: drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 3px #000a);
|
||||
animation: jump 200ms infinite alternate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#agender {
|
||||
background-image: var(--agender);
|
||||
}
|
||||
|
||||
#aromantic {
|
||||
background-image: var(--aromantic);
|
||||
}
|
||||
|
||||
#pansexual {
|
||||
background-image: var(--pansexual);
|
||||
}
|
||||
|
||||
#badges img {
|
||||
max-height: 31px;
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
/* changelog.html */
|
||||
#changelog li {
|
||||
&::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
&::marker {
|
||||
content: initial;
|
||||
}
|
||||
}
|
||||
|
||||
/* gallery.html */
|
||||
#art {
|
||||
& h1,
|
||||
p {
|
||||
margin: 0;
|
||||
& h1 {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
& p {
|
||||
max-width: var(--post);
|
||||
}
|
||||
|
||||
& section:has(a:nth-child(n + 2)) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: var(--pad-l);
|
||||
}
|
||||
|
||||
& section:has(a:nth-child(n + 3)) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
& section {
|
||||
margin-top: var(--pad-l);
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: var(--pad-l);
|
||||
}
|
||||
|
||||
& a {
|
||||
display: flex;
|
||||
width: calc(var(--post) - var(--view));
|
||||
flex-direction: column;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
& time {
|
||||
margin: var(--pad-m) 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
& figure img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#artworks {
|
||||
& ul {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(
|
||||
auto-fill,
|
||||
minmax(min(var(--thumb), 100%), 1fr)
|
||||
);
|
||||
grid-template-columns: repeat(auto-fill,
|
||||
minmax(min(var(--thumb), 100%), 1fr));
|
||||
gap: var(--pad-l);
|
||||
|
||||
& a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
& figure {
|
||||
margin: 0;
|
||||
& img {
|
||||
width: 100%;
|
||||
height: var(--thumb);
|
||||
object-fit: cover;
|
||||
}
|
||||
& figcaption {
|
||||
display: inline-flex;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
& .count {
|
||||
margin: auto 0 0 auto;
|
||||
}
|
||||
|
||||
& img {
|
||||
width: 100%;
|
||||
height: var(--thumb);
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
& figcaption {
|
||||
display: inline-flex;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
& .count {
|
||||
margin: auto 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* blog.html */
|
||||
#blog {
|
||||
& main article {
|
||||
max-width: var(--post);
|
||||
|
||||
& .postscript {
|
||||
margin: 0 0 auto auto;
|
||||
padding: var(--pad-xl) 0 var(--pad-xxl) 0;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
@ -324,6 +387,7 @@ img[src*="/assets/img/flag/"] {
|
|||
mask-repeat: no-repeat;
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
|
||||
& p {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -340,6 +404,7 @@ img[src*="/assets/img/flag/"] {
|
|||
color: #fff;
|
||||
font-size: 0.8rem;
|
||||
word-wrap: anywhere;
|
||||
|
||||
&:hover {
|
||||
background-color: #3a76f0;
|
||||
}
|
||||
|
|
@ -350,7 +415,8 @@ img[src*="/assets/img/flag/"] {
|
|||
align-items: center;
|
||||
gap: var(--pad-m);
|
||||
}
|
||||
& > img {
|
||||
|
||||
&>img {
|
||||
transition:
|
||||
height var(--trans),
|
||||
border-radius var(--trans),
|
||||
|
|
@ -360,32 +426,30 @@ img[src*="/assets/img/flag/"] {
|
|||
max-height: var(--image);
|
||||
}
|
||||
}
|
||||
|
||||
& span:has([alt="Profile picture"]) {
|
||||
width: var(--avatar);
|
||||
height: var(--avatar);
|
||||
display: flex;
|
||||
float: right;
|
||||
& [alt="Profile picture"] {
|
||||
display: flex;
|
||||
box-sizing: content-box;
|
||||
margin: 0 0 0 auto;
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& .postscript::after {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
& section:has(figure) {
|
||||
display: flex;
|
||||
gap: var(--pad-l);
|
||||
}
|
||||
|
||||
& aside {
|
||||
float: right;
|
||||
border-radius: var(--round);
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
@ -394,10 +458,12 @@ img[src*="/assets/img/flag/"] {
|
|||
h6 {
|
||||
margin-bottom: var(--pad-m);
|
||||
}
|
||||
|
||||
& .post-warning {
|
||||
font-size: 1.4rem;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: "";
|
||||
|
|
@ -406,7 +472,15 @@ img[src*="/assets/img/flag/"] {
|
|||
border-style: dashed;
|
||||
}
|
||||
}
|
||||
|
||||
.addendum,
|
||||
.post-warning,
|
||||
aside {
|
||||
margin: var(--pad-l) 0;
|
||||
padding: var(--pad-l);
|
||||
}
|
||||
}
|
||||
|
||||
& #posts {
|
||||
& ul {
|
||||
display: flex;
|
||||
|
|
@ -424,6 +498,7 @@ img[src*="/assets/img/flag/"] {
|
|||
padding: var(--pad-m);
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
|
||||
& time,
|
||||
p {
|
||||
display: flex;
|
||||
|
|
@ -433,12 +508,7 @@ img[src*="/assets/img/flag/"] {
|
|||
}
|
||||
}
|
||||
}
|
||||
.addendum,
|
||||
.post-warning,
|
||||
#blog main article aside {
|
||||
margin: var(--pad-l) 0;
|
||||
padding: var(--pad-l);
|
||||
}
|
||||
|
||||
/* easter egg :) */
|
||||
#signal {
|
||||
background: black;
|
||||
|
|
@ -452,6 +522,7 @@ img[src*="/assets/img/flag/"] {
|
|||
max-width: 100%;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
||||
& article {
|
||||
align-content: center;
|
||||
display: flex;
|
||||
|
|
@ -460,23 +531,28 @@ img[src*="/assets/img/flag/"] {
|
|||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
width: fit-content;
|
||||
|
||||
& h1 {
|
||||
display: inline-flex;
|
||||
font-size: 4rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
& p {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
& a {
|
||||
margin: auto 0 0 auto;
|
||||
}
|
||||
|
||||
& img {
|
||||
border: 4px solid white;
|
||||
max-height: 250px;
|
||||
max-width: 100%;
|
||||
padding: var(--pad-s);
|
||||
}
|
||||
|
||||
& button {
|
||||
inset-block: 100%;
|
||||
bottom: 0;
|
||||
|
|
@ -486,18 +562,23 @@ img[src*="/assets/img/flag/"] {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 916px) {
|
||||
#sidebar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#floating {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#default button[popovertarget] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 916px) {
|
||||
|
||||
/* Reset */
|
||||
header,
|
||||
footer,
|
||||
|
|
@ -506,40 +587,52 @@ img[src*="/assets/img/flag/"] {
|
|||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
footer span {
|
||||
|
||||
footer #message {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: var(--pad-m);
|
||||
padding: var(--pad-l);
|
||||
}
|
||||
|
||||
header {
|
||||
margin: calc(var(--pad-xxl) + var(--pad-l)) 0 0 0;
|
||||
|
||||
& h1 {
|
||||
margin: auto 0 0 auto;
|
||||
padding-right: var(--pad-m);
|
||||
}
|
||||
}
|
||||
|
||||
#default::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
body::after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
#blog {
|
||||
& main article {
|
||||
max-width: initial;
|
||||
|
||||
& aside {
|
||||
float: unset;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
& section {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
& .postscript {
|
||||
& p {
|
||||
margin-right: var(--pad-sm);
|
||||
& > a img {
|
||||
|
||||
&>a img {
|
||||
height: auto;
|
||||
max-height: var(--view);
|
||||
}
|
||||
|
|
@ -547,15 +640,18 @@ img[src*="/assets/img/flag/"] {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#art {
|
||||
& p {
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
& a:has(img) {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
& section:has(a:nth-child(n + 2)) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -14,9 +14,10 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
line-height: 0.5;
|
||||
& footer {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
bottom: 1rem;
|
||||
}
|
||||
& header {
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@media (prefers-reduced-motion: no-preference) {
|
||||
/* Scrolling pride flag text */
|
||||
#bio span[id],
|
||||
footer span {
|
||||
footer #message {
|
||||
font-family: "Nosey Rodent", sans-serif;
|
||||
font-weight: bold;
|
||||
color: transparent;
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
animation: slide 5s linear infinite;
|
||||
transition: color var(--trans);
|
||||
}
|
||||
body {
|
||||
animation: mainbg 10s infinite linear
|
||||
}
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
/* Buttons */
|
||||
|
|
@ -59,9 +62,6 @@
|
|||
position: relative;
|
||||
}
|
||||
}
|
||||
footer span {
|
||||
width: 100%;
|
||||
}
|
||||
#aromantic::before {
|
||||
background-image: url("/assets/img/flag/aromantic.svg");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
body {
|
||||
background-color: var(--secondary-100);
|
||||
& a,
|
||||
& a:not([class]),
|
||||
button {
|
||||
color: var(--secondary-light-400);
|
||||
border-color: var(--secondary-600);
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
body {
|
||||
background-color: var(--primary-100);
|
||||
& a,
|
||||
& a:not([class]),
|
||||
button {
|
||||
color: var(--primary-dark-400);
|
||||
border-color: var(--primary-600);
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
--secondary-700: color-mix(in lch, var(--secondary), var(--dark) 30%);
|
||||
--secondary-800: color-mix(in lch, var(--secondary), var(--dark) 20%);
|
||||
--secondary-900: color-mix(in lch, var(--secondary), var(--dark) 10%);
|
||||
--avatar: 3rem; /* Blog avatar */
|
||||
--avatar: 64px; /* Blog avatar */
|
||||
--flag: 45deg; /* Pride flag */
|
||||
--image: 24rem; /* Postscript images */
|
||||
--main: 108rem; /* Main width */
|
||||
|
|
@ -111,6 +111,16 @@
|
|||
background-position: 200% 100%;
|
||||
}
|
||||
}
|
||||
@keyframes mainbg {
|
||||
0% {
|
||||
background-position: 0rem 0rem;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-position: 256px 256px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes jump {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
|
|
|
|||
136
_src/assets/img/icon/listenbrainz.svg
Normal file
136
_src/assets/img/icon/listenbrainz.svg
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="512"
|
||||
height="512"
|
||||
version="1.1"
|
||||
id="svg17"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs17">
|
||||
<clipPath
|
||||
id="b-5">
|
||||
<path
|
||||
id="use2-3"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath1">
|
||||
<path
|
||||
id="use1"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath3">
|
||||
<path
|
||||
id="use3"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</clipPath>
|
||||
<path
|
||||
id="path4-1"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</defs>
|
||||
<rect
|
||||
width="512"
|
||||
height="512"
|
||||
id="rect1"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#ffffff" />
|
||||
<path
|
||||
fill="#eb743b"
|
||||
d="M 261.91399,85.677124 V 426.32288 L 406.21532,343.52703 V 168.47297 Z"
|
||||
id="path1-6"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
fill="#353070"
|
||||
d="M 250.08602,85.677124 105.78469,168.47297 v 175.05406 l 144.30133,82.79585 z"
|
||||
id="path2-3"
|
||||
style="stroke-width:2.3656" />
|
||||
<g
|
||||
opacity="0.07"
|
||||
id="g5-2"
|
||||
transform="matrix(2.3655955,0,0,2.3655955,83.65691,67.17107)">
|
||||
<defs
|
||||
id="defs2-9">
|
||||
<path
|
||||
id="path17"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</defs>
|
||||
<clipPath
|
||||
id="clipPath4">
|
||||
<path
|
||||
id="use4"
|
||||
d="m 75.354,33.239 h 51.433 v 90.792 H 75.354 Z" />
|
||||
</clipPath>
|
||||
<path
|
||||
clip-path="url(#b-5)"
|
||||
d="m 92.657,99.557 a 2.1,2.1 0 0 1 1.819,-1.03 c 0.378,0 0.752,0.104 1.078,0.297 a 2.12,2.12 0 0 1 0.735,2.898 2.097,2.097 0 0 1 -1.817,1.032 c -0.379,0 -0.755,-0.105 -1.084,-0.301 a 2.092,2.092 0 0 1 -0.964,-1.294 2.1,2.1 0 0 1 0.233,-1.602 m 12.602,22.362 a 2.121,2.121 0 0 1 -2.981,-0.225 2.116,2.116 0 0 1 0.231,-2.981 2.08,2.08 0 0 1 1.373,-0.512 2.117,2.117 0 0 1 2.109,2.278 2.086,2.086 0 0 1 -0.732,1.44 M 95.734,63.08 a 2.128,2.128 0 0 1 2.916,-0.656 2.12,2.12 0 0 1 0.66,2.919 2.115,2.115 0 0 1 -2.919,0.661 2.128,2.128 0 0 1 -0.657,-2.924 m 6.379,-20.187 c -0.6,0.951 -1.937,1.271 -2.912,0.653 l -0.096,-0.062 a 2.107,2.107 0 0 1 -0.557,-2.851 2.093,2.093 0 0 1 1.784,-0.98 2.11,2.11 0 0 1 1.781,3.24 m 16.767,11.598 a 2.096,2.096 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.113 1.125,0.325 0.481,0.304 0.813,0.775 0.937,1.33 a 2.08,2.08 0 0 1 -0.28,1.584 c -0.597,0.951 -1.938,1.273 -2.912,0.653 l -0.093,-0.062 a 2.105,2.105 0 0 1 -0.56,-2.85 m 0,23.463 a 2.096,2.096 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.112 1.125,0.326 0.481,0.304 0.813,0.774 0.937,1.329 a 2.083,2.083 0 0 1 -0.28,1.585 c -0.597,0.95 -1.938,1.271 -2.912,0.652 l -0.093,-0.062 a 2.105,2.105 0 0 1 -0.56,-2.85 m 0,26.303 a 2.099,2.099 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.113 1.125,0.326 0.481,0.304 0.813,0.775 0.937,1.33 a 2.08,2.08 0 0 1 -0.28,1.584 c -0.597,0.951 -1.938,1.271 -2.912,0.653 l -0.093,-0.062 a 2.107,2.107 0 0 1 -0.56,-2.851"
|
||||
id="path3-7" />
|
||||
<path
|
||||
clip-path="url(#b-5)"
|
||||
d="m 108.53,113.927 a 6.11,6.11 0 0 0 -8.631,-0.662 6.12,6.12 0 0 0 -2.087,5.396 c -1.949,0.701 -4.258,1.366 -5.328,1.332 -0.822,-0.043 -1.302,-0.345 -2.224,-0.971 -1.172,-0.795 -2.418,-1.512 -4.149,-1.847 2.936,-2.761 6.009,-6.83 8.584,-12.834 a 6.15,6.15 0 0 0 5.039,-2.972 c 1.724,-2.896 0.773,-6.659 -2.124,-8.394 a 6.133,6.133 0 0 0 -3.134,-0.864 6.154,6.154 0 0 0 -5.261,2.986 6.079,6.079 0 0 0 -0.678,4.636 6.075,6.075 0 0 0 2.302,3.429 c -4.053,9.218 -9.219,13.08 -12.565,14.685 a 2.016,2.016 0 0 0 -0.361,0.168 c -1.186,0.531 -2.05,0.704 -2.558,0.808 v 4 c 0.275,-0.03 1.884,-0.118 4.247,-1.192 5.347,-1.357 6.839,-0.354 8.407,0.709 1.021,0.692 2.291,1.554 4.263,1.655 0.099,0.006 0.204,0.009 0.308,0.009 2.11,0 5.172,-1.022 7.021,-1.723 a 6.132,6.132 0 0 0 4.285,1.75 6.112,6.112 0 0 0 3.983,-1.476 6.072,6.072 0 0 0 2.119,-4.176 6.072,6.072 0 0 0 -1.458,-4.452 M 92.657,97.151 a 2.1141576,2.1141576 0 0 1 3.632,2.165 2.097,2.097 0 0 1 -1.817,1.032 c -0.379,0 -0.755,-0.105 -1.084,-0.301 a 2.092,2.092 0 0 1 -0.964,-1.294 2.101,2.101 0 0 1 0.233,-1.602 m 12.602,22.363 a 2.121,2.121 0 0 1 -2.981,-0.225 2.116,2.116 0 0 1 0.231,-2.981 2.08,2.08 0 0 1 1.373,-0.512 2.117,2.117 0 0 1 2.109,2.278 2.086,2.086 0 0 1 -0.732,1.44 m 1.045,-81.487 a 6.088,6.088 0 0 0 -2.708,-3.844 6.12,6.12 0 0 0 -3.264,-0.944 6.076,6.076 0 0 0 -5.174,2.85 6.108,6.108 0 0 0 0.144,6.758 c -3.646,4.124 -8.707,4.314 -9.943,4.293 -3.692,-1.604 -7.234,-2.164 -10.005,-2.317 v 3.996 c 2.442,0.144 5.553,0.686 8.748,2.136 0.005,0.002 0.01,0.002 0.015,0.005 3.445,1.562 6.334,3.927 8.607,7.041 a 6.364,6.364 0 0 0 -0.381,0.538 c -1.796,2.854 -0.943,6.643 1.903,8.444 0.98,0.622 2.111,0.951 3.269,0.951 a 6.105,6.105 0 0 0 5.183,-2.851 c 1.806,-2.851 0.951,-6.642 -1.908,-8.453 -1.384,-0.872 -3.092,-1.114 -4.667,-0.755 -1.538,-2.155 -3.323,-4.017 -5.345,-5.567 2.517,-0.778 5.401,-2.268 7.78,-5.095 a 6.18,6.18 0 0 0 1.77,0.266 6.08,6.08 0 0 0 5.172,-2.848 6.053,6.053 0 0 0 0.804,-4.604 m -10.57,22.647 a 2.128,2.128 0 0 1 2.916,-0.656 2.12,2.12 0 0 1 0.66,2.919 2.115,2.115 0 0 1 -2.919,0.661 2.128,2.128 0 0 1 -0.657,-2.924 m 6.379,-20.187 c -0.6,0.951 -1.937,1.271 -2.912,0.653 l -0.096,-0.062 a 2.107,2.107 0 0 1 -0.557,-2.851 2.093,2.093 0 0 1 1.784,-0.98 2.11,2.11 0 0 1 1.781,3.24"
|
||||
id="path5-2" />
|
||||
<path
|
||||
clip-path="url(#b-5)"
|
||||
d="m 115,79.011 a 6.036,6.036 0 0 0 2.11,2.649 6.098,6.098 0 0 0 3.55,1.14 6.083,6.083 0 0 0 5.173,-2.848 6.064,6.064 0 0 0 0.805,-4.605 6.103,6.103 0 0 0 -2.709,-3.844 6.128,6.128 0 0 0 -3.266,-0.944 c -0.125,0 -0.25,0.008 -0.375,0.018 -0.71,-3.158 -0.919,-7.769 0.035,-11.265 0.113,0.011 0.225,0.024 0.337,0.024 a 6.08,6.08 0 0 0 5.173,-2.848 6.062,6.062 0 0 0 0.805,-4.604 6.103,6.103 0 0 0 -2.709,-3.844 6.128,6.128 0 0 0 -3.266,-0.944 6.079,6.079 0 0 0 -5.173,2.85 6.104,6.104 0 0 0 1.025,7.764 c 0.021,0.02 0.048,0.037 0.071,0.059 -1.349,4.518 -1.145,10.324 -0.036,14.417 -0.144,0.132 -0.294,0.254 -0.426,0.399 a 6.327,6.327 0 0 0 -0.634,0.825 6.2,6.2 0 0 0 -0.71,1.578 c -3.371,0.488 -5.198,1.671 -6.824,2.729 -2.035,1.324 -3.961,2.572 -9.636,2.666 -1.963,-0.23 -3.552,-0.178 -5.29,-0.116 -1.43,0.052 -2.91,0.105 -4.848,0.003 -1.335,-0.071 -2.104,-0.882 -3.458,-2.424 -1.803,-2.055 -4.219,-4.648 -9.369,-5.022 v 4 c 3.295,0.299 4.796,1.887 6.356,3.667 1.487,1.694 3.175,3.615 6.256,3.782 2.118,0.114 3.76,0.052 5.208,0.001 2.491,-0.092 4.453,-0.161 7.855,0.683 2.608,0.644 12.099,9.674 14.774,14.323 -0.109,0.142 -0.219,0.282 -0.314,0.434 -1.743,2.755 -1.026,6.385 1.62,8.251 0.072,0.052 0.151,0.104 0.283,0.191 0.981,0.621 2.11,0.948 3.267,0.948 a 6.081,6.081 0 0 0 5.173,-2.849 6.06,6.06 0 0 0 0.805,-4.603 6.1,6.1 0 0 0 -2.709,-3.845 6.128,6.128 0 0 0 -4.809,-0.749 c -2.56,-4.188 -8.652,-10.455 -13.189,-13.792 1.813,-0.628 3.05,-1.436 4.212,-2.188 1.427,-0.93 2.614,-1.69 4.857,-2.067 m 3.88,-26.926 a 2.096,2.096 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.113 1.125,0.325 0.481,0.304 0.813,0.775 0.937,1.33 a 2.08,2.08 0 0 1 -0.28,1.584 c -0.597,0.951 -1.938,1.273 -2.912,0.653 l -0.093,-0.062 a 2.105,2.105 0 0 1 -0.56,-2.85 m 0,23.463 a 2.096,2.096 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.112 1.125,0.326 0.481,0.304 0.813,0.774 0.937,1.329 a 2.083,2.083 0 0 1 -0.28,1.585 c -0.597,0.95 -1.938,1.272 -2.912,0.652 l -0.093,-0.062 a 2.105,2.105 0 0 1 -0.56,-2.85 m 0,26.304 a 2.099,2.099 0 0 1 1.783,-0.98 c 0.4,0 0.79,0.113 1.125,0.326 0.481,0.304 0.813,0.775 0.937,1.33 a 2.08,2.08 0 0 1 -0.28,1.584 c -0.597,0.951 -1.938,1.271 -2.912,0.653 l -0.093,-0.062 a 2.107,2.107 0 0 1 -0.56,-2.851"
|
||||
id="path6-7" />
|
||||
</g>
|
||||
<path
|
||||
fill="#d3562c"
|
||||
d="m 340.39499,343.77306 a 14.453789,14.453789 0 0 0 -20.41746,-1.56603 14.477444,14.477444 0 0 0 -4.93699,12.76475 c -4.61055,1.65829 -10.07271,3.23141 -12.6039,3.15098 -1.94452,-0.10172 -3.08,-0.81613 -5.26108,-2.297 -2.77248,-1.88064 -5.72001,-3.57678 -9.81486,-4.36925 6.94539,-6.53141 14.21487,-16.15702 20.30628,-30.36005 a 14.548412,14.548412 0 0 0 11.92023,-7.03055 c 4.07829,-6.85077 1.82861,-15.7525 -5.02452,-19.85681 a 14.508197,14.508197 0 0 0 -7.41378,-2.04388 14.557875,14.557875 0 0 0 -12.4454,7.06367 14.380455,14.380455 0 0 0 -1.60387,10.9669 14.370993,14.370993 0 0 0 5.4456,8.11163 c -9.58776,21.80606 -21.80843,30.94199 -29.72371,34.73877 a 4.7690405,4.7690405 0 0 0 -0.85398,0.39742 c -2.80559,1.25613 -4.84947,1.66538 -6.05119,1.9114 v 9.46238 c 0.65054,-0.071 4.45678,-0.27914 10.04668,-2.81979 12.64884,-3.21011 16.17831,-0.83742 19.88756,1.67721 2.41528,1.63699 5.41958,3.67614 10.08454,3.91506 0.23419,0.0142 0.48258,0.0213 0.7286,0.0213 4.99141,0 12.23486,-2.41764 16.60885,-4.07592 a 14.505832,14.505832 0 0 0 10.13657,4.13979 14.45852,14.45852 0 0 0 9.42217,-3.49162 14.363896,14.363896 0 0 0 5.0127,-9.87872 14.363896,14.363896 0 0 0 -3.44904,-10.53163 m -37.5491,-39.68523 a 5.0012417,5.0012417 0 0 1 8.59184,5.12151 4.9606538,4.9606538 0 0 1 -4.29828,2.44129 c -0.89656,0 -1.78603,-0.24838 -2.56431,-0.71204 a 4.9488258,4.9488258 0 0 1 -2.28043,-3.06108 4.9701161,4.9701161 0 0 1 0.55118,-3.78968 m 29.81124,52.90181 a 5.0174281,5.0174281 0 0 1 -7.05184,-0.53226 5.0056001,5.0056001 0 0 1 0.54645,-7.05184 4.9204386,4.9204386 0 0 1 3.24796,-1.21119 5.0079657,5.0079657 0 0 1 4.98904,5.38883 4.9346322,4.9346322 0 0 1 -1.73161,3.40646"
|
||||
id="path7-0"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
d="M 283.20672,193.5743"
|
||||
id="path8-9"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
fill="#d3562c"
|
||||
d="m 335.12917,161.86822 a 14.401745,14.401745 0 0 0 -6.40603,-9.09335 14.477444,14.477444 0 0 0 -7.7213,-2.23312 14.373358,14.373358 0 0 0 -12.23959,6.74195 14.449057,14.449057 0 0 0 0.34064,15.98669 c -8.62496,9.75572 -20.59724,10.20518 -23.52111,10.15551 -8.73378,-3.79442 -17.11272,-5.11915 -23.66779,-5.48109 v 9.45292 c 5.77679,0.34065 13.13615,1.6228 20.69423,5.05291 0.0118,0.005 0.0237,0.005 0.0355,0.0118 8.14947,3.69506 14.98368,9.28969 20.36068,16.65616 a 14.680886,14.680886 0 0 0 -0.9013,1.27269 c -4.2486,6.75141 -2.23075,15.71465 4.50173,19.97509 2.31829,1.4714 4.99378,2.24968 7.73313,2.24968 a 14.441961,14.441961 0 0 0 12.26089,-6.74431 c 4.27226,-6.74432 2.24968,-15.71229 -4.51356,-19.99638 -3.27398,-2.0628 -7.31442,-2.63528 -11.04023,-1.78603 -3.63829,-5.09786 -7.86088,-9.50259 -12.64411,-13.16927 5.9542,-1.84043 12.77658,-5.36517 18.40433,-12.05271 a 14.61938,14.61938 0 0 0 4.18711,0.62925 14.382821,14.382821 0 0 0 12.23485,-6.73958 14.311853,14.311853 0 0 0 1.90194,-10.88884 m -25.00434,53.57365 a 5.0339872,5.0339872 0 0 1 6.89808,-1.55184 5.0150625,5.0150625 0 0 1 1.56129,6.90518 5.0032345,5.0032345 0 0 1 -6.90517,1.56366 5.0339872,5.0339872 0 0 1 -1.5542,-6.917 m 15.09013,-47.75428 c -1.41935,2.24968 -4.58216,3.00667 -6.88861,1.54473 l -0.2271,-0.14666 a 4.9843097,4.9843097 0 0 1 -1.31763,-6.74432 4.9511914,4.9511914 0 0 1 4.22022,-2.31828 4.9914065,4.9914065 0 0 1 4.21312,7.66453"
|
||||
id="path9-3"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
fill="#d3562c"
|
||||
d="m 355.70039,261.17592 a 14.278734,14.278734 0 0 0 4.99141,6.26647 14.425401,14.425401 0 0 0 8.39786,2.69677 14.385186,14.385186 0 0 0 12.23723,-6.73958 14.342606,14.342606 0 0 0 1.9043,-10.8912 14.437229,14.437229 0 0 0 -6.4084,-9.09335 14.496369,14.496369 0 0 0 -7.72603,-2.23312 c -0.2957,0 -0.5914,0.0189 -0.8871,0.0426 -1.67957,-7.47055 -2.17398,-18.37831 0.0828,-26.64843 0.26731,0.026 0.53226,0.0568 0.7972,0.0568 a 14.382821,14.382821 0 0 0 12.23723,-6.73721 14.34024,14.34024 0 0 0 1.9043,-10.89121 14.437229,14.437229 0 0 0 -6.4084,-9.09335 14.496369,14.496369 0 0 0 -7.72603,-2.23312 14.380455,14.380455 0 0 0 -12.23723,6.74195 14.439595,14.439595 0 0 0 2.42474,18.36648 c 0.0497,0.0473 0.11355,0.0875 0.16796,0.13957 -3.19119,10.68776 -2.70861,24.42241 -0.0852,34.10479 -0.34065,0.31226 -0.69549,0.60086 -1.00775,0.94388 a 14.967123,14.967123 0 0 0 -1.49979,1.95161 14.666692,14.666692 0 0 0 -1.67957,3.73291 c -7.97442,1.15441 -12.29636,3.95291 -16.14282,6.45571 -4.81399,3.12969 -9.37013,6.08195 -22.79488,6.30431 -4.64366,-0.54408 -8.4026,-0.42107 -12.514,-0.2744 -3.3828,0.12301 -6.88388,0.24838 -11.46841,0.007 -3.15807,-0.16796 -4.97721,-2.08645 -8.18023,-5.7342 -4.26517,-4.8613 -9.98044,-10.99529 -22.16326,-11.88002 V 256 c 7.79464,0.70495 11.34539,4.46388 15.03572,8.67464 3.51764,4.00732 7.51077,8.55163 14.79917,8.94668 5.01033,0.26968 8.89464,0.12301 12.32002,0.002 5.8927,-0.21764 10.534,-0.38086 18.58175,1.6157 6.16948,1.52344 28.62134,22.88477 34.94931,33.88242 -0.25785,0.33592 -0.51806,0.6671 -0.7428,1.02667 -4.12323,6.51722 -2.4271,15.10433 3.83227,19.51853 0.17032,0.12301 0.3572,0.24602 0.66946,0.45183 2.32065,1.46903 4.99141,2.24258 7.7284,2.24258 a 14.385186,14.385186 0 0 0 12.23723,-6.73958 14.335509,14.335509 0 0 0 1.9043,-10.88883 14.430133,14.430133 0 0 0 -6.4084,-9.09572 14.496369,14.496369 0 0 0 -11.37614,-1.77183 c -6.05593,-9.90711 -20.46714,-24.7323 -31.19984,-32.62629 4.28882,-1.4856 7.21506,-3.397 9.96388,-5.17593 3.37571,-2.19763 6.18367,-3.99549 11.4897,-4.88732 m 9.17851,-63.69602 a 4.9582882,4.9582882 0 0 1 4.21786,-2.31829 c 0.94624,0 1.86882,0.26732 2.66129,0.76882 1.13786,0.71914 1.92323,1.83334 2.21657,3.14625 a 4.9204386,4.9204386 0 0 1 -0.66237,3.7471 c -1.41226,2.24968 -4.58452,3.0114 -6.88861,1.54473 l -0.22,-0.14666 a 4.9795785,4.9795785 0 0 1 -1.32474,-6.74195 m 0,55.50397 a 4.9582882,4.9582882 0 0 1 4.21786,-2.31829 c 0.94624,0 1.86882,0.26495 2.66129,0.77119 1.13786,0.71914 1.92323,1.83097 2.21657,3.14387 a 4.929901,4.929901 0 0 1 -0.66237,3.74947 c -1.41226,2.24732 -4.58452,3.00667 -6.88861,1.54237 l -0.22,-0.14667 a 4.9795785,4.9795785 0 0 1 -1.32474,-6.74194 m 0,62.22462 a 4.965385,4.965385 0 0 1 4.21786,-2.31828 c 0.94624,0 1.86882,0.26731 2.66129,0.77118 1.13786,0.71914 1.92323,1.83334 2.21657,3.14624 a 4.9204386,4.9204386 0 0 1 -0.66237,3.74711 c -1.41226,2.24968 -4.58452,3.00667 -6.88861,1.54473 l -0.22,-0.14667 a 4.9843097,4.9843097 0 0 1 -1.32474,-6.74431"
|
||||
id="path10-6"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
fill="#fffedb"
|
||||
d="m 340.39499,336.67627 a 14.453789,14.453789 0 0 0 -20.41746,-1.56603 14.477444,14.477444 0 0 0 -4.93699,12.76476 c -4.61055,1.65828 -10.07271,3.2314 -12.6039,3.15097 -1.94452,-0.10172 -3.08,-0.81613 -5.26108,-2.29699 -2.77248,-1.88065 -5.72001,-3.57678 -9.81486,-4.36926 6.94539,-6.53141 14.21487,-16.15701 20.30628,-30.36005 a 14.548412,14.548412 0 0 0 11.92023,-7.03055 c 4.07829,-6.85076 1.82861,-15.7525 -5.02452,-19.85681 a 14.508197,14.508197 0 0 0 -7.41378,-2.04387 14.557875,14.557875 0 0 0 -12.4454,7.06367 14.380455,14.380455 0 0 0 -1.60387,10.9669 14.370993,14.370993 0 0 0 5.4456,8.11162 c -9.58776,21.80606 -21.80843,30.94199 -29.72371,34.73877 a 4.7690405,4.7690405 0 0 0 -0.85398,0.39742 c -2.80559,1.25613 -4.84947,1.66538 -6.05119,1.9114 v 9.46239 c 0.65054,-0.071 4.45678,-0.27914 10.04668,-2.81979 12.64884,-3.21012 16.17831,-0.83742 19.88756,1.6772 2.41528,1.637 5.41958,3.67614 10.08454,3.91506 0.23419,0.0142 0.48258,0.0213 0.7286,0.0213 4.99141,0 12.23486,-2.41763 16.60885,-4.07592 a 14.505832,14.505832 0 0 0 10.13657,4.1398 14.45852,14.45852 0 0 0 9.42217,-3.49162 14.363896,14.363896 0 0 0 5.0127,-9.87873 14.363896,14.363896 0 0 0 -3.44904,-10.53163 m -37.5491,-39.68523 a 5.0012417,5.0012417 0 0 1 8.59184,5.12151 4.9606538,4.9606538 0 0 1 -4.29828,2.4413 c -0.89656,0 -1.78603,-0.24839 -2.56431,-0.71205 a 4.9488258,4.9488258 0 0 1 -2.28043,-3.06108 4.9701161,4.9701161 0 0 1 0.55118,-3.78968 m 29.81124,52.90181 a 5.0174281,5.0174281 0 0 1 -7.05184,-0.53226 5.0056001,5.0056001 0 0 1 0.54645,-7.05184 4.9204386,4.9204386 0 0 1 3.24796,-1.21118 5.0079657,5.0079657 0 0 1 4.98904,5.38882 4.9346322,4.9346322 0 0 1 -1.73161,3.40646 m 2.47204,-192.76528 a 14.401745,14.401745 0 0 0 -6.40603,-9.09335 14.477444,14.477444 0 0 0 -7.7213,-2.23312 14.373358,14.373358 0 0 0 -12.23959,6.74195 14.449057,14.449057 0 0 0 0.34064,15.98669 c -8.62496,9.75572 -20.59724,10.20518 -23.52111,10.1555 -8.73378,-3.79441 -17.11272,-5.11915 -23.66779,-5.48108 v 9.45292 c 5.77679,0.34064 13.13615,1.6228 20.69423,5.05291 0.0118,0.005 0.0237,0.005 0.0355,0.0118 8.14947,3.69506 14.98368,9.28969 20.36068,16.65615 a 15.05465,15.05465 0 0 0 -0.9013,1.2727 c -4.2486,6.7514 -2.23075,15.71465 4.50173,19.97508 2.31829,1.4714 4.99378,2.24969 7.73313,2.24969 a 14.441961,14.441961 0 0 0 12.26089,-6.74432 c 4.27226,-6.74431 2.24968,-15.71228 -4.51356,-19.99638 -3.27398,-2.0628 -7.31442,-2.63527 -11.04023,-1.78602 -3.63829,-5.09786 -7.86088,-9.5026 -12.64411,-13.16927 5.9542,-1.84043 12.77658,-5.36517 18.40433,-12.05271 a 14.61938,14.61938 0 0 0 4.18711,0.62925 14.382821,14.382821 0 0 0 12.23485,-6.73722 14.31895,14.31895 0 0 0 1.90194,-10.8912 m -25.00434,53.57364 a 5.0339872,5.0339872 0 0 1 6.89808,-1.55183 5.0150625,5.0150625 0 0 1 1.56129,6.90517 5.0032345,5.0032345 0 0 1 -6.90517,1.56366 5.0339872,5.0339872 0 0 1 -1.5542,-6.917 m 15.09013,-47.75427 c -1.41935,2.24968 -4.58216,3.00667 -6.88861,1.54473 l -0.2271,-0.14667 a 4.9843097,4.9843097 0 0 1 -1.31763,-6.74431 4.9511914,4.9511914 0 0 1 4.22022,-2.31828 4.9914065,4.9914065 0 0 1 4.21312,7.66453"
|
||||
id="path11-0"
|
||||
style="stroke-width:2.3656" />
|
||||
<path
|
||||
fill="#fffedb"
|
||||
d="m 355.70039,254.07914 a 14.278734,14.278734 0 0 0 4.99141,6.26646 14.425401,14.425401 0 0 0 8.39786,2.69678 14.389917,14.389917 0 0 0 12.23723,-6.73722 14.344971,14.344971 0 0 0 1.9043,-10.89357 14.437229,14.437229 0 0 0 -6.4084,-9.09334 14.496369,14.496369 0 0 0 -7.72603,-2.23313 c -0.2957,0 -0.5914,0.0189 -0.8871,0.0426 -1.67957,-7.47055 -2.17398,-18.37831 0.0828,-26.64843 0.26731,0.026 0.53226,0.0568 0.7972,0.0568 a 14.382821,14.382821 0 0 0 12.23723,-6.73721 14.34024,14.34024 0 0 0 1.9043,-10.8912 14.437229,14.437229 0 0 0 -6.4084,-9.09335 14.496369,14.496369 0 0 0 -7.72603,-2.23312 14.380455,14.380455 0 0 0 -12.23723,6.74194 14.439595,14.439595 0 0 0 2.42474,18.36649 c 0.0497,0.0473 0.11355,0.0875 0.16796,0.13957 -3.19119,10.68776 -2.70861,24.4224 -0.0852,34.10479 -0.34065,0.31226 -0.69549,0.60086 -1.00775,0.94387 a 14.967123,14.967123 0 0 0 -1.49979,1.95162 14.666692,14.666692 0 0 0 -1.67957,3.73291 c -7.97442,1.15441 -12.29636,3.95291 -16.14282,6.45571 -4.81399,3.13204 -9.37013,6.08431 -22.79488,6.30667 -4.64366,-0.54408 -8.4026,-0.42107 -12.514,-0.27441 -3.3828,0.12302 -6.88388,0.24839 -11.46841,0.007 -3.15807,-0.16796 -4.97721,-2.08645 -8.18023,-5.7342 -4.26517,-4.8613 -9.98044,-10.99529 -22.16326,-11.88002 v 9.46238 c 7.79464,0.70731 11.34539,4.46388 15.03572,8.67464 3.51764,4.00732 7.51077,8.55163 14.79917,8.94668 5.01033,0.26968 8.89464,0.12301 12.32002,0.002 5.8927,-0.21764 10.534,-0.38087 18.58175,1.6157 6.16948,1.52344 28.62134,22.88477 34.94931,33.88242 -0.25785,0.33592 -0.51806,0.6671 -0.7428,1.02667 -4.12323,6.51722 -2.4271,15.10433 3.83227,19.51853 0.17032,0.12301 0.3572,0.24602 0.66946,0.45183 2.32065,1.46903 4.99141,2.24258 7.7284,2.24258 a 14.385186,14.385186 0 0 0 12.23723,-6.73958 14.335509,14.335509 0 0 0 1.9043,-10.88884 14.430133,14.430133 0 0 0 -6.4084,-9.09571 14.496369,14.496369 0 0 0 -11.37614,-1.77183 c -6.05593,-9.90712 -20.46714,-24.7323 -31.19984,-32.62629 4.28882,-1.4856 7.21506,-3.397 9.96388,-5.17593 3.37571,-2.2 6.18367,-3.99785 11.4897,-4.88968 m 9.17851,-63.69603 a 4.9582882,4.9582882 0 0 1 4.21786,-2.31828 c 0.94624,0 1.86882,0.26731 2.66129,0.76882 1.13786,0.71914 1.92323,1.83333 2.21657,3.14624 a 4.9204386,4.9204386 0 0 1 -0.66237,3.7471 c -1.41226,2.24968 -4.58452,3.01141 -6.88861,1.54474 l -0.22,-0.14667 a 4.9795785,4.9795785 0 0 1 -1.32474,-6.74195 m 0,55.50397 a 4.9582882,4.9582882 0 0 1 4.21786,-2.31828 c 0.94624,0 1.86882,0.26494 2.66129,0.77118 1.13786,0.71914 1.92323,1.83097 2.21657,3.14388 a 4.9275354,4.9275354 0 0 1 -0.66237,3.74947 c -1.41226,2.24731 -4.58452,3.00903 -6.88861,1.54236 l -0.22,-0.14666 a 4.9795785,4.9795785 0 0 1 -1.32474,-6.74195 m 0,62.22462 a 4.965385,4.965385 0 0 1 4.21786,-2.31828 c 0.94624,0 1.86882,0.26731 2.66129,0.77118 1.13786,0.71914 1.92323,1.83334 2.21657,3.14625 a 4.9204386,4.9204386 0 0 1 -0.66237,3.7471 c -1.41226,2.24968 -4.58452,3.00667 -6.88861,1.54473 l -0.22,-0.14666 a 4.9843097,4.9843097 0 0 1 -1.32474,-6.74432"
|
||||
id="path12-6"
|
||||
style="stroke-width:2.3656" />
|
||||
<g
|
||||
opacity="0.25"
|
||||
id="g12-2"
|
||||
transform="matrix(2.3655955,0,0,2.3655955,83.65691,67.17107)">
|
||||
<path
|
||||
d="m 53.783,104.537 c -0.239,0 -0.48,-0.072 -0.691,-0.219 a 1.21,1.21 0 0 1 -0.29,-1.684 c 0.273,-0.387 0.519,-0.799 0.73,-1.227 a 9.028,9.028 0 0 0 -0.501,-8.961 1.2080225,1.2080225 0 1 1 2.032,-1.307 c 2.176,3.389 2.42,7.736 0.633,11.34 a 11.833,11.833 0 0 1 -0.92,1.547 1.204,1.204 0 0 1 -0.993,0.511 m 5.556,2.877 a 1.207,1.207 0 0 1 -0.968,-1.922 c 0.453,-0.615 0.854,-1.279 1.198,-1.973 a 13.243,13.243 0 0 0 -1.251,-13.846 1.2071091,1.2071091 0 1 1 1.937,-1.441 15.643,15.643 0 0 1 1.478,16.357 c -0.404,0.818 -0.88,1.604 -1.414,2.33 a 1.213,1.213 0 0 1 -0.98,0.495 m -10.994,-5.928 a 1.21,1.21 0 0 1 -1.045,-1.802 4.802,4.802 0 0 0 0.18,-4.369 1.208,1.208 0 0 1 2.193,-1.01 7.22,7.22 0 0 1 -0.271,6.57 1.209,1.209 0 0 1 -1.057,0.611"
|
||||
id="path13-6" />
|
||||
</g>
|
||||
<g
|
||||
fill="#eb743b"
|
||||
id="g13-1"
|
||||
transform="matrix(2.3655955,0,0,2.3655955,83.65691,67.17107)">
|
||||
<path
|
||||
d="m 53.783,101.537 c -0.239,0 -0.48,-0.072 -0.691,-0.219 a 1.21,1.21 0 0 1 -0.29,-1.684 c 0.273,-0.387 0.519,-0.799 0.73,-1.227 a 9.028,9.028 0 0 0 -0.501,-8.961 1.2080225,1.2080225 0 1 1 2.032,-1.307 c 2.176,3.389 2.42,7.736 0.633,11.34 a 11.833,11.833 0 0 1 -0.92,1.547 1.204,1.204 0 0 1 -0.993,0.511 m 5.556,2.877 a 1.207,1.207 0 0 1 -0.968,-1.922 c 0.453,-0.615 0.854,-1.279 1.198,-1.973 a 13.243,13.243 0 0 0 -1.251,-13.846 1.2071091,1.2071091 0 1 1 1.937,-1.441 15.643,15.643 0 0 1 1.478,16.357 c -0.404,0.818 -0.88,1.604 -1.414,2.33 a 1.213,1.213 0 0 1 -0.98,0.495 M 48.345,98.486 a 1.21,1.21 0 0 1 -1.045,-1.802 4.802,4.802 0 0 0 0.18,-4.369 1.208,1.208 0 0 1 2.193,-1.01 7.22,7.22 0 0 1 -0.271,6.57 1.209,1.209 0 0 1 -1.057,0.611"
|
||||
id="path14-8" />
|
||||
</g>
|
||||
<g
|
||||
id="g15-7"
|
||||
transform="matrix(2.3655955,0,0,2.3655955,83.65691,67.17107)">
|
||||
<path
|
||||
d="m 66.082,47.24 c -10.12,0 -20.365,3.656 -26.736,9.543 -6.886,6.361 -10.521,16.245 -10.348,27.989 a 3.99,3.99 0 0 0 -3.41,3.941 v 18.119 a 4,4 0 0 0 4,4 h 2.033 c 0.316,0 0.619,-0.047 0.914,-0.115 v 1.602 c 0,2.209 1.565,4 3.495,4 h 1.898 c 1.93,0 3.495,-1.791 3.495,-4 V 82.65 c 0,-2.209 -1.565,-4 -3.495,-4 H 36.03 c -1.717,0 -3.138,1.42 -3.432,3.288 0.065,-1.855 0.204,-3.652 0.435,-5.096 1.154,-7.232 4.119,-13.268 8.688,-17.488 5.664,-5.232 15.226,-8.613 24.361,-8.613 1.042,0 3.241,0.043 4.277,0.143 v -3.49 c -1.2,-0.117 -3.163,-0.154 -4.277,-0.154 z m -34.459,59.188 a 2.652,2.652 0 0 1 -2.651,-2.65 v -12.01 a 2.651,2.651 0 0 1 2.651,-2.652 h 0.913 v 17.312 z"
|
||||
opacity="0.25"
|
||||
id="path15-9" />
|
||||
<path
|
||||
fill="#fffedb"
|
||||
d="m 66.082,44.24 c -10.12,0 -20.365,3.656 -26.736,9.543 -6.886,6.361 -10.521,16.245 -10.348,27.989 a 3.99,3.99 0 0 0 -3.41,3.941 v 18.119 a 4,4 0 0 0 4,4 h 2.033 c 0.316,0 0.619,-0.047 0.914,-0.115 v 1.602 c 0,2.209 1.565,4 3.495,4 h 1.898 c 1.93,0 3.495,-1.791 3.495,-4 V 79.65 c 0,-2.209 -1.565,-4 -3.495,-4 H 36.03 c -1.717,0 -3.138,1.42 -3.432,3.287 0.065,-1.854 0.204,-3.651 0.435,-5.096 1.154,-7.232 4.119,-13.268 8.688,-17.488 5.664,-5.232 15.226,-8.613 24.361,-8.613 1.042,0 3.241,0.043 4.277,0.143 v -3.49 c -1.2,-0.116 -3.163,-0.153 -4.277,-0.153 z m -34.459,59.188 a 2.652,2.652 0 0 1 -2.651,-2.65 v -12.01 a 2.651,2.651 0 0 1 2.651,-2.652 h 0.913 v 17.312 z"
|
||||
id="path16" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -1,53 +1,67 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="149.66901"
|
||||
height="149.66901"
|
||||
viewBox="0 0 149.66901 149.66901"
|
||||
width="512"
|
||||
height="512"
|
||||
viewBox="0 0 512.00001 512.00001"
|
||||
version="1.1"
|
||||
id="svg24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs24" />
|
||||
<path
|
||||
d="m 119.52304,13.84136 c 0.779,-0.605 1.832,-0.908 2.783,-0.531 0.885,0.4 1.143,1.402 1.572,2.187 1.478,2.804 2.5,5.823 4.013,8.614 2.073,5.077 2.949,10.521 4.407,15.784 0.115,0.702 0.818,0.986 1.336,1.356 1.715,1.081 3.244,2.435 4.574,3.962 4.074,3.888 7.042,9.04 7.843,14.643 0.854,3.539 -0.245,7.172 0.272,10.725 0.921,2.439 1.179,5.044 1.907,7.535 0.622,3.902 1.663,7.793 1.396,11.779 -0.178,2.523 -0.289,5.084 -0.904,7.551 -1.588,4.329 -3.433,8.685 -6.579,12.137 -3.337,4.027 -7.785,6.887 -11.991,9.914 -1.062,0.812 -2.324,1.311 -3.449,2.025 -2.238,1.418 -4.41,3.018 -6.924,3.939 -3.214,1.251 -6.336,2.747 -9.621,3.82 -3.105,0.927 -6.19,1.938 -9.227,3.068 -5.207001,1.447 -10.475001,2.96 -15.921001,3.066 -2.742,0.344 -5.461,0.918 -8.231,1.023 -6.59,0.116 -13.281,0.35 -19.742,-1.172 -2.515,-0.786 -5.003,-1.65 -7.541,-2.354 -4.577,-1.938 -8.942,-4.516 -12.486,-8.029 a 72.275,72.275 0 0 1 -6.632,-6.369 c -1.059,-1.08 -1.523,-2.545 -2.229,-3.847 -0.861,0.183 -1.775,0.612 -2.623,0.133 -1.043,-0.473 -2.302,-0.792 -2.939,-1.827 -2.143,-3.174 -3.766,-6.645 -5.238,-10.165 -1.131,-2.259 -2.21,-4.562 -2.836,-7.021 -0.906,-3.774 -1.898,-7.608 -1.648,-11.521 0.148,-1.05 0.476,-2.068 0.543,-3.131 -1.16,-2.787 -3.783,-5.17 -4.98,-7.943 -2.558,-5.577 -4.979,-11.23 -6.812,-17.086 -0.80899995,-2.761 -1.55199995,-5.512 -1.61599995094,-8.416 C 0.31103905,46.59836 0.64503905,45.15536 1.750039,44.51136 c 1.168,-0.383 2.43,-0.07 3.615,0.099 2.756,0.601 5.584,0.76 8.353,1.282 2.614,0.471 5.079,1.501 7.657,2.112 0.977,-1.527 1.678,-3.225 2.837,-4.637 1.659,-2.309 3.477,-4.495 5.246,-6.722 1.555,-1.992 3.485,-3.228 5.275,-4.986 0.943,-0.883 2.013,-1.979 3.074,-2.739 1.866,-1.321 3.47,-3.021 5.578,-3.98 1.69,-0.754 3.129,-1.961 4.833,-2.686 2.416,-0.953 4.246,-2.861 6.416,-4.226 1.918,-1.75 4.345,-2.918 6.888,-3.436 1.711,-0.098 3.452,-0.217 5.147,0.021 2.23,0.311 3.679,0.985 5.531,1.417 1.353,-0.103 2.676,-0.406 4.066,-0.396 2.572,0.018 4.729,0.141 7.039,0.666 2.803,0.432 5.469,1.425 8.216,2.075 2.755,0.582 5.413,1.743 7.923,3.056 1.578001,0.823 3.137001,1.496 4.622001,2.49 1.086,0.698 2.044,1.577 3.169,2.227 1.094,-1.506 2.562,-2.677 3.71,-4.138 1.007,-1.271 2.392,-2.169 3.421,-3.419 1.511,-1.789 3.292,-3.333 5.157,-4.75 z"
|
||||
id="path2" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 118.78404,21.38636 c 0.622,-0.801 1.385,-1.475 2.163,-2.119 0.656,1.279 1.318,2.573 1.721,3.961 0.605,2.301 1.428,4.538 2.059,6.832 1.043,2.905 1.615,5.943 2.27,8.953 -1.432,-0.317 -2.92,-0.361 -4.331,-0.764 -1.531,-1.319 -2.88,-2.833 -4.179,-4.375 -1.875,-1.783 -3.822,-3.513 -6.072,-4.82 1.993,-2.661 4.317,-5.054 6.369,-7.668 z"
|
||||
id="path3" />
|
||||
<path
|
||||
fill="#ffcf38"
|
||||
d="m 59.734039,21.55936 c 1.594,-0.861 3.43,-1.111 5.201,-1.34 1.312,-0.18 2.583,0.321 3.879,0.474 3.342,0.384 6.576,1.604 9.393,3.417 3.111,2.377 6.551,4.321 9.427,6.999 2.375,2.261 4.823,4.463 6.916,6.999 -2.989,0.026 -5.901,0.713 -8.828,1.245 -1.542,0.304 -3.058,0.875 -4.644,0.865 -1.524,-1.752 -3.076,-3.475 -4.403,-5.382 -3.047,-2.901 -6.065,-5.936 -9.766,-8.031 -1.974,-1.106 -4.204,-1.673 -6.44,-1.917 -0.654,-0.095 -1.199,0.228 -1.633,0.681 2.453,1.038 5.073,1.799 7.191,3.479 2.178,1.798 4.393,3.628 6.018,5.962 1.609,2.254 3.492,4.311 4.921,6.693 -7.098,3.181 -13.051,8.314 -18.634,13.624 -2.578,2.341 -4.932,4.969 -6.771,7.933 -1.382,1.944 -2.793,3.878 -3.889,6.004 -1.12,2.277 -2.686,4.323 -3.614,6.704 -0.879,2.245 -2.525,4.056 -3.842,6.053 -0.766,1.244 -1.928,2.164 -2.896,3.244 -2.741,3.002 -5.488,6.078 -7.384,9.699 -2.165,3.654 -3.723,7.633 -4.897,11.709 -1.398,-3.762 -3.238,-7.33 -4.804,-11.019 -0.962,-2.656 -1.06,-5.515 -1.243,-8.304 1.242,0.714 2.4,1.611 3.749,2.117 1.372,0.279 2.983,0.338 4.079,-0.688 1.701,-1.453 2.549,-3.604 3.859,-5.373 1.719,-2.235 3.006,-4.748 4.486,-7.134 1.696,-2.739 3.471,-5.421 5.187,-8.146 1.995,-2.557 4.353,-4.868 5.977,-7.694 a 9.924,9.924 0 0 0 -0.13,-0.447 c -1.427,-1.159 -3.128,-1.927 -4.705,-2.857 a 306.321,306.321 0 0 0 -7.873,-4.456 c -2.007,-0.923 -4.096,-1.659 -6.193,-2.341 a 221.137,221.137 0 0 0 2.617,-4.46 c 4.104,-6.479 10.01,-11.705 16.656,-15.501 2.457,-1.559 4.936,-3.085 7.479,-4.495 1.886,-1.387 3.616,-2.993 5.554,-4.316 z m 21.603,-0.502 c 2.884,-0.151 5.574,1.042 8.229,1.991 3.501,1.131 6.962,2.454 10.219,4.179 3.090001,1.938 6.304001,3.687 9.343001,5.701 1.665,1.407 3.64,2.409 5.2,3.946 -4.932,0.27 -9.887,0.137 -14.801001,0.641 -1.354,-1.762 -3.006,-3.246 -4.584,-4.797 -2.332,-2.684 -4.916,-5.165 -7.78,-7.276 -1.772,-1.682 -3.974,-2.805 -5.826,-4.385 z"
|
||||
id="path4" />
|
||||
<path
|
||||
fill="#ffcf38"
|
||||
d="m 111.12404,42.63936 c 3.895,-0.358 7.758,0.451 11.637,0.651 1.908,0.084 3.603,0.654 5.512,1.303 3.119,1.061 5.797,3.026 7.833,5.511 2.847,4.097 5.263,8.751 5.433,13.832 -1.305,-0.923 -2.598,-1.9 -4.088,-2.509 -1.598,-0.67 -3.055,-1.646 -4.711,-2.183 -4.205,-1.317 -8.62,-1.769 -13.011,-1.922 -3.003,-0.057 -6.028,-0.471 -9.013,0.012 -2.262,0.358 -4.568,0.106 -6.814,0.562 -2.868,0.224 -5.671001,0.868 -8.523001,1.194 -5.913,1.171 -11.623,3.12 -17.481,4.506 -5.877,1.479 -11.327,4.196 -16.998,6.237 -2.446,1.238 -5.083,2.111 -7.405,3.579 -0.894,0.55 -1.885,0.906 -2.859,1.284 1.528,-2.577 2.972,-5.209 4.745,-7.637 2.65,-4.09 6.392,-7.272 9.702,-10.805 1.313,-1.433 2.849,-2.656 4.465,-3.742 3.144,-1.946 6.349,-3.848 9.803,-5.212 3.037,-1.215 6.307,-1.611 9.502,-2.219 4.122,-0.604 8.201,-1.553 12.379001,-1.725 3.29,-0.36 6.594,-0.452 9.892,-0.717 z"
|
||||
id="path7" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 5.805039,51.07936 c 2.013,-0.606 3.714,0.896 5.674,1.005 2.822,0.302 5.479,1.374 8.278,1.782 4.758,0.697 8.754,3.525 13.039,5.481 2.227,0.867 4.328,2.047 6.648,2.669 -2.056,2.44 -3.979,4.984 -5.85,7.568 -1.327,1.832 -2.449,3.895 -3.562,5.955 -0.86,1.586 -1.514,3.02 -2.495,4.398 -1.267,1.687 -2.287,3.535 -3.489,5.262 -1.918,-1.484 -3.196,-3.543 -4.67,-5.416 -4.168,-4.413 -5.746,-10.414 -8.621,-15.62 -1.801,-3.07 -2.271,-6.678 -3.795,-9.872 -0.494,-1.031 -0.802,-2.132 -1.157,-3.212 z"
|
||||
id="path8" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 91.168039,65.02036 c 5.94,-1.311 11.978001,-2.202 18.021001,-2.882 3.165,-0.021 6.331,-0.59 9.49,-0.172 4.215,0.31 8.502,0.512 12.553,1.819 2.107,0.863 4.178,1.874 5.951,3.31 1.453,1.154 3.009,2.335 3.807,4.062 1.407,3.081 1.739,6.488 2.643,9.72 0.867,3.006 1.365,5.81 1.355,8.921 -1.993,-1.636 -4.025,-3.348 -6.516,-4.182 -1.621,-0.629 -3.383,-0.691 -5.094,-0.855 -1.125,-0.039 -2.56,0.061 -3.176,1.16 -0.282,0.764 0.414,1.459 1.12,1.615 1.841,0.515 3.758,0.736 5.579,1.322 2.148,0.725 3.805,2.32 5.516,3.725 0.884,0.723 1.544,1.666 2.229,2.563 -0.416,1.29 -1.179,2.923 -1.827,4.119 -2.303,-1.88 -4.419,-4.017 -7.28,-4.964 -2.196,-0.902 -4.873,-1.655 -7.071,-0.357 -1.049,0.581 -0.871,2.301 0.305,2.61 1.354,0.255 2.775,0.208 4.074,0.732 2.301,0.926 4.525,2.119 6.036,4.221 0.364,0.583 1.044,1.296 0.613,2.014 -1.048,1.769 -2.655,3.103 -4.047,4.587 -1.818,1.881 -4.12,3.164 -6.122,4.825 -1.924,1.608 -4.253,2.591 -6.395,3.87 -1.597,0.857 -3.14,1.839 -4.839,2.483 1.681,-2.263 3.347,-4.644 4.019,-7.421 0.756,-3.092 1.29,-6.457 0.15,-9.525 -0.966,-2.611 -2.542,-5.158 -5.003,-6.598 -2.127,-1.257 -4.296,-2.525 -6.7,-3.174 -2.39,-0.643 -4.668,-1.607 -7.051,-2.258 -0.896,-0.287 -1.918,-0.459 -2.551,-1.213 -3.338001,-3.932 -3.881001,-9.236 -6.053001,-13.758 -1.52,-3.339 -2.336,-6.931 -3.736,-10.319 z"
|
||||
id="path10" />
|
||||
<path
|
||||
fill="#ffffff"
|
||||
d="m 84.975039,66.84136 c 1.993,-0.833 4.081,-1.397 6.193,-1.821 1.399,3.388 2.216,6.98 3.737,10.322 2.172,4.521 2.715,9.826 6.053001,13.758 0.633,0.754 1.654,0.926 2.551,1.213 2.383,0.65 4.661,1.615 7.051,2.258 2.404,0.648 4.573,1.917 6.7,3.174 2.461,1.439 4.037,3.986 5.003,6.598 1.14,3.068 0.605,6.434 -0.15,9.525 -0.672,2.777 -2.338,5.158 -4.019,7.421 -1.206,1.11 -2.8,1.675 -4.219,2.453 -2.464,1.354 -5.005,1.549 -7.522,2.771 -2.312,0.817 -4.951,1.775 -7.404001,2.078 -2.211,0.301 -4.375,0.945 -6.603,1.094 -2.235,-0.52 -4.496,-1.205 -6.302,-2.674 -3.886,-3.184 -7.213,-7.283 -8.674,-12.145 -0.492,-2.508 -0.457,-5.09 -0.496,-7.633 0.431,-3.275 2.434,-6.271 5.198,-8.072 1.772,-1.147 3.611,-2.21 5.583,-2.979 1.312,-0.647 2.838,-1.158 3.749,-2.362 -0.323,-2.641 -0.267,-5.345 -0.977,-7.934 -0.374,-1.501 -0.517,-3.051 -0.983,-4.529 -1.388,-4.206 -2.378,-8.574 -4.469,-12.516 z"
|
||||
id="path11" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 72.833039,70.50636 c 4.627,-1.534 8,-2.483 12.142,-3.665 2.091,3.941 3.081,8.31 4.47,12.515 0.467,1.479 0.609,3.028 0.983,4.529 0.71,2.589 0.653,5.293 0.977,7.934 -0.911,1.204 -2.437,1.715 -3.749,2.362 -1.972,0.77 -3.811,1.832 -5.583,2.979 -2.765,1.802 -4.768,4.797 -5.198,8.072 0.039,2.543 0.004,5.125 0.496,7.633 1.461,4.861 4.788,8.961 8.674,12.145 1.806,1.469 4.066,2.154 6.302,2.674 a 26.305,26.305 0 0 1 -7.675,1.318 c -6.377,0.472 -13.223,2.067 -19.389,0.949 -3.232,-0.586 -6.332,-1.107 -9.534,-1.848 a 2.35,2.35 0 0 1 -1.28,-0.781 c -0.165,-1.949 0.098,-3.932 0.625,-5.807 1.272,-3.436 3.65,-6.307 6.16,-8.92 1.088,-1.104 2.984,-1.59 3.33,-3.274 -0.24,-0.894 -1.246,-1.166 -2.055,-0.976 -2.283,0.445 -4.254,2.244 -5.867,3.768 -2.287,2.146 -4.186,4.713 -5.46,7.582 -0.86,1.961 -1.029,4.125 -1.317,6.224 -2.217,-0.909 -3.805,-2.351 -5.851,-3.576 1.132,-4.692 3.215,-9.297 6.81,-12.628 1.234,-1.517 2.809,-2.695 4.18,-4.071 0.838,-1.015 -0.473,-2.272 -1.529,-2.251 -1.49,0.168 -2.678,0.849 -3.771,1.779 -2.214,2.141 -4.48,4.306 -5.999,7.014 -1.501,2.326 -2.226,5.01 -3.162,7.586 -2.644,-1.908 -4.916,-3.936 -6.765,-6.612 -1.294,-1.765 -2.628,-3.562 -3.375,-5.64 a 63.518,63.518 0 0 1 2.119,-6.889 c 1.769,-3.227 3.633,-6.474 6.218,-9.139 1.892,-1.874 3.534,-4.008 5.672,-5.621 1.856,-1.701 4.042,-2.99 5.878,-4.715 1.563,-1.378 3.527,-2.151 5.24,-3.311 3.829,-2.59 7.922,-3.787 11.96,-5.488 1.712,-0.603 3.608,-1.241 5.323,-1.851 z"
|
||||
id="path12" />
|
||||
<path
|
||||
d="m 103.40904,74.39736 c 1.733,-0.941 3.95,-0.041 4.941,1.551 0.635,1.148 1.032,2.438 1.229,3.731 -0.029,1.655 -0.352,3.371 -1.163,4.837 -0.694,1.323 -2.372,1.938 -3.733,1.23 -1.788,-0.939 -3.664,-2.521 -3.756,-4.693 -0.07,-1.408 -0.317,-2.869 0.127,-4.244 0.459,-1.051 1.323,-1.916 2.355,-2.412 z m -27.471001,5.364 c 1.817,-0.521 3.579,0.554 4.672,1.931 1.066,2.48 1.509,5.403 0.465,7.96 -1.311,2.053 -4.714,2.958 -6.626,1.228 -1.651,-1.84 -1.851,-4.475 -1.645,-6.826 0.063,-1.886 1.453,-3.559 3.134,-4.293 z"
|
||||
id="path14" />
|
||||
<path
|
||||
d="m 99.351039,95.62336 c 0.598,-0.45 1.401001,-0.436 2.117001,-0.509 1.174,-0.169 2.158,0.901 2.345,1.977 0.479,2.198 1.981,3.941 3.165,5.788 0.91,1.436 2.801,2.967 4.463,2.379 1.941,-0.688 3.198,-2.412 4.892,-3.571 1.216,-0.198 1.44,1.399 1.674,2.259 0.097,1.73 -1.798,2.366 -2.854,3.359 -1.646,1.54 -3.902,2.599 -6.195,2.171 a 11.674,11.674 0 0 1 -0.676,6.003 c -1.114,1.648 -2.553,3.516 -4.742,3.596 -1.797,-0.018 -3.856001,-0.124 -5.148001,-1.538 -1.574,-1.75 -2.883,-3.916 -2.882,-6.336 -3.329,-0.05 -6.884,0.271 -9.896,-1.431 -0.9,-0.982 -1.731,-2.559 -0.893,-3.812 1.317,-1.335 3.045,0.256 4.5,0.489 2.014,0.321 4.456,0.829 6.076,-0.85 1.611,-1.909 2.625,-4.252 3.387,-6.591 0.403,-1.246 -0.247,-2.465 0.667,-3.383 z"
|
||||
id="path17" />
|
||||
<path
|
||||
fill="#f31e3e"
|
||||
d="m 101.90604,103.36436 c 0.918,1.404 1.867,2.792 2.708,4.246 0.401,0.621 0.392,1.378 0.435,2.092 0.053,1.264 0.111,2.621 -0.533,3.764 -0.732,1.081 -2.539,1.43 -3.475,0.412 -0.842,-0.914 -1.533001,-2.031 -1.815001,-3.248 -0.29,-0.899 0.396,-1.648 0.774001,-2.398 0.89,-1.513 1.442,-3.189 1.906,-4.868 z"
|
||||
id="path18" />
|
||||
<rect
|
||||
width="512"
|
||||
height="512"
|
||||
id="rect1"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#ffffff" />
|
||||
<g
|
||||
id="g1"
|
||||
transform="matrix(2.4364349,0,0,2.4364349,73.670604,73.670607)">
|
||||
<path
|
||||
d="m 119.52304,13.84136 c 0.779,-0.605 1.832,-0.908 2.783,-0.531 0.885,0.4 1.143,1.402 1.572,2.187 1.478,2.804 2.5,5.823 4.013,8.614 2.073,5.077 2.949,10.521 4.407,15.784 0.115,0.702 0.818,0.986 1.336,1.356 1.715,1.081 3.244,2.435 4.574,3.962 4.074,3.888 7.042,9.04 7.843,14.643 0.854,3.539 -0.245,7.172 0.272,10.725 0.921,2.439 1.179,5.044 1.907,7.535 0.622,3.902 1.663,7.793 1.396,11.779 -0.178,2.523 -0.289,5.084 -0.904,7.551 -1.588,4.329 -3.433,8.685 -6.579,12.137 -3.337,4.027 -7.785,6.887 -11.991,9.914 -1.062,0.812 -2.324,1.311 -3.449,2.025 -2.238,1.418 -4.41,3.018 -6.924,3.939 -3.214,1.251 -6.336,2.747 -9.621,3.82 -3.105,0.927 -6.19,1.938 -9.227,3.068 -5.207001,1.447 -10.475001,2.96 -15.921001,3.066 -2.742,0.344 -5.461,0.918 -8.231,1.023 -6.59,0.116 -13.281,0.35 -19.742,-1.172 -2.515,-0.786 -5.003,-1.65 -7.541,-2.354 -4.577,-1.938 -8.942,-4.516 -12.486,-8.029 a 72.275,72.275 0 0 1 -6.632,-6.369 c -1.059,-1.08 -1.523,-2.545 -2.229,-3.847 -0.861,0.183 -1.775,0.612 -2.623,0.133 -1.043,-0.473 -2.302,-0.792 -2.939,-1.827 -2.143,-3.174 -3.766,-6.645 -5.238,-10.165 -1.131,-2.259 -2.21,-4.562 -2.836,-7.021 -0.906,-3.774 -1.898,-7.608 -1.648,-11.521 0.148,-1.05 0.476,-2.068 0.543,-3.131 -1.16,-2.787 -3.783,-5.17 -4.98,-7.943 -2.558,-5.577 -4.979,-11.23 -6.812,-17.086 -0.80899995,-2.761 -1.55199995,-5.512 -1.61599995094,-8.416 C 0.31103905,46.59836 0.64503905,45.15536 1.750039,44.51136 c 1.168,-0.383 2.43,-0.07 3.615,0.099 2.756,0.601 5.584,0.76 8.353,1.282 2.614,0.471 5.079,1.501 7.657,2.112 0.977,-1.527 1.678,-3.225 2.837,-4.637 1.659,-2.309 3.477,-4.495 5.246,-6.722 1.555,-1.992 3.485,-3.228 5.275,-4.986 0.943,-0.883 2.013,-1.979 3.074,-2.739 1.866,-1.321 3.47,-3.021 5.578,-3.98 1.69,-0.754 3.129,-1.961 4.833,-2.686 2.416,-0.953 4.246,-2.861 6.416,-4.226 1.918,-1.75 4.345,-2.918 6.888,-3.436 1.711,-0.098 3.452,-0.217 5.147,0.021 2.23,0.311 3.679,0.985 5.531,1.417 1.353,-0.103 2.676,-0.406 4.066,-0.396 2.572,0.018 4.729,0.141 7.039,0.666 2.803,0.432 5.469,1.425 8.216,2.075 2.755,0.582 5.413,1.743 7.923,3.056 1.578001,0.823 3.137001,1.496 4.622001,2.49 1.086,0.698 2.044,1.577 3.169,2.227 1.094,-1.506 2.562,-2.677 3.71,-4.138 1.007,-1.271 2.392,-2.169 3.421,-3.419 1.511,-1.789 3.292,-3.333 5.157,-4.75 z"
|
||||
id="path2-7-6"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 118.78404,21.38636 c 0.622,-0.801 1.385,-1.475 2.163,-2.119 0.656,1.279 1.318,2.573 1.721,3.961 0.605,2.301 1.428,4.538 2.059,6.832 1.043,2.905 1.615,5.943 2.27,8.953 -1.432,-0.317 -2.92,-0.361 -4.331,-0.764 -1.531,-1.319 -2.88,-2.833 -4.179,-4.375 -1.875,-1.783 -3.822,-3.513 -6.072,-4.82 1.993,-2.661 4.317,-5.054 6.369,-7.668 z"
|
||||
id="path3-9-1" />
|
||||
<path
|
||||
fill="#ffcf38"
|
||||
d="m 59.734039,21.55936 c 1.594,-0.861 3.43,-1.111 5.201,-1.34 1.312,-0.18 2.583,0.321 3.879,0.474 3.342,0.384 6.576,1.604 9.393,3.417 3.111,2.377 6.551,4.321 9.427,6.999 2.375,2.261 4.823,4.463 6.916,6.999 -2.989,0.026 -5.901,0.713 -8.828,1.245 -1.542,0.304 -3.058,0.875 -4.644,0.865 -1.524,-1.752 -3.076,-3.475 -4.403,-5.382 -3.047,-2.901 -6.065,-5.936 -9.766,-8.031 -1.974,-1.106 -4.204,-1.673 -6.44,-1.917 -0.654,-0.095 -1.199,0.228 -1.633,0.681 2.453,1.038 5.073,1.799 7.191,3.479 2.178,1.798 4.393,3.628 6.018,5.962 1.609,2.254 3.492,4.311 4.921,6.693 -7.098,3.181 -13.051,8.314 -18.634,13.624 -2.578,2.341 -4.932,4.969 -6.771,7.933 -1.382,1.944 -2.793,3.878 -3.889,6.004 -1.12,2.277 -2.686,4.323 -3.614,6.704 -0.879,2.245 -2.525,4.056 -3.842,6.053 -0.766,1.244 -1.928,2.164 -2.896,3.244 -2.741,3.002 -5.488,6.078 -7.384,9.699 -2.165,3.654 -3.723,7.633 -4.897,11.709 -1.398,-3.762 -3.238,-7.33 -4.804,-11.019 -0.962,-2.656 -1.06,-5.515 -1.243,-8.304 1.242,0.714 2.4,1.611 3.749,2.117 1.372,0.279 2.983,0.338 4.079,-0.688 1.701,-1.453 2.549,-3.604 3.859,-5.373 1.719,-2.235 3.006,-4.748 4.486,-7.134 1.696,-2.739 3.471,-5.421 5.187,-8.146 1.995,-2.557 4.353,-4.868 5.977,-7.694 a 9.924,9.924 0 0 0 -0.13,-0.447 c -1.427,-1.159 -3.128,-1.927 -4.705,-2.857 a 306.321,306.321 0 0 0 -7.873,-4.456 c -2.007,-0.923 -4.096,-1.659 -6.193,-2.341 a 221.137,221.137 0 0 0 2.617,-4.46 c 4.104,-6.479 10.01,-11.705 16.656,-15.501 2.457,-1.559 4.936,-3.085 7.479,-4.495 1.886,-1.387 3.616,-2.993 5.554,-4.316 z m 21.603,-0.502 c 2.884,-0.151 5.574,1.042 8.229,1.991 3.501,1.131 6.962,2.454 10.219,4.179 3.090001,1.938 6.304001,3.687 9.343001,5.701 1.665,1.407 3.64,2.409 5.2,3.946 -4.932,0.27 -9.887,0.137 -14.801001,0.641 -1.354,-1.762 -3.006,-3.246 -4.584,-4.797 -2.332,-2.684 -4.916,-5.165 -7.78,-7.276 -1.772,-1.682 -3.974,-2.805 -5.826,-4.385 z"
|
||||
id="path4" />
|
||||
<path
|
||||
fill="#ffcf38"
|
||||
d="m 111.12404,42.63936 c 3.895,-0.358 7.758,0.451 11.637,0.651 1.908,0.084 3.603,0.654 5.512,1.303 3.119,1.061 5.797,3.026 7.833,5.511 2.847,4.097 5.263,8.751 5.433,13.832 -1.305,-0.923 -2.598,-1.9 -4.088,-2.509 -1.598,-0.67 -3.055,-1.646 -4.711,-2.183 -4.205,-1.317 -8.62,-1.769 -13.011,-1.922 -3.003,-0.057 -6.028,-0.471 -9.013,0.012 -2.262,0.358 -4.568,0.106 -6.814,0.562 -2.868,0.224 -5.671001,0.868 -8.523001,1.194 -5.913,1.171 -11.623,3.12 -17.481,4.506 -5.877,1.479 -11.327,4.196 -16.998,6.237 -2.446,1.238 -5.083,2.111 -7.405,3.579 -0.894,0.55 -1.885,0.906 -2.859,1.284 1.528,-2.577 2.972,-5.209 4.745,-7.637 2.65,-4.09 6.392,-7.272 9.702,-10.805 1.313,-1.433 2.849,-2.656 4.465,-3.742 3.144,-1.946 6.349,-3.848 9.803,-5.212 3.037,-1.215 6.307,-1.611 9.502,-2.219 4.122,-0.604 8.201,-1.553 12.379001,-1.725 3.29,-0.36 6.594,-0.452 9.892,-0.717 z"
|
||||
id="path7" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 5.805039,51.07936 c 2.013,-0.606 3.714,0.896 5.674,1.005 2.822,0.302 5.479,1.374 8.278,1.782 4.758,0.697 8.754,3.525 13.039,5.481 2.227,0.867 4.328,2.047 6.648,2.669 -2.056,2.44 -3.979,4.984 -5.85,7.568 -1.327,1.832 -2.449,3.895 -3.562,5.955 -0.86,1.586 -1.514,3.02 -2.495,4.398 -1.267,1.687 -2.287,3.535 -3.489,5.262 -1.918,-1.484 -3.196,-3.543 -4.67,-5.416 -4.168,-4.413 -5.746,-10.414 -8.621,-15.62 -1.801,-3.07 -2.271,-6.678 -3.795,-9.872 -0.494,-1.031 -0.802,-2.132 -1.157,-3.212 z"
|
||||
id="path8" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 91.168039,65.02036 c 5.94,-1.311 11.978001,-2.202 18.021001,-2.882 3.165,-0.021 6.331,-0.59 9.49,-0.172 4.215,0.31 8.502,0.512 12.553,1.819 2.107,0.863 4.178,1.874 5.951,3.31 1.453,1.154 3.009,2.335 3.807,4.062 1.407,3.081 1.739,6.488 2.643,9.72 0.867,3.006 1.365,5.81 1.355,8.921 -1.993,-1.636 -4.025,-3.348 -6.516,-4.182 -1.621,-0.629 -3.383,-0.691 -5.094,-0.855 -1.125,-0.039 -2.56,0.061 -3.176,1.16 -0.282,0.764 0.414,1.459 1.12,1.615 1.841,0.515 3.758,0.736 5.579,1.322 2.148,0.725 3.805,2.32 5.516,3.725 0.884,0.723 1.544,1.666 2.229,2.563 -0.416,1.29 -1.179,2.923 -1.827,4.119 -2.303,-1.88 -4.419,-4.017 -7.28,-4.964 -2.196,-0.902 -4.873,-1.655 -7.071,-0.357 -1.049,0.581 -0.871,2.301 0.305,2.61 1.354,0.255 2.775,0.208 4.074,0.732 2.301,0.926 4.525,2.119 6.036,4.221 0.364,0.583 1.044,1.296 0.613,2.014 -1.048,1.769 -2.655,3.103 -4.047,4.587 -1.818,1.881 -4.12,3.164 -6.122,4.825 -1.924,1.608 -4.253,2.591 -6.395,3.87 -1.597,0.857 -3.14,1.839 -4.839,2.483 1.681,-2.263 3.347,-4.644 4.019,-7.421 0.756,-3.092 1.29,-6.457 0.15,-9.525 -0.966,-2.611 -2.542,-5.158 -5.003,-6.598 -2.127,-1.257 -4.296,-2.525 -6.7,-3.174 -2.39,-0.643 -4.668,-1.607 -7.051,-2.258 -0.896,-0.287 -1.918,-0.459 -2.551,-1.213 -3.338001,-3.932 -3.881001,-9.236 -6.053001,-13.758 -1.52,-3.339 -2.336,-6.931 -3.736,-10.319 z"
|
||||
id="path10" />
|
||||
<path
|
||||
fill="#ffffff"
|
||||
d="m 84.975039,66.84136 c 1.993,-0.833 4.081,-1.397 6.193,-1.821 1.399,3.388 2.216,6.98 3.737,10.322 2.172,4.521 2.715,9.826 6.053001,13.758 0.633,0.754 1.654,0.926 2.551,1.213 2.383,0.65 4.661,1.615 7.051,2.258 2.404,0.648 4.573,1.917 6.7,3.174 2.461,1.439 4.037,3.986 5.003,6.598 1.14,3.068 0.605,6.434 -0.15,9.525 -0.672,2.777 -2.338,5.158 -4.019,7.421 -1.206,1.11 -2.8,1.675 -4.219,2.453 -2.464,1.354 -5.005,1.549 -7.522,2.771 -2.312,0.817 -4.951,1.775 -7.404001,2.078 -2.211,0.301 -4.375,0.945 -6.603,1.094 -2.235,-0.52 -4.496,-1.205 -6.302,-2.674 -3.886,-3.184 -7.213,-7.283 -8.674,-12.145 -0.492,-2.508 -0.457,-5.09 -0.496,-7.633 0.431,-3.275 2.434,-6.271 5.198,-8.072 1.772,-1.147 3.611,-2.21 5.583,-2.979 1.312,-0.647 2.838,-1.158 3.749,-2.362 -0.323,-2.641 -0.267,-5.345 -0.977,-7.934 -0.374,-1.501 -0.517,-3.051 -0.983,-4.529 -1.388,-4.206 -2.378,-8.574 -4.469,-12.516 z"
|
||||
id="path11" />
|
||||
<path
|
||||
fill="#f59c32"
|
||||
d="m 72.833039,70.50636 c 4.627,-1.534 8,-2.483 12.142,-3.665 2.091,3.941 3.081,8.31 4.47,12.515 0.467,1.479 0.609,3.028 0.983,4.529 0.71,2.589 0.653,5.293 0.977,7.934 -0.911,1.204 -2.437,1.715 -3.749,2.362 -1.972,0.77 -3.811,1.832 -5.583,2.979 -2.765,1.802 -4.768,4.797 -5.198,8.072 0.039,2.543 0.004,5.125 0.496,7.633 1.461,4.861 4.788,8.961 8.674,12.145 1.806,1.469 4.066,2.154 6.302,2.674 a 26.305,26.305 0 0 1 -7.675,1.318 c -6.377,0.472 -13.223,2.067 -19.389,0.949 -3.232,-0.586 -6.332,-1.107 -9.534,-1.848 a 2.35,2.35 0 0 1 -1.28,-0.781 c -0.165,-1.949 0.098,-3.932 0.625,-5.807 1.272,-3.436 3.65,-6.307 6.16,-8.92 1.088,-1.104 2.984,-1.59 3.33,-3.274 -0.24,-0.894 -1.246,-1.166 -2.055,-0.976 -2.283,0.445 -4.254,2.244 -5.867,3.768 -2.287,2.146 -4.186,4.713 -5.46,7.582 -0.86,1.961 -1.029,4.125 -1.317,6.224 -2.217,-0.909 -3.805,-2.351 -5.851,-3.576 1.132,-4.692 3.215,-9.297 6.81,-12.628 1.234,-1.517 2.809,-2.695 4.18,-4.071 0.838,-1.015 -0.473,-2.272 -1.529,-2.251 -1.49,0.168 -2.678,0.849 -3.771,1.779 -2.214,2.141 -4.48,4.306 -5.999,7.014 -1.501,2.326 -2.226,5.01 -3.162,7.586 -2.644,-1.908 -4.916,-3.936 -6.765,-6.612 -1.294,-1.765 -2.628,-3.562 -3.375,-5.64 a 63.518,63.518 0 0 1 2.119,-6.889 c 1.769,-3.227 3.633,-6.474 6.218,-9.139 1.892,-1.874 3.534,-4.008 5.672,-5.621 1.856,-1.701 4.042,-2.99 5.878,-4.715 1.563,-1.378 3.527,-2.151 5.24,-3.311 3.829,-2.59 7.922,-3.787 11.96,-5.488 1.712,-0.603 3.608,-1.241 5.323,-1.851 z"
|
||||
id="path12" />
|
||||
<path
|
||||
d="m 103.40904,74.39736 c 1.733,-0.941 3.95,-0.041 4.941,1.551 0.635,1.148 1.032,2.438 1.229,3.731 -0.029,1.655 -0.352,3.371 -1.163,4.837 -0.694,1.323 -2.372,1.938 -3.733,1.23 -1.788,-0.939 -3.664,-2.521 -3.756,-4.693 -0.07,-1.408 -0.317,-2.869 0.127,-4.244 0.459,-1.051 1.323,-1.916 2.355,-2.412 z m -27.471001,5.364 c 1.817,-0.521 3.579,0.554 4.672,1.931 1.066,2.48 1.509,5.403 0.465,7.96 -1.311,2.053 -4.714,2.958 -6.626,1.228 -1.651,-1.84 -1.851,-4.475 -1.645,-6.826 0.063,-1.886 1.453,-3.559 3.134,-4.293 z"
|
||||
id="path14"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
d="m 99.351039,95.62336 c 0.598,-0.45 1.401001,-0.436 2.117001,-0.509 1.174,-0.169 2.158,0.901 2.345,1.977 0.479,2.198 1.981,3.941 3.165,5.788 0.91,1.436 2.801,2.967 4.463,2.379 1.941,-0.688 3.198,-2.412 4.892,-3.571 1.216,-0.198 1.44,1.399 1.674,2.259 0.097,1.73 -1.798,2.366 -2.854,3.359 -1.646,1.54 -3.902,2.599 -6.195,2.171 a 11.674,11.674 0 0 1 -0.676,6.003 c -1.114,1.648 -2.553,3.516 -4.742,3.596 -1.797,-0.018 -3.856001,-0.124 -5.148001,-1.538 -1.574,-1.75 -2.883,-3.916 -2.882,-6.336 -3.329,-0.05 -6.884,0.271 -9.896,-1.431 -0.9,-0.982 -1.731,-2.559 -0.893,-3.812 1.317,-1.335 3.045,0.256 4.5,0.489 2.014,0.321 4.456,0.829 6.076,-0.85 1.611,-1.909 2.625,-4.252 3.387,-6.591 0.403,-1.246 -0.247,-2.465 0.667,-3.383 z"
|
||||
id="path17"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
fill="#f31e3e"
|
||||
d="m 101.90604,103.36436 c 0.918,1.404 1.867,2.792 2.708,4.246 0.401,0.621 0.392,1.378 0.435,2.092 0.053,1.264 0.111,2.621 -0.533,3.764 -0.732,1.081 -2.539,1.43 -3.475,0.412 -0.842,-0.914 -1.533001,-2.031 -1.815001,-3.248 -0.29,-0.899 0.396,-1.648 0.774001,-2.398 0.89,-1.513 1.442,-3.189 1.906,-4.868 z"
|
||||
id="path18" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue