Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/forums:styles/gentoo-20XX commit in: theme/, /, theme/images/
Date: Mon, 14 Jun 2021 19:11:34
Message-Id: 1623697765.c29f9ea57838a0737e3e522aa563d3ef10f3f6d3.chiitoo@gentoo
1 commit: c29f9ea57838a0737e3e522aa563d3ef10f3f6d3
2 Author: Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 11 18:42:48 2021 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 19:09:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=c29f9ea5
7
8 First release of the theme like gentoo.org style
9
10 Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 style.cfg | 6 +-
14 theme/colours.css | 105 ++++++---
15 theme/common.css | 34 ++-
16 theme/content.css | 2 +-
17 theme/forms.css | 2 +-
18 theme/images/site-logo.svg | 575 +++++++++++++++++++++++++++++++++++++++++++++
19 6 files changed, 677 insertions(+), 47 deletions(-)
20
21 diff --git a/style.cfg b/style.cfg
22 index 2a3a1aa15..99ebfe3bf 100644
23 --- a/style.cfg
24 +++ b/style.cfg
25 @@ -20,10 +20,10 @@
26 #
27
28 # General Information about this style
29 -name = Gentoo Light
30 -copyright = © 2020 Gentoo Foundation
31 +name = Gentoo 20XX
32 +copyright = © 2021 Gentoo Foundation
33 style_version = 1.0.0
34 -phpbb_version = 3.2.8
35 +phpbb_version = 3.3.1
36
37 # Defining a different template bitfield
38 # template_bitfield = //g=
39
40 diff --git a/theme/colours.css b/theme/colours.css
41 index 7135a1dcf..7099e2d3e 100644
42 --- a/theme/colours.css
43 +++ b/theme/colours.css
44 @@ -5,7 +5,7 @@ Colours and backgrounds for common.css
45
46 html, body {
47 color: #000000;
48 - background-color: #ffffff;
49 + background-color: #e1e1e1;
50 }
51
52 h1 {
53 @@ -27,13 +27,17 @@ hr {
54 }
55
56 .rightside {
57 - color: #efefef;
58 + color: #444;
59 }
60
61 .responsive-center {
62 color: #333333;
63 }
64
65 +.wrap {
66 + background-color: #fafafa;
67 +}
68 +
69 /*
70 --------------------------------------------------------------
71 Colours and backgrounds for links.css
72 @@ -48,11 +52,11 @@ a:hover {
73 }
74
75 .linklist a {
76 - color: #a0a0d0;
77 + color: #ffffff;
78 }
79
80 .linklist a:hover {
81 - color: #00ff00;
82 + color: #ff6633;
83 }
84
85 .mark-read {
86 @@ -74,7 +78,7 @@ a:hover {
87
88 /* Notification mark read link */
89 .dropdown-extended a.mark_read {
90 - background-color: #FFFFFF;
91 + background-color: #fafafa;
92 }
93
94 /* Post body links */
95 @@ -119,12 +123,29 @@ a:hover {
96 }
97
98 .forumbg, .forabg {
99 - background-color: #46357c;
100 - background-image: url("./images/cellpic3.gif");
101 + background-color: #54487A;
102 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
103 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
104 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
105 }
106
107 .navbar {
108 - background-color: #000000;
109 + background-color: #54487A;
110 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
111 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
112 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
113 +}
114 +
115 +.navbar li.rightside {
116 + color: #fff;
117 +}
118 +
119 +.nav-breadcrumbs {
120 + background-color: #e1e1e1;
121 +}
122 +
123 +.nav-breadcrumbs a {
124 + color: #333;
125 }
126
127 .forabg, .forumbg, .panel, .post, .responsive {
128 @@ -172,7 +193,8 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
129 }
130
131 .site_logo {
132 - background-image: url("./images/site_logo.png");
133 + background-image: url("./images/site-logo.svg");
134 + background-repeat: no-repeat;
135 }
136
137 /* Statistics
138 @@ -184,7 +206,10 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
139 }
140
141 .stats-header h3 {
142 - background-image: url("./images/cellpic3.gif");
143 + background-color: #54487A;
144 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
145 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
146 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
147 border-bottom-color: #a9b8c2;
148 color: #efefef;
149 }
150 @@ -335,12 +360,12 @@ dl.details dd a {
151 ---------------------------------------- */
152
153 .copyright {
154 - color: #efefef;
155 - background-color: #000000;
156 + color: #444;
157 + background-color: #E1E1E1;
158 }
159
160 .copyright a {
161 - color: #a0a0d0;
162 + color: #54487A;
163 }
164
165 .error {
166 @@ -377,6 +402,13 @@ ul.forums {
167 background-color: #ececec;
168 }
169
170 +ul.topiclist li.header {
171 + background: #54487A;
172 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
173 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
174 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
175 +}
176 +
177 ul.topiclist li {
178 color: #000000;
179 }
180 @@ -419,8 +451,10 @@ li.header dt, li.header dd {
181 ----------------------------------------*/
182
183 #topic-header {
184 - background-color: #46357c;
185 - background-image: url("./images/cellpic3.gif");
186 + background-color: #54487A;
187 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
188 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
189 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
190 }
191
192 .postprofile.topic-header-author {
193 @@ -843,7 +877,7 @@ ul.cplist {
194 }
195
196 .panel-container .panel li.header dd, .panel-container .panel li.header dt {
197 - color: #000000;
198 + color: #efefef;
199 }
200
201 .panel-container table.table1 thead th {
202 @@ -1036,7 +1070,7 @@ label {
203 }
204
205 .display-options label {
206 - color: #efefef;
207 + color: #333333;
208 }
209
210 option.disabled-option {
211 @@ -1192,6 +1226,7 @@ input.disabled {
212 }
213
214 .dropdown-extended .header, .dropdown-extended .footer {
215 + background-color: #DDDAEC;
216 border-color: #B9B9B9;
217 color: #000000;
218 }
219 @@ -1202,10 +1237,10 @@ input.disabled {
220 }
221
222 .dropdown-extended .header {
223 - background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
224 - background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #e5e8ea 100%);
225 - background-image: linear-gradient(to bottom, #F1F8FF 0%, #e5e8ea 100%); /* W3C */
226 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#e5e8ea',GradientType=0 ); /* IE6-9 */
227 + background-color: #DDDAEC; /* Old browsers */ /* FF3.6+ */
228 + /*background-image: -webkit-linear-gradient(top, #beb8db 0%, #DDDAEC 20%);*/
229 + /*background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%);*/ /* W3C */
230 + /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb8db', endColorstr='#DDDAEC',GradientType=0 );*/ /* IE6-9 */
231 }
232
233 .dropdown .pointer {
234 @@ -1213,17 +1248,22 @@ input.disabled {
235 }
236
237 .dropdown .pointer-inner {
238 - border-color: #FFF transparent;
239 + border-color: #e1e1e1 transparent;
240 }
241
242 .dropdown-extended .pointer-inner {
243 - border-color: #F1F8FF transparent;
244 + border-color: #DDDAEC transparent;
245 }
246
247 -.dropdown .dropdown-contents {
248 - background: #000000;
249 +.dropdown .dropdown-contents,
250 +.notification_list.dropdown .dropdown-contents {
251 + background: #e1e1e1;
252 border-color: #B9B9B9;
253 box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
254 + color: #444;
255 +}
256 +.notification_list.dropdown .dropdown-contents {
257 + background: #fafafa;
258 }
259
260 .dropdown-up .dropdown-contents {
261 @@ -1231,15 +1271,15 @@ input.disabled {
262 }
263
264 .dropdown-contents a {
265 - color: #a0a0d0;
266 + color: #444;
267 }
268
269 .dropdown li, .dropdown li li {
270 - border-color: #DCDCDC;
271 + border-color: #444;
272 }
273
274 .dropdown li.separator {
275 - border-color: #DCDCDC;
276 + border-top: 1px dotted #444 !important;
277 }
278
279 /* Notifications
280 @@ -1250,10 +1290,15 @@ input.disabled {
281 }
282
283 li.notification-reported strong, li.notification-disapproved strong {
284 - color: #D31141;
285 + color: #ff6633;
286 }
287
288 .badge {
289 - background-color: #D31141;
290 + background-color: #ff6633;
291 color: #ffffff;
292 }
293 +
294 +.notification_list li.bg2,
295 +.notification_list li.bg2:hover {
296 + background-color: #fafafa;
297 +}
298
299 diff --git a/theme/common.css b/theme/common.css
300 index 357b09563..b42e9a054 100644
301 --- a/theme/common.css
302 +++ b/theme/common.css
303 @@ -8,7 +8,7 @@ html {
304
305 body {
306 font-family: Verdana, Helvetica, Arial, sans-serif;
307 - font-size: 10px;
308 + font-size: 11px;
309 line-height: normal;
310 margin: 0;
311 padding: 0;
312 @@ -30,7 +30,7 @@ h2 {
313 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
314 font-weight: normal;
315 font-size: 2em;
316 - margin: 0.8em 0 0.2em 0;
317 + padding: 0.8em 0 0.2em 0;
318 }
319
320 h2.solo {
321 @@ -144,6 +144,10 @@ a:hover { text-decoration: underline; }
322 padding: 0 10px 10px
323 }
324
325 +#page-header {
326 + background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%);
327 +}
328 +
329 .page-body {
330 margin: 4px 0;
331 clear: both;
332 @@ -153,10 +157,6 @@ a:hover { text-decoration: underline; }
333 clear: both;
334 }
335
336 -.page-footer + div {
337 - background-color: #000000;
338 -}
339 -
340 .page-footer h3 {
341 margin-top: 20px;
342 }
343 @@ -174,7 +174,7 @@ a:hover { text-decoration: underline; }
344
345 .site_logo {
346 display: inline-block;
347 - height: 109px;
348 + height: 63px;
349 width: 532px;
350 }
351
352 @@ -196,10 +196,6 @@ a:hover { text-decoration: underline; }
353 padding: 0 0;
354 }
355
356 -.navbar {
357 - padding: 0 5px;
358 -}
359 -
360 .forabg, .forumbg {
361 margin-bottom: 4px;
362 clear: both;
363 @@ -798,7 +794,8 @@ fieldset.fields1 dl.pmlist dd.recipients {
364 ---------------------------------------- */
365 .action-bar {
366 font-size: 11px;
367 - margin: 4px 0;
368 + /*margin: 4px 0;*/
369 + margin: 20px 0 10px;
370 }
371
372 .forabg + .action-bar {
373 @@ -1250,6 +1247,19 @@ ul.linklist:after,
374 display: none;
375 }
376
377 +.navbar {
378 + margin-bottom: -3px;
379 +}
380 +
381 +.navbar .inner ul {
382 + padding: 2px 5px;
383 +}
384 +
385 +.page-footer .navbar {
386 + padding: 0 5px;
387 + margin-bottom: 0;
388 +}
389 +
390 /* Navbar specific list items
391 ----------------------------------------*/
392
393
394 diff --git a/theme/content.css b/theme/content.css
395 index 1e05211de..14d463282 100644
396 --- a/theme/content.css
397 +++ b/theme/content.css
398 @@ -259,7 +259,7 @@ dd.option {
399 }
400
401 .postbody {
402 - padding: 5px;
403 + padding: 5px 5px 5px 20px;
404 line-height: 1.48em;
405 width: 100%;
406 float: left;
407
408 diff --git a/theme/forms.css b/theme/forms.css
409 index 5646a7d6c..d260e2177 100644
410 --- a/theme/forms.css
411 +++ b/theme/forms.css
412 @@ -409,7 +409,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
413 display: block;
414 float: right;
415 margin-right: 5px;
416 - margin-top: 30px;
417 + margin-top: 22px;
418 }
419
420 .search-header .inputbox { border: 0; }
421
422 diff --git a/theme/images/site-logo.svg b/theme/images/site-logo.svg
423 new file mode 100644
424 index 000000000..2750b16d7
425 --- /dev/null
426 +++ b/theme/images/site-logo.svg
427 @@ -0,0 +1,575 @@
428 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
429 +<svg
430 + xmlns:dc="http://purl.org/dc/elements/1.1/"
431 + xmlns:cc="http://creativecommons.org/ns#"
432 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
433 + xmlns:svg="http://www.w3.org/2000/svg"
434 + xmlns="http://www.w3.org/2000/svg"
435 + xmlns:xlink="http://www.w3.org/1999/xlink"
436 + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
437 + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
438 + width="204.72787"
439 + height="59"
440 + viewBox="0 0 204.72787 59"
441 + id="svg5367"
442 + version="1.1"
443 + inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
444 + sodipodi:docname="site-logo.svg">
445 + <defs
446 + id="defs5369">
447 + <rect
448 + x="-30.360149"
449 + y="762.81176"
450 + width="318.71163"
451 + height="118.40404"
452 + id="rect929" />
453 + <linearGradient
454 + id="linearGradient5334">
455 + <stop
456 + id="stop5336"
457 + offset="0"
458 + style="stop-color:#ffffff;stop-opacity:1;" />
459 + <stop
460 + style="stop-color:#ffffff;stop-opacity:1;"
461 + offset="0.34214258"
462 + id="stop5338" />
463 + <stop
464 + style="stop-color:#bebdf3;stop-opacity:1;"
465 + offset="0.51998252"
466 + id="stop5340" />
467 + <stop
468 + id="stop5342"
469 + offset="0.75408828"
470 + style="stop-color:#867fb7;stop-opacity:1" />
471 + <stop
472 + style="stop-color:#9f99c7;stop-opacity:1;"
473 + offset="0.8711412"
474 + id="stop5344" />
475 + <stop
476 + id="stop5346"
477 + offset="1"
478 + style="stop-color:#524c76;stop-opacity:1;" />
479 + </linearGradient>
480 + <linearGradient
481 + id="linearGradient5320">
482 + <stop
483 + id="stop5322"
484 + offset="0"
485 + style="stop-color:#ffffff;stop-opacity:1;" />
486 + <stop
487 + style="stop-color:#ffffff;stop-opacity:1;"
488 + offset="0.34214258"
489 + id="stop5324" />
490 + <stop
491 + style="stop-color:#b9b5d7;stop-opacity:1"
492 + offset="0.51998252"
493 + id="stop5326" />
494 + <stop
495 + id="stop5328"
496 + offset="0.75408828"
497 + style="stop-color:#8681b8;stop-opacity:1" />
498 + <stop
499 + style="stop-color:#9f99c7;stop-opacity:1;"
500 + offset="0.8711412"
501 + id="stop5330" />
502 + <stop
503 + id="stop5332"
504 + offset="1"
505 + style="stop-color:#524c76;stop-opacity:1;" />
506 + </linearGradient>
507 + <linearGradient
508 + id="linearGradient5306">
509 + <stop
510 + id="stop5308"
511 + offset="0"
512 + style="stop-color:#ffffff;stop-opacity:1;" />
513 + <stop
514 + style="stop-color:#ffffff;stop-opacity:1;"
515 + offset="0.34214258"
516 + id="stop5310" />
517 + <stop
518 + style="stop-color:#bebbdb;stop-opacity:1"
519 + offset="0.51998252"
520 + id="stop5312" />
521 + <stop
522 + id="stop5314"
523 + offset="0.75408828"
524 + style="stop-color:#928bbe;stop-opacity:1" />
525 + <stop
526 + style="stop-color:#9f99c7;stop-opacity:1;"
527 + offset="0.8711412"
528 + id="stop5316" />
529 + <stop
530 + id="stop5318"
531 + offset="1"
532 + style="stop-color:#524c76;stop-opacity:1;" />
533 + </linearGradient>
534 + <linearGradient
535 + id="linearGradient2096">
536 + <stop
537 + id="stop2098"
538 + offset="0.0000000"
539 + style="stop-color:#7e3615;stop-opacity:1.0000000;" />
540 + <stop
541 + style="stop-color:#7e3615;stop-opacity:1.0000000;"
542 + offset="0.50000000"
543 + id="stop2100" />
544 + <stop
545 + id="stop2102"
546 + offset="1.0000000"
547 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;" />
548 + </linearGradient>
549 + <linearGradient
550 + id="linearGradient2085">
551 + <stop
552 + id="stop2087"
553 + offset="0.0000000"
554 + style="stop-color:#7f3615;stop-opacity:1.0000000;" />
555 + <stop
556 + style="stop-color:#ef743d;stop-opacity:1.0000000;"
557 + offset="0.50000000"
558 + id="stop2089" />
559 + <stop
560 + id="stop2091"
561 + offset="1.0000000"
562 + style="stop-color:#ef743d;stop-opacity:1.0000000;" />
563 + </linearGradient>
564 + <linearGradient
565 + id="linearGradient2077">
566 + <stop
567 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;"
568 + offset="0.0000000"
569 + id="stop2079" />
570 + <stop
571 + id="stop2083"
572 + offset="0.50000000"
573 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;" />
574 + <stop
575 + style="stop-color:#7e3615;stop-opacity:1.0000000;"
576 + offset="1.0000000"
577 + id="stop2081" />
578 + </linearGradient>
579 + <linearGradient
580 + id="linearGradient3560"
581 + inkscape:collect="always">
582 + <stop
583 + id="stop3562"
584 + offset="0"
585 + style="stop-color:#ffffff;stop-opacity:1;" />
586 + <stop
587 + id="stop3564"
588 + offset="1"
589 + style="stop-color:#ffffff;stop-opacity:0;" />
590 + </linearGradient>
591 + <linearGradient
592 + id="linearGradient3004">
593 + <stop
594 + style="stop-color:#ffffff;stop-opacity:1;"
595 + offset="0"
596 + id="stop3006" />
597 + <stop
598 + id="stop7609"
599 + offset="0.34214258"
600 + style="stop-color:#ffffff;stop-opacity:1;" />
601 + <stop
602 + id="stop7599"
603 + offset="0.51998252"
604 + style="stop-color:#bebdf3;stop-opacity:1;" />
605 + <stop
606 + style="stop-color:#8f82f9;stop-opacity:1;"
607 + offset="0.75408828"
608 + id="stop7611" />
609 + <stop
610 + id="stop7613"
611 + offset="0.8711412"
612 + style="stop-color:#9f99c7;stop-opacity:1;" />
613 + <stop
614 + style="stop-color:#524c76;stop-opacity:1;"
615 + offset="1"
616 + id="stop3008" />
617 + </linearGradient>
618 + <linearGradient
619 + id="linearGradient2988">
620 + <stop
621 + id="stop2990"
622 + offset="0.0000000"
623 + style="stop-color:#c9491c;stop-opacity:1.0000000;" />
624 + <stop
625 + id="stop2992"
626 + offset="1.0000000"
627 + style="stop-color:#6b2e26;stop-opacity:1.0000000;" />
628 + </linearGradient>
629 + <linearGradient
630 + id="linearGradient2980">
631 + <stop
632 + id="stop2982"
633 + offset="0.0000000"
634 + style="stop-color:#e76226;stop-opacity:1.0000000;" />
635 + <stop
636 + id="stop2984"
637 + offset="1.0000000"
638 + style="stop-color:#7e3615;stop-opacity:1.0000000;" />
639 + </linearGradient>
640 + <linearGradient
641 + id="linearGradient2127">
642 + <stop
643 + id="stop2129"
644 + offset="0.0000000"
645 + style="stop-color:#cc0045;stop-opacity:1.0000000;" />
646 + <stop
647 + id="stop2131"
648 + offset="1.0000000"
649 + style="stop-color:#ff794d;stop-opacity:1.0000000;" />
650 + </linearGradient>
651 + <linearGradient
652 + gradientTransform="matrix(1.237124,0,0,1.237124,-161.0905,-377.3414)"
653 + gradientUnits="userSpaceOnUse"
654 + y2="269.70941"
655 + x2="368.62137"
656 + y1="697.43707"
657 + x1="464.01675"
658 + id="linearGradient2986"
659 + xlink:href="#linearGradient5306"
660 + inkscape:collect="always" />
661 + <linearGradient
662 + gradientTransform="matrix(1.237124,0,0,1.237124,-1037.425,-1010.413)"
663 + gradientUnits="userSpaceOnUse"
664 + y2="1340.5599"
665 + x2="1099.6853"
666 + y1="-313.5238"
667 + x1="783.86316"
668 + id="linearGradient2994"
669 + xlink:href="#linearGradient5334"
670 + inkscape:collect="always" />
671 + <linearGradient
672 + y2="560.31262"
673 + x2="305.19791"
674 + y1="560.31262"
675 + x1="142.8909"
676 + gradientUnits="userSpaceOnUse"
677 + id="linearGradient2786"
678 + xlink:href="#linearGradient3004"
679 + inkscape:collect="always" />
680 + <radialGradient
681 + r="218.02184"
682 + fy="512.46417"
683 + fx="298.04648"
684 + cy="512.46417"
685 + cx="298.04648"
686 + gradientTransform="matrix(-0.02182864,-1.020879,1.918033,-0.04101524,-759.031,896.8714)"
687 + gradientUnits="userSpaceOnUse"
688 + id="radialGradient2788"
689 + xlink:href="#linearGradient3004"
690 + inkscape:collect="always" />
691 + <linearGradient
692 + gradientTransform="matrix(0.413051,0,0,0.413051,209.7551,299.5351)"
693 + y2="205.21933"
694 + x2="-32.857155"
695 + y1="185.21933"
696 + x1="34.285702"
697 + gradientUnits="userSpaceOnUse"
698 + id="linearGradient2801"
699 + xlink:href="#linearGradient3004"
700 + inkscape:collect="always" />
701 + <radialGradient
702 + gradientUnits="userSpaceOnUse"
703 + gradientTransform="matrix(-1.335307,0.232165,-0.156016,-0.897333,707.4359,624.6685)"
704 + r="22.023195"
705 + fy="365.99103"
706 + fx="278.19101"
707 + cy="365.99103"
708 + cx="278.19101"
709 + id="radialGradient3553"
710 + xlink:href="#linearGradient3560"
711 + inkscape:collect="always" />
712 + <radialGradient
713 + gradientUnits="userSpaceOnUse"
714 + gradientTransform="matrix(1.586984,0.06491459,-0.00379132,0.906694,-164.0892,16.62349)"
715 + r="30.535715"
716 + fy="374.32648"
717 + fx="281.96429"
718 + cy="374.32648"
719 + cx="281.96429"
720 + id="radialGradient3566"
721 + xlink:href="#linearGradient3560"
722 + inkscape:collect="always" />
723 + <radialGradient
724 + gradientUnits="userSpaceOnUse"
725 + gradientTransform="matrix(-0.784367,2.082605,-1.36893,-0.515577,1619.589,-726.3586)"
726 + r="77.994896"
727 + fy="357.7851"
728 + fx="616.66583"
729 + cy="357.7851"
730 + cx="616.66583"
731 + id="radialGradient2075"
732 + xlink:href="#linearGradient2085"
733 + inkscape:collect="always" />
734 + <radialGradient
735 + r="218.02184"
736 + fy="590.5899"
737 + fx="332.72311"
738 + cy="590.5899"
739 + cx="332.72311"
740 + gradientTransform="matrix(-0.0660395,4.190266,-3.573754,-0.05626827,2168.154,-1171.421)"
741 + gradientUnits="userSpaceOnUse"
742 + id="radialGradient3228"
743 + xlink:href="#linearGradient5306"
744 + inkscape:collect="always" />
745 + <radialGradient
746 + gradientUnits="userSpaceOnUse"
747 + gradientTransform="matrix(3.287367,0,0,2.519654,111.6891,-642.7214)"
748 + r="31.94874"
749 + fy="320.08572"
750 + fx="49.529819"
751 + cy="320.08572"
752 + cx="49.529819"
753 + id="radialGradient5851"
754 + xlink:href="#linearGradient5306"
755 + inkscape:collect="always" />
756 + <filter
757 + style="color-interpolation-filters:sRGB"
758 + inkscape:label="Drop Shadow"
759 + id="filter7852">
760 + <feFlood
761 + flood-opacity="0.58999999999999997"
762 + flood-color="rgb(83,71,121)"
763 + result="flood"
764 + id="feFlood7854" />
765 + <feComposite
766 + in="flood"
767 + in2="SourceGraphic"
768 + operator="in"
769 + result="composite1"
770 + id="feComposite7856"
771 + flood-opacity="0.52000000000000002"
772 + stdDeviation="5.9000000000000004" />
773 + <feGaussianBlur
774 + in="composite1"
775 + stdDeviation="5.9110491803278684"
776 + result="blur"
777 + id="feGaussianBlur7858" />
778 + <feOffset
779 + dx="0"
780 + dy="0"
781 + result="offset"
782 + id="feOffset7860" />
783 + <feComposite
784 + in="SourceGraphic"
785 + in2="offset"
786 + operator="over"
787 + result="composite2"
788 + id="feComposite7862" />
789 + </filter>
790 + <filter
791 + style="color-interpolation-filters:sRGB"
792 + inkscape:label="Drop Shadow"
793 + id="filter8003">
794 + <feFlood
795 + flood-opacity="0.85098"
796 + flood-color="rgb(83,71,121)"
797 + result="flood"
798 + id="feFlood8005" />
799 + <feComposite
800 + in="flood"
801 + in2="SourceGraphic"
802 + operator="in"
803 + result="composite1"
804 + id="feComposite8007" />
805 + <feGaussianBlur
806 + in="composite1"
807 + stdDeviation="38.2979"
808 + result="blur"
809 + id="feGaussianBlur8009" />
810 + <feOffset
811 + dx="0"
812 + dy="0"
813 + result="offset"
814 + id="feOffset8011" />
815 + <feComposite
816 + in="SourceGraphic"
817 + in2="offset"
818 + operator="over"
819 + result="composite2"
820 + id="feComposite8013" />
821 + </filter>
822 + </defs>
823 + <sodipodi:namedview
824 + id="base"
825 + pagecolor="#ffffff"
826 + bordercolor="#666666"
827 + borderopacity="1.0"
828 + inkscape:pageopacity="0.0"
829 + inkscape:pageshadow="2"
830 + inkscape:zoom="2.8"
831 + inkscape:cx="62.521638"
832 + inkscape:cy="31.437522"
833 + inkscape:document-units="px"
834 + inkscape:current-layer="layer1"
835 + showgrid="false"
836 + units="px"
837 + inkscape:window-width="1918"
838 + inkscape:window-height="1043"
839 + inkscape:window-x="1920"
840 + inkscape:window-y="36"
841 + inkscape:window-maximized="1"
842 + fit-margin-top="7"
843 + fit-margin-left="20"
844 + fit-margin-right="0"
845 + fit-margin-bottom="5"
846 + inkscape:document-rotation="0" />
847 + <metadata
848 + id="metadata5372">
849 + <rdf:RDF>
850 + <cc:Work
851 + rdf:about="">
852 + <dc:format>image/svg+xml</dc:format>
853 + <dc:type
854 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
855 + <dc:title />
856 + </cc:Work>
857 + </rdf:RDF>
858 + </metadata>
859 + <g
860 + inkscape:label="logo"
861 + inkscape:groupmode="layer"
862 + id="layer1"
863 + transform="translate(5.4741686,-842.04785)">
864 + <g
865 + id="g5680"
866 + transform="matrix(0.07280016,0,0,0.07280016,14.357472,851.99068)"
867 + style="filter:url(#filter8003)">
868 + <g
869 + transform="translate(-25.69105,-25.5213)"
870 + style="display:inline"
871 + inkscape:label="back"
872 + id="layer2">
873 + <path
874 + inkscape:connector-curvature="0"
875 + sodipodi:nodetypes="cscssssssssssscss"
876 + d="M 25.756851,521.91391 C 25.825031,495.65357 48.148853,458.98977 79.868697,425.68116 101.06675,403.42137 122.59556,383.88231 169.52585,343.86782 137.06358,326.05537 86.575337,304.5643 61.242464,276.41883 51.868932,266.00461 34.879101,242.4107 38.174477,210.88878 44.890902,146.64282 124.18914,49.142619 236.90525,28.529375 c 37.50415,-6.858661 80.56354,-1.907781 116.00271,14.024919 111.18036,49.984243 247.14797,174.162266 263.8771,234.794926 5.88837,21.34165 4.75656,55.36025 -5.39475,74.31982 -12.58141,23.49823 -56.1358,71.22495 -115.72484,120.47315 -93.4994,77.2739 -224.52102,160.24847 -322.35291,174.21052 -31.611,4.51135 -63.90775,-0.19399 -86.572466,-12.98278 C 51.279241,613.36083 39.508186,586.6468 35.370326,578.63961 24.367104,557.34729 25.73287,530.37254 25.756851,521.91391 Z M 288.89937,226.87362 c 1.20738,-14.88942 59.59326,-0.0658 55.90415,11.72547 -3.89197,12.43966 -57.28926,5.35537 -55.90415,-11.72547 z"
877 + style="opacity:1;fill:url(#linearGradient2994);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
878 + id="path2973" />
879 + </g>
880 + <g
881 + transform="translate(-25.69105,-25.5213)"
882 + style="display:inline"
883 + inkscape:label="mid"
884 + id="layer4">
885 + <path
886 + inkscape:connector-curvature="0"
887 + sodipodi:nodetypes="csssssssccssss"
888 + d="M 201.12502,319.26488 C 170.40092,345.206 149.97273,362.69737 124.3619,386.10521 62.686019,442.47585 20.779962,485.38384 42.384986,544.03745 67.307886,611.6985 121.94112,608.26771 186.00654,595.69143 351.14346,563.12161 622.59855,354.43165 608.76251,277.34931 597.56708,214.97818 445.90819,90.975251 356.11423,46.84913 328.062,33.063819 295.73224,25.934162 263.30502,27.459889 139.83437,33.287522 43.410732,145.70192 48.3364,206.6102 53.12843,265.866 202.89233,317.49757 201.12502,319.26488 Z M 182.59146,112.40184 c -37.15326,41.33629 -13.39873,121.3113 48.21486,164.90276 72.09526,51.00721 188.8443,60.24272 212.0774,20.90556 43.33515,-73.37278 -3.98029,-150.9555 -74.61054,-185.56335 -69.7954,-34.198724 -162.52227,-26.01189 -185.68172,-0.24497 z"
889 + style="opacity:1;fill:url(#linearGradient2986);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
890 + id="path2975" />
891 + <path
892 + inkscape:connector-curvature="0"
893 + sodipodi:nodetypes="csssscss"
894 + d="m 309.29559,275.57053 c 52.15894,7.24994 97.11719,-13.63858 104.1475,-65.14342 5.35537,-39.2337 -54.68938,-82.09994 -90.78995,-91.98681 -30.14631,-8.25614 -95.59547,2.36034 -100.00778,59.37779 -4.58678,59.27202 56.23678,93.52508 86.65023,97.75244 z m -25.54268,-98.581 c -34.27878,53.10396 49.77027,69.43027 62.63837,59.7456 55.47708,-41.75261 -47.53597,-83.14191 -62.63837,-59.7456 z"
895 + style="display:inline;opacity:1;fill:url(#radialGradient5851);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
896 + id="path4976" />
897 + </g>
898 + <g
899 + transform="translate(-25.69105,-25.5213)"
900 + style="display:inline"
901 + inkscape:label="top"
902 + id="layer5">
903 + <path
904 + inkscape:connector-curvature="0"
905 + sodipodi:nodetypes="cssssssssssscsscsss"
906 + id="path2977"
907 + d="M 253.35285,41.570018 C 192.71898,47.959829 181.10644,55.76371 126.17687,97.322591 107.767,111.25125 73.883463,145.14202 65.201668,185.34831 c -3.306505,15.31275 0.601944,28.53259 11.630184,37.80412 35.312998,29.68796 94.416058,53.77395 142.904478,77.05704 14.20232,6.81964 4.79874,19.18504 -18.10392,39.01252 -57.79173,50.03186 -135.926941,110.93446 -141.3817,157.34203 -2.570415,21.86837 4.916125,51.5832 31.459397,66.7898 31.006723,17.76369 95.372133,6.16955 138.351373,-9.835 62.80599,-23.38762 145.30781,-75.00368 210.80628,-125.74104 68.11013,-52.76042 131.43764,-119.77326 134.57017,-130.70294 3.84668,-13.42147 3.46325,-25.81795 -3.96035,-40.07068 C 559.81983,234.62227 544.23417,217.99109 527.49924,199.37578 482.59667,152.03725 435.087,110.44129 378.2447,78.565883 337.19672,55.547464 301.08129,36.540217 253.35285,41.570018 Z m 89.06787,106.129442 c 43.80514,21.17863 88.78971,76.80693 -0.39035,108.8248 -24.25015,8.70642 -101.15792,-21.38222 -98.80358,-62.4438 3.43316,-6
908 0.65568 45.70723,-72.24041 99.19393,-46.381 z"
909 + style="opacity:1;fill:url(#radialGradient3228);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
910 + </g>
911 + </g>
912 + <g
913 + id="g6781"
914 + transform="matrix(0.25819527,0,0,0.25819527,72.262782,849.69265)"
915 + style="filter:url(#filter7852)">
916 + <path
917 + id="path6783"
918 + d="m 254.9,4.2 c 2.8,0 5.6,0 8.4,0 0,33.7 0,67.3 0,101 -2.8,-0.1 -5.8,0.1 -8.5,-0.1 0,-33.5 0,-67.1 0,-100.6 0,-0.1 0,-0.3 0.1,-0.3 z"
919 + inkscape:connector-curvature="0"
920 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
921 + <path
922 + id="path6785"
923 + d="m 276,4.2 c 3.1,0 6.2,0 9.3,0 0,3.6 0,7.1 0,10.7 -3.1,0 -6.2,0 -9.3,0 0,-3.5 -0.2,-7.3 0,-10.7 z"
924 + inkscape:connector-curvature="0"
925 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
926 + <path
927 + id="path6787"
928 + d="m 136.7,34.8 c 2.1,0 4.3,0 6.4,0 0,2.4 0,4.8 0,7.1 -2.1,0 -4.2,0 -6.3,0 -0.2,15.6 -0.1,33.1 -0.1,49.5 0,2.5 -0.1,5 0.7,6.4 0.9,1.5 3.5,1.7 5.7,1.6 0,2.5 0,4.9 0,7.4 -5.6,0.4 -11,0 -13.1,-3.8 -1.8,-3.5 -1.8,-8.6 -1.8,-13.9 0,-15.6 0,-32 0,-47.1 -1.5,0 -3.1,0 -4.6,0 0,-2.4 0,-4.8 0,-7.1 1.5,0 3.1,0 4.6,0 0,-5.2 0,-10.3 0,-15.5 2.7,-1.1 5.7,-2.4 8.4,-3.4 0.1,6.2 0.1,12.5 0.1,18.8 z"
929 + inkscape:connector-curvature="0"
930 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
931 + <path
932 + id="path6789"
933 + d="m 407.7,16.9 c 2.4,0 4.9,0 7.3,0 0,0.6 0,1.3 0,1.9 -0.9,0 -1.7,0 -2.6,0 -0.2,7.6 0,15.6 -0.1,23.3 -0.7,-0.1 -1.6,0.1 -2.2,-0.1 0,-7.7 0,-15.5 0,-23.2 -0.9,0 -1.7,0 -2.6,0 0.1,-0.6 0,-1.4 0.2,-1.9 z"
934 + inkscape:connector-curvature="0"
935 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
936 + <path
937 + id="path6791"
938 + d="m 417.4,16.9 c 1.2,0 2.5,0 3.7,0 0.7,7.8 1.6,15.4 2.4,23.2 0.5,-1.8 0.6,-3.7 0.8,-5.6 0.6,-5.8 1.1,-11.8 1.8,-17.5 1.2,0 2.5,0 3.7,0 0,8.4 0,16.8 0,25.2 -0.6,0 -1.5,0.1 -1.9,-0.1 -0.1,-7.7 0.1,-15.7 -0.1,-23.3 -0.4,0.3 -0.3,0.9 -0.4,1.3 -0.7,7.2 -1.6,14.9 -2.4,22 -1,0 -2,0 -3,0 -0.9,-7.8 -1.6,-15.8 -2.6,-23.4 -0.4,7.4 -0.1,15.6 -0.2,23.4 -0.6,0 -1.2,0 -1.9,0 0,-8.3 -0.1,-17 0.1,-25.2 z"
939 + inkscape:connector-curvature="0"
940 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
941 + <path
942 + id="path6793"
943 + d="m 24.1,39 c 0.3,-1.4 0.4,-2.9 0.7,-4.2 2.6,0 5.2,0 7.8,0 0,24.3 0,49.5 0,74.1 0,6.6 0,12.5 -1.7,16.8 -1.7,4.6 -5.5,6.8 -11.6,7 C 13,132.9 8.5,131.3 6.2,127.2 4.1,123.3 3.8,117.8 3.9,111 c 2.9,0 5.9,0 8.8,0 0.2,4.6 -0.5,9.6 1.2,12.6 1.5,2.6 6.4,2.6 8.2,0.4 2.1,-2.6 1.8,-8.1 1.8,-13.2 0,-4.5 0,-9.1 0,-12.9 -0.8,1 -1.4,2 -2.2,2.8 -4.1,4 -12.9,4.1 -15.8,-0.9 -2,-3.4 -2,-9 -2,-14.6 0,-11.1 0,-22.2 0,-33.3 0,-9.3 0.1,-18 8.4,-18.7 6.1,-0.5 9.5,2.2 11.8,5.8 z M 12.7,54.5 c 0,8.3 0,19.4 0,27.9 0,4.8 -0.2,9.9 1.6,12.3 1.3,1.8 4.7,2.5 6.8,1.3 2.9,-1.6 3,-7.1 3,-12.3 0,-10.5 0,-20 0,-30.8 0,-5 0.1,-10.6 -3.2,-12.3 -0.9,-0.4 -2.7,-0.5 -3.5,-0.4 -5.2,0.8 -4.7,8.4 -4.7,14.3 z"
944 + inkscape:connector-curvature="0"
945 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
946 + <path
947 + id="path6795"
948 + d="m 73.9,74.1 c -6.6,0 -13.3,0 -19.9,0 0,4.2 0,8.5 0,13 0,4.1 -0.1,9 1.8,11.2 1.7,2 5.9,1.9 7.6,0 2.9,-3.4 1.3,-11.5 1.8,-17.2 2.9,0 5.9,0 8.8,0 -0.2,7.9 0.5,14.8 -2.2,20.2 -1.9,3.7 -6,5.5 -11.1,5.6 -5.2,0.2 -9.9,-1.1 -12.3,-4.4 -2.8,-3.9 -3,-11.1 -3,-18.1 0,-6.9 0,-14.4 0,-21.1 0,-7.6 -0.4,-14.7 0.8,-20.3 1.3,-6.3 4.6,-9.4 11.5,-9.9 7,-0.4 11.7,1.3 13.9,5.5 2.3,4.2 2.4,10.2 2.4,16.6 -0.1,6.2 -0.1,12.8 -0.1,18.9 z M 65,53.1 c 0,-6.2 0.4,-13.4 -6.1,-12.8 -5.1,0.5 -5,6.8 -5,12.5 0,5 0,9.7 0,14 3.5,0.2 7.4,0 11.1,0.1 0,-4.3 0,-8.9 0,-13.8 z"
949 + inkscape:connector-curvature="0"
950 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
951 + <path
952 + id="path6797"
953 + d="m 115,105.2 c -2.8,0 -5.6,0 -8.4,0 0,-15.6 0,-32.1 0,-48.2 0,-5.1 0.5,-11.4 -1.5,-14.6 -1.7,-2.7 -6.9,-2.8 -8.7,-0.1 -2.1,3.1 -1.6,9.5 -1.6,14.6 0,16.1 0,32.6 0,48.3 -2.8,0 -5.6,0 -8.4,0 0,-23.5 0,-46.9 0,-70.4 2.6,0 5.2,0 7.8,0 0.2,1.4 0.4,2.7 0.5,4.1 2,-2.7 4.6,-5.5 9,-5.8 11.3,-0.9 11.2,8.9 11.2,19.6 0.1,17.3 0.1,36 0.1,52.5 z"
954 + inkscape:connector-curvature="0"
955 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
956 + <path
957 + id="path6799"
958 + d="m 163.5,33.2 c 5,-0.4 9.7,0.5 12.3,3 5,4.7 4.1,16.5 4.1,26.4 0,5.2 0,10.4 0,15.3 0,10 0.8,21.6 -4.4,26.2 -2.9,2.5 -7.6,3.2 -12.3,2.7 -4.4,-0.4 -7.9,-2.2 -9.6,-5.6 -1.8,-3.6 -2.2,-9 -2.3,-14.7 -0.1,-6.1 0,-11.2 0,-16.9 0,-6.1 -0.3,-11.4 0,-17 0.2,-5.1 0.5,-10.9 2.6,-14.4 1.7,-3.2 5.4,-4.6 9.6,-5 z M 160,54.8 c 0,9.2 0,20.6 0,29.8 0,5 -0.4,10.9 1.6,13.4 1.7,2.1 5.8,1.9 7.3,0.5 2.5,-2.2 2.2,-8.4 2.2,-13.5 0,-10.7 0,-20.3 0,-31.4 0,-6.4 0.4,-14.2 -6.3,-13.3 -5.4,0.8 -4.8,8.3 -4.8,14.5 z"
959 + inkscape:connector-curvature="0"
960 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
961 + <path
962 + id="path6801"
963 + d="m 204.4,33.2 c 6.3,-0.5 11.9,1 14.2,5.6 2.5,4.9 2.3,13.4 2.3,21.3 0,8.1 0,15.6 0,23.5 0,7.8 -0.1,15.9 -3.9,19.8 -3.7,3.8 -12.8,4.7 -18.4,1.8 -5.4,-2.9 -6.1,-9.7 -6.3,-18.3 -0.2,-6 0,-11.2 0,-16.8 0,-5.7 -0.1,-11.6 0,-16.9 0.1,-5.2 0.5,-11 2.3,-14.6 1.7,-3.5 5.3,-5 9.8,-5.4 z m -3.5,22.1 c 0,4.9 0,9.5 0,15.4 0,5.5 0,9.4 0,15.3 0,5.1 -0.2,11 2.6,12.9 1.8,1.2 5.2,0.8 6.4,-0.4 2.4,-2.2 2.1,-8.6 2.1,-13.6 0,-10.5 0,-20.4 0,-31.4 0,-6.5 0.3,-14.1 -6.3,-13.2 -5.5,0.8 -4.8,8.7 -4.8,15 z"
964 + inkscape:connector-curvature="0"
965 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
966 + <path
967 + id="path6803"
968 + d="m 326.3,105.2 c -2.8,0 -5.6,0 -8.4,0 0,-15.5 0,-31.8 0,-47.9 0,-5.1 0.6,-11.3 -1.3,-14.6 -1.2,-2.2 -5,-3.2 -7.6,-1.6 -3.2,2 -2.8,8.7 -2.8,13.9 0,16.8 0,33.4 0,50.1 -2.6,0.2 -5.7,0 -8.5,0.1 0,-23.5 0,-46.9 0,-70.4 2.6,0 5.2,0 7.8,0 0.2,1.3 0.4,2.7 0.5,4.1 2,-2.7 4.6,-5.5 9,-5.8 11.3,-0.9 11.2,8.8 11.2,19.5 0.1,17.3 0.1,36.4 0.1,52.6 z"
969 + inkscape:connector-curvature="0"
970 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
971 + <path
972 + id="path6805"
973 + d="m 276.3,34.8 c 2.8,0 5.6,0 8.4,0 -0.1,23.4 0.1,47.1 -0.1,70.4 -2.8,0 -5.5,0 -8.3,0 -0.2,-23.2 0,-46.8 -0.1,-70.1 0,-0.1 0,-0.3 0.1,-0.3 z"
974 + inkscape:connector-curvature="0"
975 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
976 + <path
977 + id="path6807"
978 + d="m 339.2,34.8 c 2.8,0 5.6,0 8.4,0 0,15.1 0,31.9 0,47.9 0,6.2 -1,15 3.6,16.7 2.7,1 5.4,-0.1 6.5,-1.9 2,-3.2 1.5,-9.5 1.5,-14.6 0,-16.1 0,-32.5 0,-48.2 2.9,0 5.7,0 8.6,0 0,23.4 0,46.9 0,70.3 -2.4,0.2 -5.3,0 -7.8,0.1 -0.3,-1.3 -0.5,-2.8 -0.7,-4.2 -1.8,3.4 -5.8,6 -11.2,5.7 -9,-0.4 -8.9,-9.7 -8.9,-19.3 0,-17.4 0,-35.4 0,-52.3 -0.1,0 -0.1,-0.2 0,-0.2 z"
979 + inkscape:connector-curvature="0"
980 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
981 + <path
982 + id="path6809"
983 + d="m 376.5,34.8 c 2.9,0 5.8,0 8.7,0 2,8.6 4,17.2 6,25.8 2.1,-8.5 3.9,-17.2 5.9,-25.8 2.7,0 5.3,0 8,0 -3,10.4 -5.8,21.1 -8.8,31.8 -0.2,0.7 -0.6,1.5 -0.6,2 0,1.1 1,3.4 1.3,4.6 3.1,10.7 6,21.4 9.1,31.9 -3,0 -6.1,0 -9.1,0 -2.3,-9.7 -4.7,-19.3 -6.9,-29 -2.4,9.6 -4.6,19.3 -6.9,29 -2.7,0 -5.3,0 -8,0 3.1,-10.5 6.1,-21.3 9.2,-32.1 0.4,-1.5 1.3,-3.2 1.3,-4.5 0,-1.1 -0.8,-2.9 -1.1,-4.2 -2.7,-9.8 -5.4,-19.6 -8.1,-29.3 0,-0.1 -0.1,-0.1 0,-0.2 z"
984 + inkscape:connector-curvature="0"
985 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
986 + </g>
987 + <text
988 + xml:space="preserve"
989 + id="text927"
990 + style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Sans;font-style:normal;font-weight:normal;font-size:56px;line-height:125%;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect929);" />
991 + <text
992 + xml:space="preserve"
993 + style="font-style:normal;font-weight:normal;font-size:56px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
994 + x="93.956291"
995 + y="894.44135"
996 + id="text935"><tspan
997 + sodipodi:role="line"
998 + id="tspan933"
999 + x="93.956291"
1000 + y="894.44135"
1001 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:extra-condensed;font-size:13.3333px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Extra-Condensed';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;">discussion forums</tspan></text>
1002 + </g>
1003 +</svg>