mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the Capcom Play System I, II and III (cps1, cps2 and cps3) game systems.
This commit is contained in:
parent
9dab1557ca
commit
23e9f7c138
|
@ -345,6 +345,54 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps1</name>
|
||||
<fullname>Capcom Play System I</fullname>
|
||||
<path>%ROMPATH%/cps1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.dylib %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps1 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-1">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps1_libretro.dylib %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps2</name>
|
||||
<fullname>Capcom Play System II</fullname>
|
||||
<path>%ROMPATH%/cps2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.dylib %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps2 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps2_libretro.dylib %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps3</name>
|
||||
<fullname>Capcom Play System III</fullname>
|
||||
<path>%ROMPATH%/cps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.dylib %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.dylib %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps3 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.dylib %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-3">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps3_libretro.dylib %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
|
@ -351,6 +351,57 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps1</name>
|
||||
<fullname>Capcom Play System I</fullname>
|
||||
<path>%ROMPATH%/cps1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.so %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.so %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps1 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.so %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%EMULATOR_FINALBURN-NEO% -fullscreen %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.so %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-1">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps1_libretro.so %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps2</name>
|
||||
<fullname>Capcom Play System II</fullname>
|
||||
<path>%ROMPATH%/cps2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.so %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.so %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps2 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.so %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%EMULATOR_FINALBURN-NEO% -fullscreen %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.so %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps2_libretro.so %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps3</name>
|
||||
<fullname>Capcom Play System III</fullname>
|
||||
<path>%ROMPATH%/cps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2010_libretro.so %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2003_plus_libretro.so %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame2000_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/cps3 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbneo_libretro.so %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%EMULATOR_FINALBURN-NEO% -fullscreen %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_libretro.so %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-3">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fbalpha2012_cps3_libretro.so %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
|
@ -354,6 +354,57 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps1</name>
|
||||
<fullname>Capcom Play System I</fullname>
|
||||
<path>%ROMPATH%\cps1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2010_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2003_plus_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2000_libretro.dll %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\cps1 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbneo_libretro.dll %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_FINALBURN-NEO% %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-1">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_cps1_libretro.dll %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps2</name>
|
||||
<fullname>Capcom Play System II</fullname>
|
||||
<path>%ROMPATH%\cps2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2010_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2003_plus_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2000_libretro.dll %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\cps2 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbneo_libretro.dll %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_FINALBURN-NEO% %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_cps2_libretro.dll %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cps3</name>
|
||||
<fullname>Capcom Play System III</fullname>
|
||||
<path>%ROMPATH%\cps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2010">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2010_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2003-Plus">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2003_plus_libretro.dll %ROM%</command>
|
||||
<command label="MAME 2000">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame2000_libretro.dll %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\cps3 %BASENAME%</command>
|
||||
<command label="FinalBurn Neo">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbneo_libretro.dll %ROM%</command>
|
||||
<command label="FinalBurn Neo (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_FINALBURN-NEO% %BASENAME%</command>
|
||||
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command>
|
||||
<command label="FB Alpha 2012 CPS-3">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_cps3_libretro.dll %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* amstradcpc - Amstrad CPC - controller.svg
|
||||
* android: Google Android - consolegame.svg, controller.svg
|
||||
* apple2gs: Apple IIGS - consolegame.svg, controller.svg
|
||||
* arduboy: Arduboy Miniature Game System - consolegame.svg, controller.svg
|
||||
* astrocade: Bally Astrocade - consolegame.svg, controller.svg
|
||||
* atari5200: Atari 5200 - consolegame.svg, controller.svg
|
||||
* atari800: Atari 800 - consolegame.svg, controller.svg
|
||||
|
@ -23,6 +24,9 @@
|
|||
* channelf: Fairchild Channel F - consolegame.svg, controller.svg
|
||||
* coco: Tandy Color Computer - consolegame.svg, controller.svg
|
||||
* cps: Capcom Play System - consolegame.svg, controller.svg
|
||||
* cps1: Capcom Play System I - consolegame.svg, controller.svg
|
||||
* cps2: Capcom Play System II - consolegame.svg, controller.svg
|
||||
* cps3: Capcom Play System III - consolegame.svg, controller.svg
|
||||
* custom-collections - customized colors, consolegame.svg, (uses temporary art)
|
||||
* daphne: Daphne Arcade Laserdisc Emulator - consolegame.svg, controller.svg
|
||||
* desktop: Desktop applications - consolegame.svg, controller.svg
|
||||
|
|
16
themes/slate-es-de/cps1/colors.xml
Normal file
16
themes/slate-es-de/cps1/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>FAFAFA</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>FFCB04</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>034EA2</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>111111</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
311
themes/slate-es-de/cps1/images/logo.svg
Normal file
311
themes/slate-es-de/cps1/images/logo.svg
Normal file
|
@ -0,0 +1,311 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 3839 1558.9"
|
||||
style="enable-background:new 0 0 3839 1558.9;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs75">
|
||||
<linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1919.5"
|
||||
y1="0"
|
||||
x2="1919.5"
|
||||
y2="1558.8749">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#007CFF"
|
||||
id="stop4" />
|
||||
<stop
|
||||
offset="0.7926"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop6" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop8" />
|
||||
</linearGradient>
|
||||
|
||||
|
||||
|
||||
</defs><sodipodi:namedview
|
||||
id="namedview73"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.42465841"
|
||||
inkscape:cx="1920.367"
|
||||
inkscape:cy="778.2726"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#034EA2;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#034EA2;}
|
||||
.st4{fill:#FFCB04;}
|
||||
.st5{fill:url(#SVGID_1_);}
|
||||
.st6{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000101078395127518889720000017888688576560171905_);}
|
||||
.st7{fill:url(#SVGID_00000162330637975082915310000005984545349882972094_);}
|
||||
.st8{fill:url(#SVGID_00000116922015430745701940000004579957141753849022_);}
|
||||
.st9{fill:url(#SVGID_00000044166599075529982050000006860094890798892990_);}
|
||||
.st10{fill:url(#SVGID_00000019656224491021978750000017425894831851804035_);}
|
||||
.st11{fill:url(#SVGID_00000179633494936354519320000005841020510421104312_);}
|
||||
.st12{fill:url(#SVGID_00000050660028047343908060000000501445865217473169_);}
|
||||
.st13{fill:url(#SVGID_00000007394814167570397860000009841616420806044860_);}
|
||||
.st14{fill:url(#SVGID_00000053506032065439312240000009168670198131196842_);}
|
||||
.st15{fill:url(#SVGID_00000016776178789219668220000009470915692899035054_);}
|
||||
.st16{fill:url(#SVGID_00000163035993685170715150000000003855174007126412_);}
|
||||
.st17{fill:url(#SVGID_00000010288067816898887070000013553215600192253594_);}
|
||||
.st18{fill:url(#SVGID_00000173132721685460378760000000119944113938520210_);}
|
||||
.st19{fill:url(#SVGID_00000065787684467832144690000010089305665255563153_);}
|
||||
.st20{display:none;}
|
||||
.st21{display:inline;fill:#FF0642;}
|
||||
.st22{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.5156;stroke-miterlimit:10;}
|
||||
.st23{display:inline;fill:#FFCB04;}
|
||||
.st24{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000156549782331998366630000001079581697866479774_);}
|
||||
.st25{fill:url(#SVGID_00000064333969209699626350000006221798389409712790_);}
|
||||
.st26{fill:url(#SVGID_00000163765097892291404380000015086801590754581176_);}
|
||||
.st27{fill:url(#SVGID_00000112605902721672473880000004627755295231559302_);}
|
||||
.st28{fill:url(#SVGID_00000125590031275523971030000002544771940348949645_);}
|
||||
.st29{fill:url(#SVGID_00000087390891310912019840000009952949605557646498_);}
|
||||
.st30{fill:url(#SVGID_00000083793370396799255320000012168378099720387718_);}
|
||||
.st31{fill:url(#SVGID_00000168800665972282370270000012345010239874942338_);}
|
||||
.st32{fill:url(#SVGID_00000138556810295337579520000003334193062491500436_);}
|
||||
.st33{fill:url(#SVGID_00000040549152020967134820000005231062437167436697_);}
|
||||
.st34{fill:url(#SVGID_00000077318999986163726610000017757204701588942003_);}
|
||||
.st35{fill:url(#SVGID_00000103985717471251999930000003581494462650445460_);}
|
||||
.st36{fill:url(#SVGID_00000043438108281887391800000004805481614862582191_);}
|
||||
.st37{fill:url(#SVGID_00000162343434353055096760000014522607648385814681_);}
|
||||
.st38{fill:url(#SVGID_00000011731265537815815130000003097499740116788635_);}
|
||||
.st39{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000119113091720176573370000000821381017780541596_);}
|
||||
.st40{fill:url(#SVGID_00000117677619848770843680000001885251188842805131_);}
|
||||
.st41{fill:url(#SVGID_00000121276456685904710770000015397382479137309610_);}
|
||||
.st42{fill:url(#SVGID_00000028315485384181587700000001769914100492854198_);}
|
||||
.st43{fill:url(#SVGID_00000088093996934372240300000012543957494803487883_);}
|
||||
.st44{fill:url(#SVGID_00000161633080349727948520000008108351096649220771_);}
|
||||
.st45{fill:url(#SVGID_00000142166400212339263020000003950692545616923541_);}
|
||||
.st46{fill:url(#SVGID_00000121993737146414727550000001778766359944536213_);}
|
||||
.st47{fill:url(#SVGID_00000021821425790113886770000007525445616504090500_);}
|
||||
.st48{fill:url(#SVGID_00000064330967443952895320000013406465165364545929_);}
|
||||
.st49{fill:url(#SVGID_00000041272370213432475130000013598321507704249276_);}
|
||||
.st50{fill:url(#SVGID_00000048501142242797497240000008956766483998063266_);}
|
||||
.st51{fill:url(#SVGID_00000138550210068977522730000000891799060039435162_);}
|
||||
.st52{fill:url(#SVGID_00000095300098531968898500000017278022966784340124_);}
|
||||
.st53{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000157295548653419330470000017181458006447257019_);}
|
||||
.st54{fill:url(#SVGID_00000069358255937809407780000004696057910247158703_);}
|
||||
.st55{fill:url(#SVGID_00000182526008990166766680000002384279752158921406_);}
|
||||
.st56{fill:url(#SVGID_00000006697323792728280370000007677959216438888882_);}
|
||||
.st57{fill:url(#SVGID_00000075881110402030096400000014822765095386933936_);}
|
||||
.st58{fill:url(#SVGID_00000039817802866813901130000011237302189303464093_);}
|
||||
.st59{fill:url(#SVGID_00000042714936903819301860000008031225283674031286_);}
|
||||
.st60{fill:url(#SVGID_00000178896448698789629610000014014510639513833373_);}
|
||||
.st61{fill:url(#SVGID_00000106141150759479342490000004209345305330671004_);}
|
||||
.st62{fill:url(#SVGID_00000014616001870906604590000011817319636583041973_);}
|
||||
.st63{fill:url(#SVGID_00000040564730194325095220000016112549596615949735_);}
|
||||
.st64{fill:url(#SVGID_00000067924084894242510430000006096986582204027279_);}
|
||||
.st65{fill:url(#SVGID_00000127025495463924806040000001219616497209342141_);}
|
||||
.st66{fill:url(#SVGID_00000181783477123254170190000014281766853271235224_);}
|
||||
.st67{fill:url(#SVGID_00000107569402242034903340000001273636237904793493_);}
|
||||
.st68{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000095323928557546014860000005540191521582080642_);}
|
||||
.st69{fill:url(#SVGID_00000016067462266484875200000015369782868242563769_);}
|
||||
.st70{fill:url(#SVGID_00000180324372496682695150000016399293399976823474_);}
|
||||
.st71{fill:url(#SVGID_00000097500565372326671740000011508207516980067743_);}
|
||||
.st72{fill:url(#SVGID_00000150812694450221668950000010526870023403079574_);}
|
||||
.st73{fill:url(#SVGID_00000119819690155142969990000006665575274101503152_);}
|
||||
.st74{fill:url(#SVGID_00000037666378614195402970000011118990453394238877_);}
|
||||
.st75{fill:url(#SVGID_00000001646582077385751400000013968928791485209522_);}
|
||||
.st76{fill:url(#SVGID_00000030446054644715705340000005856332902631754388_);}
|
||||
.st77{fill:url(#SVGID_00000183949900876568851000000003258722665100292786_);}
|
||||
.st78{fill:url(#SVGID_00000176030860084708661530000011026963472218913177_);}
|
||||
.st79{fill:url(#SVGID_00000102538124447386029700000003940629915832478114_);}
|
||||
.st80{fill:url(#SVGID_00000054950569687241934590000009689077877036701870_);}
|
||||
.st81{fill:url(#SVGID_00000072990780917235929970000000095638981104454303_);}
|
||||
.st82{fill:url(#SVGID_00000147939397789986365110000012681609675806508427_);}
|
||||
.st83{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000156552156696190342470000001900747826323004329_);}
|
||||
.st84{fill:url(#SVGID_00000097469629824059463170000002017730352074730624_);}
|
||||
.st85{fill:url(#SVGID_00000074401715529515323070000015960480804677067442_);}
|
||||
.st86{fill:url(#SVGID_00000105398837959763261620000011162620926527816114_);}
|
||||
.st87{fill:url(#SVGID_00000165229388714487486310000018422684924488753794_);}
|
||||
.st88{fill:url(#SVGID_00000170998889053245319890000015670307168861780409_);}
|
||||
.st89{fill:url(#SVGID_00000024708662885474399390000016782266925346703778_);}
|
||||
.st90{fill:url(#SVGID_00000044147166918623726050000007120006124314241934_);}
|
||||
.st91{fill:url(#SVGID_00000152944760150772903640000001068701950621085868_);}
|
||||
.st92{fill:url(#SVGID_00000061443703754248165210000015025104624298236814_);}
|
||||
.st93{fill:url(#SVGID_00000069363056452885221260000013686494175426153632_);}
|
||||
.st94{fill:url(#SVGID_00000111900393194111143830000017005840862811456653_);}
|
||||
.st95{fill:url(#SVGID_00000019675430620017656270000018278608457212613765_);}
|
||||
.st96{fill:url(#SVGID_00000022548095941627365900000010647013128050763149_);}
|
||||
.st97{fill:url(#SVGID_00000140709193347473011840000001652182700767754429_);}
|
||||
.st98{fill:url(#SVGID_00000000921182075411854570000007042839394359444124_);}
|
||||
.st99{fill:url(#SVGID_00000165953751676970791990000018058104145082404488_);}
|
||||
.st100{fill:url(#SVGID_00000069388431582218984750000007479717721949804218_);}
|
||||
.st101{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000156570191704000225660000009914573306088691607_);}
|
||||
.st102{fill:url(#SVGID_00000142862933170404070140000004721024117384385167_);}
|
||||
.st103{fill:url(#SVGID_00000020365935732938082590000006034310653712400319_);}
|
||||
.st104{fill:url(#SVGID_00000129903983765107485100000006451535924564511893_);}
|
||||
.st105{fill:url(#SVGID_00000026880908833074726340000008114114483360994197_);}
|
||||
.st106{fill:url(#SVGID_00000040546476056919957950000000338176069003776925_);}
|
||||
.st107{fill:url(#SVGID_00000141419280315589901840000009794503194911393194_);}
|
||||
.st108{fill:url(#SVGID_00000071529154228910379830000008341413427580052895_);}
|
||||
.st109{fill:url(#SVGID_00000034778784099194523680000006548256585263004349_);}
|
||||
.st110{fill:url(#SVGID_00000121993545658768748270000001103509440649459100_);}
|
||||
.st111{fill:url(#SVGID_00000030461726666977468040000013764322087206291130_);}
|
||||
.st112{fill:url(#SVGID_00000023255854897627806410000010290446751191077546_);}
|
||||
.st113{fill:url(#SVGID_00000054973674363314678380000015916797542287280022_);}
|
||||
.st114{fill:url(#SVGID_00000016772912582195427100000016076416991519652788_);}
|
||||
.st115{fill:url(#SVGID_00000075854982757182638740000003455718457147561375_);}
|
||||
.st116{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000008868618460868742080000015630414873884970389_);}
|
||||
.st117{fill:url(#SVGID_00000145056773717487119110000017123538719858378412_);}
|
||||
.st118{fill:url(#SVGID_00000017515928889081474870000012513409695859011512_);}
|
||||
.st119{fill:url(#SVGID_00000093873924750168147170000002346042754350837685_);}
|
||||
.st120{fill:url(#SVGID_00000097483847069385943750000008948512250454169236_);}
|
||||
.st121{fill:url(#SVGID_00000182490097237190742330000009258296197392993445_);}
|
||||
.st122{fill:url(#SVGID_00000046342005993930455540000002143927390686253739_);}
|
||||
.st123{fill:url(#SVGID_00000104708509741679509060000006773679680904787384_);}
|
||||
.st124{fill:url(#SVGID_00000005959305060802434360000017221129114958202815_);}
|
||||
.st125{fill:url(#SVGID_00000142176699929161627820000014594686204439634831_);}
|
||||
.st126{fill:url(#SVGID_00000168839904106665236580000000408786504445543556_);}
|
||||
.st127{fill:url(#SVGID_00000090286727478820102500000015234785813856370605_);}
|
||||
.st128{fill:url(#SVGID_00000164504609397183164600000017284559440179825855_);}
|
||||
.st129{fill:url(#SVGID_00000145028732887528473950000014241697206622338432_);}
|
||||
</style>
|
||||
<g
|
||||
id="g7882"><path
|
||||
class="st5"
|
||||
d="m 2129.6,170.2 c 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 34,-7.6 63.4,-12.9 88.2,-15.8 V 0 h -864.6 v 85.8 c 24.7,2.9 54.2,8.2 88.2,15.8 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0,27.9 -4.9,50.7 -14.8,68.7 -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -38.5,3 -67.6,5.2 -87.4,6.7 v 85.7 h 864.6 v -85.7 c -19.8,-1.5 -48.9,-3.7 -87.4,-6.7 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 l 0.8,-1105.2 c 0,-24.9 4.8,-46.8 14.3,-65.9 z"
|
||||
id="path11"
|
||||
style="fill:#034ea2;fill-opacity:1" /><g
|
||||
id="g36">
|
||||
<path
|
||||
id="rect4789_00000098200909000517911880000004817929910845300104_"
|
||||
class="st0"
|
||||
d="M 464.1,1015.6 H 3375 c 85.3,0 154.4,69.1 154.4,154.4 v 0 c 0,85.3 -69.1,154.4 -154.4,154.4 H 464.1 c -85.3,0 -154.4,-69.1 -154.4,-154.4 v 0 c 0,-85.3 69.1,-154.4 154.4,-154.4 z" />
|
||||
<g
|
||||
id="g34">
|
||||
<path
|
||||
class="st1"
|
||||
d="M 916.7,1099.7 H 977 c 35.5,0 58.4,18.3 58.4,49.4 v 0.4 c 0,33.1 -25.5,50.6 -60.5,50.6 h -19.3 v 40.2 h -39 z m 57.5,69.9 c 13.9,0 22.3,-7.2 22.3,-18.3 v -0.4 c 0,-12 -8.4,-18.5 -22.5,-18.5 h -18.3 v 37.2 z"
|
||||
id="path14" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1112.2,1099.7 h 39 v 106.4 h 68.1 v 34.1 h -107 z"
|
||||
id="path16" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1344.7,1098.7 h 37.6 l 59.9,141.6 h -41.8 l -10.2,-25.1 h -54.4 l -10,25.1 h -41 z m 34.1,86.1 -15.7,-40 -15.9,40 z"
|
||||
id="path18" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1534.5,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 h -39.2 z"
|
||||
id="path20" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1804.6,1219.4 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.5,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.8,0 -48.5,-7.8 -65.8,-23.3 z"
|
||||
id="path22" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2041,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 H 2041 Z"
|
||||
id="path24" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2188.1,1219.4 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.4,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.9,0 -48.6,-7.8 -65.9,-23.3 z"
|
||||
id="path26" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2420.3,1133.8 h -42.2 v -34.1 h 123.3 v 34.1 h -42.2 v 106.4 h -39 z"
|
||||
id="path28" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2578.8,1099.7 h 113.1 v 33.1 h -74.5 v 21.3 h 67.5 v 30.7 h -67.5 v 22.3 h 75.5 v 33.1 h -114.1 z"
|
||||
id="path30" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2773,1099.7 h 41.2 l 33.5,54.4 33.5,-54.4 h 41.2 v 140.6 h -38.8 v -80.8 l -36,55 h -0.8 l -35.7,-54.6 v 80.3 h -38.2 v -140.5 z"
|
||||
id="path32" />
|
||||
</g>
|
||||
</g><g
|
||||
id="g68">
|
||||
<path
|
||||
class="st2"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path38" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153 -94.8,-204 -164.2,-204"
|
||||
id="path40" />
|
||||
<polyline
|
||||
class="st2"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline42" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 585.9,890.8 h -176 C 199.9,890.8 83.1,726 83.1,606.9 c 0,-182.4 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.7,100.7 c 0,0 -5.1,2.6 -9.3,2.6 -4.3,0 -10.2,-4.3 -10.2,-4.3 l -11.9,-10.2 c 0,0 -3.4,-0.8 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0,-16.1 -3.4,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 z m 689,1.7 h -212.4 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -38.9,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 H 686.7 v -39.9 c 0,0 15.4,-5.3 27,-17 12.7,-12.7 16.9,-26.3 16.9,-26.3 L 903.3,338.4 h 144.8 l 176,462.3 c 5.1,12.8 13.6,24.7 22.1,34.9 8.4,10.2 28.7,17 28.7,17 z m 402.9,-217.6 c -72.3,33.4 -167.5,59.5 -167.5,59.5 v 88.4 c 0,0 0.8,6 9.3,16.2 8.5,10.2 17.8,12.7 17.8,12.7 v 40.8 H 1341 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.4 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 c 0,0 170.9,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.9,156.4 -135.5,185.2 z m 494.3,-271 c -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.6,100.7 c 0,0 -5.1,2.5 -9.3,2.5 -4.2,0 -10.2,-4.2 -10.2,-4.2 l -11.9,-10.2 c 0,0 -3.4,-0.9 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0.2,-16.2 -3.2,-83.4 -106.5,-83.4 z m 570.5,504.5 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.6 314.3,-289.6 179.4,0 314.2,126.5 314.2,289.6 0,163.1 -131.4,297.2 -314.2,297.2 z M 3759.1,892.8 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88.1,273.6 h -106.6 l -87.2,-256.6 -44,302.5 c 0,0 -1.7,18.2 5.1,28.1 9.3,13.6 26.2,13.6 26.2,13.6 v 36.5 h -175.2 v -39.1 c 0,0 14,-2.1 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399.1 c 0,0 3.8,-14.9 -0.4,-21.7 -4.5,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14.1,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.1 -6,29.7 1.7,13.6 55.9,382.4 57.6,396.1 1.7,13.6 3.4,21.3 6.8,30.6 3.4,9.3 19.5,16.9 19.5,16.9 v 34.5 z"
|
||||
id="path44" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path46" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153 -94.8,-204 -164.2,-204"
|
||||
id="path48" />
|
||||
<polyline
|
||||
class="st1"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline50" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2745.1,995.5 c -132.8,0 -234.3,-66 -285.8,-108.4 v 91.4 h -238.2 c -200.4,0 -360.4,-110.2 -416.5,-283.5 -41.8,30.4 -116.9,73.9 -201.2,96.1 2.3,0.6 4.6,1.2 6.8,1.5 l 17.8,3.1 0.1,182.7 H 418.3 C 183.8,978.6 0,818.3 0,613.8 0,395.5 163.1,237 387.8,237 c 228.9,0 320,172.6 323.8,180 l 6.9,13.5 -202.4,214.8 -155.3,-107 19,-18.2 c 5.7,-6.3 9,-11.7 10.5,-16.3 3.5,-10 -6.1,-19.6 -16.1,-16.1 -3.1,1.1 -6.7,2.6 -10.5,4.5 -22.5,11.7 -48.2,42.3 -46.4,90.1 3.7,95.6 62,139.1 114.6,139.1 46.4,0 59.6,-33.7 60.9,-37.5 l 5,-14.4 15.3,-0.2 h 165.7 v 24 l 166.5,-441 h 261.5 L 1284.1,712 c 0.2,-94.3 0.6,-242.7 0.6,-248.7 0,-2.3 -0.1,-4.2 -0.3,-5.7 -0.4,-3.6 -2.4,-6.8 -5.4,-8.8 -3.6,-2.4 -7.9,-4.1 -10.1,-4.8 l -15.4,-4.5 -0.2,-16.1 V 252.3 h 346.5 c 153.9,0 212.4,36.6 263.3,117.9 76,-89.5 173.5,-134.9 290.2,-134.9 126.9,0 226.4,42 289.7,121.7 75.5,-77.2 190.1,-122.5 312.1,-122.5 118.2,0 223.9,46.5 294.2,127.1 V 252.3 h 349.3 l 15.4,39.2 11.5,-39.2 h 360.9 v 181.1 l -12.1,5.9 c -17.2,8.3 -18.3,11.8 -16.1,25.8 l 45.2,288.9 c 1.3,6.5 3.3,11 6.4,13.7 1.4,1.2 4.3,1.5 5.5,1.4 l 23,-1.6 0.7,23 V 978.6 H 3471.1 V 852.7 h -143.3 v 126.1 h -348.5 v -60.5 c -45.9,30.9 -131.7,77.2 -234.2,77.2 z m -328.6,-212.8 37.3,41 c 1.2,1.3 119.3,128.9 291.3,128.9 133.7,0 240.4,-92.3 241.4,-93.2 l 35.6,-31.3 V 936 h 262.7 V 809.8 H 3514 v 125.8 h 282.1 v -127 c -4.9,-1.9 -10.1,-4.7 -14.9,-9 -13.5,-12.1 -17.9,-27.6 -20,-38.2 l -45.3,-289.8 c -5.5,-35 9.2,-52.9 27.7,-64.5 v -112 h -285.8 l -37.7,129 -50.6,-129 H 3092.4 V 509 l -40.1,-69.8 c -58.1,-101.3 -169.2,-161.7 -297.1,-161.7 -119.8,0 -231.1,47.6 -297.5,127.4 l -18.5,22.2 -15.9,-24.2 c -53.5,-81.5 -146.9,-124.6 -269.9,-124.6 -114.4,0 -204.6,46.7 -275.6,142.6 l -19.9,26.8 -16.2,-29.2 c -42.3,-76.4 -76.6,-123.3 -241.9,-123.3 h -303.6 v 113.9 c 6.4,3.4 13.5,8.3 19.3,15.1 8,9.2 11.9,22 11.9,39 0,8.8 -0.8,325.6 -0.8,325.6 l -0.1,34.7 -31,-15.6 c -18.2,-9.2 -32.5,-34 -36.4,-41.4 l -1.1,-2.3 -180.9,-469 H 875 L 677.5,818.5 636,810.9 V 712.2 H 526.6 C 515.2,732 488,764.3 431.9,764.3 359.4,764.3 279.2,707.9 274.4,583.9 271.8,516 310.3,471.5 344,454.1 c 25.2,-13 50.2,-13.1 67.1,-0.2 18.2,13.9 22.7,30.1 23.3,41.2 0.8,13.5 -3.8,25.8 -9.2,35.4 L 510.2,589 666,423.8 C 641.6,386.2 557.8,279.9 388,279.9 184.9,279.9 43.1,417.2 43.1,613.7 43.1,794.2 208,935.6 418.5,935.6 h 1166.9 v -105 c -20.6,-7 -38.1,-20.3 -38.1,-40.9 0,-13.4 5.3,-30.6 30.3,-36.2 108.2,-24.4 202.3,-89.9 224.3,-111 l 27,-25.9 8.7,36.4 c 41.8,174.4 188.8,282.7 383.8,282.7 h 195.3 v -153 z"
|
||||
id="path52" />
|
||||
<path
|
||||
class="st3"
|
||||
d="M 692.6,426.8 513.1,617.2 394.6,535.6 c 0,0 38.9,-37.4 3.4,-64.6 -27.8,-21.2 -105.5,23.8 -102.2,112.2 3.9,101.9 66.7,159.7 136.1,159.7 64.3,0 81.2,-52.1 81.2,-52.1 H 657.4 V 810.9 L 860.2,273.7 h 231.9 l 186.2,482.7 c 0,0 13.5,25.5 27.1,32.3 0,0 0.8,-316.7 0.8,-325.6 0,-8.9 -1.2,-18.7 -6.7,-25 -9.1,-10.5 -24.5,-14.9 -24.5,-14.9 V 273.8 c 0,0 214.9,0 325,0 168.5,0 211.8,45.9 260.7,134.3 67.5,-91.2 160.4,-151.3 292.9,-151.3 136.4,0 232.8,50.4 287.8,134.3 76.9,-92.3 200.8,-135.1 314,-135.1 139.2,0 255.6,67.7 315.7,172.5 V 273.8 h 313.2 l 33,84.1 24.6,-84.1 h 323.3 V 420 c -22.9,11.1 -32.1,22.3 -28,48.5 l 45.2,288.9 c 1.9,9.4 5.2,19.2 13.2,26.4 9.4,8.4 22,6.8 22,6.8 v 166.6 h -325 V 831.3 h -186.2 v 126.1 h -305.6 v -81.9 c 0,0 -111.7,98.6 -255.6,98.6 -184.2,0 -307.2,-136 -307.2,-136 v 119 c 0,0 -13.5,0 -216.7,0 -192.8,0 -358.4,-106 -404.6,-299.1 -21.9,21 -118.5,90.3 -234.5,116.4 -9,2 -13.5,5.5 -13.5,15.3 0,17.9 38.1,24.3 38.1,24.3 v 143.2 c 0,0 -1002.1,0 -1188.4,0 -220.1,0 -396.9,-151.3 -396.9,-343.3 0,-192 137.9,-355.3 366.4,-355.3 218.3,-0.1 304.7,168.2 304.7,168.2"
|
||||
id="path54" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 903.3,338.3 h 144.8 l 176.1,462.4 c 5.1,12.7 13.5,24.6 22,34.9 8.4,10.2 28.8,17 28.8,17 v 39.9 h -212.5 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -39,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 h -170 v -39.9 c 0,0 15.5,-5.3 27,-17 12.7,-12.8 17,-26.4 17,-26.4 L 903.3,338.3 m -4.2,277.1 h 111.7 L 953.3,453.9 Z"
|
||||
id="path56" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 1342.6,338.3 c 0,0 171,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.8,156.3 -135.4,185.2 -72.3,33.4 -167.6,59.5 -167.6,59.5 v 88.3 c 0,0 0.8,6 9.3,16.2 8.4,10.2 17.8,12.7 17.8,12.7 v 40.8 h -196.4 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.3 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 m 169.3,83.3 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5 z"
|
||||
id="path58" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2742.6,908.4 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.7 314.3,-289.7 179.5,0 314.3,126.5 314.3,289.7 0,163.2 -131.4,297.2 -314.3,297.2 M 2580.1,613.8 c 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153 -94.8,-204 -164.2,-204 -69.4,0 -162.5,40.8 -162.5,204 z"
|
||||
id="path60" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 3138.7,338.7 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.2 -5.9,29.8 1.7,13.6 55.8,382.4 57.5,396 1.7,13.7 3.4,21.3 6.8,30.6 3.3,9.3 19.4,17 19.4,17 v 34.3 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11.1 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88,273.7 h -106.6 l -87.2,-256.7 -44,302.6 c 0,0 -1.7,18.1 5.1,28 9.3,13.7 26.2,13.7 26.2,13.7 v 36.5 h -175.2 v -39.1 c 0,0 13.9,-2.2 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399 c 0,0 3.8,-14.9 -0.4,-21.7 -4.4,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6"
|
||||
id="path62" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 607.1,429.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176 C 200,890.8 83.1,725.9 83.1,606.9 c 0,-182.5 158,-283.7 301.3,-283.7 138.9,0.1 222.7,106.5 222.7,106.5"
|
||||
id="path64" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2399.8,430.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.9,-0.2 222.7,106.3 222.7,106.3"
|
||||
id="path66" />
|
||||
</g></g>
|
||||
</svg>
|
After Width: | Height: | Size: 24 KiB |
28
themes/slate-es-de/cps1/systeminfo.xml
Normal file
28
themes/slate-es-de/cps1/systeminfo.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Manufacturer: Capcom</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>Released: 1988</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>CPU: Motorola 68000 @ 10 MHz + Zilog Z80 @ 3.579 MHz</text>
|
||||
</text>
|
||||
<text name="info4">
|
||||
<text>Graphics: CPS-A & CPS-B</text>
|
||||
</text>
|
||||
<text name="info5">
|
||||
<text>RAM: 64 KB + 2 KB / VRAM: 192 KB</text>
|
||||
</text>
|
||||
<text name="info6">
|
||||
<text>Sound: Yamaha YM2151 @ 3.579 MHz + Oki OKI6295 @ 1 MHz</text>
|
||||
</text>
|
||||
<text name="info7">
|
||||
<text>Resolution: 384×224 pixels, 65,536 colors</text>
|
||||
</text>
|
||||
<text name="info8">
|
||||
<text>Media: ROM board</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
16
themes/slate-es-de/cps2/colors.xml
Normal file
16
themes/slate-es-de/cps2/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>034EA2</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>FAFAFA</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>FFCB04</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>111111</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
311
themes/slate-es-de/cps2/images/logo.svg
Normal file
311
themes/slate-es-de/cps2/images/logo.svg
Normal file
|
@ -0,0 +1,311 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 3839 1558.9"
|
||||
style="enable-background:new 0 0 3839 1558.9;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs75">
|
||||
<linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1919.5"
|
||||
y1="0"
|
||||
x2="1919.5"
|
||||
y2="1558.8749">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#007CFF"
|
||||
id="stop4" />
|
||||
<stop
|
||||
offset="0.7926"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop6" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop8" />
|
||||
</linearGradient>
|
||||
|
||||
|
||||
|
||||
</defs><sodipodi:namedview
|
||||
id="namedview73"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.42465841"
|
||||
inkscape:cx="1920.367"
|
||||
inkscape:cy="778.2726"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#034EA2;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#034EA2;}
|
||||
.st4{fill:#FFCB04;}
|
||||
.st5{fill:url(#SVGID_1_);}
|
||||
.st6{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000042707494000253735920000001065514679156165529_);}
|
||||
.st7{fill:url(#SVGID_00000119095002339727379240000008718172031096321726_);}
|
||||
.st8{fill:url(#SVGID_00000026161526535988784030000014779858995647796130_);}
|
||||
.st9{fill:url(#SVGID_00000016067183743875308510000005495823487384860560_);}
|
||||
.st10{fill:url(#SVGID_00000101070288121305710670000010665321536163666611_);}
|
||||
.st11{fill:url(#SVGID_00000018235143333829940310000001518569528965407908_);}
|
||||
.st12{fill:url(#SVGID_00000045579365934516769580000006807077388077938346_);}
|
||||
.st13{fill:url(#SVGID_00000000932908110590294080000001287864175081558416_);}
|
||||
.st14{fill:url(#SVGID_00000032649273894378503830000011873019668915473836_);}
|
||||
.st15{fill:url(#SVGID_00000142864504368653359870000012208528062937857446_);}
|
||||
.st16{fill:url(#SVGID_00000092426287591122870830000007388023136186902685_);}
|
||||
.st17{fill:url(#SVGID_00000134966558089666202880000005919727903460385183_);}
|
||||
.st18{fill:url(#SVGID_00000152960221876689643440000003270020913125664395_);}
|
||||
.st19{fill:url(#SVGID_00000146480140538807199950000011920245084781239991_);}
|
||||
.st20{display:none;}
|
||||
.st21{display:inline;fill:#FF0642;}
|
||||
.st22{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.5156;stroke-miterlimit:10;}
|
||||
.st23{display:inline;fill:#FFCB04;}
|
||||
.st24{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000116230409631378715200000016508359693709799558_);}
|
||||
.st25{fill:url(#SVGID_00000152953046264667082390000007965912341667177603_);}
|
||||
.st26{fill:url(#SVGID_00000030478760811283436330000001245291553046383022_);}
|
||||
.st27{fill:url(#SVGID_00000169543291749059971570000011409402932912912304_);}
|
||||
.st28{fill:url(#SVGID_00000054249822274671769910000014992014547015782584_);}
|
||||
.st29{fill:url(#SVGID_00000129195075303460079620000004243144697492966073_);}
|
||||
.st30{fill:url(#SVGID_00000163034137849833472770000012374144611119569582_);}
|
||||
.st31{fill:url(#SVGID_00000036211357840638180010000013569737531867579315_);}
|
||||
.st32{fill:url(#SVGID_00000131332526957801882360000005953044249150469538_);}
|
||||
.st33{fill:url(#SVGID_00000085947613353513998300000008648179149113443991_);}
|
||||
.st34{fill:url(#SVGID_00000062171908575913873290000015372323358125168821_);}
|
||||
.st35{fill:url(#SVGID_00000089553872241373639340000004169837304552819620_);}
|
||||
.st36{fill:url(#SVGID_00000060014739351843042950000010473126629724375187_);}
|
||||
.st37{fill:url(#SVGID_00000039835125444472517520000005064336043862674853_);}
|
||||
.st38{fill:url(#SVGID_00000075865125510812973870000016091070246218723991_);}
|
||||
.st39{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000015333396377634947100000006673126296949610146_);}
|
||||
.st40{fill:url(#SVGID_00000075841804108940598550000003353023130842457744_);}
|
||||
.st41{fill:url(#SVGID_00000178888092931976928070000011107193627859647652_);}
|
||||
.st42{fill:url(#SVGID_00000161615462308860412350000015617392412194124478_);}
|
||||
.st43{fill:url(#SVGID_00000132048395710513723930000000508317427550014641_);}
|
||||
.st44{fill:url(#SVGID_00000090292560857785593990000001272960622797225905_);}
|
||||
.st45{fill:url(#SVGID_00000116951772312210487670000007224036535771414685_);}
|
||||
.st46{fill:url(#SVGID_00000088818848338875124590000014639757803659637431_);}
|
||||
.st47{fill:url(#SVGID_00000038384416376623621800000007255210733114180000_);}
|
||||
.st48{fill:url(#SVGID_00000051378342191270293160000011216769586186396821_);}
|
||||
.st49{fill:url(#SVGID_00000102502487813620838110000008869555763253816231_);}
|
||||
.st50{fill:url(#SVGID_00000152229709133617056100000005195161520033626778_);}
|
||||
.st51{fill:url(#SVGID_00000121978296422768243740000012865953793037345189_);}
|
||||
.st52{fill:url(#SVGID_00000039822903316950237650000012861484035052901783_);}
|
||||
.st53{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000035509307051236795840000006706503169202594724_);}
|
||||
.st54{fill:url(#SVGID_00000125576580553295038260000001604991315821090997_);}
|
||||
.st55{fill:url(#SVGID_00000086660076748680970440000005331501525180082338_);}
|
||||
.st56{fill:url(#SVGID_00000116932577919481423320000015919307215040480415_);}
|
||||
.st57{fill:url(#SVGID_00000057118411950028552080000001085764741415628683_);}
|
||||
.st58{fill:url(#SVGID_00000002354105293615997300000001389882522489696136_);}
|
||||
.st59{fill:url(#SVGID_00000050636271453077601580000011661348604865054111_);}
|
||||
.st60{fill:url(#SVGID_00000148629481329538257860000002110383476958944408_);}
|
||||
.st61{fill:url(#SVGID_00000003101342826324614070000013592739269237603211_);}
|
||||
.st62{fill:url(#SVGID_00000176721929269373811870000017719922292660832161_);}
|
||||
.st63{fill:url(#SVGID_00000041992783571146428710000015832884483172778428_);}
|
||||
.st64{fill:url(#SVGID_00000034069295188059448010000008716671002091623092_);}
|
||||
.st65{fill:url(#SVGID_00000004503899377187079750000007956222029819684510_);}
|
||||
.st66{fill:url(#SVGID_00000029752535931650035300000012438687765561906097_);}
|
||||
.st67{fill:url(#SVGID_00000096737422197429525040000006774258579715253401_);}
|
||||
.st68{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000136384402037149330060000009183448543675982742_);}
|
||||
.st69{fill:url(#SVGID_00000057124247480140896830000000314025583735037582_);}
|
||||
.st70{fill:url(#SVGID_00000082325819611051551260000017053742173394374561_);}
|
||||
.st71{fill:url(#SVGID_00000072990778694082983450000003406065857550311578_);}
|
||||
.st72{fill:url(#SVGID_00000176726865083831203800000008519876238825522360_);}
|
||||
.st73{fill:url(#SVGID_00000076585592115007542030000011812173892617008572_);}
|
||||
.st74{fill:url(#SVGID_00000057125578935594137960000013554930074659057290_);}
|
||||
.st75{fill:url(#SVGID_00000049916549373099028720000005777163246436910734_);}
|
||||
.st76{fill:url(#SVGID_00000046324065019021571230000011390937652989310143_);}
|
||||
.st77{fill:url(#SVGID_00000045588283616320207190000005975196639569931177_);}
|
||||
.st78{fill:url(#SVGID_00000175287097900327908160000008832914743467665803_);}
|
||||
.st79{fill:url(#SVGID_00000046305561170131967600000012400484478369804732_);}
|
||||
.st80{fill:url(#SVGID_00000149342593303698127440000015780267106879443132_);}
|
||||
.st81{fill:url(#SVGID_00000108289566071534028060000017813597522303597220_);}
|
||||
.st82{fill:url(#SVGID_00000024703573978703751310000012890028568091698345_);}
|
||||
.st83{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000044147151718495613500000003504460865173995649_);}
|
||||
.st84{fill:url(#SVGID_00000128459986986869599800000014939207963068098214_);}
|
||||
.st85{fill:url(#SVGID_00000178165997555225710290000009317063117208345771_);}
|
||||
.st86{fill:url(#SVGID_00000070099237134602159670000002051333095134027708_);}
|
||||
.st87{fill:url(#SVGID_00000168813713778942283540000002321738153488384403_);}
|
||||
.st88{fill:url(#SVGID_00000179646540828085257190000005442162899523221936_);}
|
||||
.st89{fill:url(#SVGID_00000140703233040625514980000017556881901884942993_);}
|
||||
.st90{fill:url(#SVGID_00000112611478837099657950000005180382905261296263_);}
|
||||
.st91{fill:url(#SVGID_00000021098638231592787710000013007162189474288831_);}
|
||||
.st92{fill:url(#SVGID_00000040563689687281602440000017209645811948789399_);}
|
||||
.st93{fill:url(#SVGID_00000140719888242676361040000017326486035594401705_);}
|
||||
.st94{fill:url(#SVGID_00000060748804063003334710000000623232579008341919_);}
|
||||
.st95{fill:url(#SVGID_00000048482519476880165840000001613600776326126757_);}
|
||||
.st96{fill:url(#SVGID_00000095300925814023410320000017947260715091867313_);}
|
||||
.st97{fill:url(#SVGID_00000112620187965671680140000014253420312744405141_);}
|
||||
.st98{fill:url(#SVGID_00000137130295836458297610000002385585384861609663_);}
|
||||
.st99{fill:url(#SVGID_00000030449652956647683650000004889238940205062276_);}
|
||||
.st100{fill:url(#SVGID_00000049179502995971995080000002049991238508126381_);}
|
||||
.st101{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000017517059239811372220000007576745158647438721_);}
|
||||
.st102{fill:url(#SVGID_00000067221801012042597610000011189996623863389089_);}
|
||||
.st103{fill:url(#SVGID_00000127032178954492269620000003406670574965452984_);}
|
||||
.st104{fill:url(#SVGID_00000055686161660618636490000003190788328182808197_);}
|
||||
.st105{fill:url(#SVGID_00000085968658778948389670000011309217606040684180_);}
|
||||
.st106{fill:url(#SVGID_00000080884801292710696300000009353498835020723597_);}
|
||||
.st107{fill:url(#SVGID_00000120551517998622607370000014591381683767935370_);}
|
||||
.st108{fill:url(#SVGID_00000010308765771947982120000005101380820706648194_);}
|
||||
.st109{fill:url(#SVGID_00000103249107142816631190000006297884439895918250_);}
|
||||
.st110{fill:url(#SVGID_00000151506193281579948140000003324164550429832577_);}
|
||||
.st111{fill:url(#SVGID_00000005259491423139767060000015762666885617253786_);}
|
||||
.st112{fill:url(#SVGID_00000008125806100202840760000010418533516967054509_);}
|
||||
.st113{fill:url(#SVGID_00000038370732484707550280000003518863250580648359_);}
|
||||
.st114{fill:url(#SVGID_00000094605883063365937620000011179533443618226863_);}
|
||||
.st115{fill:url(#SVGID_00000139289322016622167310000014996576588433730230_);}
|
||||
.st116{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000156545169792348530300000008835601181293490336_);}
|
||||
.st117{fill:url(#SVGID_00000146485647396255082890000006529924051026589336_);}
|
||||
.st118{fill:url(#SVGID_00000027580925938723096640000005555313073096125865_);}
|
||||
.st119{fill:url(#SVGID_00000067955235321387991910000007328629117047790473_);}
|
||||
.st120{fill:url(#SVGID_00000181788249218983007870000005611317969735990678_);}
|
||||
.st121{fill:url(#SVGID_00000101799627519372641630000007652767353711318147_);}
|
||||
.st122{fill:url(#SVGID_00000011019599385820450960000007244215284650611896_);}
|
||||
.st123{fill:url(#SVGID_00000123441950811417115730000017489253097629304736_);}
|
||||
.st124{fill:url(#SVGID_00000168820565065857475960000017459614199492247707_);}
|
||||
.st125{fill:url(#SVGID_00000170256016652548635540000013178378815429314470_);}
|
||||
.st126{fill:url(#SVGID_00000070094933540057351330000008312305890525493906_);}
|
||||
.st127{fill:url(#SVGID_00000137127514835189074740000004740540272035480511_);}
|
||||
.st128{fill:url(#SVGID_00000043444883363265262910000002244215012780456585_);}
|
||||
.st129{fill:url(#SVGID_00000154421894101761585690000003236467758440124043_);}
|
||||
</style>
|
||||
<g
|
||||
id="g2224"><path
|
||||
class="st5"
|
||||
d="m 2561.9,170.2 c 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 34,-7.6 63.4,-12.9 88.2,-15.8 V 0 H 1919.6 1055 v 85.8 c 24.7,2.9 54.2,8.2 88.2,15.8 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0,27.9 -4.9,50.7 -14.8,68.7 -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -38.5,3 -67.6,5.2 -87.4,6.7 v 85.7 h 864.6 864.6 v -85.7 c -19.8,-1.5 -48.9,-3.7 -87.4,-6.7 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 l 0.8,-1105.2 c 0,-24.9 4.8,-46.8 14.3,-65.9 z m -419.8,1239.7 c -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -0.4,0 -0.8,0.1 -1.2,0.1 -57.4,4.5 -115.1,4.5 -172.5,0 -0.4,0 -0.8,-0.1 -1.2,-0.1 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 L 1682.8,236 c 0,-24.9 4.8,-46.8 14.3,-65.9 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 0.3,-0.1 0.7,-0.2 1,-0.2 57.4,-12.8 116.9,-12.8 174.3,0 0.3,0.1 0.7,0.2 1,0.2 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0.2,27.9 -4.7,50.7 -14.6,68.7 z"
|
||||
id="path11"
|
||||
style="fill:#034ea2;fill-opacity:1" /><g
|
||||
id="g36">
|
||||
<path
|
||||
id="rect4789_00000018940163159382942550000015062995221636667562_"
|
||||
class="st0"
|
||||
d="M 464.1,1015.7 H 3375 c 85.3,0 154.4,69.1 154.4,154.4 v 0 c 0,85.3 -69.1,154.4 -154.4,154.4 H 464.1 c -85.3,0 -154.4,-69.1 -154.4,-154.4 v 0 c 0,-85.3 69.1,-154.4 154.4,-154.4 z" />
|
||||
<g
|
||||
id="g34">
|
||||
<path
|
||||
class="st1"
|
||||
d="M 916.7,1099.8 H 977 c 35.5,0 58.4,18.3 58.4,49.4 v 0.4 c 0,33.1 -25.5,50.6 -60.5,50.6 h -19.3 v 40.2 h -39 z m 57.4,69.8 c 13.9,0 22.3,-7.2 22.3,-18.3 v -0.4 c 0,-12 -8.4,-18.5 -22.5,-18.5 h -18.3 v 37.2 z"
|
||||
id="path14" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1112.1,1099.8 h 39 v 106.4 h 68.1 v 34.1 h -107 z"
|
||||
id="path16" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1344.7,1098.8 h 37.6 l 59.9,141.6 h -41.8 l -10.2,-25.1 h -54.4 l -10,25.1 h -41 z m 34.1,86.1 -15.7,-40 -15.9,40 z"
|
||||
id="path18" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1534.4,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 h -39.2 z"
|
||||
id="path20" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1804.6,1219.5 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.5,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.8,-0.1 -48.5,-8 -65.8,-23.3 z"
|
||||
id="path22" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2040.9,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 h -39.2 z"
|
||||
id="path24" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2188.1,1219.5 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.5,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.8,-0.1 -48.5,-8 -65.8,-23.3 z"
|
||||
id="path26" />
|
||||
<path
|
||||
class="st1"
|
||||
d="M 2420.2,1133.9 H 2378 v -34.1 h 123.3 v 34.1 h -42.2 v 106.4 h -39 z"
|
||||
id="path28" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2578.7,1099.8 h 113.1 v 33.1 h -74.5 v 21.3 h 67.5 v 30.7 h -67.5 v 22.3 h 75.5 v 33.1 h -114.1 z"
|
||||
id="path30" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2773,1099.8 h 41.2 l 33.5,54.4 33.5,-54.4 h 41.2 v 140.6 h -38.8 v -80.7 l -36,55 h -0.8 l -35.7,-54.6 v 80.3 h -38.2 v -140.6 z"
|
||||
id="path32" />
|
||||
</g>
|
||||
</g><g
|
||||
id="g68">
|
||||
<path
|
||||
class="st2"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path38" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153.1 -94.8,-204 -164.2,-204"
|
||||
id="path40" />
|
||||
<polyline
|
||||
class="st2"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline42" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 585.9,890.8 h -176 C 200,890.8 83.2,725.9 83.2,606.9 c 0,-182.4 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.7,100.7 c 0,0 -5.1,2.6 -9.3,2.6 -4.3,0 -10.2,-4.3 -10.2,-4.3 L 480,518.5 c 0,0 -3.4,-0.8 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0,-16.1 -3.4,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 z m 689,1.7 h -212.4 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -38.9,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 H 686.7 v -39.9 c 0,0 15.4,-5.3 27,-17 12.7,-12.7 16.9,-26.3 16.9,-26.3 L 903.3,338.4 h 144.8 l 176,462.3 c 5.1,12.8 13.6,24.7 22.1,34.9 8.4,10.2 28.7,17 28.7,17 z m 402.9,-217.6 c -72.3,33.4 -167.5,59.5 -167.5,59.5 v 88.4 c 0,0 0.8,6 9.3,16.2 8.5,10.2 17.8,12.7 17.8,12.7 v 40.8 H 1341 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.3 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 c 0,0 170.9,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.9,156.4 -135.5,185.3 z m 494.3,-271 c -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.6,100.7 c 0,0 -5.1,2.5 -9.3,2.5 -4.2,0 -10.2,-4.2 -10.2,-4.2 l -11.9,-10.2 c 0,0 -3.4,-0.9 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0.2,-16.3 -3.2,-83.4 -106.5,-83.4 z m 570.5,504.5 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.6 314.3,-289.6 179.4,0 314.2,126.5 314.2,289.6 0,163.1 -131.4,297.2 -314.2,297.2 z M 3759.1,892.8 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88.1,273.6 h -106.6 l -87.2,-256.6 -44,302.5 c 0,0 -1.7,18.2 5.1,28.1 9.3,13.6 26.2,13.6 26.2,13.6 v 36.5 h -175.2 v -39.1 c 0,0 14,-2.1 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399.1 c 0,0 3.8,-14.9 -0.4,-21.7 -4.5,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14.1,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.1 -6,29.7 1.7,13.6 55.9,382.4 57.6,396.1 1.7,13.6 3.4,21.3 6.8,30.6 3.4,9.3 19.5,16.9 19.5,16.9 v 34.5 z"
|
||||
id="path44" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path46" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153.1 -94.8,-204 -164.2,-204"
|
||||
id="path48" />
|
||||
<polyline
|
||||
class="st1"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline50" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2745.1,995.5 c -132.8,0 -234.3,-66 -285.8,-108.4 v 91.4 h -238.2 c -200.4,0 -360.4,-110.2 -416.5,-283.5 -41.8,30.4 -116.9,73.9 -201.2,96.1 2.3,0.6 4.6,1.2 6.8,1.5 l 17.8,3.1 0.1,182.7 H 418.3 C 183.8,978.5 0,818.3 0,613.7 0,395.4 163.1,237 387.8,237 c 228.9,0 320,172.6 323.8,180 l 6.9,13.5 -202.4,214.7 -155.3,-107 19,-18.2 c 5.7,-6.3 9,-11.7 10.5,-16.3 3.5,-10 -6.1,-19.6 -16.1,-16.1 -3.1,1.1 -6.7,2.6 -10.5,4.5 -22.5,11.7 -48.2,42.3 -46.4,90.1 3.7,95.6 62,139.1 114.6,139.1 46.4,0 59.6,-33.7 60.9,-37.5 l 5,-14.4 15.3,-0.2 h 165.7 v 24 l 166.5,-441 h 261.5 l 177.3,459.7 c 0.2,-94.3 0.6,-242.7 0.6,-248.7 0,-2.3 -0.1,-4.2 -0.3,-5.7 -0.4,-3.6 -2.4,-6.8 -5.4,-8.8 -3.6,-2.4 -7.9,-4.1 -10.1,-4.8 l -15.4,-4.5 -0.2,-16.1 v -171 h 346.5 c 153.9,0 212.4,36.6 263.3,117.9 76,-89.5 173.5,-134.9 290.2,-134.9 126.9,0 226.4,42 289.7,121.7 75.5,-77.2 190.1,-122.5 312.1,-122.5 118.2,0 223.9,46.5 294.2,127.1 V 252.3 h 349.3 l 15.4,39.2 11.5,-39.2 h 360.9 v 181.1 l -12.1,5.9 c -17.2,8.3 -18.3,11.8 -16.1,25.8 l 45.2,288.9 c 1.3,6.5 3.3,11 6.4,13.7 1.4,1.2 4.3,1.5 5.5,1.4 l 23,-1.6 0.7,23 V 978.6 H 3471.1 V 852.7 h -143.3 v 126.1 h -348.5 v -60.5 c -45.9,30.9 -131.7,77.2 -234.2,77.2 z m -328.6,-212.9 37.3,41 c 1.2,1.3 119.3,128.9 291.3,128.9 133.7,0 240.4,-92.3 241.4,-93.2 l 35.6,-31.3 v 107.9 h 262.7 V 809.8 H 3514 v 125.8 h 282.1 v -127 c -4.9,-1.9 -10.1,-4.7 -14.9,-9 -13.5,-12.1 -17.9,-27.6 -20,-38.2 l -45.3,-289.8 c -5.5,-35 9.2,-52.9 27.7,-64.5 v -112 h -285.8 l -37.7,129 -50.6,-129 h -277.1 v 213.8 l -40.1,-69.8 c -58.1,-101.3 -169.2,-161.7 -297.1,-161.7 -119.8,0 -231.1,47.6 -297.5,127.4 l -18.5,22.2 -15.9,-24.2 c -53.5,-81.5 -146.9,-124.6 -269.9,-124.6 -114.4,0 -204.6,46.7 -275.6,142.6 l -19.9,26.8 -16.2,-29.2 C 1799.4,342 1765.1,295.1 1599.8,295.1 H 1296.2 V 409 c 6.4,3.4 13.5,8.3 19.3,15.1 8,9.2 11.9,22 11.9,39 0,8.8 -0.8,325.6 -0.8,325.6 l -0.1,34.7 -31,-15.6 c -18.2,-9.2 -32.5,-34 -36.4,-41.4 l -1.1,-2.3 -180.9,-469 H 875 L 677.5,818.4 636,810.8 V 712.1 H 526.6 c -11.4,19.8 -38.6,52.1 -94.7,52.1 -72.5,0 -152.7,-56.4 -157.5,-180.4 -2.6,-67.9 35.9,-112.4 69.6,-129.8 25.2,-13 50.2,-13.1 67.1,-0.2 18.2,13.9 22.7,30.1 23.3,41.2 0.8,13.5 -3.8,25.8 -9.2,35.4 l 85,58.5 L 666,423.7 C 641.6,386.1 557.8,279.8 388,279.8 184.9,279.8 43.1,417.1 43.1,613.6 43.1,794.1 208,935.5 418.5,935.5 h 1166.9 v -105 c -20.6,-7 -38.1,-20.3 -38.1,-40.9 0,-13.4 5.3,-30.6 30.3,-36.2 108.2,-24.4 202.3,-89.9 224.3,-111 l 27,-25.9 8.7,36.4 c 41.8,174.4 188.8,282.7 383.8,282.7 h 195.3 v -153 z"
|
||||
id="path52" />
|
||||
<path
|
||||
class="st3"
|
||||
d="M 692.6,426.7 513.1,617.1 394.6,535.5 c 0,0 38.9,-37.4 3.4,-64.6 -27.8,-21.2 -105.5,23.8 -102.2,112.2 3.9,101.9 66.7,159.7 136.1,159.7 64.3,0 81.2,-52.1 81.2,-52.1 H 657.4 V 810.8 L 860.2,273.6 h 231.9 l 186.2,482.7 c 0,0 13.5,25.5 27.1,32.3 0,0 0.8,-316.7 0.8,-325.6 0,-8.9 -1.2,-18.7 -6.7,-25 -9.1,-10.5 -24.5,-14.9 -24.5,-14.9 V 273.7 c 0,0 214.9,0 325,0 168.5,0 211.8,45.9 260.7,134.3 67.5,-91.2 160.4,-151.3 292.9,-151.3 136.4,0 232.8,50.4 287.8,134.3 76.9,-92.3 200.8,-135.1 314,-135.1 139.2,0 255.6,67.7 315.7,172.5 V 273.7 h 313.2 l 33,84.1 24.6,-84.1 h 323.3 v 146.2 c -22.9,11.1 -32.1,22.3 -28,48.5 l 45.2,288.9 c 1.9,9.4 5.2,19.2 13.2,26.4 9.4,8.4 22,6.8 22,6.8 v 166.6 h -325 V 831.2 h -186.2 v 126.1 h -305.6 v -81.9 c 0,0 -111.7,98.6 -255.6,98.6 C 2561,974 2438,838 2438,838 v 119 c 0,0 -13.5,0 -216.7,0 -192.8,0 -358.4,-106 -404.6,-299.1 -21.9,21 -118.5,90.3 -234.5,116.4 -9,2 -13.5,5.5 -13.5,15.3 0,17.9 38.1,24.3 38.1,24.3 v 143.2 c 0,0 -1002.1,0 -1188.4,0 -220.1,0 -396.9,-151.3 -396.9,-343.3 0,-192 137.9,-355.3 366.4,-355.3 218.3,-0.1 304.7,168.2 304.7,168.2"
|
||||
id="path54" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 903.3,338.3 h 144.8 l 176.1,462.4 c 5.1,12.7 13.5,24.6 22,34.9 8.4,10.2 28.8,17 28.8,17 v 39.9 h -212.5 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -39,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 h -170 v -39.9 c 0,0 15.5,-5.3 27,-17 12.7,-12.8 17,-26.4 17,-26.4 L 903.3,338.3 m -4.2,277.1 h 111.7 L 953.3,453.9 Z"
|
||||
id="path56" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 1342.6,338.3 c 0,0 171,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.8,156.3 -135.4,185.2 -72.3,33.4 -167.6,59.5 -167.6,59.5 v 88.3 c 0,0 0.8,6 9.3,16.2 8.4,10.2 17.8,12.7 17.8,12.7 v 40.8 h -196.4 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.3 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 m 169.3,83.3 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5 z"
|
||||
id="path58" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2742.6,908.4 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.7 314.3,-289.7 179.5,0 314.3,126.5 314.3,289.7 0,163.2 -131.4,297.2 -314.3,297.2 M 2580.1,613.7 c 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153 -94.8,-204 -164.2,-204 -69.4,0 -162.5,40.8 -162.5,204 z"
|
||||
id="path60" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 3138.7,338.7 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.2 -5.9,29.8 1.7,13.6 55.8,382.4 57.5,396 1.7,13.7 3.4,21.3 6.8,30.6 3.3,9.3 19.4,17 19.4,17 v 34.3 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11.1 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88,273.7 h -106.6 l -87.2,-256.7 -44,302.6 c 0,0 -1.7,18.1 5.1,28 9.3,13.7 26.2,13.7 26.2,13.7 v 36.5 h -175.2 v -39.1 c 0,0 13.9,-2.2 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399 c 0,0 3.8,-14.9 -0.4,-21.7 -4.4,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6"
|
||||
id="path62" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 607.1,429.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176 C 200,890.7 83.1,725.9 83.1,606.9 c 0,-182.5 158,-283.7 301.3,-283.7 138.9,0 222.7,106.5 222.7,106.5"
|
||||
id="path64" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2399.8,430.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.9,-0.2 222.7,106.3 222.7,106.3"
|
||||
id="path66" />
|
||||
</g></g>
|
||||
</svg>
|
After Width: | Height: | Size: 24 KiB |
31
themes/slate-es-de/cps2/systeminfo.xml
Normal file
31
themes/slate-es-de/cps2/systeminfo.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Manufacturer: Capcom</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>Released: 1993</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>CPU: Capcom DL-1525 @ 16 MHz + Kabuki DL-030P or Zilog Z80</text>
|
||||
</text>
|
||||
<text name="info4">
|
||||
<text>Graphics: CPS-A & CPS-B @ 16 MHz</text>
|
||||
</text>
|
||||
<text name="info5">
|
||||
<text>RAM: 1 MB FPM DRAM + 304 KB SRAM</text>
|
||||
</text>
|
||||
<text name="info6">
|
||||
<text>Sound: Lucent DL-1425 Q1 QSound DSP16A Processor @ 4 MHz</text>
|
||||
</text>
|
||||
<text name="info7">
|
||||
<text>Resolution: 384×224 (standard) or 512×262 (overscan)</text>
|
||||
</text>
|
||||
<text name="info8">
|
||||
<text>Colors: 4096 on screen (16.77 million color palette)</text>
|
||||
</text>
|
||||
<text name="info9">
|
||||
<text>Media: ROM board</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
16
themes/slate-es-de/cps3/colors.xml
Normal file
16
themes/slate-es-de/cps3/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>FAFAFA</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>034EA2</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>111111</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>FFCB04</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
314
themes/slate-es-de/cps3/images/logo.svg
Normal file
314
themes/slate-es-de/cps3/images/logo.svg
Normal file
|
@ -0,0 +1,314 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 3839 1558.9"
|
||||
style="enable-background:new 0 0 3839 1558.9;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs77">
|
||||
<linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1919.5"
|
||||
y1="0"
|
||||
x2="1919.5"
|
||||
y2="1558.8749">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#007CFF"
|
||||
id="stop4" />
|
||||
<stop
|
||||
offset="0.7926"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop6" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#034EA2"
|
||||
id="stop8" />
|
||||
</linearGradient>
|
||||
|
||||
|
||||
|
||||
</defs><sodipodi:namedview
|
||||
id="namedview75"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.42465841"
|
||||
inkscape:cx="1920.367"
|
||||
inkscape:cy="778.2726"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#034EA2;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#034EA2;}
|
||||
.st4{fill:#FFCB04;}
|
||||
.st5{fill:url(#SVGID_1_);}
|
||||
.st6{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000134226836866076084100000006880021628576717466_);}
|
||||
.st7{fill:url(#SVGID_00000111895356764379914990000014443022304178195125_);}
|
||||
.st8{fill:url(#SVGID_00000139284760716328070180000000294968434725602434_);}
|
||||
.st9{fill:url(#SVGID_00000016767607370912999320000015265545269686296713_);}
|
||||
.st10{fill:url(#SVGID_00000085240064061706963770000007769410364625254561_);}
|
||||
.st11{fill:url(#SVGID_00000098906978147719279980000003695051628665015941_);}
|
||||
.st12{fill:url(#SVGID_00000057142406866258011870000013756389679370705044_);}
|
||||
.st13{fill:url(#SVGID_00000016774761930930692690000000233776172686486173_);}
|
||||
.st14{fill:url(#SVGID_00000104678994707674757050000002867201130351754129_);}
|
||||
.st15{fill:url(#SVGID_00000088829443290499354060000000103556663694533293_);}
|
||||
.st16{fill:url(#SVGID_00000160905678355232936120000013143699755777387420_);}
|
||||
.st17{fill:url(#SVGID_00000026124988288772784160000015067953542999658417_);}
|
||||
.st18{fill:url(#SVGID_00000143618130065680189900000011287215546306581379_);}
|
||||
.st19{fill:url(#SVGID_00000145040226532280595700000006676476011710343074_);}
|
||||
.st20{display:none;}
|
||||
.st21{display:inline;fill:#FF0642;}
|
||||
.st22{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.5156;stroke-miterlimit:10;}
|
||||
.st23{display:inline;fill:#FFCB04;}
|
||||
.st24{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000131348832420312960000000000481628399388720536_);}
|
||||
.st25{fill:url(#SVGID_00000078010572202836851010000009987330876938020002_);}
|
||||
.st26{fill:url(#SVGID_00000112602413888299362310000010558244428830123952_);}
|
||||
.st27{fill:url(#SVGID_00000151537464932610758560000009095924251172470199_);}
|
||||
.st28{fill:url(#SVGID_00000157276475580789902710000010443352254282370483_);}
|
||||
.st29{fill:url(#SVGID_00000108293218447527238730000004711464414536895371_);}
|
||||
.st30{fill:url(#SVGID_00000180352328562008261160000009815233246274305209_);}
|
||||
.st31{fill:url(#SVGID_00000035506380589226871050000002002622622545418421_);}
|
||||
.st32{fill:url(#SVGID_00000045619987202570516340000011967830695078014380_);}
|
||||
.st33{fill:url(#SVGID_00000057845220872217970980000006965626214287518593_);}
|
||||
.st34{fill:url(#SVGID_00000155827645804141855980000010500279393726518203_);}
|
||||
.st35{fill:url(#SVGID_00000174598335566037708420000004379236887328938650_);}
|
||||
.st36{fill:url(#SVGID_00000021831913471430530030000004818444711303833269_);}
|
||||
.st37{fill:url(#SVGID_00000041999103692473973950000006859778958591531180_);}
|
||||
.st38{fill:url(#SVGID_00000150101282249229469840000004352035056662430594_);}
|
||||
.st39{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000128471310629531012960000000111040477966360466_);}
|
||||
.st40{fill:url(#SVGID_00000128487507030424476030000009299213541321838006_);}
|
||||
.st41{fill:url(#SVGID_00000031208833349332054230000013839055063398939041_);}
|
||||
.st42{fill:url(#SVGID_00000057139130002445676040000004756944945939041716_);}
|
||||
.st43{fill:url(#SVGID_00000019658358082544400590000010738303335348376710_);}
|
||||
.st44{fill:url(#SVGID_00000145766886565954000820000018179471410483193238_);}
|
||||
.st45{fill:url(#SVGID_00000108297084453822908220000002879987574830681517_);}
|
||||
.st46{fill:url(#SVGID_00000122000307839668888700000011828205857149415057_);}
|
||||
.st47{fill:url(#SVGID_00000134929842339719582260000018200293634144536976_);}
|
||||
.st48{fill:url(#SVGID_00000164502290637284230210000011880500221386864791_);}
|
||||
.st49{fill:url(#SVGID_00000079469597394221130630000014892267677812944777_);}
|
||||
.st50{fill:url(#SVGID_00000183233571967408588390000008067543413933239449_);}
|
||||
.st51{fill:url(#SVGID_00000002345680839519400550000005800734048554370207_);}
|
||||
.st52{fill:url(#SVGID_00000159466378238549467350000017846170683906001072_);}
|
||||
.st53{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000118397932764224830900000011068979481191257782_);}
|
||||
.st54{fill:url(#SVGID_00000019659357885569495690000015859256285365957780_);}
|
||||
.st55{fill:url(#SVGID_00000103232591393442362960000001572393769538579845_);}
|
||||
.st56{fill:url(#SVGID_00000066499783117739726910000004499640802761478051_);}
|
||||
.st57{fill:url(#SVGID_00000029760596886618116130000006961244394299753910_);}
|
||||
.st58{fill:url(#SVGID_00000120556773382548029200000013627696093088003737_);}
|
||||
.st59{fill:url(#SVGID_00000138534396623558667830000000411148332409142421_);}
|
||||
.st60{fill:url(#SVGID_00000098210560802066272860000015596147105287129749_);}
|
||||
.st61{fill:url(#SVGID_00000074430911946409479000000014629287477925239192_);}
|
||||
.st62{fill:url(#SVGID_00000162314121606107492240000013224588707523568572_);}
|
||||
.st63{fill:url(#SVGID_00000087406189586896484220000003286221356759539073_);}
|
||||
.st64{fill:url(#SVGID_00000073695081334046230370000002684081990606947756_);}
|
||||
.st65{fill:url(#SVGID_00000106147103179355099300000010710806872513245852_);}
|
||||
.st66{fill:url(#SVGID_00000175296239488993343770000006441139863101276579_);}
|
||||
.st67{fill:url(#SVGID_00000174602894395437796870000014892476972716573589_);}
|
||||
.st68{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000048478420860039464200000003476096209072373381_);}
|
||||
.st69{fill:url(#SVGID_00000101076557306205415130000010840834357401767062_);}
|
||||
.st70{fill:url(#SVGID_00000058564664042183202010000003946273685529409920_);}
|
||||
.st71{fill:url(#SVGID_00000044171588378579449700000014259003335303329692_);}
|
||||
.st72{fill:url(#SVGID_00000176008564913256832730000004580123721618902682_);}
|
||||
.st73{fill:url(#SVGID_00000160909890816469421500000016812562794765861296_);}
|
||||
.st74{fill:url(#SVGID_00000140735563807287043270000018058879371131497899_);}
|
||||
.st75{fill:url(#SVGID_00000112619246658382294780000001953240981650848680_);}
|
||||
.st76{fill:url(#SVGID_00000002364546293671776780000003193863088002496905_);}
|
||||
.st77{fill:url(#SVGID_00000089537299913543190830000014440267469201358249_);}
|
||||
.st78{fill:url(#SVGID_00000037660988613835335600000015964538966422333833_);}
|
||||
.st79{fill:url(#SVGID_00000161608347755677718100000007160757502343754147_);}
|
||||
.st80{fill:url(#SVGID_00000065790458110887288810000002107878280593952128_);}
|
||||
.st81{fill:url(#SVGID_00000020365750086699327700000010280836192318237572_);}
|
||||
.st82{fill:url(#SVGID_00000021802202596817194230000008029869989722998969_);}
|
||||
.st83{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000142142932184879534030000010684533422383053994_);}
|
||||
.st84{fill:url(#SVGID_00000160189626346041875760000017950861894209440447_);}
|
||||
.st85{fill:url(#SVGID_00000063627543068636578660000003004207373379965882_);}
|
||||
.st86{fill:url(#SVGID_00000072980412998597396980000012765880290300068506_);}
|
||||
.st87{fill:url(#SVGID_00000107580144768863353280000009592173886595313572_);}
|
||||
.st88{fill:url(#SVGID_00000059289083881546138100000001770278047505814455_);}
|
||||
.st89{fill:url(#SVGID_00000018958057559296801130000001708475669290016427_);}
|
||||
.st90{fill:url(#SVGID_00000031182133748207335340000012335906982915599551_);}
|
||||
.st91{fill:url(#SVGID_00000174586990785432290210000009556993783330870201_);}
|
||||
.st92{fill:url(#SVGID_00000126309257179649201580000014004656227486647223_);}
|
||||
.st93{fill:url(#SVGID_00000153687079463838030020000010158867100562285444_);}
|
||||
.st94{fill:url(#SVGID_00000057143786424531534990000007486067021941379721_);}
|
||||
.st95{fill:url(#SVGID_00000095302388281957991440000016737602891727169725_);}
|
||||
.st96{fill:url(#SVGID_00000050650197502768650470000004072041430877635498_);}
|
||||
.st97{fill:url(#SVGID_00000038396150451781953180000016767079611246038959_);}
|
||||
.st98{fill:url(#SVGID_00000003795055824341300450000004822275864747922586_);}
|
||||
.st99{fill:url(#SVGID_00000142141632050703422550000012667255561887095944_);}
|
||||
.st100{fill:url(#SVGID_00000102504038539054703950000015771703248308164261_);}
|
||||
.st101{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000003068100994549372530000012174113614474856883_);}
|
||||
.st102{fill:url(#SVGID_00000036240575740866719190000000406309563771277482_);}
|
||||
.st103{fill:url(#SVGID_00000119819321148190398120000006121303007261937055_);}
|
||||
.st104{fill:url(#SVGID_00000076579352343326262420000004495514937739746176_);}
|
||||
.st105{fill:url(#SVGID_00000136399570075023699180000003173267857155450043_);}
|
||||
.st106{fill:url(#SVGID_00000034770130680018881750000000450143213202748041_);}
|
||||
.st107{fill:url(#SVGID_00000048499676094636569370000012074007612346602387_);}
|
||||
.st108{fill:url(#SVGID_00000075883899742086852580000001496332780185284777_);}
|
||||
.st109{fill:url(#SVGID_00000066511523415672184440000013710508124609878713_);}
|
||||
.st110{fill:url(#SVGID_00000002355531192076673390000000140751951437803710_);}
|
||||
.st111{fill:url(#SVGID_00000155858900919652849420000005932222323214360989_);}
|
||||
.st112{fill:url(#SVGID_00000139994771047646419750000011445975186703400629_);}
|
||||
.st113{fill:url(#SVGID_00000097484604070770734680000007926318922663024298_);}
|
||||
.st114{fill:url(#SVGID_00000128471955835086611960000008191928692073538689_);}
|
||||
.st115{fill:url(#SVGID_00000113313538921070454190000014584438902909131952_);}
|
||||
.st116{fill-rule:evenodd;clip-rule:evenodd;fill:url(#rect4789_00000041997931182874372210000003063382120043295617_);}
|
||||
.st117{fill:url(#SVGID_00000164475295183976267540000000204391406885855660_);}
|
||||
.st118{fill:url(#SVGID_00000097492914271685331840000008411662361580672405_);}
|
||||
.st119{fill:url(#SVGID_00000139271448591336355680000008013168152374113215_);}
|
||||
.st120{fill:url(#SVGID_00000127002796333929412520000008676699856047365527_);}
|
||||
.st121{fill:url(#SVGID_00000148648129903688187170000006621203809588399242_);}
|
||||
.st122{fill:url(#SVGID_00000016069413098340019130000011841097732821808035_);}
|
||||
.st123{fill:url(#SVGID_00000071538156671898828950000001556900955658240422_);}
|
||||
.st124{fill:url(#SVGID_00000170278386366668552630000014725632258668693411_);}
|
||||
.st125{fill:url(#SVGID_00000155110866365786494740000006118676161333300904_);}
|
||||
.st126{fill:url(#SVGID_00000055671556718154735600000008285503067571686060_);}
|
||||
.st127{fill:url(#SVGID_00000169525131032911678780000016632294120561812407_);}
|
||||
.st128{fill:url(#SVGID_00000048481362051576043120000006205906760373314219_);}
|
||||
.st129{fill:url(#SVGID_00000161603056835559571550000014045365014038954118_);}
|
||||
</style>
|
||||
<g
|
||||
id="g1994"><path
|
||||
class="st5"
|
||||
d="m 2994.2,170.2 c 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 34,-7.6 63.4,-12.9 88.2,-15.8 V 0 H 2351.9 1487.3 622.6 v 85.8 c 24.7,2.9 54.2,8.2 88.2,15.8 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0,27.9 -4.9,50.7 -14.8,68.7 -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -38.5,3 -67.6,5.2 -87.4,6.7 v 85.7 h 864.6 864.6 864.6 v -85.7 c -19.8,-1.5 -48.9,-3.7 -87.4,-6.7 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 l 0.8,-1105.2 c 0.1,-24.9 4.9,-46.8 14.4,-65.9 z M 1709.7,1409.9 c -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -0.4,0 -0.8,0.1 -1.2,0.1 -57.4,4.5 -115.1,4.5 -172.5,0 -0.4,0 -0.8,-0.1 -1.2,-0.1 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 L 1250.4,236 c 0,-24.9 4.8,-46.8 14.3,-65.9 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 0.3,-0.1 0.7,-0.2 1,-0.2 57.4,-12.8 116.9,-12.8 174.3,0 0.3,0.1 0.7,0.2 1,0.2 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0.2,27.9 -4.7,50.7 -14.6,68.7 z m 864.7,0 c -9.9,18 -28.4,32.4 -55.5,43.4 -14.7,5.9 -41.2,10.3 -79.7,13.2 -0.4,0 -0.8,0.1 -1.2,0.1 -57.4,4.5 -115.1,4.5 -172.5,0 -0.4,0 -0.8,-0.1 -1.2,-0.1 -38.5,-2.9 -65,-7.3 -79.7,-13.2 -27.1,-11 -45.6,-25.4 -55.5,-43.4 -9.9,-18 -14.8,-40.8 -14.8,-68.7 L 2115.1,236 c 0,-24.9 4.8,-46.8 14.3,-65.9 9.6,-19 28.3,-34.4 56.1,-46.1 17.6,-7.3 43.6,-14.8 78,-22.5 0.3,-0.1 0.7,-0.2 1,-0.2 57.4,-12.8 116.9,-12.8 174.3,0 0.3,0.1 0.7,0.2 1,0.2 34.4,7.7 60.4,15.2 78,22.5 27.8,11.7 46.5,27.1 56.1,46.1 9.5,19.1 14.3,41 14.3,65.9 l 0.8,1105.2 c 0.2,27.9 -4.7,50.7 -14.6,68.7 z"
|
||||
id="path11"
|
||||
style="fill:#034ea2;fill-opacity:1" /><g
|
||||
id="g36">
|
||||
<path
|
||||
id="rect4789_00000049185632029727977890000004632454358355052949_"
|
||||
class="st0"
|
||||
d="M 464.1,1015.7 H 3375 c 85.3,0 154.4,69.1 154.4,154.4 v 0 c 0,85.3 -69.1,154.4 -154.4,154.4 H 464.1 c -85.3,0 -154.4,-69.1 -154.4,-154.4 v 0 c 0,-85.3 69.1,-154.4 154.4,-154.4 z" />
|
||||
<g
|
||||
id="g34">
|
||||
<path
|
||||
class="st1"
|
||||
d="M 916.7,1099.8 H 977 c 35.5,0 58.4,18.3 58.4,49.4 v 0.4 c 0,33.1 -25.5,50.6 -60.5,50.6 h -19.3 v 40.2 h -39 z m 57.4,69.8 c 13.9,0 22.3,-7.2 22.3,-18.3 v -0.4 c 0,-12 -8.4,-18.5 -22.5,-18.5 h -18.3 v 37.2 z"
|
||||
id="path14" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1112.1,1099.8 h 39 v 106.4 h 68.1 v 34.1 h -107 z"
|
||||
id="path16" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1344.7,1098.8 h 37.6 l 59.9,141.6 h -41.8 l -10.2,-25.1 h -54.4 l -10,25.1 h -41 z m 34.1,86.1 -15.7,-40 -15.9,40 z"
|
||||
id="path18" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1534.4,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 h -39.2 z"
|
||||
id="path20" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1804.6,1219.5 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.5,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.8,-0.1 -48.5,-8 -65.8,-23.3 z"
|
||||
id="path22" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2040.9,1187.7 -53.4,-88 h 44.4 l 28.9,51.2 29.1,-51.2 h 43.6 l -53.4,87.4 v 53.2 h -39.2 z"
|
||||
id="path24" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2188.1,1219.5 21.7,-25.9 c 13.9,11 29.3,16.9 45.6,16.9 10.4,0 16.1,-3.6 16.1,-9.6 v -0.4 c 0,-5.8 -4.6,-9 -23.7,-13.5 -29.9,-6.8 -53,-15.3 -53,-44.2 v -0.4 c 0,-26.1 20.7,-45 54.4,-45 23.9,0 42.6,6.4 57.8,18.7 l -19.5,27.5 c -12.9,-9 -26.9,-13.9 -39.4,-13.9 -9.4,0 -14.1,4 -14.1,9 v 0.4 c 0,6.4 4.8,9.2 24.3,13.7 32.3,7 52.4,17.5 52.4,43.8 v 0.4 c 0,28.7 -22.7,45.8 -56.8,45.8 -24.8,-0.1 -48.5,-8 -65.8,-23.3 z"
|
||||
id="path26" />
|
||||
<path
|
||||
class="st1"
|
||||
d="M 2420.2,1133.9 H 2378 v -34.1 h 123.3 v 34.1 h -42.2 v 106.4 h -39 z"
|
||||
id="path28" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2578.7,1099.8 h 113.1 v 33.1 h -74.5 v 21.3 h 67.5 v 30.7 h -67.5 v 22.3 h 75.5 v 33.1 h -114.1 z"
|
||||
id="path30" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2773,1099.8 h 41.2 l 33.5,54.4 33.5,-54.4 h 41.2 v 140.6 h -38.8 v -80.7 l -36,55 h -0.8 l -35.7,-54.6 v 80.3 h -38.2 v -140.6 z"
|
||||
id="path32" />
|
||||
</g>
|
||||
</g><g
|
||||
id="g70">
|
||||
<g
|
||||
id="g68">
|
||||
<path
|
||||
class="st2"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path38" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153.1 -94.8,-204 -164.2,-204"
|
||||
id="path40" />
|
||||
<polyline
|
||||
class="st2"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline42" />
|
||||
<path
|
||||
class="st2"
|
||||
d="m 585.9,890.8 h -176 C 200,890.8 83.2,725.9 83.2,606.9 c 0,-182.4 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.7,100.7 c 0,0 -5.1,2.6 -9.3,2.6 -4.3,0 -10.2,-4.3 -10.2,-4.3 L 480,518.5 c 0,0 -3.4,-0.8 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0,-16.1 -3.4,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 z m 689,1.7 h -212.4 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -38.9,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 H 686.7 v -39.9 c 0,0 15.4,-5.3 27,-17 12.7,-12.7 16.9,-26.3 16.9,-26.3 L 903.3,338.4 h 144.8 l 176,462.3 c 5.1,12.8 13.6,24.7 22.1,34.9 8.4,10.2 28.7,17 28.7,17 z m 402.9,-217.6 c -72.3,33.4 -167.5,59.5 -167.5,59.5 v 88.4 c 0,0 0.8,6 9.3,16.2 8.5,10.2 17.8,12.7 17.8,12.7 v 40.8 H 1341 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.3 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 c 0,0 170.9,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.9,156.4 -135.5,185.3 z m 494.3,-271 c -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.8,0 222.6,106.5 222.6,106.5 l -95.6,100.7 c 0,0 -5.1,2.5 -9.3,2.5 -4.2,0 -10.2,-4.2 -10.2,-4.2 l -11.9,-10.2 c 0,0 -3.4,-0.9 -3.4,-4.3 0,-3.4 9.3,-11.9 9.3,-28 0.2,-16.3 -3.2,-83.4 -106.5,-83.4 z m 570.5,504.5 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.6 314.3,-289.6 179.4,0 314.2,126.5 314.2,289.6 0,163.1 -131.4,297.2 -314.2,297.2 z M 3759.1,892.8 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88.1,273.6 h -106.6 l -87.2,-256.6 -44,302.5 c 0,0 -1.7,18.2 5.1,28.1 9.3,13.6 26.2,13.6 26.2,13.6 v 36.5 h -175.2 v -39.1 c 0,0 14,-2.1 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399.1 c 0,0 3.8,-14.9 -0.4,-21.7 -4.5,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14.1,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.1 -6,29.7 1.7,13.6 55.9,382.4 57.6,396.1 1.7,13.6 3.4,21.3 6.8,30.6 3.4,9.3 19.5,16.9 19.5,16.9 v 34.5 z"
|
||||
id="path44" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 1511.9,421.6 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5"
|
||||
id="path46" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2742.6,409.7 c -69.4,0 -162.5,40.8 -162.5,204 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153.1 -94.8,-204 -164.2,-204"
|
||||
id="path48" />
|
||||
<polyline
|
||||
class="st1"
|
||||
points="899.1,615.4 1010.8,615.4 953.3,453.9 899.1,615.4 "
|
||||
id="polyline50" />
|
||||
<path
|
||||
class="st1"
|
||||
d="m 2745.1,995.5 c -132.8,0 -234.3,-66 -285.8,-108.4 v 91.4 h -238.2 c -200.4,0 -360.4,-110.2 -416.5,-283.5 -41.8,30.4 -116.9,73.9 -201.2,96.1 2.3,0.6 4.6,1.2 6.8,1.5 l 17.8,3.1 0.1,182.7 H 418.3 C 183.8,978.5 0,818.3 0,613.7 0,395.4 163.1,237 387.8,237 c 228.9,0 320,172.6 323.8,180 l 6.9,13.5 -202.4,214.7 -155.3,-107 19,-18.2 c 5.7,-6.3 9,-11.7 10.5,-16.3 3.5,-10 -6.1,-19.6 -16.1,-16.1 -3.1,1.1 -6.7,2.6 -10.5,4.5 -22.5,11.7 -48.2,42.3 -46.4,90.1 3.7,95.6 62,139.1 114.6,139.1 46.4,0 59.6,-33.7 60.9,-37.5 l 5,-14.4 15.3,-0.2 h 165.7 v 24 l 166.5,-441 h 261.5 l 177.3,459.7 c 0.2,-94.3 0.6,-242.7 0.6,-248.7 0,-2.3 -0.1,-4.2 -0.3,-5.7 -0.4,-3.6 -2.4,-6.8 -5.4,-8.8 -3.6,-2.4 -7.9,-4.1 -10.1,-4.8 l -15.4,-4.5 -0.2,-16.1 v -171 h 346.5 c 153.9,0 212.4,36.6 263.3,117.9 76,-89.5 173.5,-134.9 290.2,-134.9 126.9,0 226.4,42 289.7,121.7 75.5,-77.2 190.1,-122.5 312.1,-122.5 118.2,0 223.9,46.5 294.2,127.1 V 252.3 h 349.3 l 15.4,39.2 11.5,-39.2 h 360.9 v 181.1 l -12.1,5.9 c -17.2,8.3 -18.3,11.8 -16.1,25.8 l 45.2,288.9 c 1.3,6.5 3.3,11 6.4,13.7 1.4,1.2 4.3,1.5 5.5,1.4 l 23,-1.6 0.7,23 V 978.6 H 3471.1 V 852.7 h -143.3 v 126.1 h -348.5 v -60.5 c -45.9,30.9 -131.7,77.2 -234.2,77.2 z m -328.6,-212.9 37.3,41 c 1.2,1.3 119.3,128.9 291.3,128.9 133.7,0 240.4,-92.3 241.4,-93.2 l 35.6,-31.3 v 107.9 h 262.7 V 809.8 H 3514 v 125.8 h 282.1 v -127 c -4.9,-1.9 -10.1,-4.7 -14.9,-9 -13.5,-12.1 -17.9,-27.6 -20,-38.2 l -45.3,-289.8 c -5.5,-35 9.2,-52.9 27.7,-64.5 v -112 h -285.8 l -37.7,129 -50.6,-129 h -277.1 v 213.8 l -40.1,-69.8 c -58.1,-101.3 -169.2,-161.7 -297.1,-161.7 -119.8,0 -231.1,47.6 -297.5,127.4 l -18.5,22.2 -15.9,-24.2 c -53.5,-81.5 -146.9,-124.6 -269.9,-124.6 -114.4,0 -204.6,46.7 -275.6,142.6 l -19.9,26.8 -16.2,-29.2 C 1799.4,342 1765.1,295.1 1599.8,295.1 H 1296.2 V 409 c 6.4,3.4 13.5,8.3 19.3,15.1 8,9.2 11.9,22 11.9,39 0,8.8 -0.8,325.6 -0.8,325.6 l -0.1,34.7 -31,-15.6 c -18.2,-9.2 -32.5,-34 -36.4,-41.4 l -1.1,-2.3 -180.9,-469 H 875 L 677.5,818.4 636,810.8 V 712.1 H 526.6 c -11.4,19.8 -38.6,52.1 -94.7,52.1 -72.5,0 -152.7,-56.4 -157.5,-180.4 -2.6,-67.9 35.9,-112.4 69.6,-129.8 25.2,-13 50.2,-13.1 67.1,-0.2 18.2,13.9 22.7,30.1 23.3,41.2 0.8,13.5 -3.8,25.8 -9.2,35.4 l 85,58.5 L 666,423.7 C 641.6,386.1 557.8,279.8 388,279.8 184.9,279.8 43.1,417.1 43.1,613.6 43.1,794.1 208,935.5 418.5,935.5 h 1166.9 v -105 c -20.6,-7 -38.1,-20.3 -38.1,-40.9 0,-13.4 5.3,-30.6 30.3,-36.2 108.2,-24.4 202.3,-89.9 224.3,-111 l 27,-25.9 8.7,36.4 c 41.8,174.4 188.8,282.7 383.8,282.7 h 195.3 v -153 z"
|
||||
id="path52" />
|
||||
<path
|
||||
class="st3"
|
||||
d="M 692.6,426.7 513.1,617.1 394.6,535.5 c 0,0 38.9,-37.4 3.4,-64.6 -27.8,-21.2 -105.5,23.8 -102.2,112.2 3.9,101.9 66.7,159.7 136.1,159.7 64.3,0 81.2,-52.1 81.2,-52.1 H 657.4 V 810.8 L 860.2,273.6 h 231.9 l 186.2,482.7 c 0,0 13.5,25.5 27.1,32.3 0,0 0.8,-316.7 0.8,-325.6 0,-8.9 -1.2,-18.7 -6.7,-25 -9.1,-10.5 -24.5,-14.9 -24.5,-14.9 V 273.7 c 0,0 214.9,0 325,0 168.5,0 211.8,45.9 260.7,134.3 67.5,-91.2 160.4,-151.3 292.9,-151.3 136.4,0 232.8,50.4 287.8,134.3 76.9,-92.3 200.8,-135.1 314,-135.1 139.2,0 255.6,67.7 315.7,172.5 V 273.7 h 313.2 l 33,84.1 24.6,-84.1 h 323.3 v 146.2 c -22.9,11.1 -32.1,22.3 -28,48.5 l 45.2,288.9 c 1.9,9.4 5.2,19.2 13.2,26.4 9.4,8.4 22,6.8 22,6.8 v 166.6 h -325 V 831.2 h -186.2 v 126.1 h -305.6 v -81.9 c 0,0 -111.7,98.6 -255.6,98.6 C 2561,974 2438,838 2438,838 v 119 c 0,0 -13.5,0 -216.7,0 -192.8,0 -358.4,-106 -404.6,-299.1 -21.9,21 -118.5,90.3 -234.5,116.4 -9,2 -13.5,5.5 -13.5,15.3 0,17.9 38.1,24.3 38.1,24.3 v 143.2 c 0,0 -1002.1,0 -1188.4,0 -220.1,0 -396.9,-151.3 -396.9,-343.3 0,-192 137.9,-355.3 366.4,-355.3 218.3,-0.1 304.7,168.2 304.7,168.2"
|
||||
id="path54" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 903.3,338.3 h 144.8 l 176.1,462.4 c 5.1,12.7 13.5,24.6 22,34.9 8.4,10.2 28.8,17 28.8,17 v 39.9 h -212.5 v -40.8 c 0,0 13.5,1.7 20.3,-10.2 6.8,-11.9 6.8,-21.3 1.7,-33.2 C 1079.4,796.4 1043.9,702 1043.9,702 H 870.3 c 0,0 -35.6,95.2 -39,103.7 -3.4,8.5 -3.4,22.1 0,30.6 5.6,14.1 25.4,16.2 25.4,16.2 v 39.9 h -170 v -39.9 c 0,0 15.5,-5.3 27,-17 12.7,-12.8 17,-26.4 17,-26.4 L 903.3,338.3 m -4.2,277.1 h 111.7 L 953.3,453.9 Z"
|
||||
id="path56" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 1342.6,338.3 c 0,0 171,0 270.8,0 99.9,0 199.8,35.7 199.8,151.3 0,115.6 -72.8,156.3 -135.4,185.2 -72.3,33.4 -167.6,59.5 -167.6,59.5 v 88.3 c 0,0 0.8,6 9.3,16.2 8.4,10.2 17.8,12.7 17.8,12.7 v 40.8 h -196.4 v -39.9 c 0,0 11.9,-2.6 20.3,-11 8.5,-8.5 10.2,-18.7 10.2,-18.7 V 423.3 c 0,0 0.8,-17 -6,-23.8 -6.8,-6.8 -22.8,-16.1 -22.8,-16.1 v -45.1 m 169.3,83.3 v 236.3 c 0,0 159.1,-66.3 159.1,-159.8 0.1,-115.6 -159.1,-76.5 -159.1,-76.5 z"
|
||||
id="path58" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2742.6,908.4 c -182.8,0 -314.3,-134.1 -314.3,-297.2 0,-163.1 134.8,-289.7 314.3,-289.7 179.5,0 314.3,126.5 314.3,289.7 0,163.2 -131.4,297.2 -314.3,297.2 M 2580.1,613.7 c 0,163.2 82.9,204 162.5,204 79.5,0 164.2,-51 164.2,-204 0,-153 -94.8,-204 -164.2,-204 -69.4,0 -162.5,40.8 -162.5,204 z"
|
||||
id="path60" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 3138.7,338.7 h 201.5 l 72.8,225.7 77.8,-226.1 h 210.8 v 33.2 c 0,0 -14,5.9 -20.3,13.6 -7.6,9.3 -7.6,16.2 -5.9,29.8 1.7,13.6 55.8,382.4 57.5,396 1.7,13.7 3.4,21.3 6.8,30.6 3.3,9.3 19.4,17 19.4,17 v 34.3 H 3556.8 V 856 c 0,0 17.8,-2.6 23.7,-11.1 6,-8.5 8.5,-13.6 6.8,-27.2 -1.7,-13.6 -49.9,-323 -49.9,-323 l -88,273.7 h -106.6 l -87.2,-256.7 -44,302.6 c 0,0 -1.7,18.1 5.1,28 9.3,13.7 26.2,13.7 26.2,13.7 v 36.5 h -175.2 v -39.1 c 0,0 13.9,-2.2 24.1,-14 10.2,-11.9 11.9,-27.2 11.9,-27.2 l 63.9,-399 c 0,0 3.8,-14.9 -0.4,-21.7 -4.4,-7.2 -28.4,-13.2 -28.4,-13.2 v -39.6"
|
||||
id="path62" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 607.1,429.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176 C 200,890.7 83.1,725.9 83.1,606.9 c 0,-182.5 158,-283.7 301.3,-283.7 138.9,0 222.7,106.5 222.7,106.5"
|
||||
id="path64" />
|
||||
<path
|
||||
class="st4"
|
||||
d="m 2399.8,430.7 -94.5,99.5 c -5,5.2 -13.1,5.7 -18.7,1.2 l -16.1,-13.2 c -0.7,-0.6 -1.1,-1.6 -1.1,-2.9 0,-3.4 9.3,-11.9 9.3,-28 0,-16.2 -3.3,-83.3 -106.6,-83.3 -103.2,0 -149,96.9 -149,176.8 0,79.9 49.1,226.1 209.9,226.1 93.6,0 113.4,-52.7 113.4,-52.7 h 32.2 v 137.7 h -176.1 c -209.9,0 -326.7,-164.9 -326.7,-283.8 0,-182.5 158,-283.7 301.3,-283.7 138.9,-0.2 222.7,106.3 222.7,106.3"
|
||||
id="path66" />
|
||||
</g>
|
||||
</g></g>
|
||||
</svg>
|
After Width: | Height: | Size: 25 KiB |
25
themes/slate-es-de/cps3/systeminfo.xml
Normal file
25
themes/slate-es-de/cps3/systeminfo.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Manufacturer: Capcom</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>Released: 1996</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>CPU: Hitachi HD6417099 (SH-2) @ 25 MHz</text>
|
||||
</text>
|
||||
<text name="info4">
|
||||
<text>RAM: Variable</text>
|
||||
</text>
|
||||
<text name="info5">
|
||||
<text>Resolution: 384×224 (standard) or 496×224 (widescreen)</text>
|
||||
</text>
|
||||
<text name="info6">
|
||||
<text>Colors: 32,768 on screen</text>
|
||||
</text>
|
||||
<text name="info7">
|
||||
<text>Media: ROM board + CD-ROM</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue