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:13:18
Message-Id: 1623697987.71eb567dc0926b5e07d97b0bd04291b2c54736b0.chiitoo@gentoo
1 commit: 71eb567dc0926b5e07d97b0bd04291b2c54736b0
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:13:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=71eb567d
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 theme/stylesheet.css | 3 +-
20 7 files changed, 679 insertions(+), 48 deletions(-)
21
22 diff --git a/style.cfg b/style.cfg
23 index 2a3a1aa15..99ebfe3bf 100644
24 --- a/style.cfg
25 +++ b/style.cfg
26 @@ -20,10 +20,10 @@
27 #
28
29 # General Information about this style
30 -name = Gentoo Light
31 -copyright = © 2020 Gentoo Foundation
32 +name = Gentoo 20XX
33 +copyright = © 2021 Gentoo Foundation
34 style_version = 1.0.0
35 -phpbb_version = 3.2.8
36 +phpbb_version = 3.3.1
37
38 # Defining a different template bitfield
39 # template_bitfield = //g=
40
41 diff --git a/theme/colours.css b/theme/colours.css
42 index 7135a1dcf..7099e2d3e 100644
43 --- a/theme/colours.css
44 +++ b/theme/colours.css
45 @@ -5,7 +5,7 @@ Colours and backgrounds for common.css
46
47 html, body {
48 color: #000000;
49 - background-color: #ffffff;
50 + background-color: #e1e1e1;
51 }
52
53 h1 {
54 @@ -27,13 +27,17 @@ hr {
55 }
56
57 .rightside {
58 - color: #efefef;
59 + color: #444;
60 }
61
62 .responsive-center {
63 color: #333333;
64 }
65
66 +.wrap {
67 + background-color: #fafafa;
68 +}
69 +
70 /*
71 --------------------------------------------------------------
72 Colours and backgrounds for links.css
73 @@ -48,11 +52,11 @@ a:hover {
74 }
75
76 .linklist a {
77 - color: #a0a0d0;
78 + color: #ffffff;
79 }
80
81 .linklist a:hover {
82 - color: #00ff00;
83 + color: #ff6633;
84 }
85
86 .mark-read {
87 @@ -74,7 +78,7 @@ a:hover {
88
89 /* Notification mark read link */
90 .dropdown-extended a.mark_read {
91 - background-color: #FFFFFF;
92 + background-color: #fafafa;
93 }
94
95 /* Post body links */
96 @@ -119,12 +123,29 @@ a:hover {
97 }
98
99 .forumbg, .forabg {
100 - background-color: #46357c;
101 - background-image: url("./images/cellpic3.gif");
102 + background-color: #54487A;
103 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
104 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
105 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
106 }
107
108 .navbar {
109 - background-color: #000000;
110 + background-color: #54487A;
111 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
112 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
113 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
114 +}
115 +
116 +.navbar li.rightside {
117 + color: #fff;
118 +}
119 +
120 +.nav-breadcrumbs {
121 + background-color: #e1e1e1;
122 +}
123 +
124 +.nav-breadcrumbs a {
125 + color: #333;
126 }
127
128 .forabg, .forumbg, .panel, .post, .responsive {
129 @@ -172,7 +193,8 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
130 }
131
132 .site_logo {
133 - background-image: url("./images/site_logo.png");
134 + background-image: url("./images/site-logo.svg");
135 + background-repeat: no-repeat;
136 }
137
138 /* Statistics
139 @@ -184,7 +206,10 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
140 }
141
142 .stats-header h3 {
143 - background-image: url("./images/cellpic3.gif");
144 + background-color: #54487A;
145 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
146 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
147 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
148 border-bottom-color: #a9b8c2;
149 color: #efefef;
150 }
151 @@ -335,12 +360,12 @@ dl.details dd a {
152 ---------------------------------------- */
153
154 .copyright {
155 - color: #efefef;
156 - background-color: #000000;
157 + color: #444;
158 + background-color: #E1E1E1;
159 }
160
161 .copyright a {
162 - color: #a0a0d0;
163 + color: #54487A;
164 }
165
166 .error {
167 @@ -377,6 +402,13 @@ ul.forums {
168 background-color: #ececec;
169 }
170
171 +ul.topiclist li.header {
172 + background: #54487A;
173 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
174 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
175 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
176 +}
177 +
178 ul.topiclist li {
179 color: #000000;
180 }
181 @@ -419,8 +451,10 @@ li.header dt, li.header dd {
182 ----------------------------------------*/
183
184 #topic-header {
185 - background-color: #46357c;
186 - background-image: url("./images/cellpic3.gif");
187 + background-color: #54487A;
188 + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%);
189 + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */
190 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
191 }
192
193 .postprofile.topic-header-author {
194 @@ -843,7 +877,7 @@ ul.cplist {
195 }
196
197 .panel-container .panel li.header dd, .panel-container .panel li.header dt {
198 - color: #000000;
199 + color: #efefef;
200 }
201
202 .panel-container table.table1 thead th {
203 @@ -1036,7 +1070,7 @@ label {
204 }
205
206 .display-options label {
207 - color: #efefef;
208 + color: #333333;
209 }
210
211 option.disabled-option {
212 @@ -1192,6 +1226,7 @@ input.disabled {
213 }
214
215 .dropdown-extended .header, .dropdown-extended .footer {
216 + background-color: #DDDAEC;
217 border-color: #B9B9B9;
218 color: #000000;
219 }
220 @@ -1202,10 +1237,10 @@ input.disabled {
221 }
222
223 .dropdown-extended .header {
224 - background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
225 - background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #e5e8ea 100%);
226 - background-image: linear-gradient(to bottom, #F1F8FF 0%, #e5e8ea 100%); /* W3C */
227 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#e5e8ea',GradientType=0 ); /* IE6-9 */
228 + background-color: #DDDAEC; /* Old browsers */ /* FF3.6+ */
229 + /*background-image: -webkit-linear-gradient(top, #beb8db 0%, #DDDAEC 20%);*/
230 + /*background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%);*/ /* W3C */
231 + /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb8db', endColorstr='#DDDAEC',GradientType=0 );*/ /* IE6-9 */
232 }
233
234 .dropdown .pointer {
235 @@ -1213,17 +1248,22 @@ input.disabled {
236 }
237
238 .dropdown .pointer-inner {
239 - border-color: #FFF transparent;
240 + border-color: #e1e1e1 transparent;
241 }
242
243 .dropdown-extended .pointer-inner {
244 - border-color: #F1F8FF transparent;
245 + border-color: #DDDAEC transparent;
246 }
247
248 -.dropdown .dropdown-contents {
249 - background: #000000;
250 +.dropdown .dropdown-contents,
251 +.notification_list.dropdown .dropdown-contents {
252 + background: #e1e1e1;
253 border-color: #B9B9B9;
254 box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
255 + color: #444;
256 +}
257 +.notification_list.dropdown .dropdown-contents {
258 + background: #fafafa;
259 }
260
261 .dropdown-up .dropdown-contents {
262 @@ -1231,15 +1271,15 @@ input.disabled {
263 }
264
265 .dropdown-contents a {
266 - color: #a0a0d0;
267 + color: #444;
268 }
269
270 .dropdown li, .dropdown li li {
271 - border-color: #DCDCDC;
272 + border-color: #444;
273 }
274
275 .dropdown li.separator {
276 - border-color: #DCDCDC;
277 + border-top: 1px dotted #444 !important;
278 }
279
280 /* Notifications
281 @@ -1250,10 +1290,15 @@ input.disabled {
282 }
283
284 li.notification-reported strong, li.notification-disapproved strong {
285 - color: #D31141;
286 + color: #ff6633;
287 }
288
289 .badge {
290 - background-color: #D31141;
291 + background-color: #ff6633;
292 color: #ffffff;
293 }
294 +
295 +.notification_list li.bg2,
296 +.notification_list li.bg2:hover {
297 + background-color: #fafafa;
298 +}
299
300 diff --git a/theme/common.css b/theme/common.css
301 index 357b09563..b42e9a054 100644
302 --- a/theme/common.css
303 +++ b/theme/common.css
304 @@ -8,7 +8,7 @@ html {
305
306 body {
307 font-family: Verdana, Helvetica, Arial, sans-serif;
308 - font-size: 10px;
309 + font-size: 11px;
310 line-height: normal;
311 margin: 0;
312 padding: 0;
313 @@ -30,7 +30,7 @@ h2 {
314 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
315 font-weight: normal;
316 font-size: 2em;
317 - margin: 0.8em 0 0.2em 0;
318 + padding: 0.8em 0 0.2em 0;
319 }
320
321 h2.solo {
322 @@ -144,6 +144,10 @@ a:hover { text-decoration: underline; }
323 padding: 0 10px 10px
324 }
325
326 +#page-header {
327 + background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%);
328 +}
329 +
330 .page-body {
331 margin: 4px 0;
332 clear: both;
333 @@ -153,10 +157,6 @@ a:hover { text-decoration: underline; }
334 clear: both;
335 }
336
337 -.page-footer + div {
338 - background-color: #000000;
339 -}
340 -
341 .page-footer h3 {
342 margin-top: 20px;
343 }
344 @@ -174,7 +174,7 @@ a:hover { text-decoration: underline; }
345
346 .site_logo {
347 display: inline-block;
348 - height: 109px;
349 + height: 63px;
350 width: 532px;
351 }
352
353 @@ -196,10 +196,6 @@ a:hover { text-decoration: underline; }
354 padding: 0 0;
355 }
356
357 -.navbar {
358 - padding: 0 5px;
359 -}
360 -
361 .forabg, .forumbg {
362 margin-bottom: 4px;
363 clear: both;
364 @@ -798,7 +794,8 @@ fieldset.fields1 dl.pmlist dd.recipients {
365 ---------------------------------------- */
366 .action-bar {
367 font-size: 11px;
368 - margin: 4px 0;
369 + /*margin: 4px 0;*/
370 + margin: 20px 0 10px;
371 }
372
373 .forabg + .action-bar {
374 @@ -1250,6 +1247,19 @@ ul.linklist:after,
375 display: none;
376 }
377
378 +.navbar {
379 + margin-bottom: -3px;
380 +}
381 +
382 +.navbar .inner ul {
383 + padding: 2px 5px;
384 +}
385 +
386 +.page-footer .navbar {
387 + padding: 0 5px;
388 + margin-bottom: 0;
389 +}
390 +
391 /* Navbar specific list items
392 ----------------------------------------*/
393
394
395 diff --git a/theme/content.css b/theme/content.css
396 index 1e05211de..14d463282 100644
397 --- a/theme/content.css
398 +++ b/theme/content.css
399 @@ -259,7 +259,7 @@ dd.option {
400 }
401
402 .postbody {
403 - padding: 5px;
404 + padding: 5px 5px 5px 20px;
405 line-height: 1.48em;
406 width: 100%;
407 float: left;
408
409 diff --git a/theme/forms.css b/theme/forms.css
410 index 5646a7d6c..d260e2177 100644
411 --- a/theme/forms.css
412 +++ b/theme/forms.css
413 @@ -409,7 +409,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
414 display: block;
415 float: right;
416 margin-right: 5px;
417 - margin-top: 30px;
418 + margin-top: 22px;
419 }
420
421 .search-header .inputbox { border: 0; }
422
423 diff --git a/theme/images/site-logo.svg b/theme/images/site-logo.svg
424 new file mode 100644
425 index 000000000..2750b16d7
426 --- /dev/null
427 +++ b/theme/images/site-logo.svg
428 @@ -0,0 +1,575 @@
429 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
430 +<svg
431 + xmlns:dc="http://purl.org/dc/elements/1.1/"
432 + xmlns:cc="http://creativecommons.org/ns#"
433 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
434 + xmlns:svg="http://www.w3.org/2000/svg"
435 + xmlns="http://www.w3.org/2000/svg"
436 + xmlns:xlink="http://www.w3.org/1999/xlink"
437 + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
438 + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
439 + width="204.72787"
440 + height="59"
441 + viewBox="0 0 204.72787 59"
442 + id="svg5367"
443 + version="1.1"
444 + inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
445 + sodipodi:docname="site-logo.svg">
446 + <defs
447 + id="defs5369">
448 + <rect
449 + x="-30.360149"
450 + y="762.81176"
451 + width="318.71163"
452 + height="118.40404"
453 + id="rect929" />
454 + <linearGradient
455 + id="linearGradient5334">
456 + <stop
457 + id="stop5336"
458 + offset="0"
459 + style="stop-color:#ffffff;stop-opacity:1;" />
460 + <stop
461 + style="stop-color:#ffffff;stop-opacity:1;"
462 + offset="0.34214258"
463 + id="stop5338" />
464 + <stop
465 + style="stop-color:#bebdf3;stop-opacity:1;"
466 + offset="0.51998252"
467 + id="stop5340" />
468 + <stop
469 + id="stop5342"
470 + offset="0.75408828"
471 + style="stop-color:#867fb7;stop-opacity:1" />
472 + <stop
473 + style="stop-color:#9f99c7;stop-opacity:1;"
474 + offset="0.8711412"
475 + id="stop5344" />
476 + <stop
477 + id="stop5346"
478 + offset="1"
479 + style="stop-color:#524c76;stop-opacity:1;" />
480 + </linearGradient>
481 + <linearGradient
482 + id="linearGradient5320">
483 + <stop
484 + id="stop5322"
485 + offset="0"
486 + style="stop-color:#ffffff;stop-opacity:1;" />
487 + <stop
488 + style="stop-color:#ffffff;stop-opacity:1;"
489 + offset="0.34214258"
490 + id="stop5324" />
491 + <stop
492 + style="stop-color:#b9b5d7;stop-opacity:1"
493 + offset="0.51998252"
494 + id="stop5326" />
495 + <stop
496 + id="stop5328"
497 + offset="0.75408828"
498 + style="stop-color:#8681b8;stop-opacity:1" />
499 + <stop
500 + style="stop-color:#9f99c7;stop-opacity:1;"
501 + offset="0.8711412"
502 + id="stop5330" />
503 + <stop
504 + id="stop5332"
505 + offset="1"
506 + style="stop-color:#524c76;stop-opacity:1;" />
507 + </linearGradient>
508 + <linearGradient
509 + id="linearGradient5306">
510 + <stop
511 + id="stop5308"
512 + offset="0"
513 + style="stop-color:#ffffff;stop-opacity:1;" />
514 + <stop
515 + style="stop-color:#ffffff;stop-opacity:1;"
516 + offset="0.34214258"
517 + id="stop5310" />
518 + <stop
519 + style="stop-color:#bebbdb;stop-opacity:1"
520 + offset="0.51998252"
521 + id="stop5312" />
522 + <stop
523 + id="stop5314"
524 + offset="0.75408828"
525 + style="stop-color:#928bbe;stop-opacity:1" />
526 + <stop
527 + style="stop-color:#9f99c7;stop-opacity:1;"
528 + offset="0.8711412"
529 + id="stop5316" />
530 + <stop
531 + id="stop5318"
532 + offset="1"
533 + style="stop-color:#524c76;stop-opacity:1;" />
534 + </linearGradient>
535 + <linearGradient
536 + id="linearGradient2096">
537 + <stop
538 + id="stop2098"
539 + offset="0.0000000"
540 + style="stop-color:#7e3615;stop-opacity:1.0000000;" />
541 + <stop
542 + style="stop-color:#7e3615;stop-opacity:1.0000000;"
543 + offset="0.50000000"
544 + id="stop2100" />
545 + <stop
546 + id="stop2102"
547 + offset="1.0000000"
548 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;" />
549 + </linearGradient>
550 + <linearGradient
551 + id="linearGradient2085">
552 + <stop
553 + id="stop2087"
554 + offset="0.0000000"
555 + style="stop-color:#7f3615;stop-opacity:1.0000000;" />
556 + <stop
557 + style="stop-color:#ef743d;stop-opacity:1.0000000;"
558 + offset="0.50000000"
559 + id="stop2089" />
560 + <stop
561 + id="stop2091"
562 + offset="1.0000000"
563 + style="stop-color:#ef743d;stop-opacity:1.0000000;" />
564 + </linearGradient>
565 + <linearGradient
566 + id="linearGradient2077">
567 + <stop
568 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;"
569 + offset="0.0000000"
570 + id="stop2079" />
571 + <stop
572 + id="stop2083"
573 + offset="0.50000000"
574 + style="stop-color:#ed5b1a;stop-opacity:1.0000000;" />
575 + <stop
576 + style="stop-color:#7e3615;stop-opacity:1.0000000;"
577 + offset="1.0000000"
578 + id="stop2081" />
579 + </linearGradient>
580 + <linearGradient
581 + id="linearGradient3560"
582 + inkscape:collect="always">
583 + <stop
584 + id="stop3562"
585 + offset="0"
586 + style="stop-color:#ffffff;stop-opacity:1;" />
587 + <stop
588 + id="stop3564"
589 + offset="1"
590 + style="stop-color:#ffffff;stop-opacity:0;" />
591 + </linearGradient>
592 + <linearGradient
593 + id="linearGradient3004">
594 + <stop
595 + style="stop-color:#ffffff;stop-opacity:1;"
596 + offset="0"
597 + id="stop3006" />
598 + <stop
599 + id="stop7609"
600 + offset="0.34214258"
601 + style="stop-color:#ffffff;stop-opacity:1;" />
602 + <stop
603 + id="stop7599"
604 + offset="0.51998252"
605 + style="stop-color:#bebdf3;stop-opacity:1;" />
606 + <stop
607 + style="stop-color:#8f82f9;stop-opacity:1;"
608 + offset="0.75408828"
609 + id="stop7611" />
610 + <stop
611 + id="stop7613"
612 + offset="0.8711412"
613 + style="stop-color:#9f99c7;stop-opacity:1;" />
614 + <stop
615 + style="stop-color:#524c76;stop-opacity:1;"
616 + offset="1"
617 + id="stop3008" />
618 + </linearGradient>
619 + <linearGradient
620 + id="linearGradient2988">
621 + <stop
622 + id="stop2990"
623 + offset="0.0000000"
624 + style="stop-color:#c9491c;stop-opacity:1.0000000;" />
625 + <stop
626 + id="stop2992"
627 + offset="1.0000000"
628 + style="stop-color:#6b2e26;stop-opacity:1.0000000;" />
629 + </linearGradient>
630 + <linearGradient
631 + id="linearGradient2980">
632 + <stop
633 + id="stop2982"
634 + offset="0.0000000"
635 + style="stop-color:#e76226;stop-opacity:1.0000000;" />
636 + <stop
637 + id="stop2984"
638 + offset="1.0000000"
639 + style="stop-color:#7e3615;stop-opacity:1.0000000;" />
640 + </linearGradient>
641 + <linearGradient
642 + id="linearGradient2127">
643 + <stop
644 + id="stop2129"
645 + offset="0.0000000"
646 + style="stop-color:#cc0045;stop-opacity:1.0000000;" />
647 + <stop
648 + id="stop2131"
649 + offset="1.0000000"
650 + style="stop-color:#ff794d;stop-opacity:1.0000000;" />
651 + </linearGradient>
652 + <linearGradient
653 + gradientTransform="matrix(1.237124,0,0,1.237124,-161.0905,-377.3414)"
654 + gradientUnits="userSpaceOnUse"
655 + y2="269.70941"
656 + x2="368.62137"
657 + y1="697.43707"
658 + x1="464.01675"
659 + id="linearGradient2986"
660 + xlink:href="#linearGradient5306"
661 + inkscape:collect="always" />
662 + <linearGradient
663 + gradientTransform="matrix(1.237124,0,0,1.237124,-1037.425,-1010.413)"
664 + gradientUnits="userSpaceOnUse"
665 + y2="1340.5599"
666 + x2="1099.6853"
667 + y1="-313.5238"
668 + x1="783.86316"
669 + id="linearGradient2994"
670 + xlink:href="#linearGradient5334"
671 + inkscape:collect="always" />
672 + <linearGradient
673 + y2="560.31262"
674 + x2="305.19791"
675 + y1="560.31262"
676 + x1="142.8909"
677 + gradientUnits="userSpaceOnUse"
678 + id="linearGradient2786"
679 + xlink:href="#linearGradient3004"
680 + inkscape:collect="always" />
681 + <radialGradient
682 + r="218.02184"
683 + fy="512.46417"
684 + fx="298.04648"
685 + cy="512.46417"
686 + cx="298.04648"
687 + gradientTransform="matrix(-0.02182864,-1.020879,1.918033,-0.04101524,-759.031,896.8714)"
688 + gradientUnits="userSpaceOnUse"
689 + id="radialGradient2788"
690 + xlink:href="#linearGradient3004"
691 + inkscape:collect="always" />
692 + <linearGradient
693 + gradientTransform="matrix(0.413051,0,0,0.413051,209.7551,299.5351)"
694 + y2="205.21933"
695 + x2="-32.857155"
696 + y1="185.21933"
697 + x1="34.285702"
698 + gradientUnits="userSpaceOnUse"
699 + id="linearGradient2801"
700 + xlink:href="#linearGradient3004"
701 + inkscape:collect="always" />
702 + <radialGradient
703 + gradientUnits="userSpaceOnUse"
704 + gradientTransform="matrix(-1.335307,0.232165,-0.156016,-0.897333,707.4359,624.6685)"
705 + r="22.023195"
706 + fy="365.99103"
707 + fx="278.19101"
708 + cy="365.99103"
709 + cx="278.19101"
710 + id="radialGradient3553"
711 + xlink:href="#linearGradient3560"
712 + inkscape:collect="always" />
713 + <radialGradient
714 + gradientUnits="userSpaceOnUse"
715 + gradientTransform="matrix(1.586984,0.06491459,-0.00379132,0.906694,-164.0892,16.62349)"
716 + r="30.535715"
717 + fy="374.32648"
718 + fx="281.96429"
719 + cy="374.32648"
720 + cx="281.96429"
721 + id="radialGradient3566"
722 + xlink:href="#linearGradient3560"
723 + inkscape:collect="always" />
724 + <radialGradient
725 + gradientUnits="userSpaceOnUse"
726 + gradientTransform="matrix(-0.784367,2.082605,-1.36893,-0.515577,1619.589,-726.3586)"
727 + r="77.994896"
728 + fy="357.7851"
729 + fx="616.66583"
730 + cy="357.7851"
731 + cx="616.66583"
732 + id="radialGradient2075"
733 + xlink:href="#linearGradient2085"
734 + inkscape:collect="always" />
735 + <radialGradient
736 + r="218.02184"
737 + fy="590.5899"
738 + fx="332.72311"
739 + cy="590.5899"
740 + cx="332.72311"
741 + gradientTransform="matrix(-0.0660395,4.190266,-3.573754,-0.05626827,2168.154,-1171.421)"
742 + gradientUnits="userSpaceOnUse"
743 + id="radialGradient3228"
744 + xlink:href="#linearGradient5306"
745 + inkscape:collect="always" />
746 + <radialGradient
747 + gradientUnits="userSpaceOnUse"
748 + gradientTransform="matrix(3.287367,0,0,2.519654,111.6891,-642.7214)"
749 + r="31.94874"
750 + fy="320.08572"
751 + fx="49.529819"
752 + cy="320.08572"
753 + cx="49.529819"
754 + id="radialGradient5851"
755 + xlink:href="#linearGradient5306"
756 + inkscape:collect="always" />
757 + <filter
758 + style="color-interpolation-filters:sRGB"
759 + inkscape:label="Drop Shadow"
760 + id="filter7852">
761 + <feFlood
762 + flood-opacity="0.58999999999999997"
763 + flood-color="rgb(83,71,121)"
764 + result="flood"
765 + id="feFlood7854" />
766 + <feComposite
767 + in="flood"
768 + in2="SourceGraphic"
769 + operator="in"
770 + result="composite1"
771 + id="feComposite7856"
772 + flood-opacity="0.52000000000000002"
773 + stdDeviation="5.9000000000000004" />
774 + <feGaussianBlur
775 + in="composite1"
776 + stdDeviation="5.9110491803278684"
777 + result="blur"
778 + id="feGaussianBlur7858" />
779 + <feOffset
780 + dx="0"
781 + dy="0"
782 + result="offset"
783 + id="feOffset7860" />
784 + <feComposite
785 + in="SourceGraphic"
786 + in2="offset"
787 + operator="over"
788 + result="composite2"
789 + id="feComposite7862" />
790 + </filter>
791 + <filter
792 + style="color-interpolation-filters:sRGB"
793 + inkscape:label="Drop Shadow"
794 + id="filter8003">
795 + <feFlood
796 + flood-opacity="0.85098"
797 + flood-color="rgb(83,71,121)"
798 + result="flood"
799 + id="feFlood8005" />
800 + <feComposite
801 + in="flood"
802 + in2="SourceGraphic"
803 + operator="in"
804 + result="composite1"
805 + id="feComposite8007" />
806 + <feGaussianBlur
807 + in="composite1"
808 + stdDeviation="38.2979"
809 + result="blur"
810 + id="feGaussianBlur8009" />
811 + <feOffset
812 + dx="0"
813 + dy="0"
814 + result="offset"
815 + id="feOffset8011" />
816 + <feComposite
817 + in="SourceGraphic"
818 + in2="offset"
819 + operator="over"
820 + result="composite2"
821 + id="feComposite8013" />
822 + </filter>
823 + </defs>
824 + <sodipodi:namedview
825 + id="base"
826 + pagecolor="#ffffff"
827 + bordercolor="#666666"
828 + borderopacity="1.0"
829 + inkscape:pageopacity="0.0"
830 + inkscape:pageshadow="2"
831 + inkscape:zoom="2.8"
832 + inkscape:cx="62.521638"
833 + inkscape:cy="31.437522"
834 + inkscape:document-units="px"
835 + inkscape:current-layer="layer1"
836 + showgrid="false"
837 + units="px"
838 + inkscape:window-width="1918"
839 + inkscape:window-height="1043"
840 + inkscape:window-x="1920"
841 + inkscape:window-y="36"
842 + inkscape:window-maximized="1"
843 + fit-margin-top="7"
844 + fit-margin-left="20"
845 + fit-margin-right="0"
846 + fit-margin-bottom="5"
847 + inkscape:document-rotation="0" />
848 + <metadata
849 + id="metadata5372">
850 + <rdf:RDF>
851 + <cc:Work
852 + rdf:about="">
853 + <dc:format>image/svg+xml</dc:format>
854 + <dc:type
855 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
856 + <dc:title />
857 + </cc:Work>
858 + </rdf:RDF>
859 + </metadata>
860 + <g
861 + inkscape:label="logo"
862 + inkscape:groupmode="layer"
863 + id="layer1"
864 + transform="translate(5.4741686,-842.04785)">
865 + <g
866 + id="g5680"
867 + transform="matrix(0.07280016,0,0,0.07280016,14.357472,851.99068)"
868 + style="filter:url(#filter8003)">
869 + <g
870 + transform="translate(-25.69105,-25.5213)"
871 + style="display:inline"
872 + inkscape:label="back"
873 + id="layer2">
874 + <path
875 + inkscape:connector-curvature="0"
876 + sodipodi:nodetypes="cscssssssssssscss"
877 + 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"
878 + 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"
879 + id="path2973" />
880 + </g>
881 + <g
882 + transform="translate(-25.69105,-25.5213)"
883 + style="display:inline"
884 + inkscape:label="mid"
885 + id="layer4">
886 + <path
887 + inkscape:connector-curvature="0"
888 + sodipodi:nodetypes="csssssssccssss"
889 + 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"
890 + 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"
891 + id="path2975" />
892 + <path
893 + inkscape:connector-curvature="0"
894 + sodipodi:nodetypes="csssscss"
895 + 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"
896 + 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"
897 + id="path4976" />
898 + </g>
899 + <g
900 + transform="translate(-25.69105,-25.5213)"
901 + style="display:inline"
902 + inkscape:label="top"
903 + id="layer5">
904 + <path
905 + inkscape:connector-curvature="0"
906 + sodipodi:nodetypes="cssssssssssscsscsss"
907 + id="path2977"
908 + 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
909 0.65568 45.70723,-72.24041 99.19393,-46.381 z"
910 + 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" />
911 + </g>
912 + </g>
913 + <g
914 + id="g6781"
915 + transform="matrix(0.25819527,0,0,0.25819527,72.262782,849.69265)"
916 + style="filter:url(#filter7852)">
917 + <path
918 + id="path6783"
919 + 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"
920 + inkscape:connector-curvature="0"
921 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
922 + <path
923 + id="path6785"
924 + 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"
925 + inkscape:connector-curvature="0"
926 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
927 + <path
928 + id="path6787"
929 + 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"
930 + inkscape:connector-curvature="0"
931 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
932 + <path
933 + id="path6789"
934 + 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"
935 + inkscape:connector-curvature="0"
936 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
937 + <path
938 + id="path6791"
939 + 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"
940 + inkscape:connector-curvature="0"
941 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
942 + <path
943 + id="path6793"
944 + 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"
945 + inkscape:connector-curvature="0"
946 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
947 + <path
948 + id="path6795"
949 + 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"
950 + inkscape:connector-curvature="0"
951 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
952 + <path
953 + id="path6797"
954 + 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"
955 + inkscape:connector-curvature="0"
956 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
957 + <path
958 + id="path6799"
959 + 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"
960 + inkscape:connector-curvature="0"
961 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
962 + <path
963 + id="path6801"
964 + 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"
965 + inkscape:connector-curvature="0"
966 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
967 + <path
968 + id="path6803"
969 + 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"
970 + inkscape:connector-curvature="0"
971 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
972 + <path
973 + id="path6805"
974 + 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"
975 + inkscape:connector-curvature="0"
976 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
977 + <path
978 + id="path6807"
979 + 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"
980 + inkscape:connector-curvature="0"
981 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
982 + <path
983 + id="path6809"
984 + 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"
985 + inkscape:connector-curvature="0"
986 + style="clip-rule:evenodd;fill:#534779;fill-rule:evenodd" />
987 + </g>
988 + <text
989 + xml:space="preserve"
990 + id="text927"
991 + 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);" />
992 + <text
993 + xml:space="preserve"
994 + 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;"
995 + x="93.956291"
996 + y="894.44135"
997 + id="text935"><tspan
998 + sodipodi:role="line"
999 + id="tspan933"
1000 + x="93.956291"
1001 + y="894.44135"
1002 + 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>
1003 + </g>
1004 +</svg>
1005
1006 diff --git a/theme/stylesheet.css b/theme/stylesheet.css
1007 index 5c41d2ec6..8049f4771 100644
1008 --- a/theme/stylesheet.css
1009 +++ b/theme/stylesheet.css
1010 @@ -1,6 +1,7 @@
1011 /* phpBB3 Style Sheet
1012 --------------------------------------------------------------
1013 - Style name: Gentoo Light
1014 + Style name: Gentoo 20XX
1015 + Based on style: Gentoo Light
1016 Based on style: prosilver (the default phpBB 3.2.x style)
1017 Based on style: Gentoo phpBB 2 (Derived from subSilver by Kyle Manna)
1018 Original author: Tom Beddard ( http://www.subblue.com/ )