updated metrixhd

This commit is contained in:
louis 2016-07-23 09:34:32 +02:00
parent 0534a8ae06
commit e3525032e8
78 changed files with 2628 additions and 1063 deletions

View File

@ -12,12 +12,12 @@
<color name="clrBlack">FF000000</color> <color name="clrBlack">FF000000</color>
<color name="clrBlackTrans">77000000</color> <color name="clrBlackTrans">77000000</color>
<color name="clrWhite">FFFFFFFF</color> <color name="clrWhite">FFFFFFFF</color>
<color name="clrWhiteTrans">C0FFFFFF</color> <color name="clrWhiteTrans">55FFFFFF</color>
<color name="clrTransparent">00000000</color> <color name="clrTransparent">00000000</color>
<!-- theme colors --> <!-- theme colors -->
<color name="menuback">C0000000</color> <color name="menuback">C0000000</color>
<color name="menubackline">C0FFFFFF</color> <color name="menubackline">C0FFFFFF</color>
<color name="menualternate">FF14141E</color> <color name="menualternate">33FFFFFF</color>
<color name="menuactive">C01E8BD7</color> <color name="menuactive">C01E8BD7</color>
<color name="menuheader">E01E8BD7</color> <color name="menuheader">E01E8BD7</color>
<color name="menuseparator">D0000000</color> <color name="menuseparator">D0000000</color>
@ -478,6 +478,10 @@
<trans lang="en_EN">VDR CPU</trans> <trans lang="en_EN">VDR CPU</trans>
<trans lang="de_DE">VDR CPU</trans> <trans lang="de_DE">VDR CPU</trans>
</token> </token>
<token name="tr(new)">
<trans lang="en_EN">new</trans>
<trans lang="de_DE">neu</trans>
</token>
</translations> </translations>
<fonts> <fonts>
<font name="light">VDROpen Sans:Light</font> <font name="light">VDROpen Sans:Light</font>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -12,16 +12,18 @@
<parameter type="int" name="listshifttime" min="0" max="1000" displaytext="{tr(listshifttimetext)}" helptext="{tr(helplistshifttime)}">100</parameter> <parameter type="int" name="listshifttime" min="0" max="1000" displaytext="{tr(listshifttimetext)}" helptext="{tr(helplistshifttime)}">100</parameter>
<parameter type="string" name="showdevices" displaytext="{tr(showdevices)}" helptext="{tr(helpshowdevices)}" options="no,menu,yes">0</parameter> <parameter type="string" name="showdevices" displaytext="{tr(showdevices)}" helptext="{tr(helpshowdevices)}" options="no,menu,yes">0</parameter>
<parameter type="string" name="showweather" displaytext="{tr(showweather)}" helptext="{tr(helpshowweather)}" options="no,menu,yes">1</parameter> <parameter type="string" name="showweather" displaytext="{tr(showweather)}" helptext="{tr(helpshowweather)}" options="no,menu,yes">1</parameter>
<parameter type="string" name="showscrollbar" displaytext="{tr(showscrollbar)}" helptext="{tr(helpshowscrollbar)}" options="no,auto,yes">1</parameter>
<parameter type="string" name="recmenuorientation" displaytext="{tr(recmenuorientation)}" options="horizontal,vertical">1</parameter> <parameter type="string" name="recmenuorientation" displaytext="{tr(recmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="string" name="weathermenuorientation" displaytext="{tr(weathermenuorientation)}" options="horizontal,vertical">1</parameter> <parameter type="string" name="weathermenuorientation" displaytext="{tr(weathermenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="string" name="setupmenuorientation" displaytext="{tr(setupmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="int" name="chlistitemsmax" min="8" max="16" displaytext="{tr(chlistitemsmaxtext)}">10</parameter> <parameter type="int" name="chlistitemsmax" min="8" max="16" displaytext="{tr(chlistitemsmaxtext)}">10</parameter>
<parameter type="int" name="listitemsmax" min="8" max="16" displaytext="{tr(listitemsmaxtext)}">14</parameter> <parameter type="int" name="listitemsmax" min="8" max="16" displaytext="{tr(listitemsmaxtext)}">14</parameter>
<parameter type="bool" name="doitsimple" displaytext="{tr(doitsimple)}">0</parameter>
<!-- mainmenu --> <!-- mainmenu -->
<parameter type="separator" name="sepmainmenu" displaytext="---------------- {tr(sepmainmenu)} ----------------"/> <parameter type="separator" name="sepmainmenu" displaytext="---------------- {tr(sepmainmenu)} ----------------"/>
<parameter type="string" name="mainmenuorientation" displaytext="{tr(mainmenuorientation)}" helptext="{tr(helpmainmenuorientation)}" options="horizontal,vertical">1</parameter> <parameter type="string" name="mainmenuorientation" displaytext="{tr(mainmenuorientation)}" helptext="{tr(helpmainmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="bool" name="mainmenusmall" displaytext="{tr(mainmenusmall)}">0</parameter> <parameter type="bool" name="mainmenusmall" displaytext="{tr(mainmenusmall)}">0</parameter>
<parameter type="int" name="menuitemsmax" min="1" max="16" displaytext="{tr(menuitemsmaxtext)}">9</parameter> <parameter type="int" name="menuitemsmax" min="1" max="16" displaytext="{tr(menuitemsmaxtext)}">9</parameter>
<parameter type="string" name="showscrollbar" displaytext="{tr(showscrollbar)}" helptext="{tr(helpshowscrollbar)}" options="no,auto,yes">1</parameter>
<parameter type="string" name="showinformation" displaytext="{tr(showinformation)}" helptext="{tr(helpshowinformation)}" options="no,oldstyle,yes">2</parameter> <parameter type="string" name="showinformation" displaytext="{tr(showinformation)}" helptext="{tr(helpshowinformation)}" options="no,oldstyle,yes">2</parameter>
<parameter type="int" name="infolistitemsmax" min="1" max="5" displaytext="{tr(infolistitemsmaxtext)}">3</parameter> <parameter type="int" name="infolistitemsmax" min="1" max="5" displaytext="{tr(infolistitemsmaxtext)}">3</parameter>
<parameter type="int" name="shifttimetimers" min="0" max="1000" displaytext="{tr(shifttimetimerstext)}" helptext="{tr(helpshifttimetimers)}">0</parameter> <parameter type="int" name="shifttimetimers" min="0" max="1000" displaytext="{tr(shifttimetimerstext)}" helptext="{tr(helpshifttimetimers)}">0</parameter>
@ -101,8 +103,8 @@
</token> </token>
<token name="tr(showscrollbar)"> <token name="tr(showscrollbar)">
<trans lang="en_EN">Show Scrollbar in main menu</trans> <trans lang="en_EN">Show Scrollbar</trans>
<trans lang="de_DE">Zeige Scrollbar im Hauptmenü</trans> <trans lang="de_DE">Zeige Scrollbar</trans>
</token> </token>
<token name="tr(showweather)"> <token name="tr(showweather)">
<trans lang="en_EN">Show Weather info</trans> <trans lang="en_EN">Show Weather info</trans>
@ -137,6 +139,10 @@
<trans lang="fi_FI">Liukuman kesto elementeille [ms]</trans> <trans lang="fi_FI">Liukuman kesto elementeille [ms]</trans>
<trans lang="it_IT">Tempo di cambio degli elementi Zapcockpit [ms]</trans> <trans lang="it_IT">Tempo di cambio degli elementi Zapcockpit [ms]</trans>
</token> </token>
<token name="tr(doitsimple)">
<trans lang="en_EN">Disable text scolling</trans>
<trans lang="de_DE">Text-Scrolling abschalten</trans>
</token>
<token name="tr(zapchannelhintsheight)"> <token name="tr(zapchannelhintsheight)">
<trans lang="en_EN">Height channel hints (% of screen height)</trans> <trans lang="en_EN">Height channel hints (% of screen height)</trans>
<trans lang="de_DE">Höhe Kanal Hinweise (% der Bildschirmhöhe)</trans> <trans lang="de_DE">Höhe Kanal Hinweise (% der Bildschirmhöhe)</trans>
@ -250,6 +256,10 @@
<trans lang="fi_FI">Säälaajennoksen orientaatio</trans> <trans lang="fi_FI">Säälaajennoksen orientaatio</trans>
<trans lang="it_IT">Orientamento menù previsioni del tempo</trans> <trans lang="it_IT">Orientamento menù previsioni del tempo</trans>
</token> </token>
<token name="tr(setupmenuorientation)">
<trans lang="en_EN">Orientation of setup menu</trans>
<trans lang="de_DE">Ausrichtung des Einstellungsmenüs</trans>
</token>
<token name="tr(horizontal)"> <token name="tr(horizontal)">
<trans lang="en_EN">horizontal menu</trans> <trans lang="en_EN">horizontal menu</trans>
<trans lang="de_DE">horizontales Menü</trans> <trans lang="de_DE">horizontales Menü</trans>

View File

@ -1,92 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 287.068 287.068" style="enable-background:new 0 0 287.068 287.068;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo">
xmlns:cc="http://creativecommons.org/ns#" <path d="M221.606,76.504c2.827,0,5.653-1.076,7.806-3.235l15.618-15.618c4.312-4.312,4.312-11.301,0-15.612
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" c-4.312-4.312-11.306-4.312-15.612,0L213.8,57.657c-4.312,4.312-4.312,11.301,0,15.612
xmlns:svg="http://www.w3.org/2000/svg" C215.953,75.427,218.779,76.504,221.606,76.504z M44.164,143.534c0-6.095-4.946-11.041-11.041-11.041H11.041
xmlns="http://www.w3.org/2000/svg" C4.946,132.493,0,137.44,0,143.534c0,6.095,4.946,11.041,11.041,11.041h22.082C39.218,154.575,44.164,149.629,44.164,143.534z
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" M57.657,213.8l-15.618,15.618c-4.312,4.312-4.312,11.301,0,15.612c2.153,2.159,4.98,3.235,7.806,3.235s5.653-1.077,7.806-3.235
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" l15.618-15.618c4.312-4.312,4.312-11.301,0-15.612C68.963,209.488,61.963,209.488,57.657,213.8z M57.657,73.269
version="1.1" c2.153,2.159,4.98,3.235,7.806,3.235c2.827,0,5.653-1.076,7.806-3.235c4.312-4.312,4.312-11.301,0-15.612L57.651,42.039
id="Capa_1" c-4.306-4.312-11.306-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612L57.657,73.269z M143.534,44.164
x="0px" c6.095,0,11.041-4.946,11.041-11.041V11.041C154.575,4.946,149.629,0,143.534,0c-6.095,0-11.041,4.946-11.041,11.041v22.082
y="0px" C132.493,39.218,137.44,44.164,143.534,44.164z M276.027,132.493h-22.082c-6.095,0-11.041,4.946-11.041,11.041
viewBox="0 0 611.998 611.998" c0,6.095,4.946,11.041,11.041,11.041h22.082c6.095,0,11.041-4.946,11.041-11.041C287.068,137.44,282.122,132.493,276.027,132.493z
style="enable-background:new 0 0 611.998 611.998;" M229.412,213.8c-4.306-4.312-11.306-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612l15.618,15.618
xml:space="preserve" c2.153,2.159,4.98,3.235,7.806,3.235c2.827,0,5.648-1.077,7.806-3.235c4.312-4.312,4.312-11.301,0-15.612L229.412,213.8z
inkscape:version="0.91 r13725" M143.534,242.904c-6.095,0-11.041,4.946-11.041,11.041v22.082c0,6.095,4.946,11.041,11.041,11.041
sodipodi:docname="clear-day.svg"><metadata c6.095,0,11.041-4.946,11.041-11.041v-22.082C154.575,247.851,149.629,242.904,143.534,242.904z M143.534,66.247
id="metadata61"><rdf:RDF><cc:Work c-42.619,0-77.288,34.669-77.288,77.288s34.669,77.288,77.288,77.288s77.288-34.669,77.288-77.288S186.153,66.247,143.534,66.247z
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type M143.534,198.74c-30.44,0-55.205-24.765-55.205-55.205s24.765-55.205,55.205-55.205s55.205,24.765,55.205,55.205
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs S173.975,198.74,143.534,198.74z"/>
id="defs59" /><sodipodi:namedview </g>
pagecolor="#ffffff" </g>
bordercolor="#666666" <g>
borderopacity="1" </g>
objecttolerance="10" <g>
gridtolerance="10" </g>
guidetolerance="10" <g>
inkscape:pageopacity="0" </g>
inkscape:pageshadow="2" <g>
inkscape:window-width="1920" </g>
inkscape:window-height="1017" <g>
id="namedview57" </g>
showgrid="false" <g>
inkscape:zoom="0.38562218" </g>
inkscape:cx="-16.855877" <g>
inkscape:cy="305.99899" </g>
inkscape:window-x="-8" <g>
inkscape:window-y="-8" </g>
inkscape:window-maximized="1" <g>
inkscape:current-layer="Capa_1" /><g </g>
id="g3" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><g </g>
id="g5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path </g>
d="M425.373,314.142c0-65.924-53.455-119.373-119.379-119.373s-119.379,53.449-119.379,119.373 c0,65.935,53.455,119.379,119.379,119.379C371.918,433.521,425.373,380.075,425.373,314.142z" <g>
id="path7" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path <g>
d="M409.268,191.07c7.454,6.255,16.531,9.31,25.556,9.31c11.356,0,22.633-4.836,30.502-14.215l44.901-53.512 c14.126-16.836,11.931-41.932-4.905-56.061c-16.836-14.12-41.938-11.931-56.061,4.905l-44.901,53.512 C390.236,151.844,392.431,176.941,409.268,191.07z" </g>
id="path9" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path </g>
d="M611.386,260.293c-3.815-21.641-24.457-36.104-46.098-32.277l-68.792,12.132c-21.641,3.815-36.092,24.455-32.277,46.098 c3.403,19.305,20.191,32.89,39.142,32.89c2.293,0,4.62-0.199,6.957-0.613l68.792-12.132 C600.753,302.577,615.204,281.937,611.386,260.293z" <g>
id="path11" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path </svg>
d="M559.985,414.837l-60.501-34.927c-19.029-10.984-43.368-4.468-54.358,14.566c-10.987,19.031-4.465,43.368,14.566,54.358 l60.501,34.927c6.266,3.619,13.108,5.337,19.857,5.337c13.752,0,27.13-7.138,34.498-19.906 C585.542,450.161,579.02,425.825,559.985,414.837z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M411.949,488.897c-7.515-20.651-30.35-31.305-51.004-23.784c-20.654,7.518-31.302,30.35-23.787,51.004l23.891,65.642 c5.881,16.16,21.14,26.195,37.398,26.195c4.517,0,9.114-0.777,13.605-2.411c20.654-7.515,31.302-30.35,23.787-51.001 L411.949,488.897z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M251.044,465.119c-20.651-7.515-43.486,3.133-51.004,23.784l-23.891,65.636c-7.518,20.651,3.13,43.486,23.784,51.001 c4.494,1.634,9.086,2.411,13.605,2.411c16.252,0,31.515-10.035,37.395-26.195l23.891-65.636 C282.346,495.471,271.698,472.634,251.044,465.119z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M112.504,379.914l-60.498,34.924c-19.034,10.984-25.556,35.321-14.569,54.358c7.371,12.768,20.746,19.906,34.501,19.906 c6.749,0,13.594-1.72,19.857-5.337l60.498-34.924c19.034-10.984,25.556-35.321,14.569-54.355 C155.875,375.448,131.536,368.923,112.504,379.914z"
id="path19"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M101.672,318.524c2.339,0.414,4.664,0.613,6.957,0.613c18.945,0,35.735-13.585,39.142-32.89 c3.818-21.641-10.633-42.281-32.277-46.098l-68.786-12.132C25.06,224.175,4.427,238.65,0.612,260.293 c-3.818,21.641,10.633,42.281,32.277,46.098L101.672,318.524z"
id="path21"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M146.663,186.164c7.871,9.382,19.146,14.215,30.505,14.215c9.025,0,18.102-3.058,25.556-9.31 c16.836-14.126,19.031-39.225,4.905-56.061l-44.896-53.507c-14.126-16.833-39.225-19.031-56.061-4.905 c-16.833,14.126-19.031,39.228-4.905,56.061L146.663,186.164z"
id="path23"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M305.995,153.481c21.977,0,39.795-17.814,39.795-39.792V43.836c0-21.977-17.817-39.792-39.795-39.792 c-21.977,0-39.792,17.817-39.792,39.792v69.851C266.203,135.664,284.017,153.481,305.995,153.481z"
id="path25"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /><g
id="g49" /><g
id="g51" /><g
id="g53" /><g
id="g55" /></svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 287.068 287.068" style="enable-background:new 0 0 287.068 287.068;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo">
<path d="M221.606,76.504c2.827,0,5.653-1.076,7.806-3.235l15.618-15.618c4.312-4.312,4.312-11.301,0-15.612
c-4.312-4.312-11.306-4.312-15.612,0L213.8,57.657c-4.312,4.312-4.312,11.301,0,15.612
C215.953,75.427,218.779,76.504,221.606,76.504z M44.164,143.534c0-6.095-4.946-11.041-11.041-11.041H11.041
C4.946,132.493,0,137.44,0,143.534c0,6.095,4.946,11.041,11.041,11.041h22.082C39.218,154.575,44.164,149.629,44.164,143.534z
M57.657,213.8l-15.618,15.618c-4.312,4.312-4.312,11.301,0,15.612c2.153,2.159,4.98,3.235,7.806,3.235s5.653-1.077,7.806-3.235
l15.618-15.618c4.312-4.312,4.312-11.301,0-15.612C68.963,209.488,61.963,209.488,57.657,213.8z M57.657,73.269
c2.153,2.159,4.98,3.235,7.806,3.235c2.827,0,5.653-1.076,7.806-3.235c4.312-4.312,4.312-11.301,0-15.612L57.651,42.039
c-4.306-4.312-11.306-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612L57.657,73.269z M143.534,44.164
c6.095,0,11.041-4.946,11.041-11.041V11.041C154.575,4.946,149.629,0,143.534,0c-6.095,0-11.041,4.946-11.041,11.041v22.082
C132.493,39.218,137.44,44.164,143.534,44.164z M276.027,132.493h-22.082c-6.095,0-11.041,4.946-11.041,11.041
c0,6.095,4.946,11.041,11.041,11.041h22.082c6.095,0,11.041-4.946,11.041-11.041C287.068,137.44,282.122,132.493,276.027,132.493z
M229.412,213.8c-4.306-4.312-11.306-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612l15.618,15.618
c2.153,2.159,4.98,3.235,7.806,3.235c2.827,0,5.648-1.077,7.806-3.235c4.312-4.312,4.312-11.301,0-15.612L229.412,213.8z
M143.534,242.904c-6.095,0-11.041,4.946-11.041,11.041v22.082c0,6.095,4.946,11.041,11.041,11.041
c6.095,0,11.041-4.946,11.041-11.041v-22.082C154.575,247.851,149.629,242.904,143.534,242.904z M143.534,66.247
c-42.619,0-77.288,34.669-77.288,77.288s34.669,77.288,77.288,77.288s77.288-34.669,77.288-77.288S186.153,66.247,143.534,66.247z
M143.534,198.74c-30.44,0-55.205-24.765-55.205-55.205s24.765-55.205,55.205-55.205s55.205,24.765,55.205,55.205
S173.975,198.74,143.534,198.74z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,76 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg viewBox="0 0 168.29 168.29" style="enable-background:new 0 0 168.29 168.29;" xml:space="preserve">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:cc="http://creativecommons.org/ns#" <path d="M159.81,127.909c-1.025-2.473-3.289-4.212-5.942-4.565c-24.423-3.241-45.44-19.364-54.848-42.078
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" c-9.409-22.715-5.95-48.978,9.028-68.539c1.628-2.125,1.999-4.957,0.975-7.43c-1.024-2.473-3.289-4.212-5.942-4.565
xmlns:svg="http://www.w3.org/2000/svg" C99.416,0.247,95.69,0,92.005,0C80.957,0,70.152,2.155,59.889,6.406c-20.764,8.601-36.935,24.772-45.533,45.536
xmlns="http://www.w3.org/2000/svg" c-8.597,20.761-8.595,43.628,0.004,64.39c13.074,31.563,43.595,51.957,77.756,51.957c0.001,0,0.001,0,0.001,0
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" c11.051,0,21.872-2.161,32.164-6.424c13.644-5.652,25.592-14.825,34.553-26.528C160.462,133.213,160.834,130.382,159.81,127.909z
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" M118.541,148.008c-8.463,3.505-17.353,5.283-26.424,5.282c-28.073,0-53.155-16.76-63.899-42.698
version="1.1" c-7.067-17.061-7.068-35.852-0.004-52.911C35.28,40.62,48.567,27.332,65.629,20.265c7.424-3.075,15.189-4.816,23.126-5.188
id="Capa_1" c-11.761,22.021-13.291,48.521-3.595,71.93c9.694,23.405,29.509,41.059,53.392,48.315
x="0px" C132.687,140.647,125.916,144.953,118.541,148.008z"/>
y="0px" </g>
width="468.6px" <g>
height="468.6px" </g>
viewBox="0 0 468.6 468.6" <g>
style="enable-background:new 0 0 468.6 468.6;" </g>
xml:space="preserve" <g>
inkscape:version="0.91 r13725" </g>
sodipodi:docname="clear-night.svg"><metadata <g>
id="metadata49"><rdf:RDF><cc:Work </g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type <g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs </g>
id="defs47" /><sodipodi:namedview <g>
pagecolor="#ffffff" </g>
bordercolor="#666666" <g>
borderopacity="1" </g>
objecttolerance="10" <g>
gridtolerance="10" </g>
guidetolerance="10" <g>
inkscape:pageopacity="0" </g>
inkscape:pageshadow="2" <g>
inkscape:window-width="1920" </g>
inkscape:window-height="1017" <g>
id="namedview45" </g>
showgrid="false" <g>
inkscape:zoom="0.50362782" </g>
inkscape:cx="-12.906356" <g>
inkscape:cy="234.3" </g>
inkscape:window-x="-8" <g>
inkscape:window-y="-8" </g>
inkscape:window-maximized="1" </svg>
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M95.6,239.049c0-9.599,1.9-19.099,5.7-28.699c-7.6,0-13.4,1.9-21,3.8C34.4,225.65,0,265.75,0,315.549 c0,57.4,47.8,105.201,105.2,105.201c49.7,0,89.9-34.4,101.4-80.301c1.9-7.699,1.9-13.4,3.8-21c-9.6,3.801-19.1,5.701-28.7,5.701 C133.9,325.15,95.6,286.85,95.6,239.049z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="315.6,124.35 271.6,109.05 248.6,47.85 225.7,109.05 181.7,124.35 225.7,139.65 248.6,200.85 271.6,139.65 "
id="polygon9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="325.1,200.85 302.2,262.049 258.2,277.35 302.2,292.65 325.1,353.85 348.1,292.65 392.1,277.35 348.1,262.049 "
id="polygon11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="438,151.05 420.7,105.15 403.5,151.05 372.9,162.55 403.5,174.05 420.7,219.95 438,174.05 468.6,162.55 "
id="polygon13"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /></svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 168.29 168.29" style="enable-background:new 0 0 168.29 168.29;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M159.81,127.909c-1.025-2.473-3.289-4.212-5.942-4.565c-24.423-3.241-45.44-19.364-54.848-42.078
c-9.409-22.715-5.95-48.978,9.028-68.539c1.628-2.125,1.999-4.957,0.975-7.43c-1.024-2.473-3.289-4.212-5.942-4.565
C99.416,0.247,95.69,0,92.005,0C80.957,0,70.152,2.155,59.889,6.406c-20.764,8.601-36.935,24.772-45.533,45.536
c-8.597,20.761-8.595,43.628,0.004,64.39c13.074,31.563,43.595,51.957,77.756,51.957c0.001,0,0.001,0,0.001,0
c11.051,0,21.872-2.161,32.164-6.424c13.644-5.652,25.592-14.825,34.553-26.528C160.462,133.213,160.834,130.382,159.81,127.909z
M118.541,148.008c-8.463,3.505-17.353,5.283-26.424,5.282c-28.073,0-53.155-16.76-63.899-42.698
c-7.067-17.061-7.068-35.852-0.004-52.911C35.28,40.62,48.567,27.332,65.629,20.265c7.424-3.075,15.189-4.816,23.126-5.188
c-11.761,22.021-13.291,48.521-3.595,71.93c9.694,23.405,29.509,41.059,53.392,48.315
C132.687,140.647,125.916,144.953,118.541,148.008z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,66 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_15_">
xmlns:cc="http://creativecommons.org/ns#" <g>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <path d="M259.466,132.493c-2.799,0-6.139,0.436-9.319,1.016c-11.56-39.593-47.747-67.262-90.051-67.262
xmlns:svg="http://www.w3.org/2000/svg" c-42.309,0-78.491,27.669-90.051,67.262c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,132.493,0,159.737,0,193.219
xmlns="http://www.w3.org/2000/svg" s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726S292.948,132.493,259.466,132.493z M259.466,231.863
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" H60.726c-21.309,0-38.644-17.34-38.644-38.644s17.335-38.644,38.644-38.644c1.529,0,3.991,0.375,6.592,0.894v10.147
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.809c5.94-34.503,35.541-59.478,70.696-59.478
version="1.1" c35.171,0,64.784,25.003,70.707,59.534v17.754c0,6.095,4.946,11.041,11.041,11.041c6.1,0,11.041-4.946,11.041-11.041v-10.141
id="Layer_1" c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,231.863,259.466,231.863z"/>
x="0px" </g>
y="0px" </g>
viewBox="0 0 455 455" </g>
style="enable-background:new 0 0 455 455;" <g>
xml:space="preserve" </g>
inkscape:version="0.91 r13725" <g>
sodipodi:docname="cloudy.svg"><metadata </g>
id="metadata43"><rdf:RDF><cc:Work <g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type </g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs <g>
id="defs41" /><sodipodi:namedview </g>
pagecolor="#ffffff" <g>
bordercolor="#666666" </g>
borderopacity="1" <g>
objecttolerance="10" </g>
gridtolerance="10" <g>
guidetolerance="10" </g>
inkscape:pageopacity="0" <g>
inkscape:pageshadow="2" </g>
inkscape:window-width="1920" <g>
inkscape:window-height="1017" </g>
id="namedview39" <g>
showgrid="false" </g>
inkscape:zoom="0.51868132" <g>
inkscape:cx="-12.53178" </g>
inkscape:cy="227.5" <g>
inkscape:window-x="-8" </g>
inkscape:window-y="-8" <g>
inkscape:window-maximized="1" </g>
inkscape:current-layer="Layer_1" /><g <g>
id="g3" </g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path <g>
d="M350.359,236.02c-7.814-66.133-64.062-117.431-132.296-117.431S93.581,169.887,85.768,236.02 C38.402,236.02,0,274.417,0,321.783s38.397,85.763,85.763,85.763h264.601c47.366,0,85.763-38.397,85.763-85.763 S397.725,236.02,350.359,236.02z" </g>
id="path5" </svg>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M391.016,135.059c-5.829-49.336-47.791-87.605-98.694-87.605c-33.184,0-62.556,16.272-80.607,41.262 c2.108-0.081,4.224-0.127,6.349-0.127c74.519,0,138.462,50.218,157.487,120.164c21.304,4.704,40.867,15.374,56.667,31.173 c1.403,1.403,2.764,2.836,4.085,4.297C447.852,232.648,455,216.682,455,199.04C455,163.704,426.351,135.059,391.016,135.059z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_15_">
<g>
<path d="M259.466,132.493c-2.799,0-6.139,0.436-9.319,1.016c-11.56-39.593-47.747-67.262-90.051-67.262
c-42.309,0-78.491,27.669-90.051,67.262c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,132.493,0,159.737,0,193.219
s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726S292.948,132.493,259.466,132.493z M259.466,231.863
H60.726c-21.309,0-38.644-17.34-38.644-38.644s17.335-38.644,38.644-38.644c1.529,0,3.991,0.375,6.592,0.894v10.147
c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.809c5.94-34.503,35.541-59.478,70.696-59.478
c35.171,0,64.784,25.003,70.707,59.534v17.754c0,6.095,4.946,11.041,11.041,11.041c6.1,0,11.041-4.946,11.041-11.041v-10.141
c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,231.863,259.466,231.863z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,69 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg viewBox="0 0 213.555 213.555" style="enable-background:new 0 0 213.555 213.555;" xml:space="preserve">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:cc="http://creativecommons.org/ns#" <path d="M103.72,46.588c4.142,0,7.5-3.357,7.5-7.5V15.299c0-4.143-3.357-7.5-7.5-7.5c-4.142,0-7.5,3.357-7.5,7.5v23.789
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" C96.22,43.231,99.578,46.588,103.72,46.588z"/>
xmlns:svg="http://www.w3.org/2000/svg" <path d="M167.668,73.069c1.919,0,3.838-0.732,5.302-2.195l16.824-16.817c2.93-2.929,2.931-7.678,0.003-10.606
xmlns="http://www.w3.org/2000/svg" c-2.93-2.931-7.679-2.93-10.606-0.003l-16.824,16.817c-2.93,2.929-2.931,7.678-0.003,10.606
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" C163.829,72.336,165.749,73.069,167.668,73.069z"/>
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" <path d="M34.485,70.871c1.464,1.465,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.196c2.929-2.929,2.929-7.678,0-10.606
version="1.1" L28.275,43.448c-2.929-2.93-7.678-2.929-10.606-0.001c-2.929,2.929-2.929,7.678,0,10.606L34.485,70.871z"/>
id="Capa_1" <path d="M21.093,137.02h179.929c4.143,0,7.5-3.357,7.5-7.5c0-4.143-3.357-7.5-7.5-7.5h-33.491
x="0px" c-3.729-31.907-30.911-56.754-63.803-56.754c-32.889,0-60.069,24.847-63.797,56.754H21.093c-4.142,0-7.5,3.357-7.5,7.5
y="0px" C13.593,133.662,16.951,137.02,21.093,137.02z M103.728,80.266c24.61,0,45.062,18.143,48.685,41.754H55.049
width="612px" C58.671,98.408,79.121,80.266,103.728,80.266z"/>
height="612px" <path d="M184.651,163.887c0-4.143-3.357-7.5-7.5-7.5H7.5c-4.142,0-7.5,3.357-7.5,7.5c0,4.143,3.358,7.5,7.5,7.5h169.651
viewBox="0 0 612 612" C181.293,171.387,184.651,168.03,184.651,163.887z"/>
style="enable-background:new 0 0 612 612;" <path d="M206.055,190.756H36.696c-4.142,0-7.5,3.357-7.5,7.5c0,4.143,3.358,7.5,7.5,7.5h169.359c4.143,0,7.5-3.357,7.5-7.5
xml:space="preserve" C213.555,194.113,210.198,190.756,206.055,190.756z"/>
inkscape:version="0.91 r13725" </g>
sodipodi:docname="fog.svg"><metadata <g>
id="metadata44"><rdf:RDF><cc:Work </g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type <g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs </g>
id="defs42" /><sodipodi:namedview <g>
pagecolor="#ffffff" </g>
bordercolor="#666666" <g>
borderopacity="1" </g>
objecttolerance="10" <g>
gridtolerance="10" </g>
guidetolerance="10" <g>
inkscape:pageopacity="0" </g>
inkscape:pageshadow="2" <g>
inkscape:window-width="1920" </g>
inkscape:window-height="1017" <g>
id="namedview40" </g>
showgrid="false" <g>
inkscape:zoom="0.38562092" </g>
inkscape:cx="-16.855932" <g>
inkscape:cy="306" </g>
inkscape:window-x="-8" <g>
inkscape:window-y="-8" </g>
inkscape:window-maximized="1" <g>
inkscape:current-layer="Capa_1" /><g </g>
id="g3" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><g </g>
id="Cloud_x5F_Fog" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><g </g>
id="g6" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path </g>
d="M405,423H225c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,423,405,423z M405,513 H225c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,513,405,513z M405,333H225 c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,333,405,333z M540,252 c0-73.08-58.086-132.426-130.572-134.766C374.814,73.296,321.282,45,261,45C160.542,45,78.624,123.426,72.576,222.372 C29.466,244.89,0,289.962,0,342c0,74.574,60.426,135,135,135c14.904,0,27-12.078,27-27s-12.096-27-27-27 c-44.658,0-81-36.342-81-81c0-30.222,16.704-57.726,43.596-71.766l27.018-14.13l1.854-30.438C130.824,154.638,189.918,99,261,99 c41.526,0,80.154,18.828,106.02,51.642l15.553,19.746l25.128,0.81c43.901,1.422,78.3,36.9,78.3,80.802v35.982l33.229,13.86 C542.771,311.67,558,334.494,558,360c0,34.74-28.26,63-63,63c-14.904,0-27,12.078-27,27s12.096,27,27,27 c64.62,0,117-52.38,117-117C612,311.328,582.282,269.622,540,252z" </svg>
id="path8"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 213.555 213.555" style="enable-background:new 0 0 213.555 213.555;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M103.72,46.588c4.142,0,7.5-3.357,7.5-7.5V15.299c0-4.143-3.357-7.5-7.5-7.5c-4.142,0-7.5,3.357-7.5,7.5v23.789
C96.22,43.231,99.578,46.588,103.72,46.588z"/>
<path d="M167.668,73.069c1.919,0,3.838-0.732,5.302-2.195l16.824-16.817c2.93-2.929,2.931-7.678,0.003-10.606
c-2.93-2.931-7.679-2.93-10.606-0.003l-16.824,16.817c-2.93,2.929-2.931,7.678-0.003,10.606
C163.829,72.336,165.749,73.069,167.668,73.069z"/>
<path d="M34.485,70.871c1.464,1.465,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.196c2.929-2.929,2.929-7.678,0-10.606
L28.275,43.448c-2.929-2.93-7.678-2.929-10.606-0.001c-2.929,2.929-2.929,7.678,0,10.606L34.485,70.871z"/>
<path d="M21.093,137.02h179.929c4.143,0,7.5-3.357,7.5-7.5c0-4.143-3.357-7.5-7.5-7.5h-33.491
c-3.729-31.907-30.911-56.754-63.803-56.754c-32.889,0-60.069,24.847-63.797,56.754H21.093c-4.142,0-7.5,3.357-7.5,7.5
C13.593,133.662,16.951,137.02,21.093,137.02z M103.728,80.266c24.61,0,45.062,18.143,48.685,41.754H55.049
C58.671,98.408,79.121,80.266,103.728,80.266z"/>
<path d="M184.651,163.887c0-4.143-3.357-7.5-7.5-7.5H7.5c-4.142,0-7.5,3.357-7.5,7.5c0,4.143,3.358,7.5,7.5,7.5h169.651
C181.293,171.387,184.651,168.03,184.651,163.887z"/>
<path d="M206.055,190.756H36.696c-4.142,0-7.5,3.357-7.5,7.5c0,4.143,3.358,7.5,7.5,7.5h169.359c4.143,0,7.5-3.357,7.5-7.5
C213.555,194.113,210.198,190.756,206.055,190.756z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -13,15 +13,17 @@
id="Capa_1" id="Capa_1"
x="0px" x="0px"
y="0px" y="0px"
viewBox="0 0 512 512" width="475.082px"
style="enable-background:new 0 0 512 512;" height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve" xml:space="preserve"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="mute.svg"><metadata sodipodi:docname="folder.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><sodipodi:namedview id="defs39" /><sodipodi:namedview
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1" borderopacity="1"
@ -32,23 +34,21 @@
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1017" inkscape:window-height="1017"
id="namedview39" id="namedview37"
showgrid="false" showgrid="false"
inkscape:zoom="0.4609375" inkscape:zoom="0.49675635"
inkscape:cx="-14.101695" inkscape:cx="-13.084886"
inkscape:cy="256" inkscape:cy="237.541"
inkscape:window-x="-8" inkscape:window-x="-8"
inkscape:window-y="-8" inkscape:window-y="-8"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g inkscape:current-layer="Capa_1" /><g
id="g3" id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M461.253,256l25.375-25.375c12.496-12.492,12.496-32.758,0-45.25c-12.5-12.5-32.758-12.5-45.258,0l-25.371,25.371 l-25.371-25.371c-12.5-12.5-32.758-12.5-45.258,0c-12.496,12.492-12.496,32.758,0,45.25L370.745,256l-25.375,25.375 c-12.496,12.492-12.496,32.758,0,45.25c6.25,6.25,14.438,9.375,22.629,9.375s16.379-3.125,22.629-9.375l25.371-25.371 l25.371,25.371c6.25,6.25,14.438,9.375,22.629,9.375s16.379-3.125,22.629-9.375c12.496-12.492,12.496-32.758,0-45.25L461.253,256z" d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
id="path5" id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M287.999,0h-48l-144,160h-48C30.327,160,16,174.326,16,192v128c0,17.672,14.327,32,31.999,32h48l144,160h48 c8.836,0,16.001-7.164,16.001-16V16C304,7.164,296.835,0,287.999,0z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g id="g9" /><g
id="g11" /><g id="g11" /><g
id="g13" /><g id="g13" /><g
@ -62,5 +62,4 @@
id="g29" /><g id="g29" /><g
id="g31" /><g id="g31" /><g
id="g33" /><g id="g33" /><g
id="g35" /><g id="g35" /></svg>
id="g37" /></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="475.082px"
height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="folder.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.49675635"
inkscape:cx="-13.084886"
inkscape:cy="237.541"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 286.277 286.277" style="enable-background:new 0 0 286.277 286.277;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path style="fill-rule:evenodd;clip-rule:evenodd;" d="M245.102,143.151l36.98-37.071c5.593-5.605,5.593-14.681,0-20.284
l-10.124-10.142c-5.593-5.604-14.655-5.604-20.247,0l-36.98,37.071l-36.977-37.043c-5.594-5.603-14.654-5.603-20.247,0
l-10.124,10.143c-5.594,5.603-5.594,14.679,0,20.282l36.987,37.053l-36.961,37.051c-5.591,5.604-5.591,14.681,0,20.284
l10.126,10.141c5.593,5.604,14.654,5.604,20.247,0l36.96-37.05l36.97,37.035c5.592,5.605,14.654,5.605,20.247,0l10.124-10.141
c5.593-5.603,5.593-14.68,0-20.282L245.102,143.151z M108.674,48.296L44.747,98.42H17.9c-13.228,0-17.899,4.826-17.899,17.898
L0,142.719l0.001,27.295c0,13.072,4.951,17.898,17.899,17.898h26.847l63.927,50.068c7.667,4.948,16.557,6.505,16.557-7.365V55.662
C125.23,41.792,116.341,43.349,108.674,48.296z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 286.277 286.277" style="enable-background:new 0 0 286.277 286.277;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path style="fill-rule:evenodd;clip-rule:evenodd;" d="M245.102,143.151l36.98-37.071c5.593-5.605,5.593-14.681,0-20.284
l-10.124-10.142c-5.593-5.604-14.655-5.604-20.247,0l-36.98,37.071l-36.977-37.043c-5.594-5.603-14.654-5.603-20.247,0
l-10.124,10.143c-5.594,5.603-5.594,14.679,0,20.282l36.987,37.053l-36.961,37.051c-5.591,5.604-5.591,14.681,0,20.284
l10.126,10.141c5.593,5.604,14.654,5.604,20.247,0l36.96-37.05l36.97,37.035c5.592,5.605,14.654,5.605,20.247,0l10.124-10.141
c5.593-5.603,5.593-14.68,0-20.282L245.102,143.151z M108.674,48.296L44.747,98.42H17.9c-13.228,0-17.899,4.826-17.899,17.898
L0,142.719l0.001,27.295c0,13.072,4.951,17.898,17.899,17.898h26.847l63.927,50.068c7.667,4.948,16.557,6.505,16.557-7.365V55.662
C125.23,41.792,116.341,43.349,108.674,48.296z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,23 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 476.737 476.737" style="enable-background:new 0 0 476.737 476.737;" xml:space="preserve"> viewBox="0 0 174.668 174.668" style="enable-background:new 0 0 174.668 174.668;" xml:space="preserve">
<g> <g fill="#{sdcol(icon)}" fill-opacity="1">
<g> <path d="M149.439,174.668H25.228c-1.104,0-2-0.896-2-2V2.001c0-1.104,0.896-2,2-2h89.433l0,0c0.003-0.001,0.006-0.001,0.009,0
<g> c0.001-0.001,0.004-0.001,0.008,0c0.002-0.001,0.004-0.001,0.007,0h0.001c0.257,0.003,0.502,0.055,0.728,0.146
<g fill="#{sdcol(icon)}" fill-opacity="1"> c0.225,0.091,0.437,0.225,0.623,0.4c0,0.001,0.001,0.002,0.001,0.002c0.001,0.001,0.002,0.001,0.002,0.002
<path d="M238.369,0C106.726,0,0,106.726,0,238.369c0,131.675,106.726,238.369,238.369,238.369 c0.014,0.013,0.027,0.026,0.041,0.039l34.77,34.771c0.013,0.014,0.026,0.027,0.039,0.041c0.002,0,0.001,0.004,0.004,0.003
c131.675,0,238.369-106.694,238.369-238.369C476.737,106.726,370.043,0,238.369,0z M238.369,444.955 c0.17,0.181,0.301,0.385,0.392,0.602c0.001,0.001,0.001,0.002,0.001,0.002c0,0.001,0.001,0.002,0.001,0.002
c-113.908,0-206.586-92.678-206.586-206.586S124.46,31.782,238.369,31.782s206.586,92.678,206.586,206.586 c0.096,0.23,0.15,0.481,0.153,0.745v0.001c0,0.004,0,0.005,0,0.007s0,0.005,0,0.007c0,0.001,0,0.003,0,0.004
S352.277,444.955,238.369,444.955z"/> c0,0.002,0,0.004,0,0.006l0,0l0,0l0,0l0,0v135.888C151.439,173.772,150.544,174.668,149.439,174.668z M27.228,170.668h120.211V38.78
<path d="M343.759,227.976L221.206,130.88c-6.897-5.403-18.084-5.403-24.981,0l-0.159,0.159 h-32.778c-1.104,0-2-0.896-2-2V4.001H27.228V170.668z M116.661,34.78h27.95l-27.95-27.951V34.78z M105.24,114.085H54.797
c-3.305,2.511-5.371,6.007-5.371,9.916v194.191c0,3.973,2.193,7.501,5.594,9.98l-0.064,0.064c6.897,5.435,18.084,5.435,24.981,0 c-2.263,0-4.104-1.841-4.104-4.104V75.189c0-2.264,1.841-4.104,4.104-4.104h50.443c2.264,0,4.104,1.841,4.104,4.104v6.647
l123.221-97.318c6.929-5.403,6.929-14.207,0-19.61L343.759,227.976z"/> c0,0.051,0.057,0.107,0.107,0.107l8.367-4.82c0.626-0.361,1.335-0.553,2.049-0.553c2.265,0,4.107,1.842,4.107,4.106v23.814
</g> c0,1.13-0.446,2.181-1.258,2.958c-0.772,0.74-1.785,1.148-2.85,1.148l0,0c-0.714,0-1.423-0.191-2.05-0.554l-8.318-4.802
</g> c-0.051-0.02-0.155-0.011-0.155,0.09v6.647C109.345,112.244,107.504,114.085,105.24,114.085z M54.797,75.085
</g> c-0.057,0-0.104,0.047-0.104,0.104v34.791c0,0.058,0.047,0.104,0.104,0.104h50.443c0.058,0,0.104-0.047,0.104-0.104v-6.647
</g> c0-2.265,1.843-4.107,4.107-4.107c0.713,0,1.422,0.191,2.048,0.553l8.319,4.803c0.096,0.021,0.156-0.038,0.156-0.089V80.677
<g> c0-0.101-0.106-0.106-0.107-0.106l-8.368,4.82c-1.561,0.9-3.608,0.641-4.897-0.597c-0.812-0.777-1.258-1.828-1.258-2.958v-6.647
c0-0.058-0.047-0.104-0.104-0.104H54.797z"/>
</g> </g>
<g> <g>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,23 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 476.737 476.737" style="enable-background:new 0 0 476.737 476.737;" xml:space="preserve"> viewBox="0 0 174.668 174.668" style="enable-background:new 0 0 174.668 174.668;" xml:space="preserve">
<g> <g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g> <path d="M149.439,174.668H25.228c-1.104,0-2-0.896-2-2V2.001c0-1.104,0.896-2,2-2h89.433l0,0c0.003-0.001,0.006-0.001,0.009,0
<g> c0.001-0.001,0.004-0.001,0.008,0c0.002-0.001,0.004-0.001,0.007,0h0.001c0.257,0.003,0.502,0.055,0.728,0.146
<g fill="#{sdcol(iconactive)}" fill-opacity="1"> c0.225,0.091,0.437,0.225,0.623,0.4c0,0.001,0.001,0.002,0.001,0.002c0.001,0.001,0.002,0.001,0.002,0.002
<path d="M238.369,0C106.726,0,0,106.726,0,238.369c0,131.675,106.726,238.369,238.369,238.369 c0.014,0.013,0.027,0.026,0.041,0.039l34.77,34.771c0.013,0.014,0.026,0.027,0.039,0.041c0.002,0,0.001,0.004,0.004,0.003
c131.675,0,238.369-106.694,238.369-238.369C476.737,106.726,370.043,0,238.369,0z M238.369,444.955 c0.17,0.181,0.301,0.385,0.392,0.602c0.001,0.001,0.001,0.002,0.001,0.002c0,0.001,0.001,0.002,0.001,0.002
c-113.908,0-206.586-92.678-206.586-206.586S124.46,31.782,238.369,31.782s206.586,92.678,206.586,206.586 c0.096,0.23,0.15,0.481,0.153,0.745v0.001c0,0.004,0,0.005,0,0.007s0,0.005,0,0.007c0,0.001,0,0.003,0,0.004
S352.277,444.955,238.369,444.955z"/> c0,0.002,0,0.004,0,0.006l0,0l0,0l0,0l0,0v135.888C151.439,173.772,150.544,174.668,149.439,174.668z M27.228,170.668h120.211V38.78
<path d="M343.759,227.976L221.206,130.88c-6.897-5.403-18.084-5.403-24.981,0l-0.159,0.159 h-32.778c-1.104,0-2-0.896-2-2V4.001H27.228V170.668z M116.661,34.78h27.95l-27.95-27.951V34.78z M105.24,114.085H54.797
c-3.305,2.511-5.371,6.007-5.371,9.916v194.191c0,3.973,2.193,7.501,5.594,9.98l-0.064,0.064c6.897,5.435,18.084,5.435,24.981,0 c-2.263,0-4.104-1.841-4.104-4.104V75.189c0-2.264,1.841-4.104,4.104-4.104h50.443c2.264,0,4.104,1.841,4.104,4.104v6.647
l123.221-97.318c6.929-5.403,6.929-14.207,0-19.61L343.759,227.976z"/> c0,0.051,0.057,0.107,0.107,0.107l8.367-4.82c0.626-0.361,1.335-0.553,2.049-0.553c2.265,0,4.107,1.842,4.107,4.106v23.814
</g> c0,1.13-0.446,2.181-1.258,2.958c-0.772,0.74-1.785,1.148-2.85,1.148l0,0c-0.714,0-1.423-0.191-2.05-0.554l-8.318-4.802
</g> c-0.051-0.02-0.155-0.011-0.155,0.09v6.647C109.345,112.244,107.504,114.085,105.24,114.085z M54.797,75.085
</g> c-0.057,0-0.104,0.047-0.104,0.104v34.791c0,0.058,0.047,0.104,0.104,0.104h50.443c0.058,0,0.104-0.047,0.104-0.104v-6.647
</g> c0-2.265,1.843-4.107,4.107-4.107c0.713,0,1.422,0.191,2.048,0.553l8.319,4.803c0.096,0.021,0.156-0.038,0.156-0.089V80.677
<g> c0-0.101-0.106-0.106-0.107-0.106l-8.368,4.82c-1.561,0.9-3.608,0.641-4.897-0.597c-0.812-0.777-1.258-1.828-1.258-2.958v-6.647
c0-0.058-0.047-0.104-0.104-0.104H54.797z"/>
</g> </g>
<g> <g>
</g> </g>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -13,15 +13,17 @@
id="Capa_1" id="Capa_1"
x="0px" x="0px"
y="0px" y="0px"
viewBox="0 0 258.37 258.37" width="475.082px"
style="enable-background:new 0 0 258.37 258.37;" height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve" xml:space="preserve"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="ico_recfolder.svg"><metadata sodipodi:docname="folder.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><sodipodi:namedview id="defs39" /><sodipodi:namedview
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1" borderopacity="1"
@ -32,26 +34,22 @@
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1017" inkscape:window-height="1017"
id="namedview41" id="namedview37"
showgrid="false" showgrid="false"
inkscape:zoom="0.91341876" inkscape:zoom="0.49675635"
inkscape:cx="-199.25144" inkscape:cx="-13.084886"
inkscape:cy="129.185" inkscape:cy="237.541"
inkscape:window-x="-8" inkscape:window-x="-8"
inkscape:window-y="-8" inkscape:window-y="-8"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g inkscape:current-layer="Capa_1" /><g
id="g3" id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path style="fill:#{sdcol(icon)};fill-opacity:1"><path
style="fill:#{sdcol(icon)};fill-opacity:1" d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
d="M221.869,0H36.501c-9.649,0-17.5,7.851-17.5,17.5v223.37c0,9.65,7.85,17.5,17.5,17.5h185.368 c9.649,0,17.499-7.85,17.499-17.5V17.5C239.368,7.851,231.518,0,221.869,0z M55.694,124.186H34.002V88.851h21.692V124.186z M34.002,134.186h21.692v35.335H34.002V134.186z M55.694,78.851H34.002V43.516h21.692V78.851z M34.002,179.52h21.692v35.335H34.002 V179.52z M70.694,43.516h117.673v171.34H70.694V43.516z M224.368,43.516v35.335h-21.001V43.516h10.501H224.368z M203.367,88.851 h21.001v35.335h-21.001V88.851z M203.367,134.186h21.001v35.335h-21.001V134.186z M188.367,33.516H70.694V15h117.673V33.516z M188.367,224.855v18.515H70.694v-18.515H188.367z M203.367,179.52h21.001v35.335h-21.001V179.52z M224.368,17.5v16.016h-10.5 h-10.501V15h18.501C223.224,15,224.368,16.145,224.368,17.5z M36.501,15h19.193v18.516H34.002V17.5 C34.002,16.145,35.146,15,36.501,15z M34.002,240.87v-16.015h21.692v18.515H36.501C35.146,243.37,34.002,242.225,34.002,240.87z M221.869,243.37h-18.501v-18.515h21.001v16.015C224.368,242.225,223.224,243.37,221.869,243.37z" id="path5"
id="path5" /><path style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
style="fill:#{sdcol(icon)};fill-opacity:1" id="g7" /><g
d="M129.034,86.297c-23.648,0-42.888,19.24-42.888,42.889c0,23.649,19.24,42.889,42.888,42.889 c23.649,0,42.889-19.24,42.889-42.889C171.923,105.537,152.683,86.297,129.034,86.297z M129.034,162.074 c-18.135,0-32.888-14.754-32.888-32.889c0-18.135,14.754-32.889,32.888-32.889c18.135,0,32.889,14.754,32.889,32.889 C161.923,147.32,147.169,162.074,129.034,162.074z" id="g9" /><g
id="path7" /><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M149.656,122.262l-24.676-16.156c-1.513-0.99-3.15-1.514-4.736-1.514 c-3.571,0-7.186,2.733-7.186,7.958v33.272c0,5.225,3.615,7.958,7.185,7.958c1.586,0,3.225-0.524,4.737-1.514l24.677-16.16 c2.533-1.658,3.986-4.182,3.986-6.922C153.642,126.444,152.189,123.921,149.656,122.262z M123.057,141.569l0.001-24.768 l18.914,12.383L123.057,141.569z"
id="path9" /></g><g
id="g11" /><g id="g11" /><g
id="g13" /><g id="g13" /><g
id="g15" /><g id="g15" /><g
@ -64,6 +62,4 @@
id="g29" /><g id="g29" /><g
id="g31" /><g id="g31" /><g
id="g33" /><g id="g33" /><g
id="g35" /><g id="g35" /></svg>
id="g37" /><g
id="g39" /></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -13,15 +13,17 @@
id="Capa_1" id="Capa_1"
x="0px" x="0px"
y="0px" y="0px"
viewBox="0 0 258.37 258.37" width="475.082px"
style="enable-background:new 0 0 258.37 258.37;" height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve" xml:space="preserve"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="ico_recfolder.svg"><metadata sodipodi:docname="folder.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><sodipodi:namedview id="defs39" /><sodipodi:namedview
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1" borderopacity="1"
@ -32,26 +34,22 @@
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1017" inkscape:window-height="1017"
id="namedview41" id="namedview37"
showgrid="false" showgrid="false"
inkscape:zoom="0.91341876" inkscape:zoom="0.49675635"
inkscape:cx="-199.25144" inkscape:cx="-13.084886"
inkscape:cy="129.185" inkscape:cy="237.541"
inkscape:window-x="-8" inkscape:window-x="-8"
inkscape:window-y="-8" inkscape:window-y="-8"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g inkscape:current-layer="Capa_1" /><g
id="g3" id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
style="fill:#{sdcol(iconactive)};fill-opacity:1" d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
d="M221.869,0H36.501c-9.649,0-17.5,7.851-17.5,17.5v223.37c0,9.65,7.85,17.5,17.5,17.5h185.368 c9.649,0,17.499-7.85,17.499-17.5V17.5C239.368,7.851,231.518,0,221.869,0z M55.694,124.186H34.002V88.851h21.692V124.186z M34.002,134.186h21.692v35.335H34.002V134.186z M55.694,78.851H34.002V43.516h21.692V78.851z M34.002,179.52h21.692v35.335H34.002 V179.52z M70.694,43.516h117.673v171.34H70.694V43.516z M224.368,43.516v35.335h-21.001V43.516h10.501H224.368z M203.367,88.851 h21.001v35.335h-21.001V88.851z M203.367,134.186h21.001v35.335h-21.001V134.186z M188.367,33.516H70.694V15h117.673V33.516z M188.367,224.855v18.515H70.694v-18.515H188.367z M203.367,179.52h21.001v35.335h-21.001V179.52z M224.368,17.5v16.016h-10.5 h-10.501V15h18.501C223.224,15,224.368,16.145,224.368,17.5z M36.501,15h19.193v18.516H34.002V17.5 C34.002,16.145,35.146,15,36.501,15z M34.002,240.87v-16.015h21.692v18.515H36.501C35.146,243.37,34.002,242.225,34.002,240.87z M221.869,243.37h-18.501v-18.515h21.001v16.015C224.368,242.225,223.224,243.37,221.869,243.37z" id="path5"
id="path5" /><path style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
style="fill:#{sdcol(iconactive)};fill-opacity:1" id="g7" /><g
d="M129.034,86.297c-23.648,0-42.888,19.24-42.888,42.889c0,23.649,19.24,42.889,42.888,42.889 c23.649,0,42.889-19.24,42.889-42.889C171.923,105.537,152.683,86.297,129.034,86.297z M129.034,162.074 c-18.135,0-32.888-14.754-32.888-32.889c0-18.135,14.754-32.889,32.888-32.889c18.135,0,32.889,14.754,32.889,32.889 C161.923,147.32,147.169,162.074,129.034,162.074z" id="g9" /><g
id="path7" /><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M149.656,122.262l-24.676-16.156c-1.513-0.99-3.15-1.514-4.736-1.514 c-3.571,0-7.186,2.733-7.186,7.958v33.272c0,5.225,3.615,7.958,7.185,7.958c1.586,0,3.225-0.524,4.737-1.514l24.677-16.16 c2.533-1.658,3.986-4.182,3.986-6.922C153.642,126.444,152.189,123.921,149.656,122.262z M123.057,141.569l0.001-24.768 l18.914,12.383L123.057,141.569z"
id="path9" /></g><g
id="g11" /><g id="g11" /><g
id="g13" /><g id="g13" /><g
id="g15" /><g id="g15" /><g
@ -64,6 +62,4 @@
id="g29" /><g id="g29" /><g
id="g31" /><g id="g31" /><g
id="g33" /><g id="g33" /><g
id="g35" /><g id="g35" /></svg>
id="g37" /><g
id="g39" /></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 286.374 286.374" style="enable-background:new 0 0 286.374 286.374;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path style="fill-rule:evenodd;clip-rule:evenodd;" d="M233.636,26.767l-33.372,28.5c25.659,21.07,42.006,52.616,42.006,87.92
c0,35.305-16.347,66.851-42.006,87.921l33.372,28.499c32.324-28.869,52.738-70.268,52.738-116.421
C286.374,97.034,265.96,55.635,233.636,26.767z M177.737,74.513l-34.69,29.64c15.14,6.818,27.19,21.681,27.19,39.034
s-12.05,32.216-27.19,39.034l34.69,29.64c21.294-15.717,36.051-40.586,36.051-68.674C213.788,115.099,199.03,90.23,177.737,74.513z
M108.672,48.317L44.746,98.441H17.898C4.671,98.441,0,103.268,0,116.34v53.695c0,13.072,4.951,17.898,17.898,17.898h26.848
l63.926,50.068c7.668,4.948,16.558,6.505,16.558-7.365V55.683C125.23,41.813,116.34,43.37,108.672,48.317z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 286.374 286.374" style="enable-background:new 0 0 286.374 286.374;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path style="fill-rule:evenodd;clip-rule:evenodd;" d="M233.636,26.767l-33.372,28.5c25.659,21.07,42.006,52.616,42.006,87.92
c0,35.305-16.347,66.851-42.006,87.921l33.372,28.499c32.324-28.869,52.738-70.268,52.738-116.421
C286.374,97.034,265.96,55.635,233.636,26.767z M177.737,74.513l-34.69,29.64c15.14,6.818,27.19,21.681,27.19,39.034
s-12.05,32.216-27.19,39.034l34.69,29.64c21.294-15.717,36.051-40.586,36.051-68.674C213.788,115.099,199.03,90.23,177.737,74.513z
M108.672,48.317L44.746,98.441H17.898C4.671,98.441,0,103.268,0,116.34v53.695c0,13.072,4.951,17.898,17.898,17.898h26.848
l63.926,50.068c7.668,4.948,16.558,6.505,16.558-7.365V55.683C125.23,41.813,116.34,43.37,108.672,48.317z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,82 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 369.871 369.871" style="enable-background:new 0 0 369.871 369.871;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_16_">
xmlns:cc="http://creativecommons.org/ns#" <g>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <path d="M295.653,219.091c5.217-10.577,7.972-22.198,7.972-34.156c0-42.619-34.669-77.288-77.288-77.288
xmlns:svg="http://www.w3.org/2000/svg" c-25.4,0-49.105,12.592-63.464,33.239c-0.927-0.028-1.844-0.116-2.777-0.116c-42.309,0-78.497,27.669-90.046,67.262
xmlns="http://www.w3.org/2000/svg" c-3.185-0.58-6.525-1.016-9.324-1.016C27.238,207.018,0,234.262,0,267.744s27.238,60.726,60.726,60.726h198.74
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" c33.482,0,60.726-27.244,60.726-60.726C320.192,247.826,310.509,230.171,295.653,219.091z M226.337,129.73
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" c30.44,0,55.205,24.765,55.205,55.205c0,8.546-1.987,16.838-5.719,24.384c-5.217-1.463-10.688-2.302-16.357-2.302
version="1.1" c-2.804,0-6.139,0.436-9.33,1.016c-8.877-30.424-32.317-53.743-61.885-62.94C198.397,135.416,211.967,129.73,226.337,129.73z
id="Capa_1" M259.466,306.388H60.726c-21.304,0-38.644-17.34-38.644-38.644S39.422,229.1,60.726,229.1c1.529,0,3.991,0.375,6.586,0.894
x="0px" v10.147c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V222.37c5.924-34.52,35.53-59.517,70.702-59.517
y="0px" c35.177,0,64.789,25.008,70.702,59.545v17.743c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V230
width="45.846px" c2.6-0.519,5.073-0.9,6.586-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,306.388,259.466,306.388z"/>
height="45.846px" <path d="M226.337,85.566c6.095,0,11.041-4.946,11.041-11.041V52.442c0-6.095-4.946-11.041-11.041-11.041
viewBox="0 0 45.846 45.846" c-6.1,0-11.041,4.946-11.041,11.041v22.082C215.296,80.619,220.237,85.566,226.337,85.566z"/>
style="enable-background:new 0 0 45.846 45.846;" <path d="M358.83,173.895h-22.082c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041h22.082
xml:space="preserve" c6.095,0,11.041-4.946,11.041-11.041C369.871,178.841,364.925,173.895,358.83,173.895z"/>
inkscape:version="0.91 r13725" <path d="M304.414,117.9c2.827,0,5.648-1.076,7.806-3.235l15.612-15.612c4.312-4.312,4.312-11.301,0-15.612
sodipodi:docname="partly-cloudy-day.svg"><metadata c-4.312-4.312-11.301-4.312-15.612,0l-15.612,15.612c-4.312,4.312-4.312,11.301,0,15.612
id="metadata53"><rdf:RDF><cc:Work C298.761,116.823,301.588,117.9,304.414,117.9z"/>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type <path d="M140.454,114.665c2.159,2.159,4.98,3.235,7.806,3.235c2.827,0,5.648-1.076,7.806-3.235
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs c4.312-4.312,4.312-11.301,0-15.612L140.454,83.44c-4.312-4.312-11.301-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612
id="defs51" /><sodipodi:namedview L140.454,114.665z"/>
pagecolor="#ffffff" </g>
bordercolor="#666666" </g>
borderopacity="1" </g>
objecttolerance="10" <g>
gridtolerance="10" </g>
guidetolerance="10" <g>
inkscape:pageopacity="0" </g>
inkscape:pageshadow="2" <g>
inkscape:window-width="1920" </g>
inkscape:window-height="1017" <g>
id="namedview49" </g>
showgrid="false" <g>
inkscape:zoom="5.1476682" </g>
inkscape:cx="-1.2627076" <g>
inkscape:cy="22.923" </g>
inkscape:window-x="-8" <g>
inkscape:window-y="-8" </g>
inkscape:window-maximized="1" <g>
inkscape:current-layer="Capa_1" /><g </g>
id="g3" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><g </g>
id="g5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path </g>
d="M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454 c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z" <g>
id="path7" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path <g>
d="M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478 V8.23C13.666,9.047,14.314,9.709,15.131,9.709z" </g>
id="path9" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path </g>
d="M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672 c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z" <g>
id="path11" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path <g>
d="M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465 S4.659,18.026,3.843,18.026z" </g>
id="path13" </svg>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673 c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062 c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196 c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044 c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09 c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /></svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 369.871 369.871" style="enable-background:new 0 0 369.871 369.871;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_16_">
<g>
<path d="M295.653,219.091c5.217-10.577,7.972-22.198,7.972-34.156c0-42.619-34.669-77.288-77.288-77.288
c-25.4,0-49.105,12.592-63.464,33.239c-0.927-0.028-1.844-0.116-2.777-0.116c-42.309,0-78.497,27.669-90.046,67.262
c-3.185-0.58-6.525-1.016-9.324-1.016C27.238,207.018,0,234.262,0,267.744s27.238,60.726,60.726,60.726h198.74
c33.482,0,60.726-27.244,60.726-60.726C320.192,247.826,310.509,230.171,295.653,219.091z M226.337,129.73
c30.44,0,55.205,24.765,55.205,55.205c0,8.546-1.987,16.838-5.719,24.384c-5.217-1.463-10.688-2.302-16.357-2.302
c-2.804,0-6.139,0.436-9.33,1.016c-8.877-30.424-32.317-53.743-61.885-62.94C198.397,135.416,211.967,129.73,226.337,129.73z
M259.466,306.388H60.726c-21.304,0-38.644-17.34-38.644-38.644S39.422,229.1,60.726,229.1c1.529,0,3.991,0.375,6.586,0.894
v10.147c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V222.37c5.924-34.52,35.53-59.517,70.702-59.517
c35.177,0,64.789,25.008,70.702,59.545v17.743c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V230
c2.6-0.519,5.073-0.9,6.586-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,306.388,259.466,306.388z"/>
<path d="M226.337,85.566c6.095,0,11.041-4.946,11.041-11.041V52.442c0-6.095-4.946-11.041-11.041-11.041
c-6.1,0-11.041,4.946-11.041,11.041v22.082C215.296,80.619,220.237,85.566,226.337,85.566z"/>
<path d="M358.83,173.895h-22.082c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041h22.082
c6.095,0,11.041-4.946,11.041-11.041C369.871,178.841,364.925,173.895,358.83,173.895z"/>
<path d="M304.414,117.9c2.827,0,5.648-1.076,7.806-3.235l15.612-15.612c4.312-4.312,4.312-11.301,0-15.612
c-4.312-4.312-11.301-4.312-15.612,0l-15.612,15.612c-4.312,4.312-4.312,11.301,0,15.612
C298.761,116.823,301.588,117.9,304.414,117.9z"/>
<path d="M140.454,114.665c2.159,2.159,4.98,3.235,7.806,3.235c2.827,0,5.648-1.076,7.806-3.235
c4.312-4.312,4.312-11.301,0-15.612L140.454,83.44c-4.312-4.312-11.301-4.312-15.612,0c-4.312,4.312-4.312,11.301,0,15.612
L140.454,114.665z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,65 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_17_">
xmlns:cc="http://creativecommons.org/ns#" <g>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <path d="M277.352,168.31c16.192-14.364,26.278-35.298,26.278-57.899c0-6.095-4.946-11.041-11.041-11.041
xmlns:svg="http://www.w3.org/2000/svg" c-30.44,0-55.205-24.765-55.205-55.205c0-6.095-4.946-11.041-11.041-11.041c-39.074,0-71.386,29.171-76.498,66.859
xmlns="http://www.w3.org/2000/svg" c-37.805,4.069-69.189,30.297-79.794,66.644c-3.185-0.574-6.525-1.01-9.324-1.01C27.244,165.616,0,192.86,0,226.342
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726C320.192,199.082,302.129,175.967,277.352,168.31z
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" M216.229,56.133c5.156,33.04,31.329,59.224,64.37,64.392c-3.395,17.92-15.678,33.156-32.361,40.444
version="1.1" c-11.891-32.836-41.112-56.343-76.139-60.77C176.288,77.9,193.915,60.284,216.229,56.133z M259.466,264.986H60.726
id="Capa_1" c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.997,0.375,6.592,0.894v10.147
x="0px" c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.798c5.935-34.509,35.536-59.489,70.696-59.489
y="0px" c35.177,0,64.789,25.008,70.707,59.55v17.738c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-10.141
viewBox="0 0 460.411 460.411" c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,264.986,259.466,264.986z"/>
style="enable-background:new 0 0 460.411 460.411;" </g>
xml:space="preserve" </g>
inkscape:version="0.91 r13725" </g>
sodipodi:docname="partly-cloudy-night.svg"><metadata <g>
id="metadata43"><rdf:RDF><cc:Work </g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type <g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs </g>
id="defs41" /><sodipodi:namedview <g>
pagecolor="#ffffff" </g>
bordercolor="#666666" <g>
borderopacity="1" </g>
objecttolerance="10" <g>
gridtolerance="10" </g>
guidetolerance="10" <g>
inkscape:pageopacity="0" </g>
inkscape:pageshadow="2" <g>
inkscape:window-width="1920" </g>
inkscape:window-height="1017" <g>
id="namedview39" </g>
showgrid="false" <g>
inkscape:zoom="0.51258548" </g>
inkscape:cx="-12.680812" <g>
inkscape:cy="230.20551" </g>
inkscape:window-x="-8" <g>
inkscape:window-y="-8" </g>
inkscape:window-maximized="1" <g>
inkscape:current-layer="Capa_1" /><g </g>
id="g3" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><g </g>
id="g5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path </g>
style="fill:#{sdcol(icon)};fill-opacity:1" <g>
d="M250.173,223.142c28.653,0,55.104,15.607,69.028,40.724l1.479,2.65l2.951-0.65 c50.584-11.161,96.007,27.897,96.007,76.986c0,43.504-35.392,78.904-78.888,78.904H78.888C35.384,421.755,0,386.355,0,342.851 c0-40.529,30.352-74.255,70.613-78.457l3.617-0.845v-3.65c0-43.504,35.392-78.904,78.896-78.904 c29.816,0,56.754,16.574,70.312,43.244l1.528,2.999l3.227-0.935 M403.974,283.22c-19.281-20.468-48.227-31.661-79.156-25.881 c-15.704-26.19-44.032-42.334-74.645-42.334c-1.634,0-3.268,0.211-4.91,0.301c-8.137-16.997-12.811-35.945-12.811-56.022 c0-53.177,31.929-100.494,80.416-120.628c-14.794,22.321-22.549,48.129-22.549,75.197c0,75.409,61.338,136.747,136.747,136.747 c11.274,0,22.443-1.382,33.343-4.113C444.95,263.776,425.482,276.189,403.974,283.22z" </g>
id="path7" /></g></g><g </svg>
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_17_">
<g>
<path d="M277.352,168.31c16.192-14.364,26.278-35.298,26.278-57.899c0-6.095-4.946-11.041-11.041-11.041
c-30.44,0-55.205-24.765-55.205-55.205c0-6.095-4.946-11.041-11.041-11.041c-39.074,0-71.386,29.171-76.498,66.859
c-37.805,4.069-69.189,30.297-79.794,66.644c-3.185-0.574-6.525-1.01-9.324-1.01C27.244,165.616,0,192.86,0,226.342
s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726C320.192,199.082,302.129,175.967,277.352,168.31z
M216.229,56.133c5.156,33.04,31.329,59.224,64.37,64.392c-3.395,17.92-15.678,33.156-32.361,40.444
c-11.891-32.836-41.112-56.343-76.139-60.77C176.288,77.9,193.915,60.284,216.229,56.133z M259.466,264.986H60.726
c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.997,0.375,6.592,0.894v10.147
c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.798c5.935-34.509,35.536-59.489,70.696-59.489
c35.177,0,64.789,25.008,70.707,59.55v17.738c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-10.141
c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,264.986,259.466,264.986z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_35_">
<g>
<path d="M259.466,82.808c-2.799,0-6.139,0.436-9.319,1.016c-11.566-39.593-47.747-67.262-90.051-67.262
S81.605,44.231,70.05,83.824c-3.185-0.58-6.525-1.016-9.324-1.016C27.244,82.808,0,110.052,0,143.534
s27.244,60.726,60.726,60.726c6.095,0,11.041-4.946,11.041-11.041s-4.946-11.041-11.041-11.041
c-21.309,0-38.644-17.34-38.644-38.644s17.335-38.644,38.644-38.644c1.529,0,3.991,0.375,6.586,0.894v10.147
c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V98.15c5.929-34.514,35.536-59.506,70.702-59.506
s64.767,24.992,70.702,59.506v17.782c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041v-10.147
c2.595-0.519,5.051-0.894,6.586-0.894c21.304,0,38.644,17.34,38.644,38.644s-17.34,38.644-38.644,38.644
c-6.095,0-11.041,4.946-11.041,11.041s4.946,11.041,11.041,11.041c33.482,0,60.726-27.244,60.726-60.726
S292.948,82.808,259.466,82.808z"/>
<path d="M168.294,149.386c-5.924-1.491-11.913,2.12-13.393,8.032l-33.123,132.493c-1.48,5.918,2.12,11.908,8.032,13.393
c0.9,0.221,1.8,0.326,2.688,0.326c4.946,0,9.446-3.345,10.704-8.364l33.123-132.493
C177.806,156.855,174.212,150.866,168.294,149.386z"/>
<path d="M212.453,182.509c-5.918-1.496-11.908,2.12-13.387,8.032l-16.562,66.247c-1.48,5.918,2.12,11.913,8.038,13.393
c0.9,0.226,1.8,0.331,2.683,0.331c4.946,0,9.451-3.345,10.704-8.364l16.556-66.247
C221.97,189.979,218.371,183.983,212.453,182.509z"/>
<path d="M107.562,182.509c-5.901-1.496-11.908,2.12-13.387,8.032l-16.562,66.247c-1.48,5.918,2.12,11.913,8.038,13.393
c0.9,0.226,1.8,0.331,2.683,0.331c4.946,0,9.451-3.345,10.704-8.364l16.562-66.247
C117.08,189.979,113.48,183.983,107.562,182.509z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 174.668 174.668" style="enable-background:new 0 0 174.668 174.668;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M149.439,174.668H25.228c-1.104,0-2-0.896-2-2V2.001c0-1.104,0.896-2,2-2h89.433l0,0c0.003-0.001,0.006-0.001,0.009,0
c0.001-0.001,0.004-0.001,0.008,0c0.002-0.001,0.004-0.001,0.007,0h0.001c0.257,0.003,0.502,0.055,0.728,0.146
c0.225,0.091,0.437,0.225,0.623,0.4c0,0.001,0.001,0.002,0.001,0.002c0.001,0.001,0.002,0.001,0.002,0.002
c0.014,0.013,0.027,0.026,0.041,0.039l34.77,34.771c0.013,0.014,0.026,0.027,0.039,0.041c0.002,0,0.001,0.004,0.004,0.003
c0.17,0.181,0.301,0.385,0.392,0.602c0.001,0.001,0.001,0.002,0.001,0.002c0,0.001,0.001,0.002,0.001,0.002
c0.096,0.23,0.15,0.481,0.153,0.745v0.001c0,0.004,0,0.005,0,0.007s0,0.005,0,0.007c0,0.001,0,0.003,0,0.004
c0,0.002,0,0.004,0,0.006l0,0l0,0l0,0l0,0v135.888C151.439,173.772,150.544,174.668,149.439,174.668z M27.228,170.668h120.211V38.78
h-32.778c-1.104,0-2-0.896-2-2V4.001H27.228V170.668z M116.661,34.78h27.95l-27.95-27.951V34.78z M105.24,114.085H54.797
c-2.263,0-4.104-1.841-4.104-4.104V75.189c0-2.264,1.841-4.104,4.104-4.104h50.443c2.264,0,4.104,1.841,4.104,4.104v6.647
c0,0.051,0.057,0.107,0.107,0.107l8.367-4.82c0.626-0.361,1.335-0.553,2.049-0.553c2.265,0,4.107,1.842,4.107,4.106v23.814
c0,1.13-0.446,2.181-1.258,2.958c-0.772,0.74-1.785,1.148-2.85,1.148l0,0c-0.714,0-1.423-0.191-2.05-0.554l-8.318-4.802
c-0.051-0.02-0.155-0.011-0.155,0.09v6.647C109.345,112.244,107.504,114.085,105.24,114.085z M54.797,75.085
c-0.057,0-0.104,0.047-0.104,0.104v34.791c0,0.058,0.047,0.104,0.104,0.104h50.443c0.058,0,0.104-0.047,0.104-0.104v-6.647
c0-2.265,1.843-4.107,4.107-4.107c0.713,0,1.422,0.191,2.048,0.553l8.319,4.803c0.096,0.021,0.156-0.038,0.156-0.089V80.677
c0-0.101-0.106-0.106-0.107-0.106l-8.368,4.82c-1.561,0.9-3.608,0.641-4.897-0.597c-0.812-0.777-1.258-1.828-1.258-2.958v-6.647
c0-0.058-0.047-0.104-0.104-0.104H54.797z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 174.668 174.668" style="enable-background:new 0 0 174.668 174.668;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M149.439,174.668H25.228c-1.104,0-2-0.896-2-2V2.001c0-1.104,0.896-2,2-2h89.433l0,0c0.003-0.001,0.006-0.001,0.009,0
c0.001-0.001,0.004-0.001,0.008,0c0.002-0.001,0.004-0.001,0.007,0h0.001c0.257,0.003,0.502,0.055,0.728,0.146
c0.225,0.091,0.437,0.225,0.623,0.4c0,0.001,0.001,0.002,0.001,0.002c0.001,0.001,0.002,0.001,0.002,0.002
c0.014,0.013,0.027,0.026,0.041,0.039l34.77,34.771c0.013,0.014,0.026,0.027,0.039,0.041c0.002,0,0.001,0.004,0.004,0.003
c0.17,0.181,0.301,0.385,0.392,0.602c0.001,0.001,0.001,0.002,0.001,0.002c0,0.001,0.001,0.002,0.001,0.002
c0.096,0.23,0.15,0.481,0.153,0.745v0.001c0,0.004,0,0.005,0,0.007s0,0.005,0,0.007c0,0.001,0,0.003,0,0.004
c0,0.002,0,0.004,0,0.006l0,0l0,0l0,0l0,0v135.888C151.439,173.772,150.544,174.668,149.439,174.668z M27.228,170.668h120.211V38.78
h-32.778c-1.104,0-2-0.896-2-2V4.001H27.228V170.668z M116.661,34.78h27.95l-27.95-27.951V34.78z M105.24,114.085H54.797
c-2.263,0-4.104-1.841-4.104-4.104V75.189c0-2.264,1.841-4.104,4.104-4.104h50.443c2.264,0,4.104,1.841,4.104,4.104v6.647
c0,0.051,0.057,0.107,0.107,0.107l8.367-4.82c0.626-0.361,1.335-0.553,2.049-0.553c2.265,0,4.107,1.842,4.107,4.106v23.814
c0,1.13-0.446,2.181-1.258,2.958c-0.772,0.74-1.785,1.148-2.85,1.148l0,0c-0.714,0-1.423-0.191-2.05-0.554l-8.318-4.802
c-0.051-0.02-0.155-0.011-0.155,0.09v6.647C109.345,112.244,107.504,114.085,105.24,114.085z M54.797,75.085
c-0.057,0-0.104,0.047-0.104,0.104v34.791c0,0.058,0.047,0.104,0.104,0.104h50.443c0.058,0,0.104-0.047,0.104-0.104v-6.647
c0-2.265,1.843-4.107,4.107-4.107c0.713,0,1.422,0.191,2.048,0.553l8.319,4.803c0.096,0.021,0.156-0.038,0.156-0.089V80.677
c0-0.101-0.106-0.106-0.107-0.106l-8.368,4.82c-1.561,0.9-3.608,0.641-4.897-0.597c-0.812-0.777-1.258-1.828-1.258-2.958v-6.647
c0-0.058-0.047-0.104-0.104-0.104H54.797z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 174 174" style="enable-background:new 0 0 174 174;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M168.121,162.25H5.878c-3.241,0-5.878-2.638-5.878-5.879V17.629c0-3.241,2.637-5.879,5.878-5.879H74.04
c2.059,0,3.994,1.099,5.049,2.867l2.519,4.223h79.635c1.104,0,2,0.896,2,2v14.077h4.879c3.242,0,5.879,2.638,5.879,5.879v115.575
C174,159.612,171.363,162.25,168.121,162.25z M5.878,15.75C4.843,15.75,4,16.593,4,17.629v138.742c0,1.036,0.843,1.879,1.878,1.879
h162.243c1.036,0,1.879-0.843,1.879-1.879V40.796c0-1.036-0.843-1.879-1.879-1.879H92.263c-2.059,0-3.994-1.099-5.049-2.867
l-8.446-14.16c-0.011-0.018-0.021-0.036-0.032-0.054l-3.083-5.17c-0.337-0.564-0.955-0.916-1.613-0.916H5.878z M83.993,22.84
l6.657,11.161c0.337,0.564,0.955,0.916,1.613,0.916h66.979V22.84H83.993z M107.878,122.48H49.062c-2.456,0-4.453-1.998-4.453-4.453
V77.46c0-2.455,1.998-4.453,4.453-4.453h58.816c2.456,0,4.454,1.998,4.454,4.453v7.751c0,0.217,0.124,0.333,0.227,0.393
c0.102,0.06,0.263,0.108,0.453,0l9.7-5.601c0,0,0,0,0.001,0c1.395-0.805,3.059-0.804,4.454,0.002
c1.394,0.805,2.226,2.246,2.226,3.855v27.767c0,1.609-0.832,3.052-2.226,3.856c-1.395,0.805-3.06,0.805-4.454,0l-9.7-5.6
c-0.187-0.108-0.35-0.061-0.453,0c-0.104,0.06-0.227,0.176-0.227,0.393v7.751C112.332,120.482,110.333,122.48,107.878,122.48z
M49.062,77.007c-0.25,0-0.453,0.203-0.453,0.453v40.567c0,0.25,0.203,0.453,0.453,0.453h58.816c0.25,0,0.454-0.203,0.454-0.453
v-7.751c0-1.61,0.833-3.052,2.227-3.857c1.395-0.806,3.06-0.805,4.453,0l9.7,5.6c0.187,0.108,0.35,0.059,0.454,0.001
c0.103-0.061,0.226-0.177,0.226-0.393V83.86c0-0.216-0.123-0.333-0.227-0.393c-0.103-0.06-0.265-0.109-0.454,0l-9.7,5.601
c-1.394,0.805-3.058,0.805-4.453,0c-1.395-0.806-2.227-2.247-2.227-3.857V77.46c0-0.25-0.204-0.453-0.454-0.453H49.062z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 174 174" style="enable-background:new 0 0 174 174;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M168.121,162.25H5.878c-3.241,0-5.878-2.638-5.878-5.879V17.629c0-3.241,2.637-5.879,5.878-5.879H74.04
c2.059,0,3.994,1.099,5.049,2.867l2.519,4.223h79.635c1.104,0,2,0.896,2,2v14.077h4.879c3.242,0,5.879,2.638,5.879,5.879v115.575
C174,159.612,171.363,162.25,168.121,162.25z M5.878,15.75C4.843,15.75,4,16.593,4,17.629v138.742c0,1.036,0.843,1.879,1.878,1.879
h162.243c1.036,0,1.879-0.843,1.879-1.879V40.796c0-1.036-0.843-1.879-1.879-1.879H92.263c-2.059,0-3.994-1.099-5.049-2.867
l-8.446-14.16c-0.011-0.018-0.021-0.036-0.032-0.054l-3.083-5.17c-0.337-0.564-0.955-0.916-1.613-0.916H5.878z M83.993,22.84
l6.657,11.161c0.337,0.564,0.955,0.916,1.613,0.916h66.979V22.84H83.993z M107.878,122.48H49.062c-2.456,0-4.453-1.998-4.453-4.453
V77.46c0-2.455,1.998-4.453,4.453-4.453h58.816c2.456,0,4.454,1.998,4.454,4.453v7.751c0,0.217,0.124,0.333,0.227,0.393
c0.102,0.06,0.263,0.108,0.453,0l9.7-5.601c0,0,0,0,0.001,0c1.395-0.805,3.059-0.804,4.454,0.002
c1.394,0.805,2.226,2.246,2.226,3.855v27.767c0,1.609-0.832,3.052-2.226,3.856c-1.395,0.805-3.06,0.805-4.454,0l-9.7-5.6
c-0.187-0.108-0.35-0.061-0.453,0c-0.104,0.06-0.227,0.176-0.227,0.393v7.751C112.332,120.482,110.333,122.48,107.878,122.48z
M49.062,77.007c-0.25,0-0.453,0.203-0.453,0.453v40.567c0,0.25,0.203,0.453,0.453,0.453h58.816c0.25,0,0.454-0.203,0.454-0.453
v-7.751c0-1.61,0.833-3.052,2.227-3.857c1.395-0.806,3.06-0.805,4.453,0l9.7,5.6c0.187,0.108,0.35,0.059,0.454,0.001
c0.103-0.061,0.226-0.177,0.226-0.393V83.86c0-0.216-0.123-0.333-0.227-0.393c-0.103-0.06-0.265-0.109-0.454,0l-9.7,5.601
c-1.394,0.805-3.058,0.805-4.453,0c-1.395-0.806-2.227-2.247-2.227-3.857V77.46c0-0.25-0.204-0.453-0.454-0.453H49.062z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,65 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_24_">
xmlns:cc="http://creativecommons.org/ns#" <g>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <path d="M259.466,66.247c-2.799,0-6.139,0.436-9.324,1.016C238.587,27.669,202.4,0,160.096,0
xmlns:svg="http://www.w3.org/2000/svg" c-42.309,0-78.497,27.669-90.051,67.262c-3.18-0.58-6.514-1.016-9.319-1.016C27.244,66.247,0,93.49,0,126.973
xmlns="http://www.w3.org/2000/svg" s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726S292.948,66.247,259.466,66.247z M259.466,165.616
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" H60.726c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.991,0.375,6.592,0.894V99.37
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041V81.561c5.935-34.503,35.541-59.478,70.696-59.478
version="1.1" c35.171,0,64.784,25.003,70.707,59.534V99.37c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041V89.229
id="Capa_1" c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,165.616,259.466,165.616z"/>
x="0px" <circle cx="110.411" cy="209.781" r="11.041"/>
y="0px" <circle cx="209.781" cy="209.781" r="11.041"/>
width="67.093px" <circle cx="160.096" cy="242.904" r="11.041"/>
height="67.094px" <circle cx="209.781" cy="276.027" r="11.041"/>
viewBox="0 0 67.093 67.094" <circle cx="160.096" cy="309.151" r="11.041"/>
style="enable-background:new 0 0 67.093 67.094;" <circle cx="110.411" cy="276.027" r="11.041"/>
xml:space="preserve" </g>
inkscape:version="0.91 r13725" </g>
sodipodi:docname="sleet.svg"><metadata </g>
id="metadata41"><rdf:RDF><cc:Work <g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type </g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs <g>
id="defs39" /><sodipodi:namedview </g>
pagecolor="#ffffff" <g>
bordercolor="#666666" </g>
borderopacity="1" <g>
objecttolerance="10" </g>
gridtolerance="10" <g>
guidetolerance="10" </g>
inkscape:pageopacity="0" <g>
inkscape:pageshadow="2" </g>
inkscape:window-width="1920" <g>
inkscape:window-height="1017" </g>
id="namedview37" <g>
showgrid="false" </g>
inkscape:zoom="3.517453" <g>
inkscape:cx="-1.8484277" </g>
inkscape:cy="33.547001" <g>
inkscape:window-x="-8" </g>
inkscape:window-y="-8" <g>
inkscape:window-maximized="1" </g>
inkscape:current-layer="Capa_1" /><g <g>
id="g3" </g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path <g>
d="M12.4,46.243c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523s-3.524-1.578-3.524-3.523 C8.876,47.821,10.454,46.243,12.4,46.243z M19.448,60.046c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523 c-1.946,0-3.524-1.578-3.524-3.523C15.924,61.624,17.502,60.046,19.448,60.046z M30.021,49.768c1.946,0,3.524,1.578,3.524,3.523 c0,1.946-1.578,3.523-3.524,3.523c-1.946,0-3.524-1.577-3.524-3.523C26.497,51.346,28.075,49.768,30.021,49.768z M47.837,46.243 c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523c-1.945,0-3.523-1.578-3.523-3.523 C44.314,47.821,45.892,46.243,47.837,46.243z M40.791,60.046c1.945,0,3.523,1.578,3.523,3.524c0,1.945-1.578,3.523-3.523,3.523 c-1.947,0-3.524-1.578-3.524-3.523C37.266,61.624,38.843,60.046,40.791,60.046z M47.975,0c-3.334,0-6.58,0.894-9.441,2.592 C36.239,0.914,33.454,0,30.6,0c-5.886,0-10.961,3.73-12.763,9.215c-1.24-0.369-2.519-0.555-3.82-0.555 C6.6,8.66,0.566,14.694,0.566,22.112c0,7.417,6.034,13.45,13.451,13.45c2.045,0,4.053-0.469,5.885-1.363 c1.95,5.193,6.926,8.707,12.575,8.707c4.644,0,8.922-2.385,11.379-6.279c1.373,0.317,2.754,0.477,4.119,0.477 c10.229,0,18.553-8.321,18.553-18.551S58.205,0,47.975,0z" </g>
id="path5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g </g>
id="g7" /><g <g>
id="g9" /><g </g>
id="g11" /><g </svg>
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_24_">
<g>
<path d="M259.466,66.247c-2.799,0-6.139,0.436-9.324,1.016C238.587,27.669,202.4,0,160.096,0
c-42.309,0-78.497,27.669-90.051,67.262c-3.18-0.58-6.514-1.016-9.319-1.016C27.244,66.247,0,93.49,0,126.973
s27.244,60.726,60.726,60.726h198.74c33.482,0,60.726-27.244,60.726-60.726S292.948,66.247,259.466,66.247z M259.466,165.616
H60.726c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.991,0.375,6.592,0.894V99.37
c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041V81.561c5.935-34.503,35.541-59.478,70.696-59.478
c35.171,0,64.784,25.003,70.707,59.534V99.37c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041V89.229
c2.595-0.519,5.068-0.9,6.581-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,165.616,259.466,165.616z"/>
<circle cx="110.411" cy="209.781" r="11.041"/>
<circle cx="209.781" cy="209.781" r="11.041"/>
<circle cx="160.096" cy="242.904" r="11.041"/>
<circle cx="209.781" cy="276.027" r="11.041"/>
<circle cx="160.096" cy="309.151" r="11.041"/>
<circle cx="110.411" cy="276.027" r="11.041"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,69 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_30_">
xmlns:cc="http://creativecommons.org/ns#" <g>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <path d="M259.466,93.849c-2.799,0-6.139,0.436-9.319,1.016c-11.56-39.593-47.747-67.262-90.051-67.262
xmlns:svg="http://www.w3.org/2000/svg" S81.605,55.272,70.05,94.865c-3.185-0.58-6.525-1.016-9.324-1.016C27.244,93.849,0,121.093,0,154.575
xmlns="http://www.w3.org/2000/svg" s27.244,60.726,60.726,60.726c6.095,0,11.041-4.946,11.041-11.041c0-6.095-4.946-11.041-11.041-11.041
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" c-21.309,0-38.644-17.34-38.644-38.644s17.335-38.644,38.644-38.644c1.529,0,3.991,0.375,6.586,0.894v10.147
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041v-17.782c5.935-34.514,35.541-59.506,70.702-59.506
version="1.1" s64.767,24.992,70.702,59.506v17.782c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041v-10.147
id="Capa_1" c2.595-0.519,5.057-0.894,6.586-0.894c21.304,0,38.644,17.34,38.644,38.644s-17.34,38.644-38.644,38.644
x="0px" c-6.095,0-11.041,4.946-11.041,11.041c0,6.095,4.946,11.041,11.041,11.041c33.482,0,60.726-27.244,60.726-60.726
y="0px" S292.948,93.849,259.466,93.849z"/>
viewBox="0 0 349.027 349.027" <path d="M147.575,217.863c-3.042-5.278-9.799-7.088-15.082-4.047c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
style="enable-background:new 0 0 349.027 349.027;" c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.48c5.283-3.053,7.088-9.799,4.041-15.082L147.575,217.863z"/>
xml:space="preserve" <path d="M119.973,170.055c-3.047-5.278-9.804-7.088-15.082-4.047c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
inkscape:version="0.91 r13725" c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.474c5.283-3.053,7.088-9.799,4.041-15.088L119.973,170.055z"/>
sodipodi:docname="snow.svg"><metadata <path d="M132.493,194.704c1.739,1.005,3.638,1.474,5.51,1.474c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
id="metadata45"><rdf:RDF><cc:Work c3.047-5.283,1.242-12.035-4.041-15.082s-12.04-1.237-15.082,4.041l-5.521,9.562C125.405,184.9,127.21,191.651,132.493,194.704z"
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type />
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs <path d="M121.452,213.816c-5.283-3.047-12.035-1.237-15.082,4.047l-5.521,9.562c-3.047,5.283-1.242,12.035,4.041,15.082
id="defs43" /><sodipodi:namedview c1.739,1.005,3.638,1.479,5.51,1.479c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
pagecolor="#ffffff" C128.54,223.621,126.735,216.869,121.452,213.816z"/>
bordercolor="#666666" <path d="M115.932,204.26c0-6.095-4.946-11.041-11.041-11.041H93.849c-6.095,0-11.041,4.946-11.041,11.041
borderopacity="1" c0,6.095,4.946,11.041,11.041,11.041h11.041C110.985,215.301,115.932,210.355,115.932,204.26z"/>
objecttolerance="10" <path d="M171.137,204.26c0-6.095-4.946-11.041-11.041-11.041h-11.041c-6.095,0-11.041,4.946-11.041,11.041
gridtolerance="10" c0,6.095,4.946,11.041,11.041,11.041h11.041C166.191,215.301,171.137,210.355,171.137,204.26z"/>
guidetolerance="10" <path d="M230.383,266.466c-3.042-5.278-9.805-7.088-15.082-4.041c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
inkscape:pageopacity="0" c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.479c5.283-3.053,7.088-9.799,4.041-15.082L230.383,266.466z"/>
inkscape:pageshadow="2" <path d="M202.781,218.652c-3.047-5.278-9.799-7.088-15.082-4.041c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
inkscape:window-width="1920" c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.474c5.283-3.053,7.088-9.799,4.041-15.088L202.781,218.652z"/>
inkscape:window-height="1017" <path d="M215.301,243.302c1.739,1.005,3.638,1.474,5.51,1.474c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
id="namedview41" c3.047-5.283,1.242-12.035-4.041-15.082c-5.283-3.047-12.035-1.237-15.082,4.041l-5.521,9.562
showgrid="false" C208.213,233.503,210.018,240.254,215.301,243.302z"/>
inkscape:zoom="0.67616544" <path d="M204.26,262.419c-5.283-3.047-12.035-1.237-15.082,4.041l-5.521,9.562c-3.047,5.283-1.242,12.035,4.041,15.082
inkscape:cx="-9.613032" c1.739,1.01,3.638,1.485,5.51,1.485c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562C211.349,272.224,209.543,265.472,204.26,262.419
inkscape:cy="174.5135" z"/>
inkscape:window-x="-8" <path d="M198.74,252.863c0-6.095-4.946-11.041-11.041-11.041h-11.041c-6.095,0-11.041,4.946-11.041,11.041
inkscape:window-y="-8" s4.946,11.041,11.041,11.041h11.041C193.793,263.904,198.74,258.958,198.74,252.863z"/>
inkscape:window-maximized="1" <path d="M242.904,241.822h-11.041c-6.095,0-11.041,4.946-11.041,11.041s4.946,11.041,11.041,11.041h11.041
inkscape:current-layer="Capa_1" /><g c6.095,0,11.041-4.946,11.041-11.041S248.999,241.822,242.904,241.822z"/>
id="g3" </g>
style="fill:#{sdcol(icon)};fill-opacity:1"><polygon </g>
points="155.314,285.028 143.907,277.953 132.471,296.473 121.014,277.953 109.606,285.028 120.438,302.513 99.867,302.513 99.867,315.926 120.438,315.926 109.606,333.406 121.014,340.475 132.471,321.941 143.907,340.475 155.314,333.406 144.484,315.926 165.064,315.926 165.064,302.513 144.484,302.513 " </g>
id="polygon5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon </g>
points="230.363,253.771 218.977,246.717 207.523,265.244 196.066,246.717 184.672,253.771 195.489,271.254 174.93,271.254 174.93,284.658 195.489,284.658 184.672,302.165 196.066,309.219 207.523,290.709 218.977,309.219 230.363,302.165 219.556,284.658 240.116,284.658 240.116,271.254 219.556,271.254 " <g>
id="polygon7" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path <g>
d="M274.057,80.616c-10.97-28.288-38.415-48.313-70.557-48.313c-3.059,0-6.078,0.189-9.063,0.566 c-13.815-14.95-33.563-24.316-55.528-24.316c-40.891,0-74.202,32.471-75.585,73.041C27.408,87.49,0,118.65,0,156.268 c0,41.773,33.862,75.629,75.647,75.629h197.717c41.78,0,75.663-33.855,75.663-75.629 C349.027,114.711,315.526,80.994,274.057,80.616z" </g>
id="path9" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g </g>
id="g11" /><g <g>
id="g13" /><g </g>
id="g15" /><g <g>
id="g17" /><g </g>
id="g19" /><g <g>
id="g21" /><g </g>
id="g23" /><g <g>
id="g25" /><g </g>
id="g27" /><g <g>
id="g29" /><g </g>
id="g31" /><g <g>
id="g33" /><g </g>
id="g35" /><g <g>
id="g37" /><g </g>
id="g39" /></svg> <g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_30_">
<g>
<path d="M259.466,93.849c-2.799,0-6.139,0.436-9.319,1.016c-11.56-39.593-47.747-67.262-90.051-67.262
S81.605,55.272,70.05,94.865c-3.185-0.58-6.525-1.016-9.324-1.016C27.244,93.849,0,121.093,0,154.575
s27.244,60.726,60.726,60.726c6.095,0,11.041-4.946,11.041-11.041c0-6.095-4.946-11.041-11.041-11.041
c-21.309,0-38.644-17.34-38.644-38.644s17.335-38.644,38.644-38.644c1.529,0,3.991,0.375,6.586,0.894v10.147
c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041v-17.782c5.935-34.514,35.541-59.506,70.702-59.506
s64.767,24.992,70.702,59.506v17.782c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041v-10.147
c2.595-0.519,5.057-0.894,6.586-0.894c21.304,0,38.644,17.34,38.644,38.644s-17.34,38.644-38.644,38.644
c-6.095,0-11.041,4.946-11.041,11.041c0,6.095,4.946,11.041,11.041,11.041c33.482,0,60.726-27.244,60.726-60.726
S292.948,93.849,259.466,93.849z"/>
<path d="M147.575,217.863c-3.042-5.278-9.799-7.088-15.082-4.047c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.48c5.283-3.053,7.088-9.799,4.041-15.082L147.575,217.863z"/>
<path d="M119.973,170.055c-3.047-5.278-9.804-7.088-15.082-4.047c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.474c5.283-3.053,7.088-9.799,4.041-15.088L119.973,170.055z"/>
<path d="M132.493,194.704c1.739,1.005,3.638,1.474,5.51,1.474c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
c3.047-5.283,1.242-12.035-4.041-15.082s-12.04-1.237-15.082,4.041l-5.521,9.562C125.405,184.9,127.21,191.651,132.493,194.704z"
/>
<path d="M121.452,213.816c-5.283-3.047-12.035-1.237-15.082,4.047l-5.521,9.562c-3.047,5.283-1.242,12.035,4.041,15.082
c1.739,1.005,3.638,1.479,5.51,1.479c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
C128.54,223.621,126.735,216.869,121.452,213.816z"/>
<path d="M115.932,204.26c0-6.095-4.946-11.041-11.041-11.041H93.849c-6.095,0-11.041,4.946-11.041,11.041
c0,6.095,4.946,11.041,11.041,11.041h11.041C110.985,215.301,115.932,210.355,115.932,204.26z"/>
<path d="M171.137,204.26c0-6.095-4.946-11.041-11.041-11.041h-11.041c-6.095,0-11.041,4.946-11.041,11.041
c0,6.095,4.946,11.041,11.041,11.041h11.041C166.191,215.301,171.137,210.355,171.137,204.26z"/>
<path d="M230.383,266.466c-3.042-5.278-9.805-7.088-15.082-4.041c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.479c5.283-3.053,7.088-9.799,4.041-15.082L230.383,266.466z"/>
<path d="M202.781,218.652c-3.047-5.278-9.799-7.088-15.082-4.041c-5.283,3.053-7.088,9.799-4.041,15.082l5.521,9.562
c2.043,3.544,5.752,5.521,9.573,5.521c1.871,0,3.771-0.475,5.51-1.474c5.283-3.053,7.088-9.799,4.041-15.088L202.781,218.652z"/>
<path d="M215.301,243.302c1.739,1.005,3.638,1.474,5.51,1.474c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562
c3.047-5.283,1.242-12.035-4.041-15.082c-5.283-3.047-12.035-1.237-15.082,4.041l-5.521,9.562
C208.213,233.503,210.018,240.254,215.301,243.302z"/>
<path d="M204.26,262.419c-5.283-3.047-12.035-1.237-15.082,4.041l-5.521,9.562c-3.047,5.283-1.242,12.035,4.041,15.082
c1.739,1.01,3.638,1.485,5.51,1.485c3.815,0,7.53-1.976,9.573-5.521l5.521-9.562C211.349,272.224,209.543,265.472,204.26,262.419
z"/>
<path d="M198.74,252.863c0-6.095-4.946-11.041-11.041-11.041h-11.041c-6.095,0-11.041,4.946-11.041,11.041
s4.946,11.041,11.041,11.041h11.041C193.793,263.904,198.74,258.958,198.74,252.863z"/>
<path d="M242.904,241.822h-11.041c-6.095,0-11.041,4.946-11.041,11.041s4.946,11.041,11.041,11.041h11.041
c6.095,0,11.041-4.946,11.041-11.041S248.999,241.822,242.904,241.822z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,66 +1,51 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<svg <g fill="#{sdcol(icon)}" fill-opacity="1">
xmlns:dc="http://purl.org/dc/elements/1.1/" <g id="Dibujo_27_">
xmlns:cc="http://creativecommons.org/ns#" <path d="M259.466,82.808c-2.804,0-6.139,0.436-9.324,1.016c-11.554-39.593-47.742-67.262-90.046-67.262
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" c-42.309,0-78.497,27.669-90.051,67.262c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,82.808,0,110.052,0,143.534
xmlns:svg="http://www.w3.org/2000/svg" s27.244,60.726,60.726,60.726h62.178l-21.679,32.522c-2.258,3.384-2.468,7.74-0.552,11.334c1.927,3.588,5.67,5.83,9.738,5.83
xmlns="http://www.w3.org/2000/svg" h12.493l-21.679,32.522c-3.379,5.073-2.009,11.93,3.064,15.309c1.877,1.259,4.008,1.855,6.111,1.855
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" c3.566,0,7.066-1.728,9.197-4.919l33.123-49.685c2.258-3.384,2.468-7.74,0.552-11.334c-1.927-3.588-5.67-5.83-9.738-5.83h-12.493
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" l18.4-27.603h28.663l-10.638,15.96c-2.258,3.384-2.468,7.74-0.552,11.334c1.932,3.588,5.675,5.83,9.744,5.83h12.493l-10.638,15.96
version="1.1" c-3.379,5.073-2.009,11.93,3.064,15.308c1.877,1.259,4.008,1.855,6.111,1.855c3.566,0,7.066-1.728,9.197-4.919l22.082-33.123
id="Capa_1" c2.258-3.384,2.468-7.74,0.552-11.334c-1.927-3.588-5.67-5.83-9.738-5.83h-12.493l7.359-11.041h54.819
x="0px" c33.482,0,60.726-27.244,60.726-60.726S292.948,82.808,259.466,82.808z M259.466,182.178H60.726
y="0px" c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.991,0.375,6.586,0.894v10.147
viewBox="0 0 339.716 339.716" c0,6.095,4.941,11.041,11.041,11.041s11.041-4.946,11.041-11.041V98.161c5.924-34.52,35.53-59.517,70.702-59.517
style="enable-background:new 0 0 339.716 339.716;" c35.166,0,64.773,24.997,70.702,59.523v17.765c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V105.79
xml:space="preserve" c2.595-0.519,5.073-0.9,6.586-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,182.178,259.466,182.178z"/>
inkscape:version="0.91 r13725" </g>
sodipodi:docname="thunder.svg"><metadata </g>
id="metadata43"><rdf:RDF><cc:Work <g>
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type </g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs <g>
id="defs41" /><sodipodi:namedview </g>
pagecolor="#ffffff" <g>
bordercolor="#666666" </g>
borderopacity="1" <g>
objecttolerance="10" </g>
gridtolerance="10" <g>
guidetolerance="10" </g>
inkscape:pageopacity="0" <g>
inkscape:pageshadow="2" </g>
inkscape:window-width="1920" <g>
inkscape:window-height="1017" </g>
id="namedview39" <g>
showgrid="false" </g>
inkscape:zoom="0.69469792" <g>
inkscape:cx="-9.3565848" </g>
inkscape:cy="169.858" <g>
inkscape:window-x="-8" </g>
inkscape:window-y="-8" <g>
inkscape:window-maximized="1" </g>
inkscape:current-layer="Capa_1" /><g <g>
id="g3" </g>
style="fill:#{sdcol(icon)};fill-opacity:1"><path <g>
d="M237.228,250.389L199.4,239.924l29.289-45.899c1.347-2.111,1.571-4.542,0.613-6.667c-0.958-2.125-2.926-3.568-5.399-3.958 l-54.941-8.66c-0.425-0.067-0.862-0.101-1.299-0.101c-3.471,0-6.785,2.063-8.247,5.132l-32.251,67.731 c-0.968,2.032-1.011,4.346-0.119,6.348c0.892,2.003,2.642,3.518,4.8,4.157l46.611,13.804l-28.489,59.403 c-1.11,2.315-1.123,4.364-0.036,6.089c0.951,1.51,2.589,2.413,4.382,2.413h0c2.06,0,3.539-1.161,4.472-2.034l81.225-75.974 c1.905-1.782,2.704-4.223,2.137-6.527C241.582,252.876,239.742,251.084,237.228,250.389z" </g>
id="path5" <g>
style="fill:#{sdcol(icon)};fill-opacity:1" /><path </g>
d="M286.373,95.61c1.955-6.747,2.943-13.723,2.943-20.809C289.315,33.556,255.76,0,214.515,0 c-17.158,0-33.92,5.958-47.198,16.776c-11.879,9.679-20.542,22.856-24.724,37.474c-27.749-2.719-52.919,14.938-60.632,40.706 c-4.268-0.994-8.632-1.497-13.033-1.497c-31.703,0-57.495,25.809-57.495,57.531c0,31.723,25.792,57.531,57.495,57.531h42.065 c0.232,0.016,0.558,0.03,0.964,0.03c3.173,0,14.041-0.989,20.669-13.719c2.508-4.818,5.453-10.736,8.301-16.459 c3.519-7.072,6.843-13.753,9.199-18.09c3.19-5.873,7.639-6.507,9.403-6.507c0.08,0,0.145,0.001,0.157,0l93.782,13.237 c0.516,0.33,6.392,0.995,6.637,1.83c0.266,0.904-0.21,2.314-1.337,3.971c-2.138,3.139-5.459,8.382-8.671,13.453 c-1.809,2.856-3.592,5.671-5.118,8.038c-2.561,3.973-1.705,7.135-0.966,8.665c2.213,4.59,8.175,5.408,9.348,5.525l17.427,0.025 c31.703,0,57.495-25.809,57.495-57.531C328.282,124.926,310.97,102.482,286.373,95.61z" <g>
id="path7" </g>
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g </svg>
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 320.192 320.192" style="enable-background:new 0 0 320.192 320.192;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_27_">
<path d="M259.466,82.808c-2.804,0-6.139,0.436-9.324,1.016c-11.554-39.593-47.742-67.262-90.046-67.262
c-42.309,0-78.497,27.669-90.051,67.262c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,82.808,0,110.052,0,143.534
s27.244,60.726,60.726,60.726h62.178l-21.679,32.522c-2.258,3.384-2.468,7.74-0.552,11.334c1.927,3.588,5.67,5.83,9.738,5.83
h12.493l-21.679,32.522c-3.379,5.073-2.009,11.93,3.064,15.309c1.877,1.259,4.008,1.855,6.111,1.855
c3.566,0,7.066-1.728,9.197-4.919l33.123-49.685c2.258-3.384,2.468-7.74,0.552-11.334c-1.927-3.588-5.67-5.83-9.738-5.83h-12.493
l18.4-27.603h28.663l-10.638,15.96c-2.258,3.384-2.468,7.74-0.552,11.334c1.932,3.588,5.675,5.83,9.744,5.83h12.493l-10.638,15.96
c-3.379,5.073-2.009,11.93,3.064,15.308c1.877,1.259,4.008,1.855,6.111,1.855c3.566,0,7.066-1.728,9.197-4.919l22.082-33.123
c2.258-3.384,2.468-7.74,0.552-11.334c-1.927-3.588-5.67-5.83-9.738-5.83h-12.493l7.359-11.041h54.819
c33.482,0,60.726-27.244,60.726-60.726S292.948,82.808,259.466,82.808z M259.466,182.178H60.726
c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644c1.529,0,3.991,0.375,6.586,0.894v10.147
c0,6.095,4.941,11.041,11.041,11.041s11.041-4.946,11.041-11.041V98.161c5.924-34.52,35.53-59.517,70.702-59.517
c35.166,0,64.773,24.997,70.702,59.523v17.765c0,6.095,4.946,11.041,11.041,11.041s11.041-4.946,11.041-11.041V105.79
c2.595-0.519,5.073-0.9,6.586-0.9c21.304,0,38.644,17.34,38.644,38.644S280.77,182.178,259.466,182.178z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,69 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="volume.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview41"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-14.101695"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M277.549,0h-48l-144,160h-48c-17.672,0-32.375,14.326-32.375,32v128c0,17.672,14.703,32,32.375,32h48l144,160h48 c8.836,0,15.625-7.164,15.625-16V16C293.174,7.164,286.385,0,277.549,0z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M382.456,187.906c-11.109-13.727-31.297-15.891-44.961-4.844c-13.75,11.047-15.941,31.234-4.879,45 c11.77,14.625,11.77,41.25-0.008,55.883c-11.055,13.758-8.863,33.945,4.883,44.992c5.664,4.555,12.781,7.063,20.043,7.063 c9.762,0,18.859-4.352,24.953-11.938C413.182,285.898,413.182,226.102,382.456,187.906z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M459.936,138.578c-6.426-6.664-15.07-10.414-24.34-10.578c-9.477,0.141-18.035,3.297-24.684,9.727 c-13.738,13.266-14.133,35.25-0.867,49.023c36.879,38.18,36.879,100.313-0.016,138.508c-13.25,13.758-12.855,35.742,0.859,48.984 c6.484,6.297,15.043,9.758,24.098,9.758c9.352,0,18.441-3.852,24.949-10.578C522.456,308.672,522.456,203.32,459.936,138.578z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 364.356 364.356" style="enable-background:new 0 0 364.356 364.356;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<g id="Dibujo_57_">
<g>
<path d="M276.027,143.534c12.178,0,22.082,9.904,22.082,22.082c0,12.178-9.904,22.082-22.082,22.082H160.096
c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041h115.932c24.351,0,44.164-19.813,44.164-44.164
s-19.813-44.164-44.164-44.164c-6.1,0-11.041,4.946-11.041,11.041S269.927,143.534,276.027,143.534z"/>
<path d="M259.466,220.822l-165.622-0.006l-33.118,0.006c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644
c1.529,0,3.997,0.375,6.592,0.894v10.147c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.798
c5.935-34.509,35.536-59.489,70.696-59.489c39.571,0,71.767,32.196,71.767,71.767v5.521c0,6.095,4.941,11.041,11.041,11.041
c6.095,0,11.041-4.946,11.041-11.041v-5.521c0-51.75-42.1-93.849-93.849-93.849c-42.309,0-78.497,27.669-90.051,67.262
c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,121.452,0,148.696,0,182.178s27.244,60.726,60.726,60.726l33.118-0.006l165.622,0.006
c21.304,0,38.644,17.34,38.644,38.644c0,6.095,4.941,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041
C320.192,248.066,292.948,220.822,259.466,220.822z"/>
<path d="M259.46,253.945H60.726c-6.1,0-11.041,4.946-11.041,11.041s4.941,11.041,11.041,11.041H259.46
c3.047,0,5.521,2.473,5.521,5.521s-2.473,5.521-5.521,5.521c-6.1,0-11.041,4.946-11.041,11.041s4.941,11.041,11.041,11.041
c15.22,0,27.603-12.383,27.603-27.603S274.68,253.945,259.46,253.945z"/>
<path d="M336.753,176.658c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041
c3.047,0,5.521,2.473,5.521,5.521s-2.473,5.521-5.521,5.521h-22.082c-6.1,0-11.041,4.946-11.041,11.041
c0,6.095,4.941,11.041,11.041,11.041h22.082c15.22,0,27.603-12.383,27.603-27.603
C364.356,189.04,351.974,176.658,336.753,176.658z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 364.356 364.356" style="enable-background:new 0 0 364.356 364.356;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<g id="Dibujo_57_">
<g>
<path d="M276.027,143.534c12.178,0,22.082,9.904,22.082,22.082c0,12.178-9.904,22.082-22.082,22.082H160.096
c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041h115.932c24.351,0,44.164-19.813,44.164-44.164
s-19.813-44.164-44.164-44.164c-6.1,0-11.041,4.946-11.041,11.041S269.927,143.534,276.027,143.534z"/>
<path d="M259.466,220.822l-165.622-0.006l-33.118,0.006c-21.304,0-38.644-17.34-38.644-38.644s17.34-38.644,38.644-38.644
c1.529,0,3.997,0.375,6.592,0.894v10.147c0,6.095,4.946,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041v-17.798
c5.935-34.509,35.536-59.489,70.696-59.489c39.571,0,71.767,32.196,71.767,71.767v5.521c0,6.095,4.941,11.041,11.041,11.041
c6.095,0,11.041-4.946,11.041-11.041v-5.521c0-51.75-42.1-93.849-93.849-93.849c-42.309,0-78.497,27.669-90.051,67.262
c-3.18-0.58-6.52-1.016-9.319-1.016C27.244,121.452,0,148.696,0,182.178s27.244,60.726,60.726,60.726l33.118-0.006l165.622,0.006
c21.304,0,38.644,17.34,38.644,38.644c0,6.095,4.941,11.041,11.041,11.041c6.095,0,11.041-4.946,11.041-11.041
C320.192,248.066,292.948,220.822,259.466,220.822z"/>
<path d="M259.46,253.945H60.726c-6.1,0-11.041,4.946-11.041,11.041s4.941,11.041,11.041,11.041H259.46
c3.047,0,5.521,2.473,5.521,5.521s-2.473,5.521-5.521,5.521c-6.1,0-11.041,4.946-11.041,11.041s4.941,11.041,11.041,11.041
c15.22,0,27.603-12.383,27.603-27.603S274.68,253.945,259.46,253.945z"/>
<path d="M336.753,176.658c-6.1,0-11.041,4.946-11.041,11.041c0,6.095,4.941,11.041,11.041,11.041
c3.047,0,5.521,2.473,5.521,5.521s-2.473,5.521-5.521,5.521h-22.082c-6.1,0-11.041,4.946-11.041,11.041
c0,6.095,4.941,11.041,11.041,11.041h22.082c15.22,0,27.603-12.383,27.603-27.603
C364.356,189.04,351.974,176.658,336.753,176.658z"/>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 55 55" style="enable-background:new 0 0 55 55;" xml:space="preserve">
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M52.66,0.249c-0.216-0.189-0.501-0.275-0.789-0.241l-31,4.011C20.373,4.084,20,4.507,20,5.01v6.017v4.212v25.384
C18.174,38.428,15.273,37,12,37c-5.514,0-10,4.037-10,9s4.486,9,10,9s10-4.037,10-9c0-0.232-0.019-0.46-0.039-0.687
C21.974,45.248,22,45.189,22,45.121V16.118l29-3.753v18.257C49.174,28.428,46.273,27,43,27c-5.514,0-10,4.037-10,9s4.486,9,10,9
c5.464,0,9.913-3.966,9.993-8.867c0-0.013,0.007-0.024,0.007-0.037V11.227V7.016V1C53,0.712,52.876,0.438,52.66,0.249z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 912 B

View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 55 55" style="enable-background:new 0 0 55 55;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M52.66,0.249c-0.216-0.189-0.501-0.275-0.789-0.241l-31,4.011C20.373,4.084,20,4.507,20,5.01v6.017v4.212v25.384
C18.174,38.428,15.273,37,12,37c-5.514,0-10,4.037-10,9s4.486,9,10,9s10-4.037,10-9c0-0.232-0.019-0.46-0.039-0.687
C21.974,45.248,22,45.189,22,45.121V16.118l29-3.753v18.257C49.174,28.428,46.273,27,43,27c-5.514,0-10,4.037-10,9s4.486,9,10,9
c5.464,0,9.913-3.966,9.993-8.867c0-0.013,0.007-0.024,0.007-0.037V11.227V7.016V1C53,0.712,52.876,0.438,52.66,0.249z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 913 B

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 488 488" style="enable-background:new 0 0 488 488;" xml:space="preserve">
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M448.6,40.35H39.4C17.6,40.35,0,57.95,0,79.75v276.6c0,21.8,17.6,39.4,39.4,39.4h110.5v37.8c0,7.8,6.3,14.1,14.1,14.1h160
c7.8,0,14.1-6.3,14.1-14.1v-37.8h110.5c21.8,0,39.4-17.6,39.4-39.4V79.75C488.1,58.05,470.4,40.35,448.6,40.35z M434.3,341.55
H53.7V94.15h380.6V341.55z"/>
<path d="M316.6,229.55l-113.8,65.7c-6.4,3.7-14.5-0.9-14.5-8.4v-131.4c0-7.4,8.1-12.1,14.5-8.4l113.8,65.7
C323.1,216.55,323.1,225.85,316.6,229.55z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 893 B

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 488 488" style="enable-background:new 0 0 488 488;" xml:space="preserve">
<g>
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M448.6,40.35H39.4C17.6,40.35,0,57.95,0,79.75v276.6c0,21.8,17.6,39.4,39.4,39.4h110.5v37.8c0,7.8,6.3,14.1,14.1,14.1h160
c7.8,0,14.1-6.3,14.1-14.1v-37.8h110.5c21.8,0,39.4-17.6,39.4-39.4V79.75C488.1,58.05,470.4,40.35,448.6,40.35z M434.3,341.55
H53.7V94.15h380.6V341.55z"/>
<path d="M316.6,229.55l-113.8,65.7c-6.4,3.7-14.5-0.9-14.5-8.4v-131.4c0-7.4,8.1-12.1,14.5-8.4l113.8,65.7
C323.1,216.55,323.1,225.85,316.6,229.55z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 899 B

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 484.101 484.101" style="enable-background:new 0 0 484.101 484.101;" xml:space="preserve">
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M457.8,366.5h-32.2l0,0h-26.3l0,0h-32.2c-14.5,0-26.4,11.9-26.4,26.4V435c0,14.5,11.9,26.4,26.4,26.4h90.6
c14.5,0,26.4-11.9,26.4-26.4v-42.1C484.2,378.4,472.3,366.5,457.8,366.5z"/>
<path d="M117,366.5H84.9l0,0H58.6l0,0H26.4C11.9,366.5,0,378.4,0,392.9V435c0,14.5,11.9,26.4,26.4,26.4H117
c14.5,0,26.4-11.9,26.4-26.4v-42.1C143.5,378.4,131.6,366.5,117,366.5z"/>
<path d="M84.9,320.6H229v22.9h26.3v-22.9h144.1v22.9h26.3v-36c0-7.3-5.9-13.1-13.2-13.1H255.2v-50.6c25.6,0,51.2,0,76.8,0
c7.7,0,15.2-1.1,22.1-4.6c17.5-9,26.4-23.5,26.4-43c0-16,0-32,0-47.9l0,0c0-25.8,0-51.6,0-77.4c0-27.9-20-48.2-47.9-48.2
c-44.8,0-89.6,0-134.4,0l0,0c-15.7,0-31.5,0-47.2,0c-27,0-47.4,20.1-47.5,47c0,26.2,0,52.4,0,78.6l0,0c0,16.1,0,32.3,0,48.4
c0,4.8,0.7,9.7,2,14.3c5.8,19.6,23.3,32.7,43.9,32.8c16.2,0.1,32.4,0.1,48.7,0l0,0c10.2,0,20.4,0,30.7,0v50.6H71.7
c-7.3,0-13.2,5.9-13.2,13.1v36h26.3v-22.9H84.9z M330.6,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7
S323.6,49.8,330.6,49.8z M286.9,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7S279.9,49.8,286.9,49.8z
M243.2,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7S236.2,49.8,243.2,49.8z M198.3,217.5L198.3,217.5
c-15.6,0-31.2,0-46.9,0c-13.5,0-21.7-8.2-21.7-21.6c0-15.9,0-31.8,0-47.7l0,0c0-14.1,0-28.2,0-42.4c0-1.2,0.1-2.4,0.2-3.9
c22.8,0,45.6,0,68.3,0c52,0,104,0,156.1,0c0,1.6,0,3,0,4.5c0,9.5,0,18.9,0,28.4c0,20.4,0,40.9,0,61.3c0,13.1-8.4,21.5-21.4,21.5
C288.1,217.5,243.2,217.5,198.3,217.5z"/>
<path d="M287.4,366.5h-32.2l0,0h-26.3l0,0h-32.2c-14.5,0-26.4,11.9-26.4,26.4V435c0,14.5,11.9,26.4,26.4,26.4h90.6
c14.5,0,26.4-11.9,26.4-26.4v-42.1C313.8,378.4,301.9,366.5,287.4,366.5z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 484.101 484.101" style="enable-background:new 0 0 484.101 484.101;" xml:space="preserve">
<g>
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M457.8,366.5h-32.2l0,0h-26.3l0,0h-32.2c-14.5,0-26.4,11.9-26.4,26.4V435c0,14.5,11.9,26.4,26.4,26.4h90.6
c14.5,0,26.4-11.9,26.4-26.4v-42.1C484.2,378.4,472.3,366.5,457.8,366.5z"/>
<path d="M117,366.5H84.9l0,0H58.6l0,0H26.4C11.9,366.5,0,378.4,0,392.9V435c0,14.5,11.9,26.4,26.4,26.4H117
c14.5,0,26.4-11.9,26.4-26.4v-42.1C143.5,378.4,131.6,366.5,117,366.5z"/>
<path d="M84.9,320.6H229v22.9h26.3v-22.9h144.1v22.9h26.3v-36c0-7.3-5.9-13.1-13.2-13.1H255.2v-50.6c25.6,0,51.2,0,76.8,0
c7.7,0,15.2-1.1,22.1-4.6c17.5-9,26.4-23.5,26.4-43c0-16,0-32,0-47.9l0,0c0-25.8,0-51.6,0-77.4c0-27.9-20-48.2-47.9-48.2
c-44.8,0-89.6,0-134.4,0l0,0c-15.7,0-31.5,0-47.2,0c-27,0-47.4,20.1-47.5,47c0,26.2,0,52.4,0,78.6l0,0c0,16.1,0,32.3,0,48.4
c0,4.8,0.7,9.7,2,14.3c5.8,19.6,23.3,32.7,43.9,32.8c16.2,0.1,32.4,0.1,48.7,0l0,0c10.2,0,20.4,0,30.7,0v50.6H71.7
c-7.3,0-13.2,5.9-13.2,13.1v36h26.3v-22.9H84.9z M330.6,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7
S323.6,49.8,330.6,49.8z M286.9,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7S279.9,49.8,286.9,49.8z
M243.2,49.8c7,0,12.7,5.7,12.7,12.7s-5.7,12.7-12.7,12.7s-12.7-5.7-12.7-12.7S236.2,49.8,243.2,49.8z M198.3,217.5L198.3,217.5
c-15.6,0-31.2,0-46.9,0c-13.5,0-21.7-8.2-21.7-21.6c0-15.9,0-31.8,0-47.7l0,0c0-14.1,0-28.2,0-42.4c0-1.2,0.1-2.4,0.2-3.9
c22.8,0,45.6,0,68.3,0c52,0,104,0,156.1,0c0,1.6,0,3,0,4.5c0,9.5,0,18.9,0,28.4c0,20.4,0,40.9,0,61.3c0,13.1-8.4,21.5-21.4,21.5
C288.1,217.5,243.2,217.5,198.3,217.5z"/>
<path d="M287.4,366.5h-32.2l0,0h-26.3l0,0h-32.2c-14.5,0-26.4,11.9-26.4,26.4V435c0,14.5,11.9,26.4,26.4,26.4h90.6
c14.5,0,26.4-11.9,26.4-26.4v-42.1C313.8,378.4,301.9,366.5,287.4,366.5z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.533px" height="438.533px" viewBox="0 0 438.533 438.533" style="enable-background:new 0 0 438.533 438.533;"
xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M409.133,109.203c-19.608-33.592-46.205-60.189-79.798-79.796C295.736,9.801,259.058,0,219.273,0
c-39.781,0-76.47,9.801-110.063,29.407c-33.595,19.604-60.192,46.201-79.8,79.796C9.801,142.8,0,179.489,0,219.267
c0,39.78,9.804,76.463,29.407,110.062c19.607,33.592,46.204,60.189,79.799,79.798c33.597,19.605,70.283,29.407,110.063,29.407
s76.47-9.802,110.065-29.407c33.593-19.602,60.189-46.206,79.795-79.798c19.603-33.596,29.403-70.284,29.403-110.062
C438.533,179.485,428.732,142.795,409.133,109.203z M322.621,270.939c3.617,3.613,5.428,7.905,5.428,12.854
c0,5.133-1.811,9.514-5.428,13.127l-25.693,25.701c-3.614,3.613-7.994,5.42-13.135,5.42c-4.948,0-9.236-1.807-12.847-5.42
l-51.676-51.682l-51.678,51.682c-3.616,3.613-7.898,5.42-12.847,5.42c-5.14,0-9.517-1.807-13.134-5.42l-25.697-25.701
c-3.616-3.613-5.424-7.994-5.424-13.127c0-4.948,1.809-9.24,5.424-12.854l51.678-51.673l-51.678-51.678
c-3.616-3.612-5.424-7.898-5.424-12.847c0-5.14,1.809-9.517,5.424-13.134l25.697-25.693c3.617-3.616,7.994-5.424,13.134-5.424
c4.949,0,9.231,1.809,12.847,5.424l51.678,51.674l51.676-51.674c3.61-3.616,7.898-5.424,12.847-5.424
c5.141,0,9.521,1.809,13.135,5.424l25.693,25.693c3.617,3.617,5.428,7.994,5.428,13.134c0,4.948-1.811,9.235-5.428,12.847
l-51.675,51.678L322.621,270.939z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.533px" height="438.533px" viewBox="0 0 438.533 438.533" style="enable-background:new 0 0 438.533 438.533;"
xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M409.133,109.203c-19.608-33.592-46.205-60.189-79.798-79.796C295.736,9.801,259.058,0,219.273,0
c-39.781,0-76.47,9.801-110.063,29.407c-33.595,19.604-60.192,46.201-79.8,79.796C9.801,142.8,0,179.489,0,219.267
c0,39.78,9.804,76.463,29.407,110.062c19.607,33.592,46.204,60.189,79.799,79.798c33.597,19.605,70.283,29.407,110.063,29.407
s76.47-9.802,110.065-29.407c33.593-19.602,60.189-46.206,79.795-79.798c19.603-33.596,29.403-70.284,29.403-110.062
C438.533,179.485,428.732,142.795,409.133,109.203z M322.621,270.939c3.617,3.613,5.428,7.905,5.428,12.854
c0,5.133-1.811,9.514-5.428,13.127l-25.693,25.701c-3.614,3.613-7.994,5.42-13.135,5.42c-4.948,0-9.236-1.807-12.847-5.42
l-51.676-51.682l-51.678,51.682c-3.616,3.613-7.898,5.42-12.847,5.42c-5.14,0-9.517-1.807-13.134-5.42l-25.697-25.701
c-3.616-3.613-5.424-7.994-5.424-13.127c0-4.948,1.809-9.24,5.424-12.854l51.678-51.673l-51.678-51.678
c-3.616-3.612-5.424-7.898-5.424-12.847c0-5.14,1.809-9.517,5.424-13.134l25.697-25.693c3.617-3.616,7.994-5.424,13.134-5.424
c4.949,0,9.231,1.809,12.847,5.424l51.678,51.674l51.676-51.674c3.61-3.616,7.898-5.424,12.847-5.424
c5.141,0,9.521,1.809,13.135,5.424l25.693,25.693c3.617,3.617,5.428,7.994,5.428,13.134c0,4.948-1.811,9.235-5.428,12.847
l-51.675,51.678L322.621,270.939z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -6,7 +6,7 @@
<color name="menuback">C0FFA500</color> <color name="menuback">C0FFA500</color>
<color name="menuheader">C0111111</color> <color name="menuheader">C0111111</color>
<color name="menuactive">F0111111</color> <color name="menuactive">F0111111</color>
<color name="menualternate">C0F5B914</color> <!-- <color name="menualternate">C0F5B914</color> -->
<color name="menuseparator">22FFFFFF</color> <color name="menuseparator">22FFFFFF</color>
<color name="fontdefault">F0111111</color> <color name="fontdefault">F0111111</color>
<color name="fontseparator">F0111111</color> <color name="fontseparator">F0111111</color>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE globals SYSTEM "../../../../dtd/globals.dtd">
<globals>
<colors>
<color name="menuback">DDC7B097</color>
<color name="menualternate">33FFFFFF</color>
<color name="menuheader">DD98AFC7</color>
<color name="menuactive">DD98AFC7</color>
<color name="menuseparator">33FFFFFF</color>
<color name="fontactive">FF333333</color>
<color name="fontmenuactive">FF333333</color>
<color name="fontdefault">FF555555</color>
<color name="fontseparator">FF000000</color>
<color name="scrollbar">FF666666</color>
<!-- colors svg templates -->
<color name="icon">FF666666</color>
<color name="iconactive">FF333333</color>
<color name="iconselected">FF000000</color>
<color name="iconrecactive">EFFFFFFF</color>
<color name="iconrecinactive">FF000000</color>
<color name="icontextalert">FFFF5050</color>
</colors>
<variables>
</variables>
<translations>
</translations>
<fonts>
<font name="light">VDROpen Sans:Regular</font>
</fonts>
</globals>

View File

@ -4,7 +4,7 @@
<globals> <globals>
<colors> <colors>
<color name="menuback">EE8CC04B</color> <color name="menuback">EE8CC04B</color>
<color name="menualternate">EE75a968</color> <!-- <color name="menualternate">EE75a968</color> -->
<color name="menuheader">EEC7053D</color> <color name="menuheader">EEC7053D</color>
<color name="menuactive">EFC7053D</color> <color name="menuactive">EFC7053D</color>
<color name="menuseparator">33FFFFFF</color> <color name="menuseparator">33FFFFFF</color>

View File

@ -103,11 +103,11 @@
<channelgroup> <channelgroup>
<area x="0" y="80%" width="20%" height="20%" layer="2"> <area x="0" y="80%" width="20%" height="20%" layer="2">
<drawimage condition="{sepexists}" imagetype="seplogo" path="{seppath}" width="98%" height="98%" align="center" valign="center" /> <drawimage condition="{sepexists}" imagetype="seplogo" path="{seppath}" width="98%" height="98%" align="center" valign="center" />
<drawimage condition="not{sepexists}" imagetype="icon" path="ico_channelsep" align="center" valign="center" width="{areaheight}*0.8" height="{areaheight}*0.8"/> <drawimage condition="not{sepexists}" imagetype="icon" path="ico_channelsep_active" align="center" valign="center" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
</area> </area>
<area x="22%" y="85%" width="76%" height="10%" layer="2"> <area x="22%" y="85%" width="76%" height="10%" layer="2">
<drawtext x="0" width="30%" valign="center" font="{light}" fontsize="60%" color="{fontdefault}" text="{prevgroup}" /> <drawtext x="0" width="30%" valign="center" font="{light}" fontsize="60%" color="{fontdefault}" text="{prevgroup}" />
<drawtext x="30%" width="40%" valign="center" font="{semibold}" fontsize="80%" color="{fontdefault}" text="{group}" /> <drawtext align="center" x="30%" width="40%" valign="center" font="{semibold}" fontsize="80%" color="{fontdefault}" text="{group}" />
<drawtext align="right" width="30%" valign="center" font="{light}" fontsize="60%" color="{fontdefault}" text="{nextgroup}" /> <drawtext align="right" width="30%" valign="center" font="{light}" fontsize="60%" color="{fontdefault}" text="{nextgroup}" />
</area> </area>
</channelgroup> </channelgroup>
@ -176,6 +176,7 @@
</area> </area>
</scrapercontent> </scrapercontent>
<channelhints> <channelhints>
<area background="true" x="0" y="{areaheight}*0.75 - {numhints}*{areaheight}*{zapchannelhintsheight}/1000 + 1" width="{zapchannelhintswidth}*{areawidth}/100" height="{numhints}*{areaheight}*{zapchannelhintsheight}/1000" layer="1"> <area background="true" x="0" y="{areaheight}*0.75 - {numhints}*{areaheight}*{zapchannelhintsheight}/1000 + 1" width="{zapchannelhintswidth}*{areawidth}/100" height="{numhints}*{areaheight}*{zapchannelhintsheight}/1000" layer="1">
<fill color="{menuback}" /> <fill color="{menuback}" />
@ -192,43 +193,60 @@
<area background="true" x="5%" y="15%" width="90%" height="65%" layer="1"> <area background="true" x="5%" y="15%" width="90%" height="65%" layer="1">
<fill color="{menuback}" /> <fill color="{menuback}" />
</area> </area>
<area x="7%" y="17%" width="41%" height="5%" layer="2">
<drawtext x="0" valign="center" fontsize="80%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" /> <areacontainer condition="not{doitsimple}">
</area> <area x="7%" y="17%" width="41%" height="5%" layer="2">
<areascroll condition="{ismovie}||{isseries}" scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" y="20%" width="41%" height="7%" layer="3"> <drawtext x="0" valign="center" fontsize="80%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" />
<drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" /> </area>
</areascroll> <areascroll condition="{ismovie}||{isseries}" scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" y="20%" width="41%" height="7%" layer="3">
<areascroll condition="{ismovie}||{isseries}" scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" y="25%" width="41%" height="6%" layer="3"> <drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
<drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" /> </areascroll>
</areascroll> <areascroll condition="{ismovie}||{isseries}" scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" y="25%" width="41%" height="6%" layer="3">
<areascroll condition="{ismovie}||{isseries}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="31%" width="41%" height="47%" layer="2"> <drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" />
<drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="6%" color="{fontdefault}" text="{currentdescription}" /> </areascroll>
</areascroll> <areascroll condition="{ismovie}||{isseries}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="31%" width="41%" height="47%" layer="2">
<area condition="{ismovie}" x="52%" y="17%" width="41%" height="30%" layer="1"> <drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="8%" color="{fontdefault}" text="{currentdescription}" />
<drawimage imagetype="image" path="{posterpath}" align="center" valign="center" width="100%" height="100%" /> </areascroll>
</area> <areascroll condition="{ismovie}" orientation="vertical" scrollelement="actors" mode="forthandback" delay="5000" scrollspeed="medium" x="52%" y="18%" width="41%" height="60%" layer="1">
<area condition="{isseries}" x="52%" y="17%" width="41%" height="30%" layer="1"> <drawimage imagetype="image" path="{posterpath}" align="center" y="0" width="100%" height="95%" />
<drawimage imagetype="image" path="{seriesbanner1path}" align="center" valign="center" width="100%" height="100%" /> <loop name="actors" x="0" y="100%" width="100%" orientation="horizontal" columnwidth="{areawidth}/5" rowheight="{areawidth}/5*1.5" overflow="linewrap" >
</area> <drawimage name="thumb" imagetype="image" path="{actors[thumb]}" x="10" y="0" width="{columnwidth}-20" height="{columnwidth} * {actors[thumbheight]} / {actors[thumbwidth]} - 40 * {actors[thumbheight]} / {actors[thumbwidth]}"/>
<areascroll condition="{ismovie}||{isseries}" orientation="vertical" scrollelement="actors" mode="forthandback" delay="5000" scrollspeed="medium" x="52%" y="49%" width="41%" height="30%" layer="2"> <drawtext align="center" y="{height(thumb)} + 10" width="{columnwidth}" name="actorname" font="{regular}" fontsize="4%" color="{fontdefault}" text="{actors[name]}" />
<loop name="actors" x="0" y="0" width="100%" orientation="horizontal" columnwidth="{areawidth}/5" rowheight="{areawidth}/5*1.5" overflow="linewrap" > <drawtext align="center" y="{height(thumb)} + 10 + {height(actorname)}" width="{columnwidth}" font="{regular}" fontsize="4%" color="{fontdefault}" text="{actors[role]}" />
<drawimage name="thumb" imagetype="image" path="{actors[thumb]}" x="10" y="0" width="{columnwidth}-20" height="{columnwidth} * {actors[thumbheight]} / {actors[thumbwidth]} - 40 * {actors[thumbheight]} / {actors[thumbwidth]}"/> </loop>
<drawtext align="center" y="{height(thumb)} + 10" width="{columnwidth}" name="actorname" font="{regular}" fontsize="6%" color="{fontdefault}" text="{actors[name]}" /> </areascroll>
<drawtext align="center" y="{height(thumb)} + 10 + {height(actorname)}" width="{columnwidth}" font="{regular}" fontsize="6%" color="{fontdefault}" text="{actors[role]}" /> <area condition="{isseries}" x="52%" y="17%" width="41%" height="15%" layer="1">
</loop> <drawimage imagetype="image" path="{seriesbanner1path}" align="center" valign="center" width="100%" height="100%" />
</areascroll> </area>
<areascroll condition="not{ismovie}++not{isseries}" scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="22%" y="16%" width="70%" height="7%" layer="3"> <areascroll condition="{isseries}" orientation="vertical" scrollelement="actors" mode="forthandback" delay="5000" scrollspeed="medium" x="52%" y="35%" width="41%" height="44%" layer="2">
<drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" /> <loop name="actors" x="0" y="0" width="100%" orientation="horizontal" columnwidth="{areawidth}/5" rowheight="{areawidth}/5*1.5" overflow="linewrap" >
</areascroll> <drawimage name="thumb" imagetype="image" path="{actors[thumb]}" x="10" y="0" width="{columnwidth}-20" height="{columnwidth} * {actors[thumbheight]} / {actors[thumbwidth]} - 40 * {actors[thumbheight]} / {actors[thumbwidth]}"/>
<areascroll condition="not{ismovie}++not{isseries}++isset{currentshorttext}" scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="22%" y="22%" width="70%" height="6%" layer="3"> <drawtext align="center" y="{height(thumb)} + 10" width="{columnwidth}" name="actorname" font="{regular}" fontsize="5%" color="{fontdefault}" text="{actors[name]}" />
<drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" /> <drawtext align="center" y="{height(thumb)} + 10 + {height(actorname)}" width="{columnwidth}" font="{regular}" fontsize="5%" color="{fontdefault}" text="{actors[role]}" />
</areascroll> </loop>
<areascroll condition="not{ismovie}++not{isseries}++empty{currentshorttext}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="24%" width="86%" height="54%" layer="2"> </areascroll>
<drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="7%" color="{fontdefault}" text="{currentdescription}" /> <areascroll condition="not{ismovie}++not{isseries}" scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="22%" y="16%" width="70%" height="7%" layer="3">
</areascroll> <drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
<areascroll condition="not{ismovie}++not{isseries}++isset{currentshorttext}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="31%" width="86%" height="47%" layer="2"> </areascroll>
<drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="8%" color="{fontdefault}" text="{currentdescription}" /> <areascroll condition="not{ismovie}++not{isseries}++isset{currentshorttext}" scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="22%" y="22%" width="70%" height="6%" layer="3">
</areascroll> <drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" />
</areascroll>
<areascroll condition="not{ismovie}++not{isseries}++empty{currentshorttext}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="24%" width="86%" height="54%" layer="2">
<drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="7%" color="{fontdefault}" text="{currentdescription}" />
</areascroll>
<areascroll condition="not{ismovie}++not{isseries}++isset{currentshorttext}" orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="7%" y="31%" width="86%" height="47%" layer="2">
<drawtextbox name="desc" x="0" y="0" width="96%" font="{regular}" fontsize="8%" color="{fontdefault}" text="{currentdescription}" />
</areascroll>
</areacontainer>
<areacontainer condition="{doitsimple}">
<area x="7%" y="17%" width="86%" height="61%" layer="2">
<drawimage condition="{isseries}" name="seriesposter" imagetype="image" path="{seriesposter1path}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {seriesposter1height} / {seriesposter1width}"/>
<drawimage condition="{ismovie}" name="movieposter" imagetype="image" path="{posterpath}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {posterheight} / {posterwidth}" />
<drawtextbox condition="{ismovie}||{isseries}" x="0" width="70%" height="98%" font="{regular}" fontsize="7%" color="{fontdefault}" text="{currentstart} - {currentstop} {currenttitle}&#10;|{currentshorttext}&#10;|{currentdescription}" />
<drawtextbox condition="not{ismovie}++not{isseries}" x="0" y="0" width="98%" height="98%" font="{regular}" fontsize="7%" color="{fontdefault}" text="{currentstart} - {currentstop} {currenttitle}&#10;|{currentshorttext}&#10;|{currentdescription}" />
</area>
</areacontainer>
</channeldetail> </channeldetail>
<channellistback clearondisplay="all" fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="left"> <channellistback clearondisplay="all" fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="left">
@ -239,7 +257,7 @@
<channellist x="0" y="0" orientation="vertical" width="30%" height="100%" align="center" numlistelements="{listitemsmax}" fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="left"> <channellist x="0" y="0" orientation="vertical" width="30%" height="100%" align="center" numlistelements="{listitemsmax}" fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="left">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}"> <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
<area indicator="true" condition="{current}" x="0" width="100%" layer="4"> <area indicator="true" condition="{current}" x="0" width="100%" layer="4">
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuactive}" /> <drawrectangle x="0" y="0" width="100%" height="100%" color="{menuactive}" />
</area> </area>
<area condition="not{current}" x="0" width="100%" layer="4"> <area condition="not{current}" x="0" width="100%" layer="4">
@ -267,18 +285,33 @@
<area x="30%" y="5%" width="66%" height="90%" layer="1"> <area x="30%" y="5%" width="66%" height="90%" layer="1">
<fill color="{menuback}" /> <fill color="{menuback}" />
</area> </area>
<area x="32%" y="6%" width="62%" height="5%" layer="2">
<drawtext x="0" valign="center" fontsize="90%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" /> <areacontainer condition="not{doitsimple}">
</area> <area x="32%" y="6%" width="62%" height="5%" layer="2">
<areascroll scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="32%" y="10%" width="62%" height="7%" layer="3"> <drawtext x="0" valign="center" fontsize="90%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" />
<drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" /> </area>
</areascroll> <areascroll scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="32%" y="10%" width="62%" height="7%" layer="3">
<areascroll scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="32%" y="16%" width="62%" height="6%" layer="3"> <drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
<drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" /> </areascroll>
</areascroll> <areascroll scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="32%" y="16%" width="62%" height="6%" layer="3">
<areascroll orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="32%" y="22%" width="62%" height="71%" layer="2"> <drawtext name="shorttext" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" />
<drawtextbox name="desc" x="0" y="0" width="100%" font="{regular}" fontsize="5%" color="{fontdefault}" text="{currentdescription}" /> </areascroll>
</areascroll> <areascroll orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="32%" y="22%" width="62%" height="71%" layer="2">
<drawtextbox name="desc" x="0" y="0" width="100%" font="{regular}" fontsize="5%" color="{fontdefault}" text="{currentdescription}" />
</areascroll>
</areacontainer>
<areacontainer condition="{doitsimple}">
<area x="32%" y="7%" width="62%" height="5%" layer="2">
<drawtext x="0" valign="center" fontsize="75%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" />
</area>
<area x="32%" y="10%" width="62%" height="7%" layer="2">
<drawtext name="title" x="0" valign="center" fontsize="70%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
</area>
<area x="32%" y="17%" width="62%" height="75%" layer="2">
<drawtextbox x="0" y="0" width="98%" height="98%" font="{regular}" fontsize="4%" color="{fontdefault}" text="|{currentshorttext}&#10;|{currentdescription}" />
</area>
</areacontainer>
</channellistdetail> </channellistdetail>
<grouplistback fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="right" clearondisplay="all"> <grouplistback fadetime="{fadetimezapcockpit}" shifttime="{shifttimezapcockpit}" shiftmode="slowed" shifttype="right" clearondisplay="all">
@ -297,8 +330,8 @@
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" /> <drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
</area> </area>
<area x="0" width="24%" layer="5"> <area x="0" width="24%" layer="5">
<drawimage condition="not{current}" imagetype="icon" path="folder" align="center" valign="center" width="90%" height="90%" /> <drawimage condition="not{current}" imagetype="icon" path="ico_folder" align="center" valign="center" width="90%" height="90%" />
<drawimage condition="{current}" imagetype="icon" path="folder_active" align="center" valign="center" width="90%" height="90%" /> <drawimage condition="{current}" imagetype="icon" path="ico_folder_active" align="center" valign="center" width="90%" height="90%" />
</area> </area>
<area x="0" width="24%" layer="6"> <area x="0" width="24%" layer="6">
<drawtext condition="not{current}" align="center" y="38%" fontsize="40%" font="{regular}" color="{fontdefault}" text="{numchannels}" /> <drawtext condition="not{current}" align="center" y="38%" fontsize="40%" font="{regular}" color="{fontdefault}" text="{numchannels}" />
@ -349,18 +382,33 @@
<area x="2%" y="6%" width="38%" height="88%" layer="1"> <area x="2%" y="6%" width="38%" height="88%" layer="1">
<fill color="{menuback}" /> <fill color="{menuback}" />
</area> </area>
<area x="4%" y="6%" width="35%" height="5%" layer="2">
<drawtext x="0" valign="center" fontsize="85%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" /> <areacontainer condition="not{doitsimple}">
</area> <area x="4%" y="6%" width="35%" height="5%" layer="2">
<areascroll scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="4%" y="10%" width="35%" height="7%" layer="3"> <drawtext x="0" valign="center" fontsize="85%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" />
<drawtext name="title" x="0" valign="center" fontsize="68%" font="{regular}" color="{fontdefault}" text="{currenttitle}" /> </area>
</areascroll> <areascroll scrollelement="title" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="4%" y="10%" width="35%" height="7%" layer="3">
<areascroll scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="4%" y="16%" width="35%" height="6%" layer="3"> <drawtext name="title" x="0" valign="center" fontsize="68%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
<drawtext name="shorttext" x="0" valign="center" fontsize="68%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" /> </areascroll>
</areascroll> <areascroll scrollelement="shorttext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="4%" y="16%" width="35%" height="6%" layer="3">
<areascroll orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="4%" y="22%" width="35%" height="70%" layer="2"> <drawtext name="shorttext" x="0" valign="center" fontsize="68%" font="{regular}" color="{fontdefault}" text="{currentshorttext}" />
<drawtextbox name="desc" x="0" y="0" width="100%" font="{regular}" fontsize="5%" color="{fontdefault}" text="{currentdescription}" /> </areascroll>
</areascroll> <areascroll orientation="vertical" scrollelement="desc" mode="forthandback" delay="5000" scrollspeed="medium" x="4%" y="22%" width="35%" height="70%" layer="2">
<drawtextbox name="desc" x="0" y="0" width="100%" font="{regular}" fontsize="5%" color="{fontdefault}" text="{currentdescription}" />
</areascroll>
</areacontainer>
<areacontainer condition="{doitsimple}">
<area x="4%" y="7%" width="35%" height="5%" layer="2">
<drawtext x="0" valign="center" fontsize="75%" font="{regular}" color="{fontdefault}" text="{currentstart} - {currentstop}" />
</area>
<area x="4%" y="10%" width="35%" height="7%" layer="2">
<drawtext name="title" x="0" valign="center" fontsize="60%" font="{regular}" color="{fontdefault}" text="{currenttitle}" />
</area>
<area x="4%" y="17%" width="35%" height="75%" layer="3">
<drawtextbox x="0" y="0" width="98%" height="98%" font="{regular}" fontsize="4%" color="{fontdefault}" text="|{currentshorttext}&#10;|{currentdescription}" />
</area>
</areacontainer>
</groupchannellistdetail> </groupchannellistdetail>
<message> <message>

View File

@ -31,7 +31,11 @@
<area condition="not{separator}" x="2%" width="7%" layer="3"> <area condition="not{separator}" x="2%" width="7%" layer="3">
<drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" /> <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
</area> </area>
<areascroll condition="not{separator}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="10%" width="44%" layer="3"> <area condition="not{separator}++{doitsimple}" x="10%" width="44%" layer="3">
<drawtext name="menutext" x="20" y="2" font="{light}" fontsize="60%" color="{fontactive}" text="{number} {name}" />
<drawtext x="20" y="50%" font="{light}" fontsize="50%" color="{fontactive}" text="{sourcedescription}, Transp. {transponder}" />
</area>
<areascroll condition="not{separator}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="10%" width="44%" layer="3">
<drawtext name="menutext" x="20" y="2" font="{light}" fontsize="60%" color="{fontactive}" text="{number} {name}" /> <drawtext name="menutext" x="20" y="2" font="{light}" fontsize="60%" color="{fontactive}" text="{number} {name}" />
<drawtext x="20" y="50%" font="{light}" fontsize="50%" color="{fontactive}" text="{sourcedescription}, Transp. {transponder}" /> <drawtext x="20" y="50%" font="{light}" fontsize="50%" color="{fontactive}" text="{sourcedescription}, Transp. {transponder}" />
</areascroll> </areascroll>

View File

@ -96,27 +96,33 @@
</area> </area>
<!-- Setup Menus --> <!-- Setup Menus -->
<areascroll condition="not{separator} ++ {setup} ++ {column2set} ++ not{current}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="59%" layer="3"> <area condition="not{separator}++{setup}++{column2set}++not{current}" x="1%" width="59%" layer="3">
<drawtext name="column1" x="0" width="99%" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{column1}" /> <drawtext x="0" width="99%" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{column1}" />
</areascroll> </area>
<areascroll condition="not{separator} ++ {setup} ++ {column2set} ++ {current}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="59%" layer="3"> <area condition="not{separator}++{setup}++{column2set}++{current}++{doitsimple}" x="1%" width="59%" layer="3">
<drawtext x="0" width="99%" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" />
</area>
<areascroll condition="not{separator}++{setup}++{column2set}++{current}++not{doitsimple}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="59%" layer="3">
<drawtext name="column1" x="0" width="99%" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" /> <drawtext name="column1" x="0" width="99%" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" />
</areascroll> </areascroll>
<area x="60%" condition="not{separator} ++ {setup} ++ {column2set}" width="39%" layer="3"> <area x="60%" condition="not{separator}++{setup}++{column2set}" width="39%" layer="3">
<drawtext condition="not{current}" align="right" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontdefault}" text="{column2}" /> <drawtext condition="not{current}" align="right" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontdefault}" text="{column2}" />
<drawtext condition="{current}" align="right" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontactive}" text="{column2}" /> <drawtext condition="{current}" align="right" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontactive}" text="{column2}" />
</area> </area>
<area x="1%" condition="not{separator} ++ {setup} ++ not{column2set}" width="98%" layer="3"> <area x="1%" condition="not{separator}++{setup}++not{column2set}" width="98%" layer="3">
<drawtext condition="not{current}" align="left" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontdefault}" text="{column1}" /> <drawtext condition="not{current}" align="left" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontdefault}" text="{column1}" />
<drawtext condition="{current}" align="left" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontactive}" text="{column1}" /> <drawtext condition="{current}" align="left" valign="center" font="{light}" fontsize="90%" width="99%" color="{fontactive}" text="{column1}" />
</area> </area>
<!-- Default Menus --> <!-- Default Menus -->
<areascroll condition="not{separator} ++ not{setup} ++ not{current}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="{column1width}" layer="3"> <area condition="not{separator}++not{setup}++not{current}" x="1%" width="{column1width}" layer="3">
<drawtext name="column1" x="{column1x}" width="{column1width}" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{column1}" /> <drawtext name="column1" x="{column1x}" width="{column1width}" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{column1}" />
</areascroll> </area>
<areascroll condition="not{separator} ++ not{setup} ++ {current}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="{column1width}" layer="3"> <area condition="not{separator}++not{setup}++{current}++{doitsimple}" x="1%" width="{column1width}" layer="3">
<drawtext x="{column1x}" width="{column1width}" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" />
</area>
<areascroll condition="not{separator}++not{setup}++{current}++not{doitsimple}" scrollelement="column1" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="1%" width="{column1width}" layer="3">
<drawtext name="column1" x="{column1x}" width="{column1width}" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" /> <drawtext name="column1" x="{column1x}" width="{column1width}" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{column1}" />
</areascroll> </areascroll>
<area condition="not{separator} ++ not{setup} ++ not{current}" x="1%" width="100%" layer="4"> <area condition="not{separator} ++ not{setup} ++ not{current}" x="1%" width="100%" layer="4">
@ -126,7 +132,7 @@
<drawtext condition="{column5set}" x="{column5x}" valign="center" font="{light}" fontsize="90%" width="{column5width}" color="{fontdefault}" text="{column5}" /> <drawtext condition="{column5set}" x="{column5x}" valign="center" font="{light}" fontsize="90%" width="{column5width}" color="{fontdefault}" text="{column5}" />
<drawtext condition="{column6set}" x="{column6x}" valign="center" font="{light}" fontsize="90%" width="{column6width}" color="{fontdefault}" text="{column6}" /> <drawtext condition="{column6set}" x="{column6x}" valign="center" font="{light}" fontsize="90%" width="{column6width}" color="{fontdefault}" text="{column6}" />
</area> </area>
<area condition="not{separator} ++ not{setup} ++ {current}" x="1%" width="100%" layer="4"> <area condition="not{separator}++not{setup}++{current}" x="1%" width="100%" layer="4">
<drawtext condition="{column2set}" x="{column2x}" valign="center" font="{light}" fontsize="90%" width="{column2width}" color="{fontactive}" text="{column2}" /> <drawtext condition="{column2set}" x="{column2x}" valign="center" font="{light}" fontsize="90%" width="{column2width}" color="{fontactive}" text="{column2}" />
<drawtext condition="{column3set}" x="{column3x}" valign="center" font="{light}" fontsize="90%" width="{column3width}" color="{fontactive}" text="{column3}" /> <drawtext condition="{column3set}" x="{column3x}" valign="center" font="{light}" fontsize="90%" width="{column3width}" color="{fontactive}" text="{column3}" />
<drawtext condition="{column4set}" x="{column4x}" valign="center" font="{light}" fontsize="90%" width="{column4width}" color="{fontactive}" text="{column4}" /> <drawtext condition="{column4set}" x="{column4x}" valign="center" font="{light}" fontsize="90%" width="{column4width}" color="{fontactive}" text="{column4}" />

View File

@ -89,8 +89,8 @@
<!-- TAB EPGINFO --> <!-- TAB EPGINFO -->
<tab name="EPG Info" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4"> <tab name="EPG Info" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4">
<drawtextbox condition="not{isseries}++not{ismovie}" x="0" y="0" width="96%" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="not{isseries}++not{ismovie}" x="0" y="0" width="96%" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
<drawimage condition="{isseries}" name="seriesposter" imagetype="image" path="{seriesposter1path}" x="{areawidth}*0.75" y="0" width="{areawidth}*0.25" height="{areawidth} * 0.25 * {seriesposter1height} / {seriesposter1width}"/> <drawimage condition="{isseries}" name="seriesposter" imagetype="image" path="{seriesposter1path}" x="{areawidth}*0.75" y="10" width="{areawidth}*0.25" height="{areawidth} * 0.25 * {seriesposter1height} / {seriesposter1width}-20"/>
<drawimage condition="{ismovie}" name="movieposter" imagetype="image" path="{posterpath}" x="{areawidth}*0.75" y="0" width="{areawidth}*0.25" height="{areawidth} * 0.25 * {posterheight} / {posterwidth}" /> <drawimage condition="{ismovie}" name="movieposter" imagetype="image" path="{posterpath}" x="{areawidth}*0.75" y="10" width="{areawidth}*0.25" height="{areawidth} * 0.25 * {posterheight} / {posterwidth}-20" />
<drawtextbox condition="{isseries}" x="0" y="0" width="96%" float="topright" floatwidth="{width(seriesposter)} + 10" floatheight="{height(seriesposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="{isseries}" x="0" y="0" width="96%" float="topright" floatwidth="{width(seriesposter)} + 10" floatheight="{height(seriesposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
<drawtextbox condition="{ismovie}" x="0" y="0" width="96%" float="topright" floatwidth="{width(movieposter)} + 10" floatheight="{height(movieposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="{ismovie}" x="0" y="0" width="96%" float="topright" floatwidth="{width(movieposter)} + 10" floatheight="{height(movieposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
</tab> </tab>
@ -134,7 +134,7 @@
</tab> </tab>
<!-- TAB MOVIEDBINFO --> <!-- TAB MOVIEDBINFO -->
<tab condition="{ismovie}" name="MovieDBInfo" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4"> <tab condition="{ismovie}" name="MovieDBInfo" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4">
<drawimage name="poster" imagetype="image" path="{posterpath}" x="70%" y="10" width="{areawidth}*0.3" height="{areawidth} * 0.3 * {posterheight} / {posterwidth}"/> <drawimage name="poster" imagetype="image" path="{posterpath}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {posterheight} / {posterwidth} -20"/>
<drawtextbox x="0" y="10" width="96%" float="topright" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{tr(originaltitle)}: {movieoriginalTitle}&#10;&#10;|{tr(genre)}: {moviegenres}&#10;&#10;||{movietagline}&#10;&#10;|{movieoverview}&#10;&#10;|{tr(budget)}: {moviebudget}&#10;||{tr(revenue)}: {movierevenue}&#10;&#10;||{tr(adult)}: {movieadult}&#10;||{tr(releasedate)}: {moviereleasedate}&#10;||{tr(runtime)}: {movieruntime} min&#10;||&#10;{tr(popularity)}: {moviepopularity}&#10;||&#10;{tr(voteaverage)}: {movievoteaverage}&#10;||&#10;{tr(homepage)}: {moviehomepage}|&#10;" /> <drawtextbox x="0" y="10" width="96%" float="topright" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{tr(originaltitle)}: {movieoriginalTitle}&#10;&#10;|{tr(genre)}: {moviegenres}&#10;&#10;||{movietagline}&#10;&#10;|{movieoverview}&#10;&#10;|{tr(budget)}: {moviebudget}&#10;||{tr(revenue)}: {movierevenue}&#10;&#10;||{tr(adult)}: {movieadult}&#10;||{tr(releasedate)}: {moviereleasedate}&#10;||{tr(runtime)}: {movieruntime} min&#10;||&#10;{tr(popularity)}: {moviepopularity}&#10;||&#10;{tr(voteaverage)}: {movievoteaverage}&#10;||&#10;{tr(homepage)}: {moviehomepage}|&#10;" />
</tab> </tab>
<!-- TAB MOVIEGALERY --> <!-- TAB MOVIEGALERY -->

View File

@ -87,8 +87,8 @@
<tab name="Info" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4"> <tab name="Info" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4">
<drawtextbox condition="not{isseries}++not{ismovie}" x="0" y="0" width="96%" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="not{isseries}++not{ismovie}" x="0" y="0" width="96%" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
<drawimage condition="{isseries}" name="seriesposter" imagetype="image" path="{seriesposter1path}" x="{areawidth}*0.7" y="0" width="{areawidth}*0.3" height="{areawidth} * 0.3 * {seriesposter1height} / {seriesposter1width}"/> <drawimage condition="{isseries}" name="seriesposter" imagetype="image" path="{seriesposter1path}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {seriesposter1height}/{seriesposter1width} - 20"/>
<drawimage condition="{ismovie}" name="movieposter" imagetype="image" path="{posterpath}" x="{areawidth}*0.7" y="0" width="{areawidth}*0.3" height="{areawidth} * 0.3 * {posterheight} / {posterwidth}" /> <drawimage condition="{ismovie}" name="movieposter" imagetype="image" path="{posterpath}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {posterheight}/{posterwidth} - 20" />
<drawtextbox condition="{isseries}" x="0" y="0" width="96%" float="topright" floatwidth="{width(seriesposter)} + 10" floatheight="{height(seriesposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="{isseries}" x="0" y="0" width="96%" float="topright" floatwidth="{width(seriesposter)} + 10" floatheight="{height(seriesposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
<drawtextbox condition="{ismovie}" x="0" y="0" width="96%" float="topright" floatwidth="{width(movieposter)} + 10" floatheight="{height(movieposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" /> <drawtextbox condition="{ismovie}" x="0" y="0" width="96%" float="topright" floatwidth="{width(movieposter)} + 10" floatheight="{height(movieposter)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{description}" />
</tab> </tab>
@ -122,7 +122,7 @@
<drawimage name="poster3" imagetype="image" path="{seriesposter3path}" align="center" y="{posy(poster2)} + {height(poster2)} + 20" width="{areawidth}*0.5" height="{areawidth} * 0.5 * {seriesposter3height} / {seriesposter3width}"/> <drawimage name="poster3" imagetype="image" path="{seriesposter3path}" align="center" y="{posy(poster2)} + {height(poster2)} + 20" width="{areawidth}*0.5" height="{areawidth} * 0.5 * {seriesposter3height} / {seriesposter3width}"/>
</tab> </tab>
<tab condition="{ismovie}" name="MovieDBInfo" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4"> <tab condition="{ismovie}" name="MovieDBInfo" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4">
<drawimage name="poster" imagetype="image" path="{posterpath}" x="70%" y="10" width="{areawidth}*0.3" height="{areawidth} * 0.3 * {posterheight} / {posterwidth}"/> <drawimage name="poster" imagetype="image" path="{posterpath}" x="75%" y="10" width="25%" height="{areawidth} * 0.25 * {posterheight}/{posterwidth} - 20"/>
<drawtextbox x="0" y="10" width="96%" float="topright" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{tr(originaltitle)}: {movieoriginalTitle}&#10;&#10;|{tr(genre)}: {moviegenres}&#10;&#10;||{movietagline}&#10;&#10;|{movieoverview}&#10;&#10;|{tr(budget)}: {moviebudget}$&#10;||{tr(revenue)}: {movierevenue}$&#10;&#10;||{tr(adult)}: {movieadult}&#10;||{tr(releasedate)}: {moviereleasedate}&#10;||{tr(runtime)}: {movieruntime} min&#10;||&#10;{tr(popularity)}: {moviepopularity}&#10;||&#10;{tr(voteaverage)}: {movievoteaverage}&#10;||&#10;{tr(homepage)}: {moviehomepage}|&#10;" /> <drawtextbox x="0" y="10" width="96%" float="topright" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 20" font="{light}" fontsize="8%" color="{fontdefault}" text="{tr(originaltitle)}: {movieoriginalTitle}&#10;&#10;|{tr(genre)}: {moviegenres}&#10;&#10;||{movietagline}&#10;&#10;|{movieoverview}&#10;&#10;|{tr(budget)}: {moviebudget}$&#10;||{tr(revenue)}: {movierevenue}$&#10;&#10;||{tr(adult)}: {movieadult}&#10;||{tr(releasedate)}: {moviereleasedate}&#10;||{tr(runtime)}: {movieruntime} min&#10;||&#10;{tr(popularity)}: {moviepopularity}&#10;||&#10;{tr(voteaverage)}: {movievoteaverage}&#10;||&#10;{tr(homepage)}: {moviehomepage}|&#10;" />
</tab> </tab>
<tab condition="{ismovie}" name="{tr(moviegalery)}" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4"> <tab condition="{ismovie}" name="{tr(moviegalery)}" x="2%" y="20%" width="94%" height="65%" layer="2" scrollheight="{areaheight}/4">

View File

@ -69,13 +69,21 @@
<areacontainer condition="eq({indexshowinformation},1)"> <areacontainer condition="eq({indexshowinformation},1)">
<!-- system load background --> <!-- system load background -->
<area x="75%" y="40%" width="25%" height="5%" layer="1"> <area condition="{mainmenusmall}||eq({indexmainmenuorientation},1)" x="75%" y="39%" width="25%" height="5%" layer="1">
<fill color="{menuback}"/> <fill color="{menuback}"/>
</area> </area>
<!-- disc usage background --> <!-- disc usage background -->
<area x="75%" y="26%" width="25%" height="10%" layer="1"> <area condition="{mainmenusmall}||eq({indexmainmenuorientation},1)" x="75%" y="26%" width="25%" height="10%" layer="1">
<fill color="{menuback}"/> <fill color="{menuback}"/>
</area> </area>
<!--
<area condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)" x="75%" y="89%" width="25%" height="5%" layer="1">
<fill color="{menuback}"/>
</area>
<area condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)" x="75%" y="75%" width="25%" height="10%" layer="1">
<fill color="{menuback}"/>
</area>
-->
</areacontainer> </areacontainer>
</background> </background>
@ -121,20 +129,20 @@
</areacontainer> </areacontainer>
</header> </header>
<datetime shifttime="400" shifttype="right"> <datetime>
<area x="75%" y="0" width="12%" height="10%" layer="2"> <area x="75%" y="0" width="12%" height="10%" layer="2">
<drawtext align="right" y="0%" font="{light}" fontsize="55%" color="{fontactive}" text="{dayname}" /> <drawtext align="right" y="0%" font="{light}" fontsize="55%" color="{fontactive}" text="{dayname}" />
<drawtext align="right" y="45%" font="{light}" fontsize="55%" color="{fontactive}" text="{day}. {monthnameshort}" /> <drawtext align="right" y="45%" font="{light}" fontsize="50%" color="{fontactive}" text="{day}. {monthname}" />
</area> </area>
<area x="88%" y="0" width="12%" height="10%" layer="2"> <area x="88%" y="0" width="12%" height="10%" layer="2">
<drawtext align="center" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{time}" /> <drawtext align="center" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{time}" />
</area> </area>
</datetime> </datetime>
<currentweather condition="gt({indexshowweather},0)" shifttime="400" shifttype="right"> <currentweather condition="gt({indexshowweather},0)">
<areacontainer condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)"> <areacontainer condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)">
<area x="50%" y="0" width="14%" height="10%" layer="3"> <area x="50%" y="0" width="14%" height="10%" layer="3">
<drawimage imagetype="icon" path="{icon}" align="center" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/> <drawimage imagetype="icon" path="{icon}_active" align="center" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/>
</area> </area>
<area x="64%" y="0" width="10%" height="10%" layer="3"> <area x="64%" y="0" width="10%" height="10%" layer="3">
<drawtext x="0" y="0" font="{light}" fontsize="35%" color="{fontdefault}" text="{mintemperature}°C" /> <drawtext x="0" y="0" font="{light}" fontsize="35%" color="{fontdefault}" text="{mintemperature}°C" />
@ -142,9 +150,9 @@
<drawtext align="right" valign="center" font="{light}" fontsize="65%" color="{fontdefault}" text="{temperature}°C" /> <drawtext align="right" valign="center" font="{light}" fontsize="65%" color="{fontdefault}" text="{temperature}°C" />
</area> </area>
</areacontainer> </areacontainer>
<areacontainer condition="{mainmenusmall}||gt({indexmainmenuorientation},0)"> <areacontainer condition="{mainmenusmall}||eq({indexmainmenuorientation},1)">
<area x="75%" y="13%" width="13%" height="10%" layer="2"> <area x="75%" y="13%" width="13%" height="10%" layer="2">
<drawimage imagetype="icon" path="{icon}" align="center" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/> <drawimage imagetype="icon" path="{icon}_active" align="center" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/>
</area> </area>
<area x="89%" y="13%" width="10%" height="10%" layer="2"> <area x="89%" y="13%" width="10%" height="10%" layer="2">
<drawtext x="0" y="0" font="{light}" fontsize="35%" color="{fontdefault}" text="{mintemperature}°C" /> <drawtext x="0" y="0" font="{light}" fontsize="35%" color="{fontdefault}" text="{mintemperature}°C" />
@ -158,19 +166,34 @@
<devices condition="gt({indexshowdevices},0)"> <devices condition="gt({indexshowdevices},0)">
<areacontainer condition="{mainmenusmall}||gt({indexmainmenuorientation},0)"> <areacontainer condition="{mainmenusmall}||eq({indexmainmenuorientation},1)">
<area background="true" x="75%" y="26%" width="25%" height="{areaheight}/12 * {numdevices}" layer="1"> <area condition="eq({indexshowinformation},1)" background="true" x="75%" y="47%" width="25%" height="{areaheight}/12 * {numdevices}" layer="1">
<fill color="{menuback}"/> <fill color="{menuback}"/>
</area> </area>
<area x="75%" y="26%" width="25%" height="{areaheight}/12 * {numdevices}" layer="2"> <area condition="eq({indexshowinformation},1)" x="75%" y="47%" width="25%" height="{areaheight}/12 * {numdevices}" layer="2">
<loop name="devices" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight} / {numdevices}" overflow="cut"> <loop name="devices" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight} / {numdevices}" overflow="cut">
<drawtext name="label" x="5" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="{devices[num]}: {devices[type]}" /> <drawtext name="label" x="5" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="{devices[num]}: {devices[type]}" />
<drawtext condition="{devices[hascam]}" x="{width(label)} + 15" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="(CAM {devices[cam]})" /> <drawtext condition="{devices[hascam]}" x="{width(label)} + 15" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="(CAM {devices[cam]})" />
<drawtext condition="{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="LiveTV, Recording ({devices[channelname]}) " /> <drawtext condition="{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="LiveTV, Recording ({devices[channelname]}) " />
<drawtext condition="{devices[recording]} ++ not{devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="Recording ({devices[channelname]}) " /> <drawtext condition="{devices[recording]} ++ not{devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="Recording ({devices[channelname]}) " />
<drawtext condition="not{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="LiveTV ({devices[channelname]}) " /> <drawtext condition="not{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="LiveTV ({devices[channelname]}) " />
<drawrectangle condition="{devices[istuned]}" x="5" y="{rowheight}/3 + 5" width="{areawidth} * {devices[signalstrength]} / 100 - 10 * {devices[signalstrength]} / 100" height="{rowheight}/3 - 10" color="{clrWhiteTrans}" /> <drawrectangle condition="{devices[istuned]}" x="5" y="{rowheight}/3 + 5" width="{areawidth} * {devices[signalstrength]} / 100 - 10 * {devices[signalstrength]} / 100" height="{rowheight}/3 - 10" color="{menuactive}" />
<drawrectangle condition="{devices[istuned]}" x="5" y="2*{rowheight}/3 + 5" width="{areawidth} * {devices[signalquality]} / 100 - 10 * {devices[signalquality]} / 100" height="{rowheight}/3 - 10" color="{clrWhiteTrans}" /> <drawrectangle condition="{devices[istuned]}" x="5" y="2*{rowheight}/3 + 5" width="{areawidth} * {devices[signalquality]} / 100 - 10 * {devices[signalquality]} / 100" height="{rowheight}/3 - 10" color="{menuactive}" />
<drawtext condition="not{devices[istuned]}" align="center" y="{rowheight}/2" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="not tuned" />
</loop>
</area>
<area condition="eq({indexshowinformation},2)" background="true" x="75%" y="26%" width="25%" height="{areaheight}/12 * {numdevices}" layer="1">
<fill color="{menuback}"/>
</area>
<area condition="eq({indexshowinformation},2)" x="75%" y="26%" width="25%" height="{areaheight}/12 * {numdevices}" layer="2">
<loop name="devices" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight} / {numdevices}" overflow="cut">
<drawtext name="label" x="5" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="{devices[num]}: {devices[type]}" />
<drawtext condition="{devices[hascam]}" x="{width(label)} + 15" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="(CAM {devices[cam]})" />
<drawtext condition="{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="LiveTV, Recording ({devices[channelname]}) " />
<drawtext condition="{devices[recording]} ++ not{devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{clrRed}" text="Recording ({devices[channelname]}) " />
<drawtext condition="not{devices[recording]} ++ {devices[livetv]}" align="right" y="0" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="LiveTV ({devices[channelname]}) " />
<drawrectangle condition="{devices[istuned]}" x="5" y="{rowheight}/3 + 5" width="{areawidth} * {devices[signalstrength]} / 100 - 10 * {devices[signalstrength]} / 100" height="{rowheight}/3 - 10" color="{menuactive}" />
<drawrectangle condition="{devices[istuned]}" x="5" y="2*{rowheight}/3 + 5" width="{areawidth} * {devices[signalquality]} / 100 - 10 * {devices[signalquality]} / 100" height="{rowheight}/3 - 10" color="{menuactive}" />
<drawtext condition="not{devices[istuned]}" align="center" y="{rowheight}/2" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="not tuned" /> <drawtext condition="not{devices[istuned]}" align="center" y="{rowheight}/2" font="{light}" fontsize="{rowheight}*0.35" color="{fontdefault}" text="not tuned" />
</loop> </loop>
</area> </area>
@ -320,8 +343,9 @@
</areacontainer> </areacontainer>
</colorbuttons> </colorbuttons>
<timers shifttime="{shifttimetimers}" startx="0" starty="100%"> <timers shifttime="{shifttimetimers}" startx="0" starty="100%">
<areacontainer condition="eq({indexshowinformation},1)" > <areacontainer condition="eq({indexshowinformation},1)">
<area x="0" y="75%" width="{areawidth}/8 - 5" height="25%" layer="1"> <area x="0" y="75%" width="{areawidth}/8 - 5" height="25%" layer="1">
<fill color="{menuback}" /> <fill color="{menuback}" />
</area> </area>
@ -366,6 +390,7 @@
</loop> </loop>
</area> </area>
</areacontainer> </areacontainer>
<areacontainer condition="gt({indexshowinformation},1)"> <areacontainer condition="gt({indexshowinformation},1)">
<area x="0%" y="77%" width="30%" height="6%" layer="2"> <area x="0%" y="77%" width="30%" height="6%" layer="2">
<drawtext condition="lt({numtimers}, 1) || gt({numtimers}, 1)" align="center" valign="center" fontsize="60%" font="{regular}" color="{fontactive}" text="{numtimers} {tr(activetimers)}" /> <drawtext condition="lt({numtimers}, 1) || gt({numtimers}, 1)" align="center" valign="center" fontsize="60%" font="{regular}" color="{fontactive}" text="{numtimers} {tr(activetimers)}" />
@ -402,15 +427,27 @@
<discusage> <discusage>
<areacontainer condition="eq({indexshowinformation},1)"> <areacontainer condition="eq({indexshowinformation},1)">
<area background="true" x="75%" y="26%" width="25%" height="10%" layer="1"> <area condition="{mainmenusmall}||eq({indexmainmenuorientation},1)" background="true" x="75%" y="26%" width="25%" height="10%" layer="1">
<fill condition="{discalert}" color="{clrRed}"/> <fill condition="{discalert}" color="{clrRed}"/>
</area> </area>
<area x="75%" y="26%" width="25%" height="10%" layer="2"> <area condition="{mainmenusmall}||eq({indexmainmenuorientation},1)" x="75%" y="26%" width="25%" height="10%" layer="2">
<drawimage imagetype="icon" path="ico_discusage" x="1%" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/> <drawimage imagetype="icon" path="ico_discusage" x="1%" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/>
<drawtext x="{areaheight}+10" y="0" font="{light}" fontsize="55%" color="{fontdefault}" text="{tr(disc)}: {freepercent}% {tr(free)}" /> <drawtext x="{areaheight}+10" y="0" font="{light}" fontsize="55%" color="{fontdefault}" text="{tr(disc)}: {freepercent}% {tr(free)}" />
<drawtext x="{areaheight}+10" y="45%" font="{light}" fontsize="55%" color="{fontdefault}" text="{freetime} {tr(hours)}" /> <drawtext x="{areaheight}+10" y="45%" font="{light}" fontsize="55%" color="{fontdefault}" text="{freetime} {tr(hours)}" />
</area> </area>
<area condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)" background="true" x="75%" y="75%" width="25%" height="10%" layer="1">
<fill condition="{discalert}" color="{clrRed}"/>
</area>
<!--
<area condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)" x="75%" y="75%" width="25%" height="10%" layer="2">
<drawimage imagetype="icon" path="ico_discusage" x="1%" valign="center" width="{areaheight}*0.9" height="{areaheight}*0.9"/>
<drawtext x="{areaheight}+10" y="0" font="{light}" fontsize="55%" color="{fontdefault}" text="{tr(disc)}: {freepercent}% {tr(free)}" />
<drawtext x="{areaheight}+10" y="45%" font="{light}" fontsize="55%" color="{fontdefault}" text="{freetime} {tr(hours)}" />
</area>
-->
</areacontainer> </areacontainer>
<areacontainer condition="gt({indexshowinformation},1)"> <areacontainer condition="gt({indexshowinformation},1)">
<area background="true" x="71%" y="85%" width="9%" height="6%" layer="2"> <area background="true" x="71%" y="85%" width="9%" height="6%" layer="2">
<drawimage imagetype="icon" path="harddisc" align="center" y="0" width="{areaheight}" height="{areaheight}" /> <drawimage imagetype="icon" path="harddisc" align="center" y="0" width="{areaheight}" height="{areaheight}" />
@ -424,9 +461,14 @@
<systemload> <systemload>
<areacontainer condition="eq({indexshowinformation},1)"> <areacontainer condition="eq({indexshowinformation},1)">
<area x="75%" y="40%" width="25%" height="5%" layer="2"> <area condition="{mainmenusmall}||eq({indexmainmenuorientation},1)" x="75%" y="39%" width="25%" height="5%" layer="2">
<drawtext x="5" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="System Load: {load}" /> <drawtext x="5" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="System Load: {load}" />
</area> </area>
<!--
<area condition="not{mainmenusmall}++eq({indexmainmenuorientation},0)" x="75%" y="89%" width="25%" height="5%" layer="2">
<drawtext x="5" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="System Load: {load}" />
</area>
-->
</areacontainer> </areacontainer>
<areacontainer condition="gt({indexshowinformation},1)"> <areacontainer condition="gt({indexshowinformation},1)">
<area background="true" x="81%" y="85%" width="5%" height="5%" layer="2"> <area background="true" x="81%" y="85%" width="5%" height="5%" layer="2">
@ -460,23 +502,30 @@
<area indicator="true" condition="{current}" layer="2"> <area indicator="true" condition="{current}" layer="2">
<fill color="{menuactive}" /> <fill color="{menuactive}" />
</area> </area>
<areascroll condition="{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="3"> <area condition="{current}++{doitsimple}" x="0" width="99%" layer="3">
<drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</area>
<areascroll condition="{current}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</areascroll> </areascroll>
<areascroll condition="not{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="4"> <area condition="not{current}" x="0" width="99%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" /> <drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" />
</areascroll> </area>
</areacontainer> </areacontainer>
<areacontainer x="0" width="41%" condition="{mainmenusmall}"> <areacontainer x="0" width="41%" condition="{mainmenusmall}">
<area indicator="true" condition="{current}" layer="2"> <area layer="2">
<fill color="{menuactive}" /> <fill condition="not{current}" color="{clrTransparent}" />
<fill condition="{current}" color="{menuactive}" />
</area> </area>
<areascroll condition="{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="3"> <area condition="{current}++{doitsimple}" x="0" width="99%" layer="3">
<drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</area>
<areascroll condition="{current}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</areascroll> </areascroll>
<areascroll condition="not{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="99%" layer="3"> <area condition="not{current}" x="0" width="99%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" /> <drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" />
</areascroll> </area>
</areacontainer> </areacontainer>
</listelement> </listelement>
@ -496,9 +545,9 @@
<area x="0" width="100%" y="10%" height="80%" layer="3"> <area x="0" width="100%" y="10%" height="80%" layer="3">
<drawimage imagetype="menuicon" path="{icon}" align="center" valign="center" width="{areaheight}*0.4" height="{areaheight}*0.4"/> <drawimage imagetype="menuicon" path="{icon}" align="center" valign="center" width="{areaheight}*0.4" height="{areaheight}*0.4"/>
</area> </area>
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="3000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4"> <area x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontdefault}" text="{label}" /> <drawtext align="center" valign="center" font="{light}" fontsize="50%" color="{fontdefault}" text="{label}" />
</areascroll> </area>
</areacontainer> </areacontainer>
<areacontainer condition="{current}"> <areacontainer condition="{current}">
<area indicator="true" x="0" y="15%" width="100%" height="75%" layer="2"> <area indicator="true" x="0" y="15%" width="100%" height="75%" layer="2">
@ -507,30 +556,39 @@
<area x="0" width="100%" y="10%" height="80%" layer="3"> <area x="0" width="100%" y="10%" height="80%" layer="3">
<drawimage imagetype="menuicon" path="{icon}_active" align="center" valign="center" width="{areaheight}*0.5" height="{areaheight}*0.5"/> <drawimage imagetype="menuicon" path="{icon}_active" align="center" valign="center" width="{areaheight}*0.5" height="{areaheight}*0.5"/>
</area> </area>
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="3000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4"> <area condition="{doitsimple}" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext align="center" valign="center" font="{light}" fontsize="50%" color="{fontactive}" text="{label}" />
</area>
<areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="3000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontactive}" text="{label}" /> <drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontactive}" text="{label}" />
</areascroll> </areascroll>
</areacontainer> </areacontainer>
</listelement> </listelement>
</menuitems> </menuitems>
<menuitems orientation="horizontal" condition="{mainmenusmall}" x="0" y="7%" width="44%" height="56%" align="center" numlistelements="{menuitemsmax}">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}"> <menuitems orientation="horizontal" condition="{mainmenusmall}" x="1%" y="7%" width="42%" height="56%" align="center" numlistelements="{menuitemsmax}">
<listelement>
<areacontainer condition="not{current}"> <areacontainer condition="not{current}">
<area x="0" width="100%" y="10%" height="60%" layer="3"> <area x="0" width="100%" y="10%" height="60%" layer="3">
<drawimage imagetype="menuicon" path="{icon}" valign="center" align="center" x="0" y="10%" width="{areawidth}*0.7" height="{areawidth}*0.7"/> <drawimage condition="lt({menuitemsmax},3)" imagetype="menuicon" path="{icon}" valign="center" align="center" x="0" y="10%" width="{areaheight}*0.7" height="{areaheight}*0.7"/>
<drawimage condition="gt({menuitemsmax},2)" imagetype="menuicon" path="{icon}" valign="center" align="center" x="0" y="10%" width="{areawidth}*0.7" height="{areawidth}*0.7"/>
</area> </area>
</areacontainer> </areacontainer>
<areacontainer condition="{current}"> <areacontainer condition="{current}">
<area indicator="true" x="0" y="10%" width="100%" height="60%" layer="2"> <area x="0" y="10%" width="100%" height="60%" layer="2">
<fill color="{menuactive}" /> <fill color="{menuactive}" />
</area> </area>
<area x="0" width="100%" y="10%" height="60%" layer="3"> <area x="0" width="100%" y="10%" height="60%" layer="3">
<drawimage imagetype="menuicon" path="{icon}_active" valign="center" align="center" x="0" y="10%" width="{areawidth}*0.8" height="{areawidth}*0.8"/> <drawimage condition="lt({menuitemsmax},3)" imagetype="menuicon" path="{icon}_active" valign="center" align="center" x="0" y="10%" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
<drawimage condition="gt({menuitemsmax},2)" imagetype="menuicon" path="{icon}_active" valign="center" align="center" x="0" y="10%" width="{areawidth}*0.8" height="{areawidth}*0.8"/>
</area> </area>
</areacontainer> </areacontainer>
</listelement> </listelement>
<currentelement delay="0" fadetime="{fadetimecurrent}"> <currentelement delay="0" fadetime="{fadetimecurrent}">
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4"> <area condition="{doitsimple}" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext align="center" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{label}" />
</area>
<areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{label}" /> <drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{label}" />
</areascroll> </areascroll>
</currentelement> </currentelement>

View File

@ -12,7 +12,15 @@
<fill color="{menuheader}" /> <fill color="{menuheader}" />
</area> </area>
</background> </background>
<!--
<header orientation="vertical">
<area x="0" y="0" width="40%" height="10%" layer="2">
<drawtext condition="not{hasicon}" x="10" width="{areawidth}-10" valign="center" font="{light}" fontsize="50%" color="{fontdefault}" text="{title}" />
<drawimage condition="{hasicon}" name="menuicon" imagetype="menuicon" path="{icon}" x="10" valign="center" width="{areaheight}*8/10" height="80%"/>
<drawtextbox condition="{hasicon}" maxlines="2" valign="center" x="{width(menuicon)}+20" width="{areawidth}-{width(menuicon)}-30" font="{light}" fontsize="50%" color="{fontdefault}" text="{title}" />
</area>
</header>
-->
<header orientation="horizontal"> <header orientation="horizontal">
<!-- horizontal menu --> <!-- horizontal menu -->
<area x="0" y="0" width="70%" height="10%" layer="2"> <area x="0" y="0" width="70%" height="10%" layer="2">
@ -71,10 +79,14 @@
</areacontainer> </areacontainer>
<areacontainer condition="not{folder}++{current}"> <areacontainer condition="not{folder}++{current}">
<areascroll scrollelement="menutext" x="1%" width="51%" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" layer="3"> <areascroll condition="not{doitsimple}" scrollelement="menutext" x="1%" width="51%" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" layer="3">
<drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" /> <drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" />
<drawtext name="menutext" x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{name}" /> <drawtext name="menutext" x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{name}" />
</areascroll> </areascroll>
<area condition="{doitsimple}" x="1%" width="51%" layer="3">
<drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" />
<drawtext name="menutext" x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{name}" />
</area>
<area x="1%" width="58%" layer="4"> <area x="1%" width="58%" layer="4">
<drawimage condition="{new}" name="new" imagetype="icon" path="ico_new_active" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" /> <drawimage condition="{new}" name="new" imagetype="icon" path="ico_new_active" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="{areawidth} - 2*{areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" /> <drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="{areawidth} - 2*{areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
@ -97,7 +109,7 @@
</currentelement> </currentelement>
</menuitems> </menuitems>
<menuitems x="0" y="10%" orientation="horizontal" width="100%" height="82%" align="center" numlistelements="10"> <menuitems x="0" y="10%" orientation="horizontal" width="100%" height="82%" align="center" numlistelements="8">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}"> <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
<!-- Background --> <!-- Background -->
<area indicator="true" y="64%" height="36%" layer="2"> <area indicator="true" y="64%" height="36%" layer="2">
@ -107,27 +119,37 @@
<areacontainer condition="not{current}"> <areacontainer condition="not{current}">
<!-- recording folder --> <!-- recording folder -->
<area condition="{folder}" y="64%" height="36%" layer="3"> <area condition="{folder}" y="64%" height="36%" layer="3">
<drawimage name="foldericon" imagetype="icon" path="ico_recfolder" align="center" y="0" width="0.6*{areaheight} * 92 / 136" height="0.6*{areaheight}" /> <drawimage name="foldericon" imagetype="icon" path="recfolder" align="center" y="0" width="0.7*{areaheight} * 92 / 136" height="0.7*{areaheight}" />
<drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name} ({numrecordingsfolder}, {newrecordingsfolder} new)" /> <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name} &#10;({numrecordingsfolder}, {newrecordingsfolder} {tr(new)})" />
</area> </area>
<!-- recording item --> <!-- recording item -->
<area condition="not{folder}" y="64%" height="36%" layer="3"> <area condition="not{folder}" y="64%" height="36%" layer="3">
<drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="8" width="{areaheight}*0.6 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.6"/> <drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
<drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="ico_recfile" align="center" y="10%" width="{areaheight}*0.5 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.4"/> <drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="recfile" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
<drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name}" /> <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name}" />
</area>
<area condition="not{folder}" y="64%" height="12%" layer="4">
<drawimage condition="{new}" name="new" imagetype="icon" path="ico_new" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
<drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted" x="5" y="{areaheight}*0.5 + 5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
<drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
</area> </area>
</areacontainer> </areacontainer>
<areacontainer condition="{current}"> <areacontainer condition="{current}">
<!-- recording folder --> <!-- recording folder -->
<area condition="{folder}" y="64%" height="36%" layer="3"> <area condition="{folder}" y="64%" height="36%" layer="3">
<drawimage name="foldericon" imagetype="icon" path="ico_recfolder_active" align="center" y="0" width="0.6*{areaheight} * 92 / 136" height="0.6*{areaheight}" /> <drawimage name="foldericon" imagetype="icon" path="recfolder_active" align="center" y="0" width="0.7*{areaheight} * 92 / 136" height="0.7*{areaheight}" />
<drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name} ({numrecordingsfolder}, {newrecordingsfolder} new)" /> <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name} &#10;({numrecordingsfolder}, {newrecordingsfolder} {tr(new)})" />
</area> </area>
<!-- recording item --> <!-- recording item -->
<area condition="not{folder}" y="64%" height="36%" layer="3"> <area condition="not{folder}" y="64%" height="36%" layer="3">
<drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="8" width="{areaheight}*0.6 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.6"/> <drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
<drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="ico_recfile_active" align="center" y="10%" width="{areaheight}*0.5 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.4"/> <drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="recfile_active" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
<drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name}" /> <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name}" />
</area>
<area condition="not{folder}" y="64%" height="12%" layer="4">
<drawimage condition="{new}" name="new" imagetype="icon" path="ico_new_active" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
<drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="5" y="{areaheight}*0.5 + 5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
<drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
</area> </area>
</areacontainer> </areacontainer>
</listelement> </listelement>
@ -135,11 +157,11 @@
<areacontainer condition="not{hasposter}"> <areacontainer condition="not{hasposter}">
<area x="5%" y="0" width="90%" height="61%" layer="2"> <area x="5%" y="0" width="90%" height="61%" layer="2">
<!-- header --> <!-- header -->
<drawtext name="title" x="2%" y="0" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" /> <drawtext name="title" x="2%" y="0" width="96%" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" />
<drawtext name="shorttext" x="2%" y="{height(title)}" width="98%" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" /> <drawtext name="shorttext" x="2%" y="{height(title)}" width="96%" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" />
<drawtext name="datetime" x="2%" y="{posy(shorttext)} + {height(shorttext)}" font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" /> <drawtext name="datetime" x="2%" y="{posy(shorttext)} + {height(shorttext)}" width="96%" font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" />
<!-- description --> <!-- description -->
<drawtextbox name="desc" x="2%" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.98" height="{areaheight}*0.92 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" /> <drawtextbox name="desc" x="2%" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.98" height="{areaheight}*0.9 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" />
</area> </area>
</areacontainer> </areacontainer>
<areacontainer condition="{hasposter}"> <areacontainer condition="{hasposter}">
@ -147,30 +169,48 @@
<!-- scraper poster --> <!-- scraper poster -->
<drawimage name="poster" imagetype="image" path="{posterpath}" x="1%" y="2%" width="{areaheight}*0.96 * {posterwidth} / {posterheight}" height="96%"/> <drawimage name="poster" imagetype="image" path="{posterpath}" x="1%" y="2%" width="{areaheight}*0.96 * {posterwidth} / {posterheight}" height="96%"/>
<!-- header --> <!-- header -->
<drawtext name="title" x="{width(poster)} + 0.04*{areawidth}" y="0" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" /> <drawtext name="title" x="{width(poster)} + 0.04*{areawidth}" y="0" width="0.94*{areawidth} - {width(poster)}" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" />
<drawtext name="shorttext" x="{width(poster)} + 0.04*{areawidth}" y="{height(title)}" width="0.96*{areawidth} - {width(poster)}" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" /> <drawtext name="shorttext" x="{width(poster)} + 0.04*{areawidth}" y="{height(title)}" width="0.94*{areawidth} - {width(poster)}" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" />
<drawtext name="datetime" x="{width(poster)} + 0.04*{areawidth}" y="{posy(shorttext)} + {height(shorttext)}" font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" /> <drawtext name="datetime" x="{width(poster)} + 0.04*{areawidth}" y="{posy(shorttext)} + {height(shorttext)}" width="0.94*{areawidth} - {width(poster)}" font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" />
<!-- description --> <!-- description -->
<drawtextbox name="desc" x="{width(poster)} + 0.04*{areawidth}" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.94 - {width(poster)}" height="{areaheight}*0.92 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" /> <drawtextbox name="desc" x="{width(poster)} + 0.04*{areawidth}" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.94 - {width(poster)}" height="{areaheight}*0.9 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" />
</area> </area>
</areacontainer> </areacontainer>
</currentelement> </currentelement>
</menuitems> </menuitems>
<scrollbar orientation="horizontal"> <scrollbar orientation="horizontal">
<area x="0" y="{areaheight}*0.6" width="100%" height="{areaheight}*0.025" layer="3"> <areacontainer condition="lt({indexshowscrollbar},2)">
<fill color="{clrWhite}" /> <area condition="{hasprev}||{hasnext}" x="0" y="{areaheight}*0.6" width="100%" height="{areaheight}*0.025" layer="3">
<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" /> <fill color="{scrollbar}" />
<drawrectangle x="4 + {areawidth} * {offset} / 1000" y="4" width="{areawidth} * {height} / 1000 - 8" height="{areaheight} - 8" color="{clrWhite}" /> <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
</area> <drawrectangle x="4 + {areawidth} * {offset} / 1000" y="4" width="{areawidth} * {height} / 1000 - 8" height="{areaheight} - 8" color="{scrollbar}" />
</area>
</areacontainer>
<areacontainer condition="eq({indexshowscrollbar},2)">
<area x="0" y="{areaheight}*0.6" width="100%" height="{areaheight}*0.025" layer="3">
<fill color="{scrollbar}" />
<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
<drawrectangle x="4 + {areawidth} * {offset} / 1000" y="4" width="{areawidth} * {height} / 1000 - 8" height="{areaheight} - 8" color="{scrollbar}" />
</area>
</areacontainer>
</scrollbar> </scrollbar>
<scrollbar orientation="vertical"> <scrollbar orientation="vertical">
<area x="60%" y="10%" width="2%" height="82%" layer="3"> <areacontainer condition="lt({indexshowscrollbar},2)">
<fill color="{scrollbar}" /> <area condition="{hasprev}||{hasnext}" x="60%" y="10%" width="2%" height="82%" layer="3">
<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" /> <fill color="{scrollbar}" />
<drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" /> <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
</area> <drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" />
</area>
</areacontainer>
<areacontainer condition="eq({indexshowscrollbar},2)">
<area x="60%" y="10%" width="2%" height="82%" layer="3">
<fill color="{scrollbar}" />
<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
<drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" />
</area>
</areacontainer>
</scrollbar> </scrollbar>
<colorbuttons orientation="horizontal"> <colorbuttons orientation="horizontal">

View File

@ -16,7 +16,6 @@
<fill condition="{separator}" color="{menuseparator}" /> <fill condition="{separator}" color="{menuseparator}" />
</area> </area>
<!-- WHATSON --> <!-- WHATSON -->
<areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++not{current}"> <areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++not{current}">
<area condition="not{running}" width="93%" layer="3"> <area condition="not{running}" width="93%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
@ -37,18 +36,19 @@
</area> </area>
</areacontainer> </areacontainer>
<areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++{current}"> <areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++{current}">
<areascroll condition="not{running}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="93%" layer="3"> <areascroll condition="not{running}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="93%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </areascroll>
<areascroll condition="{running}++not{timerfull}++not{timerpartitial}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="80%" layer="3"> <areascroll condition="{running}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="74%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </areascroll>
<areascroll condition="{running}++{timerpartitial}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="74%" layer="3"> <area condition="not{running}++{doitsimple}" width="93%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </area>
<areascroll condition="{running}++{timerfull}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="74%" layer="3"> <area condition="{running}++{doitsimple}" width="74%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </area>
<area condition="{running}" layer="4"> <area condition="{running}" layer="4">
<drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 14 - {areaheight}" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontactive}" /> <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 14 - {areaheight}" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontactive}" />
<drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 12 - {areaheight}" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" /> <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 12 - {areaheight}" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
@ -89,9 +89,12 @@
<drawrectangle x="2" y="{areaheight}/3 + 2" width="{areawidth} - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" /> <drawrectangle x="2" y="{areaheight}/3 + 2" width="{areawidth} - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
<drawrectangle x="4" y="{areaheight}/3 + 4" width="{areawidth} * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontactive}" /> <drawrectangle x="4" y="{areaheight}/3 + 4" width="{areawidth} * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontactive}" />
</area> </area>
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="15%" width="40%" layer="4"> <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="15%" width="40%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </areascroll>
<area condition="{doitsimple}" x="15%" width="40%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</area>
<area x="53%" width="6%" layer="5"> <area x="53%" width="6%" layer="5">
<drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" /> <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
@ -114,9 +117,12 @@
<area x="1%" width="6%" layer="3"> <area x="1%" width="6%" layer="3">
<drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" /> <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
</area> </area>
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="47%" layer="4"> <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="47%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </areascroll>
<area condition="{doitsimple}" x="7%" width="47%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</area>
<area x="53%" width="6%" layer="5"> <area x="53%" width="6%" layer="5">
<drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" /> <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
@ -139,9 +145,12 @@
<area x="1%" width="6%" layer="3"> <area x="1%" width="6%" layer="3">
<drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" /> <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
</area> </area>
<areascroll scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="46%" layer="4"> <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="46%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" /> <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</areascroll> </areascroll>
<area condition="{doitsimple}" x="7%" width="46%" layer="4">
<drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
</area>
<area x="53%" width="6%" layer="5"> <area x="53%" width="6%" layer="5">
<drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" /> <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
@ -186,12 +195,17 @@
<drawtextbox condition="{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85 - {posy(poster)}" float="topleft" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 10" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" /> <drawtextbox condition="{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85 - {posy(poster)}" float="topleft" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 10" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
<drawtextbox condition="not{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85 - {posy(poster)}" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" /> <drawtextbox condition="not{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85 - {posy(poster)}" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
</area> </area>
<areascroll mode="forthandback" orientation="vertical" delay="2000" scrollspeed="medium" x="63%" y="85%" width="36%" height="15%" layer="3"> <areascroll condition="not{doitsimple}" mode="forthandback" orientation="vertical" delay="2000" scrollspeed="medium" x="63%" y="85%" width="36%" height="15%" layer="3">
<drawtext x="10" y="0" font="{semibold}" fontsize="30%" color="{fontactive}" text="Next Schedules:" /> <drawtext x="10" y="0" font="{semibold}" fontsize="30%" color="{fontactive}" text="Next Schedules:" />
<loop name="schedule" x="0" y="{areaheight}/4 + 5" orientation="vertical"> <loop name="schedule" x="0" y="{areaheight}/4 + 5" orientation="vertical">
<drawtext x="10" font="{light}" width="{areawidth}-20" fontsize="30%" color="{fontactive}" text="{schedule[start]} {schedule[title]}" /> <drawtext x="10" font="{light}" width="{areawidth}-20" fontsize="30%" color="{fontactive}" text="{schedule[start]} {schedule[title]}" />
</loop> </loop>
</areascroll> </areascroll>
<area condition="{doitsimple}" x="63%" y="85%" width="36%" height="15%" layer="3">
<loop name="schedule" x="0" y="10" orientation="vertical" maxitems="3">
<drawtext x="10" font="{light}" width="{areawidth}-20" fontsize="30%" color="{fontactive}" text="{schedule[start]} {schedule[title]}" />
</loop>
</area>
</areacontainer> </areacontainer>
</currentelement> </currentelement>
</menuitems> </menuitems>

View File

@ -1,12 +1,22 @@
<menusetup x="0" y="0" width="100%" height="100%" fadetime="0"> <menusetup x="0" y="0" width="100%" height="100%" fadetime="0" orientation="{setupmenuorientation}">
<background> <background>
<area x="0" y="0" width="100%" height="100%" layer="1"> <areacontainer condition="gt({indexsetupmenuorientation},0)">
<fill color="{menuback}" /> <area x="0" y="0" width="100%" height="100%" layer="1">
<drawrectangle x="75%" y="0" width="13%" height="10%" color="{menuheader}" /> <fill color="{menuback}" />
</area> <drawrectangle x="75%" y="0" width="13%" height="10%" color="{menuheader}" />
<area x="62%" y="30%" width="30%" height="36%" layer="2"> </area>
<fill color="{menuactive}" /> <area x="62%" y="30%" width="30%" height="36%" layer="2">
</area> <fill color="{menuactive}" />
</area>
</areacontainer>
<areacontainer condition="eq({indexsetupmenuorientation},0)">
<area x="0" y="0" width="100%" height="71%" layer="1">
<fill color="{menuback}" />
<drawrectangle x="{areawidth}/4*3" y="0" width="13%" height="{areaheight}/7+1" color="{menuheader}" />
<drawrectangle x="{areawidth}/4*3-3" y="0" width="6" height="{areaheight}/7+1" color="{clrTransparent}" />
<drawrectangle x="0" y="{areaheight}/7+1" width="100%" height="6" color="{clrTransparent}" />
</area>
</areacontainer>
</background> </background>
<header> <header>
@ -27,33 +37,60 @@
</datetime> </datetime>
<colorbuttons> <colorbuttons>
<area x="0" y="93%" width="25%" height="7%" layer="2"> <areacontainer condition="gt({indexsetupmenuorientation},0)">
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" /> <area x="0" y="93%" width="25%" height="7%" layer="2">
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrRed}" /> <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
</area> <drawrectangle x="0" y="0" width="10" height="100%" color="{clrRed}" />
<area x="25%" y="93%" width="25%" height="7%" layer="2"> </area>
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" /> <area x="25%" y="93%" width="25%" height="7%" layer="2">
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrGreen}" /> <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
</area> <drawrectangle x="0" y="0" width="10" height="100%" color="{clrGreen}" />
<area x="50%" y="93%" width="25%" height="7%" layer="2"> </area>
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" /> <area x="50%" y="93%" width="25%" height="7%" layer="2">
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrYellow}" /> <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
</area> <drawrectangle x="0" y="0" width="10" height="100%" color="{clrYellow}" />
<area x="75%" y="93%" width="25%" height="7%" layer="2"> </area>
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" /> <area x="75%" y="93%" width="25%" height="7%" layer="2">
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrBlue}" /> <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
</area> <drawrectangle x="0" y="0" width="10" height="100%" color="{clrBlue}" />
</area>
</areacontainer>
<areacontainer condition="eq({indexsetupmenuorientation},0)">
<area x="15%" y="64%" width="18%" height="7%" layer="2">
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrRed}" />
</area>
<area x="33%" y="64%" width="17%" height="7%" layer="2">
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrGreen}" />
</area>
<area x="50%" y="64%" width="18%" height="7%" layer="2">
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrYellow}" />
</area>
<area x="68%" y="64%" width="17%" height="7%" layer="2">
<drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
<drawrectangle x="0" y="0" width="10" height="100%" color="{clrBlue}" />
</area>
<area x="85%" y="64%" width="10" height="7%" layer="2">
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
</area>
</areacontainer>
</colorbuttons> </colorbuttons>
<menuitems x="0" y="10%" orientation="vertical" width="98%" height="80%" align="center" numlistelements="10"> <menuitems x="0" y="10%" orientation="vertical" width="98%" height="80%" align="center" numlistelements="10">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}"> <listelement>
<area indicator="true" condition="{current}" x="0" width="60%" layer="2"> <area x="0" width="60%" layer="2">
<fill color="{menuactive}" /> <fill condition="not{current}" color="{clrTransparent}" />
<fill condition="{current}" color="{menuactive}" />
</area> </area>
<area condition="not{current}" x="0" width="60%" layer="3"> <area condition="not{current}" x="0" width="60%" layer="3">
<drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" /> <drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" />
</area> </area>
<areascroll condition="{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="60%" layer="3"> <area condition="{current}++{doitsimple}" x="0" width="60%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</area>
<areascroll condition="{current}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="60%" layer="3">
<drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" /> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
</areascroll> </areascroll>
</listelement> </listelement>
@ -64,7 +101,34 @@
</currentelement> </currentelement>
</menuitems> </menuitems>
<scrollbar> <menuitems orientation="horizontal" x="2%" y="10%" width="96%" height="50%" align="center" numlistelements="5">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
<areacontainer condition="not{current}">
<area x="0" width="100%" y="10%" height="80%" layer="3">
<drawimage imagetype="menuicon" path="{icon}" align="center" valign="center" width="{areaheight}*0.4" height="{areaheight}*0.4"/>
</area>
<area x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontdefault}" text="{label}" />
</area>
</areacontainer>
<areacontainer condition="{current}">
<area indicator="true" x="0" y="15%" width="100%" height="75%" layer="2">
<fill color="{menuactive}" />
</area>
<area x="0" width="100%" y="10%" height="80%" layer="3">
<drawimage imagetype="menuicon" path="{icon}_active" align="center" valign="center" width="{areaheight}*0.5" height="{areaheight}*0.5"/>
</area>
<area condition="{doitsimple}" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontactive}" text="{label}" />
</area>
<areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="3000" scrollspeed="medium" x="5%" width="90%" y="70%" height="20%" layer="4">
<drawtext name="menutext" align="center" valign="center" font="{light}" fontsize="50%" color="{fontactive}" text="{label}" />
</areascroll>
</areacontainer>
</listelement>
</menuitems>
<scrollbar orientation="vertical">
<areacontainer condition="eq({indexshowscrollbar},2)"> <areacontainer condition="eq({indexshowscrollbar},2)">
<area x="96%" y="10%" width="2%" height="83%" layer="2"> <area x="96%" y="10%" width="2%" height="83%" layer="2">
<fill color="{scrollbar}" /> <fill color="{scrollbar}" />
@ -73,4 +137,14 @@
</area> </area>
</areacontainer> </areacontainer>
</scrollbar> </scrollbar>
<scrollbar orientation="horizontal">
<areacontainer>
<area condition="{hasprev}" x="0" y="36%" width="8%" height="56%" layer="3">
<drawimage imagetype="icon" path="ico_arrow_left" align="center" valign="center" width="{areawidth}*0.5" height="{areawidth}*0.5"/>
</area>
<area condition="{hasnext}" x="92%" y="36%" width="8%" height="56%" layer="3">
<drawimage imagetype="icon" path="ico_arrow_right" align="center" valign="center" width="{areawidth}*0.5" height="{areawidth}*0.5"/>
</area>
</areacontainer>
</scrollbar>
</menusetup> </menusetup>

View File

@ -24,9 +24,12 @@
<drawimage condition="{flagrecording}" name="recording" imagetype="icon" path="ico_recording_active" x="0.7*{areaheight}" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> <drawimage condition="{flagrecording}" name="recording" imagetype="icon" path="ico_recording_active" x="0.7*{areaheight}" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
<!-- <drawimage condition="{isremote}" name="remote" imagetype="icon" path="ico_remotetimer_active" x="0.7*{areaheight}" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> --> <!-- <drawimage condition="{isremote}" name="remote" imagetype="icon" path="ico_remotetimer_active" x="0.7*{areaheight}" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" /> -->
</area> </area>
<areascroll scrollelement="timertext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="5%" width="54%" layer="3"> <areascroll condition="not{doitsimple}" scrollelement="timertext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="5%" width="54%" layer="3">
<drawtext name="timertext" x="10" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{dayname} {day}. {timerstart} - {timerstop}: {title}" /> <drawtext name="timertext" x="10" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{dayname} {day}. {timerstart} - {timerstop}: {title}" />
</areascroll> </areascroll>
<area condition="{doitsimple}" x="5%" width="54%" layer="3">
<drawtext name="timertext" x="10" valign="center" font="{light}" fontsize="80%" color="{fontactive}" text="{dayname} {day}. {timerstart} - {timerstop}: {title}" />
</area>
</areacontainer> </areacontainer>
</listelement> </listelement>
<currentelement delay="0" fadetime="{fadetimecurrent}"> <currentelement delay="0" fadetime="{fadetimecurrent}">

View File

@ -10,9 +10,9 @@
<volume> <volume>
<area x="0" y="0" width="100%" height="50%" layer="2"> <area x="0" y="0" width="100%" height="50%" layer="2">
<drawtext x="10" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" /> <drawtext x="10" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/> <drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/> <drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
</area> </area>
<area x="5%" y="60%" width="90%" height="30%" layer="2"> <area x="5%" y="60%" width="90%" height="30%" layer="2">
<fill color="{menualternate}" /> <fill color="{menualternate}" />

View File

@ -28,42 +28,70 @@
</viewelement> </viewelement>
<viewelement name="header_hor"> <viewelement name="header_hor">
<areascroll condition="not{isdummy}++not{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="1%" y="1%" width="68%" height="19%" layer="2"> <areacontainer condition="{doitsimple}">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" /> <area condition="not{isdummy}++not{hasposter}" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="25%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" /> <drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtextbox name="shorttext" x="0" y="55%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" /> <drawtext x="0" y="25%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" /> <drawtextbox x="0" y="55%" width="100%" font="{light}" fontsize="22%" color="{fontdefault}" text="|{shorttext}&#10;|{description}" />
</areascroll> </area>
<area condition="not{isdummy}++{hasposter}" x="10%" y="1%" width="58%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="25%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox x="0" y="55%" width="100%" font="{light}" fontsize="22%" color="{fontdefault}" text="|{shorttext}&#10;|{description}" />
</area>
</areacontainer>
<areacontainer condition="not{doitsimple}">
<areascroll condition="not{isdummy}++not{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="25%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="55%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
<areascroll condition="not{isdummy}++{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="10%" y="1%" width="58%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="25%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="55%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
</areacontainer>
<area condition="not{isdummy}++{hasposter}" x="1%" y="1%" width="{areaheight}*0.2*{posterwidth}/{posterheight}" height="19%" layer="2"> <area condition="not{isdummy}++{hasposter}" x="1%" y="1%" width="{areaheight}*0.2*{posterwidth}/{posterheight}" height="19%" layer="2">
<drawimage imagetype="image" path="{posterpath}" x="0" y="0" width="100%" height="100%"/> <drawimage imagetype="image" path="{posterpath}" x="0" y="0" width="100%" height="100%"/>
</area> </area>
<areascroll condition="not{isdummy}++{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="12%" y="1%" width="56%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="50%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
<area condition="{isdummy}" x="1%" y="1%" width="68%" height="19%" layer="2"> <area condition="{isdummy}" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="35%" color="{fontdefault}" text="{title}" /> <drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="35%" color="{fontdefault}" text="{title}" />
</area> </area>
</viewelement> </viewelement>
<viewelement name="header_ver"> <viewelement name="header_ver">
<areascroll condition="not{isdummy}++not{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="1%" y="1%" width="68%" height="19%" layer="2"> <areacontainer condition="{doitsimple}">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" /> <area condition="not{isdummy}++not{hasposter}" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" /> <drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtextbox name="shorttext" x="0" y="50%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" /> <drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" /> <drawtextbox x="0" y="50%" width="100%" font="{light}" fontsize="22%" color="{fontdefault}" text="|{shorttext}&#10;|{description}" />
</areascroll> </area>
<area condition="not{isdummy}++{hasposter}" x="10%" y="1%" width="58%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox x="0" y="50%" width="100%" font="{light}" fontsize="22%" color="{fontdefault}" text="|{shorttext}&#10;|{description}" />
</area>
</areacontainer>
<areacontainer condition="not{doitsimple}">
<areascroll condition="not{isdummy}++not{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="50%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
<areascroll condition="not{isdummy}++{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="10%" y="1%" width="58%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="50%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
</areacontainer>
<area condition="not{isdummy}++{hasposter}" x="1%" y="1%" width="{areaheight}*0.2*{posterwidth}/{posterheight}" height="19%" layer="2"> <area condition="not{isdummy}++{hasposter}" x="1%" y="1%" width="{areaheight}*0.2*{posterwidth}/{posterheight}" height="19%" layer="2">
<drawimage imagetype="image" path="{posterpath}" x="0" y="0" width="100%" height="100%"/> <drawimage imagetype="image" path="{posterpath}" x="0" y="0" width="100%" height="100%"/>
</area> </area>
<areascroll condition="not{isdummy}++{hasposter}" orientation="vertical" mode="forthandback" delay="3000" scrollspeed="medium" x="12%" y="1%" width="56%" height="19%" layer="2">
<drawtext x="0" y="0" font="{semibold}" width="100%" fontsize="25%" color="{fontdefault}" text="{day} {daynumeric}.{month} {start} - {stop}" />
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="30%" color="{fontdefault}" text="{title}" />
<drawtextbox name="shorttext" x="0" y="50%" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{shorttext}" />
<drawtextbox x="0" y="{posy(shorttext)} + {height(shorttext)}" width="100%" font="{light}" fontsize="20%" color="{fontdefault}" text="{description}" />
</areascroll>
<area condition="{isdummy}" x="1%" y="1%" width="68%" height="19%" layer="2"> <area condition="{isdummy}" x="1%" y="1%" width="68%" height="19%" layer="2">
<drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="35%" color="{fontdefault}" text="{title}" /> <drawtext x="0" y="20%" font="{semibold}" width="100%" fontsize="35%" color="{fontdefault}" text="{title}" />
</area> </area>

View File

@ -61,7 +61,7 @@
</listelement> </listelement>
<currentelement delay="0" fadetime="{fadetimecurrent}"> <currentelement delay="0" fadetime="{fadetimecurrent}">
<area condition="{iscurrent}" x="51%" y="0" width="48%" height="100%" layer="3"> <area condition="{iscurrent}" x="51%" y="0" width="48%" height="100%" layer="3">
<drawimage name="weathericon" imagetype="icon" path="{icon}" x="2%" y="0" width="{areawidth}*0.3" height="{areawidth}*0.3"/> <drawimage name="weathericon" imagetype="icon" path="{icon}_active" x="2%" y="0" width="{areawidth}*0.3" height="{areawidth}*0.3"/>
<drawtext align="right" y="0" font="{semibold}" fontsize="8%" color="{fontactive}" text="{city}" /> <drawtext align="right" y="0" font="{semibold}" fontsize="8%" color="{fontactive}" text="{city}" />
<drawtext align="right" y="7%" font="{light}" fontsize="8%" color="{fontactive}" text="{timestamp}" /> <drawtext align="right" y="7%" font="{light}" fontsize="8%" color="{fontactive}" text="{timestamp}" />
<drawtext align="right" y="13%" font="{light}" fontsize="18%" color="{fontactive}" text="{temperature}°C" /> <drawtext align="right" y="13%" font="{light}" fontsize="18%" color="{fontactive}" text="{temperature}°C" />
@ -77,19 +77,19 @@
<area condition="{ishourly}" x="51%" y="0" width="48%" height="100%" layer="3"> <area condition="{ishourly}" x="51%" y="0" width="48%" height="100%" layer="3">
<loop name="hourly" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/12" overflow="cut"> <loop name="hourly" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/12" overflow="cut">
<drawtext x="0" font="{semibold}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[timestamp]}" /> <drawtext x="0" font="{semibold}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[timestamp]}" />
<drawimage imagetype="icon" path="{hourly[icon]}" x="18%" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/> <drawimage imagetype="icon" path="{hourly[icon]}_active" x="18%" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/>
<drawtext x="30%" font="{light}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[temperature]}°C" /> <drawtext x="30%" font="{light}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[temperature]}°C" />
<drawtext x="48%" font="{light}" fontsize="5%" valign="center" width="52%" color="{fontactive}" text="{hourly[summary]}" /> <drawtext x="48%" font="{light}" fontsize="6%" valign="center" width="52%" color="{fontactive}" text="{hourly[summary]}" />
<drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{fontactive}" />
</loop> </loop>
</area> </area>
<area condition="{isdaily}" x="51%" y="0" width="48%" height="100%" layer="3"> <area condition="{isdaily}" x="51%" y="0" width="48%" height="100%" layer="3">
<loop name="daily" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/7" overflow="cut"> <loop name="daily" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/7" overflow="cut">
<drawtext x="0" font="{semibold}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[dayname]} {daily[day]}" /> <drawtext x="0" font="{semibold}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[dayname]} {daily[day]}" />
<drawtext x="35%" font="{light}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C" /> <drawtext x="35%" font="{light}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C" />
<drawtext x="0" font="{light}" fontsize="{rowheight}*0.3" width="{columnwidth} - {rowheight}*0.7" y="{rowheight}*0.6" color="{fontactive}" text="{daily[summary]}" /> <drawtext x="0" font="{light}" fontsize="{rowheight}/2.5" width="{columnwidth} - {rowheight}*0.7" y="{rowheight}*0.5" color="{fontactive}" text="{daily[summary]}" />
<drawimage imagetype="icon" path="{daily[icon]}" x="{columnwidth} - {rowheight}*0.7" valign="center" width="{rowheight}*0.7" height="{rowheight}*0.7"/> <drawimage imagetype="icon" path="{daily[icon]}_active" x="{columnwidth} - {rowheight}*0.7" valign="center" width="{rowheight}*0.7" height="{rowheight}*0.7"/>
<drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{fontactive}" />
</loop> </loop>
</area> </area>
</currentelement> </currentelement>
@ -97,17 +97,17 @@
<menuitems x="0" y="10%" orientation="horizontal" width="100%" height="90%" align="center" numlistelements="3"> <menuitems x="0" y="10%" orientation="horizontal" width="100%" height="90%" align="center" numlistelements="3">
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}"> <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
<!-- Background --> <!-- Background -->
<area indicator="true" condition="{current}" y="80%" height="20%" layer="2"> <area indicator="true" condition="{current}" y="80%" height="20%" layer="2">
<fill color="{menuactive}" /> <fill color="{menuactive}" />
</area> </area>
<area y="80%" height="20%" layer="3"> <area y="80%" height="20%" layer="3">
<drawtextbox condition="not{current}" x="0" y="0" width="100%" height="100%" align="center" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuitemtext}" /> <drawtextbox condition="not{current}" x="0" y="0" width="100%" height="100%" align="center" valign="center" font="{light}" fontsize="35%" color="{fontdefault}" text="{menuitemtext}" />
<drawtextbox condition="{current}" x="0" y="0" width="100%" height="100%" align="center" valign="center" font="{light}" fontsize="40%" color="{fontactive}" text="{menuitemtext}" /> <drawtextbox condition="{current}" x="0" y="0" width="100%" height="100%" align="center" valign="center" font="{light}" fontsize="35%" color="{fontactive}" text="{menuitemtext}" />
</area> </area>
</listelement> </listelement>
<currentelement delay="0" fadetime="{fadetimecurrent}"> <currentelement delay="0" fadetime="{fadetimecurrent}">
<area condition="{iscurrent}" x="10%" y="5%" width="80%" height="70%" layer="3"> <area condition="{iscurrent}" x="10%" y="5%" width="80%" height="70%" layer="3">
<drawimage name="weathericon" imagetype="icon" path="{icon}" x="2%" y="0" width="{areaheight}*0.4" height="{areaheight}*0.4"/> <drawimage name="weathericon" imagetype="icon" path="{icon}_active" x="2%" y="0" width="{areaheight}*0.4" height="{areaheight}*0.4"/>
<drawtext align="right" y="0" font="{semibold}" fontsize="10%" color="{fontactive}" text="{city}" /> <drawtext align="right" y="0" font="{semibold}" fontsize="10%" color="{fontactive}" text="{city}" />
<drawtext align="right" y="9%" font="{light}" fontsize="10%" color="{fontactive}" text="{timestamp}" /> <drawtext align="right" y="9%" font="{light}" fontsize="10%" color="{fontactive}" text="{timestamp}" />
<drawtext align="right" y="18%" font="{light}" fontsize="25%" color="{fontactive}" text="{temperature}°C" /> <drawtext align="right" y="18%" font="{light}" fontsize="25%" color="{fontactive}" text="{temperature}°C" />
@ -123,19 +123,19 @@
<area condition="{ishourly}" x="10%" y="5%" width="80%" height="70%" layer="3"> <area condition="{ishourly}" x="10%" y="5%" width="80%" height="70%" layer="3">
<loop name="hourly" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/12" overflow="cut"> <loop name="hourly" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/12" overflow="cut">
<drawtext x="0" font="{semibold}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[timestamp]}" /> <drawtext x="0" font="{semibold}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[timestamp]}" />
<drawimage imagetype="icon" path="{hourly[icon]}" x="18%" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/> <drawimage imagetype="icon" path="{hourly[icon]}_active" x="18%" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/>
<drawtext x="30%" font="{light}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[temperature]}°C" /> <drawtext x="30%" font="{light}" fontsize="7%" valign="center" color="{fontactive}" text="{hourly[temperature]}°C" />
<drawtext x="48%" font="{light}" fontsize="5%" valign="center" width="52%" color="{fontactive}" text="{hourly[summary]}" /> <drawtext x="48%" font="{light}" fontsize="6%" valign="center" width="52%" color="{fontactive}" text="{hourly[summary]}" />
<drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{fontactive}" />
</loop> </loop>
</area> </area>
<area condition="{isdaily}" x="10%" y="5%" width="80%" height="70%" layer="3"> <area condition="{isdaily}" x="10%" y="5%" width="80%" height="70%" layer="3">
<loop name="daily" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/7" overflow="cut"> <loop name="daily" x="0" y="0" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/7" overflow="cut">
<drawtext x="0" font="{semibold}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[dayname]} {daily[day]}" /> <drawtext x="0" font="{semibold}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[dayname]} {daily[day]}" />
<drawtext x="35%" font="{light}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C" /> <drawtext x="35%" font="{light}" fontsize="{rowheight}/2" y="5" color="{fontactive}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C" />
<drawtext x="0" font="{light}" fontsize="{rowheight}*0.3" width="{columnwidth} - {rowheight}*0.7" y="{rowheight}*0.6" color="{fontactive}" text="{daily[summary]}" /> <drawtext x="0" font="{light}" fontsize="{rowheight}/2.3" width="{columnwidth} - {rowheight}*0.7" y="{rowheight}*0.5" color="{fontactive}" text="{daily[summary]}" />
<drawimage imagetype="icon" path="{daily[icon]}" x="{columnwidth} - {rowheight}*0.7" valign="center" width="{rowheight}*0.7" height="{rowheight}*0.7"/> <drawimage imagetype="icon" path="{daily[icon]}_active" x="{columnwidth} - {rowheight}*0.7" valign="center" width="{rowheight}*0.7" height="{rowheight}*0.7"/>
<drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{fontactive}" />
</loop> </loop>
</area> </area>
</currentelement> </currentelement>

View File

@ -42,7 +42,7 @@
<drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" /> <drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" />
</area> </area>
<area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4"> <area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4">
<drawimage imagetype="icon" path="{icon}" align="center" valign="center" width="90%" height="90%"/> <drawimage imagetype="icon" path="{icon}_active" align="center" valign="center" width="90%" height="90%"/>
</area> </area>
<area x="{areawidth} - {areaheight}*0.6" y="0" width="{areaheight}*0.35" height="20%" layer="4"> <area x="{areawidth} - {areaheight}*0.6" y="0" width="{areaheight}*0.35" height="20%" layer="4">
<drawtext align="right" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{temperature}°C" /> <drawtext align="right" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{temperature}°C" />

View File

@ -42,7 +42,7 @@
<drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" /> <drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" />
</area> </area>
<area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4"> <area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4">
<drawimage imagetype="icon" path="{icon}" align="center" valign="center" width="90%" height="90%"/> <drawimage imagetype="icon" path="{icon}_active" align="center" valign="center" width="90%" height="90%"/>
</area> </area>
</detailheader> </detailheader>
@ -51,7 +51,7 @@
<drawrectangle x="0" y="{posy(summary)} + {height(summary)} + 10" width="{areawidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{posy(summary)} + {height(summary)} + 10" width="{areawidth}" height="1" color="{clrWhite}" />
<loop name="daily" x="0" y="{posy(summary)} + {height(summary)} + 10" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/5"> <loop name="daily" x="0" y="{posy(summary)} + {height(summary)} + 10" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/5">
<drawtext x="0" font="{semibold}" fontsize="9%" valign="center" color="{fontdefault}" text="{daily[dayname]} {daily[day]}" /> <drawtext x="0" font="{semibold}" fontsize="9%" valign="center" color="{fontdefault}" text="{daily[dayname]} {daily[day]}" />
<drawimage imagetype="icon" path="{daily[icon]}" x="2*{rowheight}" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/> <drawimage imagetype="icon" path="{daily[icon]}_active" x="2*{rowheight}" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/>
<drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}*0.3" y="0" color="{fontdefault}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C ({tr(max)} {daily[temperaturemaxtime]}, {tr(min)} {daily[temperaturemintime]})" /> <drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}*0.3" y="0" color="{fontdefault}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C ({tr(max)} {daily[temperaturemaxtime]}, {tr(min)} {daily[temperaturemintime]})" />
<drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}/4" y="{rowheight}*0.25" width="{columnwidth} - 3.5*{rowheight}" color="{fontdefault}" text="{daily[summary]}" /> <drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}/4" y="{rowheight}*0.25" width="{columnwidth} - 3.5*{rowheight}" color="{fontdefault}" text="{daily[summary]}" />
<drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}/4" y="{rowheight}*0.5" width="{columnwidth} - 3.5*{rowheight}" color="{fontdefault}" text="{tr(precipitationprobability)} {daily[precipitationprobability]}%, {daily[precipitationintensity]} l/qm, {tr(windspeed)} {daily[windspeed]} km/h {tr(from)} {daily[windbearingstring]}" /> <drawtext x="3.5*{rowheight}" font="{light}" fontsize="{rowheight}/4" y="{rowheight}*0.5" width="{columnwidth} - 3.5*{rowheight}" color="{fontdefault}" text="{tr(precipitationprobability)} {daily[precipitationprobability]}%, {daily[precipitationintensity]} l/qm, {tr(windspeed)} {daily[windspeed]} km/h {tr(from)} {daily[windbearingstring]}" />

View File

@ -42,7 +42,7 @@
<drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" /> <drawtext x="20" valign="center" font="{light}" fontsize="40%" color="{fontdefault}" text="{menuheader}" />
</area> </area>
<area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4"> <area x="{areawidth} - {areaheight}*0.2" y="0" width="{areaheight}*0.2" height="20%" layer="4">
<drawimage imagetype="icon" path="{icon}" align="center" valign="center" width="70%" height="70%"/> <drawimage imagetype="icon" path="{icon}_active" align="center" valign="center" width="70%" height="70%"/>
</area> </area>
</detailheader> </detailheader>
@ -51,7 +51,7 @@
<drawrectangle x="0" y="{posy(summary)} + {height(summary)} + 10" width="{areawidth}" height="1" color="{clrWhite}" /> <drawrectangle x="0" y="{posy(summary)} + {height(summary)} + 10" width="{areawidth}" height="1" color="{clrWhite}" />
<loop name="hourly" x="0" y="{posy(summary)} + {height(summary)} + 10" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/5"> <loop name="hourly" x="0" y="{posy(summary)} + {height(summary)} + 10" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/5">
<drawtext x="0" font="{semibold}" fontsize="9%" valign="center" color="{fontdefault}" text="{hourly[timestamp]}" /> <drawtext x="0" font="{semibold}" fontsize="9%" valign="center" color="{fontdefault}" text="{hourly[timestamp]}" />
<drawimage imagetype="icon" path="{hourly[icon]}" x="{rowheight}" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/> <drawimage imagetype="icon" path="{hourly[icon]}_active" x="{rowheight}" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/>
<drawtext name="temp" x="2*{rowheight} + 0.75*{rowheight} - {width(temp)}/2" font="{light}" fontsize="13%" y="0" color="{fontdefault}" text="{hourly[temperature]}°C" /> <drawtext name="temp" x="2*{rowheight} + 0.75*{rowheight} - {width(temp)}/2" font="{light}" fontsize="13%" y="0" color="{fontdefault}" text="{hourly[temperature]}°C" />
<drawtext name="felt" x="2*{rowheight} + 0.75*{rowheight} - {width(felt)}/2" font="{light}" fontsize="6%" y="{rowheight}*0.6" color="{fontdefault}" text="{tr(felt)} {hourly[apparenttemperature]}°C" /> <drawtext name="felt" x="2*{rowheight} + 0.75*{rowheight} - {width(felt)}/2" font="{light}" fontsize="6%" y="{rowheight}*0.6" color="{fontdefault}" text="{tr(felt)} {hourly[apparenttemperature]}°C" />
<drawtext x="4*{rowheight}" font="{light}" fontsize="{rowheight}/3" y="0" width="{columnwidth} - 4*{rowheight}" color="{fontdefault}" text="{hourly[summary]}" /> <drawtext x="4*{rowheight}" font="{light}" fontsize="{rowheight}/3" y="0" width="{columnwidth} - 4*{rowheight}" color="{fontdefault}" text="{hourly[summary]}" />