1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

make textboxes less rounded

This commit is contained in:
Horst3180 2015-08-26 13:08:42 +02:00
parent 3f30c8d736
commit fa43da15f2
76 changed files with 454 additions and 459 deletions

View File

@ -85,7 +85,7 @@ stage {
selection-background-color: #5294E2; selection-background-color: #5294E2;
selected-color: #ffffff; selected-color: #ffffff;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
box-shadow: inset 0 0 rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #5c616c; color: #5c616c;
background-color: #ffffff; background-color: #ffffff;
@ -112,7 +112,7 @@ stage {
selection-background-color: #5294E2; selection-background-color: #5294E2;
selected-color: #ffffff; selected-color: #ffffff;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
box-shadow: inset 0 0 rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #BAC3CF; color: #BAC3CF;
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
@ -229,7 +229,7 @@ StScrollBar {
color: #5294e2; } color: #5294e2; }
#Tooltip { #Tooltip {
border-radius: l3px; border-radius: 3px;
padding: 5px 12px; padding: 5px 12px;
background-color: rgba(42, 44, 51, 0.95); background-color: rgba(42, 44, 51, 0.95);
color: #BAC3CF; color: #BAC3CF;
@ -740,7 +740,7 @@ StScrollBar {
.run-dialog-entry { .run-dialog-entry {
width: 21em; width: 21em;
padding: 7px; padding: 7px;
border-radius: 20px; border-radius: 3px;
caret-color: #BAC3CF; caret-color: #BAC3CF;
selected-color: #ffffff; selected-color: #ffffff;
selection-background-color: #5294E2; selection-background-color: #5294E2;

View File

@ -67,7 +67,7 @@ stage {
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
@include entry(normal); @include entry(normal);
@ -88,7 +88,7 @@ stage {
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
@include entry(osd); @include entry(osd);
@ -234,7 +234,7 @@ StScrollBar {
// Tooltip // Tooltip
// //
#Tooltip { #Tooltip {
border-radius: l3px; border-radius: 3px;
padding: 5px 12px; padding: 5px 12px;
background-color: $osd_bg_color; background-color: $osd_bg_color;
color: $osd_fg_color; color: $osd_fg_color;
@ -899,7 +899,7 @@ StScrollBar {
&-entry { &-entry {
width: 21em; width: 21em;
padding: 7px; padding: 7px;
border-radius: 20px; border-radius: 3px;
caret-color: $osd_fg_color; caret-color: $osd_fg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;

View File

@ -134,7 +134,7 @@ StEntry {
selection-background-color: #5294E2; selection-background-color: #5294E2;
selected-color: #ffffff; selected-color: #ffffff;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
background-gradient-direction: none !important; background-gradient-direction: none !important;
color: #5c616c; color: #5c616c;
background-color: #ffffff; background-color: #ffffff;
@ -1034,7 +1034,7 @@ StScrollBar {
.search-entry { .search-entry {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 20px; border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); } background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus { .search-entry:focus {

View File

@ -110,7 +110,7 @@ StEntry {
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
background-gradient-direction: none !important; background-gradient-direction: none !important;
@include entry(normal); @include entry(normal);
@ -1307,7 +1307,7 @@ StScrollBar {
.search-entry { .search-entry {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 20px; border-radius: 3px;
border: 1px solid transparentize(black, 0.75); border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1); background-color: transparentize($entry_bg, 0.1);

View File

@ -105,7 +105,7 @@ StEntry {
selection-background-color: #5294E2; selection-background-color: #5294E2;
selected-color: #ffffff; selected-color: #ffffff;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
color: #5c616c; color: #5c616c;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #cfd6e6; border: 1px solid #cfd6e6;
@ -1051,7 +1051,7 @@ StScrollBar {
.search-entry { .search-entry {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 20px; border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); } background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus { .search-entry:focus {

View File

@ -84,7 +84,7 @@ StEntry {
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
transition-duration: 300ms; transition-duration: 300ms;
border-radius: 20px; border-radius: 3px;
@include entry(normal); @include entry(normal);
@ -1327,7 +1327,7 @@ StScrollBar {
.search-entry { .search-entry {
width: 320px; width: 320px;
padding: 7px 9px; padding: 7px 9px;
border-radius: 20px; border-radius: 3px;
border: 1px solid transparentize(black, 0.75); border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1); background-color: transparentize($entry_bg, 0.1);

View File

@ -565,11 +565,11 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="16" inkscape:zoom="4"
inkscape:cx="405.59481" inkscape:cx="0.57764109"
inkscape:cy="392.29239" inkscape:cy="348.64275"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer3"
showgrid="false" showgrid="false"
showborder="false" showborder="false"
inkscape:window-width="1366" inkscape:window-width="1366"
@ -581,7 +581,7 @@
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-global="true" inkscape:snap-global="true"
showguides="false" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
inkscape:bbox-nodes="true" inkscape:bbox-nodes="true"
inkscape:object-nodes="true" inkscape:object-nodes="true"
@ -626,8 +626,7 @@
id="layer3" id="layer3"
inkscape:label="superbackdrop" inkscape:label="superbackdrop"
style="display:inline" style="display:inline"
transform="translate(7,283.63782)" transform="translate(7,283.63782)">
sodipodi:insensitive="true">
<rect <rect
ry="0" ry="0"
rx="0" rx="0"
@ -1751,25 +1750,25 @@
id="rect9321-3" id="rect9321-3"
style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect <rect
rx="11" rx="2.5"
y="-278.63782" y="-278.63782"
x="-1" x="-2"
height="21.999998" height="21.999998"
width="22" width="24"
id="rect7903-93" id="rect7903-93"
style="opacity:1;fill:#383c45;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#383c45;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
ry="10.999999" /> ry="2.5" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-31" id="rect7903-7-31"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -1784,23 +1783,23 @@
id="rect9321-0-2" id="rect9321-0-2"
style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect <rect
ry="10.999999" ry="2.5"
rx="11" rx="2.5"
y="-278.63782" y="-278.63782"
x="33" x="32"
height="21.999998" height="21.999998"
width="22" width="24"
id="rect7903-2-7" id="rect7903-2-7"
style="opacity:1;fill:#383c45;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> style="opacity:1;fill:#383c45;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639174"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24.999998"
id="rect7903-7-3-7" id="rect7903-7-3-7"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1821,23 +1820,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-8" id="rect7903-6-8"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-7" id="rect7903-7-2-7"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -1847,20 +1846,20 @@
inkscape:label="#g9335"> inkscape:label="#g9335">
<path <path
style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 98 L 3 122 L 29 122 L 29 98 L 3 98 z M 16 99 C 22.094 99 27 103.906 27 110 C 27 116.094 22.094 121 16 121 C 9.906 121 5 116.094 5 110 C 5 103.906 9.906 99 16 99 z " d="M 3 98 L 3 122 L 29 122 L 29 98 L 3 98 z M 6.5 99 L 7.5 99 L 24.5 99 L 25.5 99 C 26.885 99 28 100.115 28 101.5 L 28 118.5 C 28 119.885 26.885 121 25.5 121 L 24.5 121 L 7.5 121 L 6.5 121 C 5.115 121 4 119.885 4 118.5 L 4 101.5 C 4 100.115 5.115 99 6.5 99 z "
transform="translate(-6,-377.63782)" transform="translate(-6,-377.63782)"
id="rect9321-6" /> id="rect9321-6" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-1" id="rect7903-7-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(-1,93.999999)" transform="translate(-1,93.999999)"
@ -1869,18 +1868,18 @@
inkscape:label="#g9350"> inkscape:label="#g9350">
<path <path
style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 37 98 L 37 122 L 63 122 L 63 98 L 37 98 z M 50 99 C 56.094 99 61 103.906 61 110 C 61 116.094 56.094 121 50 121 C 43.906 121 39 116.094 39 110 C 39 103.906 43.906 99 50 99 z " d="M 37 98 L 37 122 L 63 122 L 63 98 L 37 98 z M 40.5 99 L 41.5 99 L 58.5 99 L 59.5 99 C 60.885 99 62 100.115 62 101.5 L 62 118.5 C 62 119.885 60.885 121 59.5 121 L 58.5 121 L 41.5 121 L 40.5 121 C 39.115 121 38 119.885 38 118.5 L 38 101.5 C 38 100.115 39.115 99 40.5 99 z "
transform="translate(-6,-377.63782)" transform="translate(-6,-377.63782)"
id="rect9321-0-0" /> id="rect9321-0-0" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639177"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="25"
id="rect7903-7-3-4" id="rect7903-7-3-4"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1901,23 +1900,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-5" id="rect7903-6-5"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-3" id="rect7903-7-2-3"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<rect <rect
@ -1936,20 +1935,20 @@
clip-path="url(#clipPath4466)"> clip-path="url(#clipPath4466)">
<path <path
style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 173 L 3 197 L 29 197 L 29 173 L 3 173 z M 6 174 L 26 174 C 26.554 174 27 174.446 27 175 L 27 195 C 27 195.554 26.554 196 26 196 L 6 196 C 5.446 196 5 195.554 5 195 L 5 175 C 5 174.446 5.446 174 6 174 z " d="M 3 173 L 3 197 L 29 197 L 29 173 L 3 173 z M 6 174 L 6.5 174 L 25.5 174 L 26 174 C 26.296418 174 26.553519 174.1343 26.736328 174.33789 C 27.488884 174.76781 28 175.56782 28 176.5 L 28 193.5 C 28 194.43218 27.488884 195.23219 26.736328 195.66211 C 26.553519 195.8657 26.296418 196 26 196 L 25.5 196 L 6.5 196 L 6 196 C 5.7035817 196 5.4464809 195.8657 5.2636719 195.66211 C 4.5111162 195.23219 4 194.43218 4 193.5 L 4 176.5 C 4 175.56782 4.5111162 174.76781 5.2636719 174.33789 C 5.4464809 174.1343 5.7035817 174 6 174 z "
transform="translate(-6,-452.63782)" transform="translate(-6,-452.63782)"
id="rect9321-4" /> id="rect9321-4" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-6" id="rect7903-7-8-6"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -1959,18 +1958,18 @@
clip-path="url(#clipPath4470)"> clip-path="url(#clipPath4470)">
<path <path
style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 28 173 L 28 197 L 54 197 L 54 173 L 28 173 z M 31 174 L 51 174 C 51.554 174 52 174.446 52 175 L 52 195 C 52 195.554 51.554 196 51 196 L 31 196 C 30.446 196 30 195.554 30 195 L 30 175 C 30 174.446 30.446 174 31 174 z " d="M 28 173 L 28 197 L 54 197 L 54 173 L 28 173 z M 31 174 L 31.5 174 L 50.5 174 L 51 174 C 51.296418 174 51.553519 174.1343 51.736328 174.33789 C 52.488884 174.76781 53 175.56782 53 176.5 L 53 193.5 C 53 194.43218 52.488884 195.23219 51.736328 195.66211 C 51.553519 195.8657 51.296418 196 51 196 L 50.5 196 L 31.5 196 L 31 196 C 30.703582 196 30.446481 195.8657 30.263672 195.66211 C 29.511116 195.23219 29 194.43218 29 193.5 L 29 176.5 C 29 175.56782 29.511116 174.76781 30.263672 174.33789 C 30.446481 174.1343 30.703582 174 31 174 z "
transform="translate(3,-452.63782)" transform="translate(3,-452.63782)"
id="rect9321-0-5" /> id="rect9321-0-5" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1" id="rect7903-7-3-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1992,23 +1991,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7" id="rect7903-6-7"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="2.5"
ry="1" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0" id="rect7903-7-2-0"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2019,20 +2018,20 @@
transform="translate(-1,199)"> transform="translate(-1,199)">
<path <path
style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 203 L 3 227 L 29 227 L 29 203 L 3 203 z M 6 204 L 26 204 C 26.554 204 27 204.446 27 205 L 27 225 C 27 225.554 26.554 226 26 226 L 6 226 C 5.446 226 5 225.554 5 225 L 5 205 C 5 204.446 5.446 204 6 204 z " d="M 3 203 L 3 227 L 29 227 L 29 203 L 3 203 z M 6 204 L 6.5 204 L 25.5 204 L 26 204 C 26.296418 204 26.553519 204.1343 26.736328 204.33789 C 27.488884 204.76781 28 205.56782 28 206.5 L 28 223.5 C 28 224.43218 27.488884 225.23219 26.736328 225.66211 C 26.553519 225.8657 26.296418 226 26 226 L 25.5 226 L 6.5 226 L 6 226 C 5.7035817 226 5.4464809 225.8657 5.2636719 225.66211 C 4.5111162 225.23219 4 224.43218 4 223.5 L 4 206.5 C 4 205.56782 4.5111162 204.76781 5.2636719 204.33789 C 5.4464809 204.1343 5.7035817 204 6 204 z "
transform="translate(-6,-482.63782)" transform="translate(-6,-482.63782)"
id="rect9321-4-9" /> id="rect9321-4-9" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-9" id="rect7903-7-8-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2042,18 +2041,18 @@
transform="translate(-10,199)"> transform="translate(-10,199)">
<path <path
style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 28 203 L 28 227 L 54 227 L 54 203 L 28 203 z M 31 204 L 51 204 C 51.554 204 52 204.446 52 205 L 52 225 C 52 225.554 51.554 226 51 226 L 31 226 C 30.446 226 30 225.554 30 225 L 30 205 C 30 204.446 30.446 204 31 204 z " d="M 28 203 L 28 227 L 54 227 L 54 203 L 28 203 z M 31 204 L 31.5 204 L 50.5 204 L 51 204 C 51.296418 204 51.553519 204.1343 51.736328 204.33789 C 52.488884 204.76781 53 205.56782 53 206.5 L 53 223.5 C 53 224.43218 52.488884 225.23219 51.736328 225.66211 C 51.553519 225.8657 51.296418 226 51 226 L 50.5 226 L 31.5 226 L 31 226 C 30.703582 226 30.446481 225.8657 30.263672 225.66211 C 29.511116 225.23219 29 224.43218 29 223.5 L 29 206.5 C 29 205.56782 29.511116 204.76781 30.263672 204.33789 C 30.446481 204.1343 30.703582 204 31 204 z "
transform="translate(3,-482.63782)" transform="translate(3,-482.63782)"
id="rect9321-0-5-3" /> id="rect9321-0-5-3" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-0" id="rect7903-7-3-1-0"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2075,23 +2074,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-4" id="rect7903-6-7-4"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="2.5"
ry="1" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-8" id="rect7903-7-2-0-8"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2244,20 +2243,20 @@
transform="matrix(-1,0,0,1,146,169)"> transform="matrix(-1,0,0,1,146,169)">
<path <path
style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 130 173 L 130 197 L 156 197 L 156 173 L 130 173 z M 133 174 L 153 174 C 153.554 174 154 174.446 154 175 L 154 195 C 154 195.554 153.554 196 153 196 L 133 196 C 132.446 196 132 195.554 132 195 L 132 175 C 132 174.446 132.446 174 133 174 z " d="M 130 173 L 130 197 L 156 197 L 156 173 L 130 173 z M 133 174 L 133.5 174 L 152.5 174 L 153 174 C 153.29642 174 153.55352 174.1343 153.73633 174.33789 C 154.48888 174.76781 155 175.56782 155 176.5 L 155 193.5 C 155 194.43218 154.48888 195.23219 153.73633 195.66211 C 153.55352 195.8657 153.29642 196 153 196 L 152.5 196 L 133.5 196 L 133 196 C 132.70358 196 132.44648 195.8657 132.26367 195.66211 C 131.51112 195.23219 131 194.43218 131 193.5 L 131 176.5 C 131 175.56782 131.51112 174.76781 132.26367 174.33789 C 132.44648 174.1343 132.70358 174 133 174 z "
transform="matrix(-1,0,0,1,153,-452.63782)" transform="matrix(-1,0,0,1,153,-452.63782)"
id="rect9321-4-5" /> id="rect9321-4-5" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-76" id="rect7903-7-8-76"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2267,18 +2266,18 @@
clip-path="url(#clipPath4470-6)"> clip-path="url(#clipPath4470-6)">
<path <path
style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 105 173 L 105 197 L 131 197 L 131 173 L 105 173 z M 108 174 L 128 174 C 128.554 174 129 174.446 129 175 L 129 195 C 129 195.554 128.554 196 128 196 L 108 196 C 107.446 196 107 195.554 107 195 L 107 175 C 107 174.446 107.446 174 108 174 z " d="M 105 173 L 105 197 L 131 197 L 131 173 L 105 173 z M 108 174 L 108.5 174 L 127.5 174 L 128 174 C 128.29642 174 128.55352 174.1343 128.73633 174.33789 C 129.48888 174.76781 130 175.56782 130 176.5 L 130 193.5 C 130 194.43218 129.48888 195.23219 128.73633 195.66211 C 128.55352 195.8657 128.29642 196 128 196 L 127.5 196 L 108.5 196 L 108 196 C 107.70358 196 107.44648 195.8657 107.26367 195.66211 C 106.51112 195.23219 106 194.43218 106 193.5 L 106 176.5 C 106 175.56782 106.51112 174.76781 107.26367 174.33789 C 107.44648 174.1343 107.70358 174 108 174 z "
transform="matrix(-1,0,0,1,162,-452.63782)" transform="matrix(-1,0,0,1,162,-452.63782)"
id="rect9321-0-5-4" /> id="rect9321-0-5-4" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613572"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-2" id="rect7903-7-3-1-2"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2300,23 +2299,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-5" id="rect7903-6-7-5"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="2.5"
ry="1" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#373a42;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-5" id="rect7903-7-2-0-5"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2327,20 +2326,20 @@
transform="matrix(-1,0,0,1,146,199)"> transform="matrix(-1,0,0,1,146,199)">
<path <path
style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 130 203 L 130 227 L 156 227 L 156 203 L 130 203 z M 133 204 L 153 204 C 153.554 204 154 204.446 154 205 L 154 225 C 154 225.554 153.554 226 153 226 L 133 226 C 132.446 226 132 225.554 132 225 L 132 205 C 132 204.446 132.446 204 133 204 z " d="M 130 203 L 130 227 L 156 227 L 156 203 L 130 203 z M 133 204 L 133.5 204 L 152.5 204 L 153 204 C 153.29642 204 153.55352 204.1343 153.73633 204.33789 C 154.48888 204.76781 155 205.56782 155 206.5 L 155 223.5 C 155 224.43218 154.48888 225.23219 153.73633 225.66211 C 153.55352 225.8657 153.29642 226 153 226 L 152.5 226 L 133.5 226 L 133 226 C 132.70358 226 132.44648 225.8657 132.26367 225.66211 C 131.51112 225.23219 131 224.43218 131 223.5 L 131 206.5 C 131 205.56782 131.51112 204.76781 132.26367 204.33789 C 132.44648 204.1343 132.70358 204 133 204 z "
transform="matrix(-1,0,0,1,153,-482.63782)" transform="matrix(-1,0,0,1,153,-482.63782)"
id="rect9321-4-9-9" /> id="rect9321-4-9-9" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-9-1" id="rect7903-7-8-9-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2350,18 +2349,18 @@
transform="matrix(-1,0,0,1,155,199)"> transform="matrix(-1,0,0,1,155,199)">
<path <path
style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#373b44;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 105 203 L 105 227 L 131 227 L 131 203 L 105 203 z M 108 204 L 128 204 C 128.554 204 129 204.446 129 205 L 129 225 C 129 225.554 128.554 226 128 226 L 108 226 C 107.446 226 107 225.554 107 225 L 107 205 C 107 204.446 107.446 204 108 204 z " d="M 105 203 L 105 227 L 131 227 L 131 203 L 105 203 z M 108 204 L 108.5 204 L 127.5 204 L 128 204 C 128.29642 204 128.55352 204.1343 128.73633 204.33789 C 129.48888 204.76781 130 205.56782 130 206.5 L 130 223.5 C 130 224.43218 129.48888 225.23219 128.73633 225.66211 C 128.55352 225.8657 128.29642 226 128 226 L 127.5 226 L 108.5 226 L 108 226 C 107.70358 226 107.44648 225.8657 107.26367 225.66211 C 106.51112 225.23219 106 224.43218 106 223.5 L 106 206.5 C 106 205.56782 106.51112 204.76781 107.26367 204.33789 C 107.44648 204.1343 107.70358 204 108 204 z "
transform="matrix(-1,0,0,1,162,-482.63782)" transform="matrix(-1,0,0,1,162,-482.63782)"
id="rect9321-0-5-3-7" /> id="rect9321-0-5-3-7" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613572"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-0-4" id="rect7903-7-3-1-0-4"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2383,23 +2382,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-4-7" id="rect7903-6-7-4-7"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="2.5"
ry="1" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-8-2" id="rect7903-7-2-0-8-2"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -4950,20 +4949,20 @@
inkscape:label="#g9335"> inkscape:label="#g9335">
<path <path
style="opacity:1;fill:#2f343b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#2f343b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 130 L 3 154 L 29 154 L 29 130 L 3 130 z M 16 131 C 22.094 131 27 135.906 27 142 C 27 148.094 22.094 153 16 153 C 9.906 153 5 148.094 5 142 C 5 135.906 9.906 131 16 131 z " d="M 3 130 L 3 154 L 29 154 L 29 130 L 3 130 z M 6.5 131 L 7.5 131 L 24.5 131 L 25.5 131 C 26.885 131 28 132.115 28 133.5 L 28 150.5 C 28 151.885 26.885 153 25.5 153 L 24.5 153 L 7.5 153 L 6.5 153 C 5.115 153 4 151.885 4 150.5 L 4 133.5 C 4 132.115 5.115 131 6.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-6,-409.63782)"
id="rect9321-6-7" /> id="rect9321-6-7" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639157"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-1-6" id="rect7903-7-1-6"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#181b20;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#181b20;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(-1,126)" transform="translate(-1,126)"
@ -4972,18 +4971,18 @@
inkscape:label="#g9350"> inkscape:label="#g9350">
<path <path
style="display:inline;opacity:1;fill:#2f343b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#2f343b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 37 130 L 37 154 L 63 154 L 63 130 L 37 130 z M 50 131 C 56.094 131 61 135.906 61 142 C 61 148.094 56.094 153 50 153 C 43.906 153 39 148.094 39 142 C 39 135.906 43.906 131 50 131 z " d="M 37 130 L 37 154 L 63 154 L 63 130 L 37 130 z M 40.5 131 L 41.5 131 L 58.5 131 L 59.5 131 C 60.885 131 62 132.115 62 133.5 L 62 150.5 C 62 151.885 60.885 153 59.5 153 L 58.5 153 L 41.5 153 L 40.5 153 C 39.115 153 38 151.885 38 150.5 L 38 133.5 C 38 132.115 39.115 131 40.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-6,-409.63782)"
id="rect9321-0-0-1" /> id="rect9321-0-0-1" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639174"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24.999998"
id="rect7903-7-3-4-9" id="rect7903-7-3-4-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -5004,23 +5003,23 @@
<rect <rect
style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#3a3e48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-5-6" id="rect7903-6-5-6"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#181b20;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#181b20;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-3-4" id="rect7903-7-2-3-4"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -5030,20 +5029,20 @@
transform="translate(106,61.999997)"> transform="translate(106,61.999997)">
<path <path
style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 123 67 C 129.094 67 134 71.906001 134 78 C 134 84.093999 129.094 89 123 89 C 116.906 89 112 84.093999 112 78 C 112 71.906001 116.906 67 123 67 z " d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 113.5 67 L 114.5 67 L 131.5 67 L 132.5 67 C 133.885 67 135 68.115 135 69.5 L 135 86.5 C 135 87.885 133.885 89 132.5 89 L 131.5 89 L 114.5 89 L 113.5 89 C 112.115 89 111 87.885 111 86.5 L 111 69.5 C 111 68.115 112.115 67 113.5 67 z "
id="rect9321-3-7" transform="translate(-113,-345.63782)"
transform="translate(-113,-345.63782)" /> id="rect9321-3-7" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-31-1" id="rect7903-7-31-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -5052,18 +5051,18 @@
transform="translate(106,61.999997)"> transform="translate(106,61.999997)">
<path <path
style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 157 67 C 163.094 67 168 71.906001 168 78 C 168 84.093999 163.094 89 157 89 C 150.906 89 146 84.093999 146 78 C 146 71.906001 150.906 67 157 67 z " d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 147.5 67 L 148.5 67 L 165.5 67 L 166.5 67 C 167.885 67 169 68.115 169 69.5 L 169 86.5 C 169 87.885 167.885 89 166.5 89 L 165.5 89 L 148.5 89 L 147.5 89 C 146.115 89 145 87.885 145 86.5 L 145 69.5 C 145 68.115 146.115 67 147.5 67 z "
id="rect9321-0-2-2" transform="translate(-113,-345.63782)"
transform="translate(-113,-345.63782)" /> id="rect9321-0-2-2" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639177"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="25"
id="rect7903-7-3-7-7" id="rect7903-7-3-7-7"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -5074,22 +5073,21 @@
inkscape:label="#g9335" inkscape:label="#g9335"
clip-path="url(#clipPath5131)"> clip-path="url(#clipPath5131)">
<path <path
inkscape:connector-curvature="0"
style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 3,130 0,24 26,0 0,-24 -26,0 z m 13,1 c 6.094,0 11,4.906 11,11 0,6.094 -4.906,11 -11,11 -6.094,0 -11,-4.906 -11,-11 0,-6.094 4.906,-11 11,-11 z" d="M 115 130 L 115 154 L 141 154 L 141 130 L 115 130 z M 118.5 131 L 119.5 131 L 136.5 131 L 137.5 131 C 138.885 131 140 132.115 140 133.5 L 140 150.5 C 140 151.885 138.885 153 137.5 153 L 136.5 153 L 119.5 153 L 118.5 153 C 117.115 153 116 151.885 116 150.5 L 116 133.5 C 116 132.115 117.115 131 118.5 131 z "
transform="translate(-6,-409.63782)" transform="matrix(-1,0,0,1,138,-409.63782)"
id="rect9321-6-7-4" /> id="rect9321-6-7-4" />
<rect <rect
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613593"
y="-279.13782" y="-279.13782"
x="-1.5" x="-1.5000001"
height="23" height="23"
width="23" width="24"
id="rect7903-7-1-6-9" id="rect7903-7-1-6-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2d3036;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(103,126)" transform="translate(103,126)"
@ -5098,20 +5096,19 @@
inkscape:label="#g9350" inkscape:label="#g9350"
clip-path="url(#clipPath5158)"> clip-path="url(#clipPath5158)">
<path <path
inkscape:connector-curvature="0"
style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#444852;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 37,130 0,24 26,0 0,-24 -26,0 z m 13,1 c 6.094,0 11,4.906 11,11 0,6.094 -4.906,11 -11,11 -6.094,0 -11,-4.906 -11,-11 0,-6.094 4.906,-11 11,-11 z" d="M 141 130 L 141 154 L 167 154 L 167 130 L 141 130 z M 144.5 131 L 145.5 131 L 162.5 131 L 163.5 131 C 164.885 131 166 132.115 166 133.5 L 166 150.5 C 166 151.885 164.885 153 163.5 153 L 162.5 153 L 145.5 153 L 144.5 153 C 143.115 153 142 151.885 142 150.5 L 142 133.5 C 142 132.115 143.115 131 144.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-110,-409.63782)"
id="rect9321-0-0-1-3" /> id="rect9321-0-0-1-3" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-4-9-5" id="rect7903-7-3-4-9-5"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 918 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 927 B

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 763 B

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 934 B

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 324 B

View File

@ -565,11 +565,11 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="5.6568542" inkscape:zoom="1"
inkscape:cx="449.14178" inkscape:cx="83.616238"
inkscape:cy="382.90905" inkscape:cy="357.69052"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer3"
showgrid="false" showgrid="false"
showborder="false" showborder="false"
inkscape:window-width="1366" inkscape:window-width="1366"
@ -1746,25 +1746,25 @@
id="rect9321-3" id="rect9321-3"
style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect <rect
rx="11" rx="2.5"
y="-278.63782" y="-278.63782"
x="-1" x="-2"
height="21.999998" height="22"
width="22" width="24"
id="rect7903-93" id="rect7903-93"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
ry="10.999999" /> ry="2.5" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-31" id="rect7903-7-31"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -1779,23 +1779,23 @@
id="rect9321-0-2" id="rect9321-0-2"
style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect <rect
ry="10.999999" ry="2.5"
rx="11" rx="2.5"
y="-278.63782" y="-278.63782"
x="33" x="32"
height="21.999998" height="21.999998"
width="22" width="24"
id="rect7903-2-7" id="rect7903-2-7"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639174"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24.999998"
id="rect7903-7-3-7" id="rect7903-7-3-7"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1816,23 +1816,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-8" id="rect7903-6-8"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-7" id="rect7903-7-2-7"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353316"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -1842,20 +1842,20 @@
inkscape:label="#g9335"> inkscape:label="#g9335">
<path <path
style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 98 L 3 122 L 29 122 L 29 98 L 3 98 z M 16 99 C 22.094 99 27 103.906 27 110 C 27 116.094 22.094 121 16 121 C 9.906 121 5 116.094 5 110 C 5 103.906 9.906 99 16 99 z " d="M 3 98 L 3 122 L 29 122 L 29 98 L 3 98 z M 6.5 99 L 7.5 99 L 24.5 99 L 25.5 99 C 26.885 99 28 100.115 28 101.5 L 28 118.5 C 28 119.885 26.885 121 25.5 121 L 24.5 121 L 7.5 121 L 6.5 121 C 5.115 121 4 119.885 4 118.5 L 4 101.5 C 4 100.115 5.115 99 6.5 99 z "
transform="translate(-6,-377.63782)" transform="translate(-6,-377.63782)"
id="rect9321-6" /> id="rect9321-6" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-1" id="rect7903-7-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(-1,93.999999)" transform="translate(-1,93.999999)"
@ -1864,18 +1864,18 @@
inkscape:label="#g9350"> inkscape:label="#g9350">
<path <path
style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 37 98 L 37 122 L 63 122 L 63 98 L 37 98 z M 50 99 C 56.094 99 61 103.906 61 110 C 61 116.094 56.094 121 50 121 C 43.906 121 39 116.094 39 110 C 39 103.906 43.906 99 50 99 z " d="M 37 98 L 37 122 L 63 122 L 63 98 L 37 98 z M 40.5 99 L 41.5 99 L 58.5 99 L 59.5 99 C 60.885 99 62 100.115 62 101.5 L 62 118.5 C 62 119.885 60.885 121 59.5 121 L 58.5 121 L 41.5 121 L 40.5 121 C 39.115 121 38 119.885 38 118.5 L 38 101.5 C 38 100.115 39.115 99 40.5 99 z "
transform="translate(-6,-377.63782)" transform="translate(-6,-377.63782)"
id="rect9321-0-0" /> id="rect9321-0-0" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639174"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24.999998"
id="rect7903-7-3-4" id="rect7903-7-3-4"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1896,23 +1896,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-5" id="rect7903-6-5"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-3" id="rect7903-7-2-3"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<rect <rect
@ -1931,20 +1931,20 @@
clip-path="url(#clipPath4466)"> clip-path="url(#clipPath4466)">
<path <path
style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 173 L 3 197 L 29 197 L 29 173 L 3 173 z M 6 174 L 26 174 C 26.554 174 27 174.446 27 175 L 27 195 C 27 195.554 26.554 196 26 196 L 6 196 C 5.446 196 5 195.554 5 195 L 5 175 C 5 174.446 5.446 174 6 174 z " d="M 3 173 L 3 197 L 29 197 L 29 173 L 3 173 z M 6 174 L 6.5 174 L 25.5 174 L 26 174 C 26.296418 174 26.553519 174.1343 26.736328 174.33789 C 27.488884 174.76781 28 175.56782 28 176.5 L 28 193.5 C 28 194.43218 27.488884 195.23219 26.736328 195.66211 C 26.553519 195.8657 26.296418 196 26 196 L 25.5 196 L 6.5 196 L 6 196 C 5.7035817 196 5.4464809 195.8657 5.2636719 195.66211 C 4.5111162 195.23219 4 194.43218 4 193.5 L 4 176.5 C 4 175.56782 4.5111162 174.76781 5.2636719 174.33789 C 5.4464809 174.1343 5.7035817 174 6 174 z "
transform="translate(-6,-452.63782)" transform="translate(-6,-452.63782)"
id="rect9321-4" /> id="rect9321-4" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-6" id="rect7903-7-8-6"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -1954,18 +1954,18 @@
clip-path="url(#clipPath4470)"> clip-path="url(#clipPath4470)">
<path <path
style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 28 173 L 28 197 L 54 197 L 54 173 L 28 173 z M 31 174 L 51 174 C 51.554 174 52 174.446 52 175 L 52 195 C 52 195.554 51.554 196 51 196 L 31 196 C 30.446 196 30 195.554 30 195 L 30 175 C 30 174.446 30.446 174 31 174 z " d="M 28 173 L 28 197 L 54 197 L 54 173 L 28 173 z M 31 174 L 31.5 174 L 50.5 174 L 51 174 C 51.296418 174 51.553519 174.1343 51.736328 174.33789 C 52.488884 174.76781 53 175.56782 53 176.5 L 53 193.5 C 53 194.43218 52.488884 195.23219 51.736328 195.66211 C 51.553519 195.8657 51.296418 196 51 196 L 50.5 196 L 31.5 196 L 31 196 C 30.703582 196 30.446481 195.8657 30.263672 195.66211 C 29.511116 195.23219 29 194.43218 29 193.5 L 29 176.5 C 29 175.56782 29.511116 174.76781 30.263672 174.33789 C 30.446481 174.1343 30.703582 174 31 174 z "
transform="translate(3,-452.63782)" transform="translate(3,-452.63782)"
id="rect9321-0-5" /> id="rect9321-0-5" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1" id="rect7903-7-3-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -1987,23 +1987,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7" id="rect7903-6-7"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="1"
ry="1" /> ry="1" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0" id="rect7903-7-2-0"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2014,20 +2014,20 @@
transform="translate(-1,199)"> transform="translate(-1,199)">
<path <path
style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 203 L 3 227 L 29 227 L 29 203 L 3 203 z M 6 204 L 26 204 C 26.554 204 27 204.446 27 205 L 27 225 C 27 225.554 26.554 226 26 226 L 6 226 C 5.446 226 5 225.554 5 225 L 5 205 C 5 204.446 5.446 204 6 204 z " d="M 3 203 L 3 227 L 29 227 L 29 203 L 3 203 z M 6 204 L 6.5 204 L 25.5 204 L 26 204 C 26.296418 204 26.553519 204.1343 26.736328 204.33789 C 27.488884 204.76781 28 205.56782 28 206.5 L 28 223.5 C 28 224.43218 27.488884 225.23219 26.736328 225.66211 C 26.553519 225.8657 26.296418 226 26 226 L 25.5 226 L 6.5 226 L 6 226 C 5.7035817 226 5.4464809 225.8657 5.2636719 225.66211 C 4.5111162 225.23219 4 224.43218 4 223.5 L 4 206.5 C 4 205.56782 4.5111162 204.76781 5.2636719 204.33789 C 5.4464809 204.1343 5.7035817 204 6 204 z "
transform="translate(-6,-482.63782)" transform="translate(-6,-482.63782)"
id="rect9321-4-9" /> id="rect9321-4-9" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-9" id="rect7903-7-8-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2037,18 +2037,18 @@
transform="translate(-10,199)"> transform="translate(-10,199)">
<path <path
style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 28 203 L 28 227 L 54 227 L 54 203 L 28 203 z M 31 204 L 51 204 C 51.554 204 52 204.446 52 205 L 52 225 C 52 225.554 51.554 226 51 226 L 31 226 C 30.446 226 30 225.554 30 225 L 30 205 C 30 204.446 30.446 204 31 204 z " d="M 28 203 L 28 227 L 54 227 L 54 203 L 28 203 z M 31 204 L 31.5 204 L 50.5 204 L 51 204 C 51.296418 204 51.553519 204.1343 51.736328 204.33789 C 52.488884 204.76781 53 205.56782 53 206.5 L 53 223.5 C 53 224.43218 52.488884 225.23219 51.736328 225.66211 C 51.553519 225.8657 51.296418 226 51 226 L 50.5 226 L 31.5 226 L 31 226 C 30.703582 226 30.446481 225.8657 30.263672 225.66211 C 29.511116 225.23219 29 224.43218 29 223.5 L 29 206.5 C 29 205.56782 29.511116 204.76781 30.263672 204.33789 C 30.446481 204.1343 30.703582 204 31 204 z "
transform="translate(3,-482.63782)" transform="translate(3,-482.63782)"
id="rect9321-0-5-3" /> id="rect9321-0-5-3" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-0" id="rect7903-7-3-1-0"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2070,23 +2070,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-4" id="rect7903-6-7-4"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="1"
ry="1" /> ry="1" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-8" id="rect7903-7-2-0-8"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613592"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2239,20 +2239,20 @@
transform="matrix(-1,0,0,1,146,169)"> transform="matrix(-1,0,0,1,146,169)">
<path <path
style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 130 173 L 130 197 L 156 197 L 156 173 L 130 173 z M 133 174 L 153 174 C 153.554 174 154 174.446 154 175 L 154 195 C 154 195.554 153.554 196 153 196 L 133 196 C 132.446 196 132 195.554 132 195 L 132 175 C 132 174.446 132.446 174 133 174 z " d="M 130 173 L 130 197 L 156 197 L 156 173 L 130 173 z M 133 174 L 133.5 174 L 152.5 174 L 153 174 C 153.29642 174 153.55352 174.1343 153.73633 174.33789 C 154.48888 174.76781 155 175.56782 155 176.5 L 155 193.5 C 155 194.43218 154.48888 195.23219 153.73633 195.66211 C 153.55352 195.8657 153.29642 196 153 196 L 152.5 196 L 133.5 196 L 133 196 C 132.70358 196 132.44648 195.8657 132.26367 195.66211 C 131.51112 195.23219 131 194.43218 131 193.5 L 131 176.5 C 131 175.56782 131.51112 174.76781 132.26367 174.33789 C 132.44648 174.1343 132.70358 174 133 174 z "
transform="matrix(-1,0,0,1,153,-452.63782)" transform="matrix(-1,0,0,1,153,-452.63782)"
id="rect9321-4-5" /> id="rect9321-4-5" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-76" id="rect7903-7-8-76"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2262,18 +2262,18 @@
clip-path="url(#clipPath4470-6)"> clip-path="url(#clipPath4470-6)">
<path <path
style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 105 173 L 105 197 L 131 197 L 131 173 L 105 173 z M 108 174 L 128 174 C 128.554 174 129 174.446 129 175 L 129 195 C 129 195.554 128.554 196 128 196 L 108 196 C 107.446 196 107 195.554 107 195 L 107 175 C 107 174.446 107.446 174 108 174 z " d="M 105 173 L 105 197 L 131 197 L 131 173 L 105 173 z M 108 174 L 108.5 174 L 127.5 174 L 128 174 C 128.29642 174 128.55352 174.1343 128.73633 174.33789 C 129.48888 174.76781 130 175.56782 130 176.5 L 130 193.5 C 130 194.43218 129.48888 195.23219 128.73633 195.66211 C 128.55352 195.8657 128.29642 196 128 196 L 127.5 196 L 108.5 196 L 108 196 C 107.70358 196 107.44648 195.8657 107.26367 195.66211 C 106.51112 195.23219 106 194.43218 106 193.5 L 106 176.5 C 106 175.56782 106.51112 174.76781 107.26367 174.33789 C 107.44648 174.1343 107.70358 174 108 174 z "
transform="matrix(-1,0,0,1,162,-452.63782)" transform="matrix(-1,0,0,1,162,-452.63782)"
id="rect9321-0-5-4" /> id="rect9321-0-5-4" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613572"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-2" id="rect7903-7-3-1-2"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2295,23 +2295,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-5" id="rect7903-6-7-5"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="1"
ry="1" /> ry="1" />
<rect <rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-5" id="rect7903-7-2-0-5"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -2322,20 +2322,20 @@
transform="matrix(-1,0,0,1,146,199)"> transform="matrix(-1,0,0,1,146,199)">
<path <path
style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 130 203 L 130 227 L 156 227 L 156 203 L 130 203 z M 133 204 L 153 204 C 153.554 204 154 204.446 154 205 L 154 225 C 154 225.554 153.554 226 153 226 L 133 226 C 132.446 226 132 225.554 132 225 L 132 205 C 132 204.446 132.446 204 133 204 z " d="M 130 203 L 130 227 L 156 227 L 156 203 L 130 203 z M 133 204 L 133.5 204 L 152.5 204 L 153 204 C 153.29642 204 153.55352 204.1343 153.73633 204.33789 C 154.48888 204.76781 155 205.56782 155 206.5 L 155 223.5 C 155 224.43218 154.48888 225.23219 153.73633 225.66211 C 153.55352 225.8657 153.29642 226 153 226 L 152.5 226 L 133.5 226 L 133 226 C 132.70358 226 132.44648 225.8657 132.26367 225.66211 C 131.51112 225.23219 131 224.43218 131 223.5 L 131 206.5 C 131 205.56782 131.51112 204.76781 132.26367 204.33789 C 132.44648 204.1343 132.70358 204 133 204 z "
transform="matrix(-1,0,0,1,153,-482.63782)" transform="matrix(-1,0,0,1,153,-482.63782)"
id="rect9321-4-9-9" /> id="rect9321-4-9-9" />
<rect <rect
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="24"
id="rect7903-7-8-9-1" id="rect7903-7-8-9-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="2" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -2345,18 +2345,18 @@
transform="matrix(-1,0,0,1,155,199)"> transform="matrix(-1,0,0,1,155,199)">
<path <path
style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 105 203 L 105 227 L 131 227 L 131 203 L 105 203 z M 108 204 L 128 204 C 128.554 204 129 204.446 129 205 L 129 225 C 129 225.554 128.554 226 128 226 L 108 226 C 107.446 226 107 225.554 107 225 L 107 205 C 107 204.446 107.446 204 108 204 z " d="M 105 203 L 105 227 L 131 227 L 131 203 L 105 203 z M 108 204 L 108.5 204 L 127.5 204 L 128 204 C 128.29642 204 128.55352 204.1343 128.73633 204.33789 C 129.48888 204.76781 130 205.56782 130 206.5 L 130 223.5 C 130 224.43218 129.48888 225.23219 128.73633 225.66211 C 128.55352 225.8657 128.29642 226 128 226 L 127.5 226 L 108.5 226 L 108 226 C 107.70358 226 107.44648 225.8657 107.26367 225.66211 C 106.51112 225.23219 106 224.43218 106 223.5 L 106 206.5 C 106 205.56782 106.51112 204.76781 107.26367 204.33789 C 107.44648 204.1343 107.70358 204 108 204 z "
transform="matrix(-1,0,0,1,162,-482.63782)" transform="matrix(-1,0,0,1,162,-482.63782)"
id="rect9321-0-5-3-7" /> id="rect9321-0-5-3-7" />
<rect <rect
ry="2" ry="3"
rx="2" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613572"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-1-0-4" id="rect7903-7-3-1-0-4"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -2378,23 +2378,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-7-4-7" id="rect7903-6-7-4-7"
width="22" width="23"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="1" rx="1"
ry="1" /> ry="1" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-0-8-2" id="rect7903-7-2-0-8-2"
width="23" width="24"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613591"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="2" rx="3"
ry="2" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -4995,20 +4995,20 @@
inkscape:label="#g9335"> inkscape:label="#g9335">
<path <path
style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3 130 L 3 154 L 29 154 L 29 130 L 3 130 z M 16 131 C 22.094 131 27 135.906 27 142 C 27 148.094 22.094 153 16 153 C 9.906 153 5 148.094 5 142 C 5 135.906 9.906 131 16 131 z " d="M 3 130 L 3 154 L 29 154 L 29 130 L 3 130 z M 6.5 131 L 7.5 131 L 24.5 131 L 25.5 131 C 26.885 131 28 132.115 28 133.5 L 28 150.5 C 28 151.885 26.885 153 25.5 153 L 24.5 153 L 7.5 153 L 6.5 153 C 5.115 153 4 151.885 4 150.5 L 4 133.5 C 4 132.115 5.115 131 6.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-6,-409.63782)"
id="rect9321-6-7" /> id="rect9321-6-7" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639157"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-1-6" id="rect7903-7-1-6"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(-1,126)" transform="translate(-1,126)"
@ -5017,18 +5017,18 @@
inkscape:label="#g9350"> inkscape:label="#g9350">
<path <path
style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 37 130 L 37 154 L 63 154 L 63 130 L 37 130 z M 50 131 C 56.094 131 61 135.906 61 142 C 61 148.094 56.094 153 50 153 C 43.906 153 39 148.094 39 142 C 39 135.906 43.906 131 50 131 z " d="M 37 130 L 37 154 L 63 154 L 63 130 L 37 130 z M 40.5 131 L 41.5 131 L 58.5 131 L 59.5 131 C 60.885 131 62 132.115 62 133.5 L 62 150.5 C 62 151.885 60.885 153 59.5 153 L 58.5 153 L 41.5 153 L 40.5 153 C 39.115 153 38 151.885 38 150.5 L 38 133.5 C 38 132.115 39.115 131 40.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-6,-409.63782)"
id="rect9321-0-0-1" /> id="rect9321-0-0-1" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639177"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="25"
id="rect7903-7-3-4-9" id="rect7903-7-3-4-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -5049,23 +5049,23 @@
<rect <rect
style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
id="rect7903-6-5-6" id="rect7903-6-5-6"
width="22" width="24"
height="21.999998" height="21.999998"
x="67" x="66"
y="-278.63782" y="-278.63782"
rx="11" rx="2.5"
ry="10.999999" /> ry="2.5" />
<rect <rect
style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7903-7-2-3-4" id="rect7903-7-2-3-4"
width="23" width="25"
height="23" height="23"
x="66.5" x="65.5"
y="-279.13782" y="-279.13782"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
rx="11.5" rx="3.0000002"
ry="11.5" /> ry="3" />
</g> </g>
</g> </g>
<g <g
@ -5075,20 +5075,20 @@
transform="translate(106,61.999997)"> transform="translate(106,61.999997)">
<path <path
style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 123 67 C 129.094 67 134 71.906001 134 78 C 134 84.093999 129.094 89 123 89 C 116.906 89 112 84.093999 112 78 C 112 71.906001 116.906 67 123 67 z " d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 113.5 67 L 114.5 67 L 131.5 67 L 132.5 67 C 133.885 67 135 68.115 135 69.5 L 135 86.5 C 135 87.885 133.885 89 132.5 89 L 131.5 89 L 114.5 89 L 113.5 89 C 112.115 89 111 87.885 111 86.5 L 111 69.5 C 111 68.115 112.115 67 113.5 67 z "
id="rect9321-3-7" transform="translate(-113,-345.63782)"
transform="translate(-113,-345.63782)" /> id="rect9321-3-7" />
<rect <rect
rx="11.5" rx="3.0000002"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639158"
y="-279.13782" y="-279.13782"
x="-1.5" x="-2.5"
height="23" height="23"
width="23" width="25"
id="rect7903-7-31-1" id="rect7903-7-31-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
style="display:inline" style="display:inline"
@ -5097,18 +5097,18 @@
transform="translate(106,61.999997)"> transform="translate(106,61.999997)">
<path <path
style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 157 67 C 163.094 67 168 71.906001 168 78 C 168 84.093999 163.094 89 157 89 C 150.906 89 146 84.093999 146 78 C 146 71.906001 150.906 67 157 67 z " d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 147.5 67 L 148.5 67 L 165.5 67 L 166.5 67 C 167.885 67 169 68.115 169 69.5 L 169 86.5 C 169 87.885 167.885 89 166.5 89 L 165.5 89 L 148.5 89 L 147.5 89 C 146.115 89 145 87.885 145 86.5 L 145 69.5 C 145 68.115 146.115 67 147.5 67 z "
id="rect9321-0-2-2" transform="translate(-113,-345.63782)"
transform="translate(-113,-345.63782)" /> id="rect9321-0-2-2" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-5.0639174"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24.999998"
id="rect7903-7-3-7-7" id="rect7903-7-3-7-7"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
@ -5119,22 +5119,21 @@
inkscape:label="#g9335" inkscape:label="#g9335"
clip-path="url(#clipPath5131)"> clip-path="url(#clipPath5131)">
<path <path
inkscape:connector-curvature="0"
style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 3,130 0,24 26,0 0,-24 -26,0 z m 13,1 c 6.094,0 11,4.906 11,11 0,6.094 -4.906,11 -11,11 -6.094,0 -11,-4.906 -11,-11 0,-6.094 4.906,-11 11,-11 z" d="M 115 130 L 115 154 L 141 154 L 141 130 L 115 130 z M 118.5 131 L 119.5 131 L 136.5 131 L 137.5 131 C 138.885 131 140 132.115 140 133.5 L 140 150.5 C 140 151.885 138.885 153 137.5 153 L 136.5 153 L 119.5 153 L 118.5 153 C 117.115 153 116 151.885 116 150.5 L 116 133.5 C 116 132.115 117.115 131 118.5 131 z "
transform="translate(-6,-409.63782)" transform="matrix(-1,0,0,1,138,-409.63782)"
id="rect9321-6-7-4" /> id="rect9321-6-7-4" />
<rect <rect
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613593"
y="-279.13782" y="-279.13782"
x="-1.5" x="-1.5000001"
height="23" height="23"
width="23" width="24"
id="rect7903-7-1-6-9" id="rect7903-7-1-6-9"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
ry="11.5" /> ry="3" />
</g> </g>
<g <g
transform="translate(103,126)" transform="translate(103,126)"
@ -5143,20 +5142,19 @@
inkscape:label="#g9350" inkscape:label="#g9350"
clip-path="url(#clipPath5158)"> clip-path="url(#clipPath5158)">
<path <path
inkscape:connector-curvature="0"
style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 37,130 0,24 26,0 0,-24 -26,0 z m 13,1 c 6.094,0 11,4.906 11,11 0,6.094 -4.906,11 -11,11 -6.094,0 -11,-4.906 -11,-11 0,-6.094 4.906,-11 11,-11 z" d="M 141 130 L 141 154 L 167 154 L 167 130 L 141 130 z M 144.5 131 L 145.5 131 L 162.5 131 L 163.5 131 C 164.885 131 166 132.115 166 133.5 L 166 150.5 C 166 151.885 164.885 153 163.5 153 L 162.5 153 L 145.5 153 L 144.5 153 C 143.115 153 142 151.885 142 150.5 L 142 133.5 C 142 132.115 143.115 131 144.5 131 z "
transform="translate(-6,-409.63782)" transform="translate(-110,-409.63782)"
id="rect9321-0-0-1-3" /> id="rect9321-0-0-1-3" />
<rect <rect
ry="11.5" ry="3"
rx="11.5" rx="3"
inkscape:transform-center-y="0.42353254" inkscape:transform-center-y="0.42353254"
inkscape:transform-center-x="-4.6588025" inkscape:transform-center-x="-4.8613611"
y="-279.13782" y="-279.13782"
x="32.5" x="31.500002"
height="23" height="23"
width="23" width="24"
id="rect7903-7-3-4-9-5" id="rect7903-7-3-4-9-5"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 789 B

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 934 B

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 789 B

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 321 B

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3; color: #D3DAE3;
border-color: #2d3036; border-color: #2d3036;
background-color: #383c45; background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); } background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2813,15 +2813,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3033,7 +3033,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(207, 218, 231, 0.8); color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97); border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2814,15 +2814,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3034,7 +3034,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(207, 218, 231, 0.8); color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97); border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3; color: #D3DAE3;
border-color: #2d3036; border-color: #2d3036;
background-color: #383c45; background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); } background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2813,15 +2813,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3033,7 +3033,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(207, 218, 231, 0.8); color: rgba(207, 218, 231, 0.8);
border-color: #181b1f; border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9)); background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2814,15 +2814,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3034,7 +3034,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(207, 218, 231, 0.8); color: rgba(207, 218, 231, 0.8);
border-color: #181b1f; border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9)); background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2813,15 +2813,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3033,7 +3033,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(82, 93, 118, 0.8); color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));

View File

@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }
@ -2813,15 +2813,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; } outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; } box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; } outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; } box-shadow: 1px 0 #5294E2; }
@ -3033,7 +3033,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; } outline-color: transparent; }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
color: rgba(82, 93, 118, 0.8); color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));

View File

@ -243,15 +243,15 @@ GbSearchBox.linked {
> GtkMenuButton.button:last-child:dir(ltr) { > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; outline-radius: 0 1px 1px 0;
&:hover { box-shadow: -1px 0 $selected_bg_color; } &:hover { box-shadow: -1px 0 $selected_bg_color; }
} }
> GtkMenuButton.button:first-child:dir(rtl) { > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; outline-radius: 1px 0 0 1px;
&:hover { box-shadow: 1px 0 $selected_bg_color; } &:hover { box-shadow: 1px 0 $selected_bg_color; }
} }
@ -537,7 +537,7 @@ MarlinViewWindow *:selected:focus {
} }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
@include entry(header-normal); @include entry(header-normal);
&:focus { @include entry(header-focus) } &:focus { @include entry(header-focus) }

View File

@ -213,11 +213,11 @@ GtkFlowBox .grid-child {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms $ease-out-quad; transition: all 200ms $ease-out-quad;
@include entry(normal); @include entry(normal);
.header-bar & { padding: 6px 11px; } .header-bar & { padding: 6px; }
//&.image { // icons inside the entry //&.image { // icons inside the entry
// &.left { padding-left: 0; } // &.left { padding-left: 0; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3; color: #D3DAE3;
border-color: #2d3036; border-color: #2d3036;
background-color: #383c45; background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); } background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3; color: #D3DAE3;
border-color: #2d3036; border-color: #2d3036;
background-color: #383c45; background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); } background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -141,14 +141,14 @@ GtkTextView {
.entry { .entry {
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c; color: #5c616c;
border-color: #cfd6e6; border-color: #cfd6e6;
background-color: #ffffff; background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry { .header-bar .entry {
padding: 6px 11px; } padding: 6px; }
.entry.image { .entry.image {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; } padding-right: 3px; }

View File

@ -291,15 +291,15 @@ GbSearchBox.linked {
> GtkMenuButton.button:last-child:dir(ltr) { > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none; border-left-style: none;
border-radius: 0 14.5px 14.5px 0; border-radius: 0 3px 3px 0;
outline-radius: 0 12.5px 12.5px 0; outline-radius: 0 1px 1px 0;
&:hover { box-shadow: -1px 0 $selected_bg_color; } &:hover { box-shadow: -1px 0 $selected_bg_color; }
} }
> GtkMenuButton.button:first-child:dir(rtl) { > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none; border-right-style: none;
border-radius: 14.5px 0 0 14.5px; border-radius: 3px 0 0 3px;
outline-radius: 12.5px 0 0 12.5px; outline-radius: 1px 0 0 1px;
&:hover { box-shadow: 1px 0 $selected_bg_color; } &:hover { box-shadow: 1px 0 $selected_bg_color; }
} }
@ -585,7 +585,7 @@ MarlinViewWindow *:selected:focus {
} }
.marlin-pathbar.pathbar { .marlin-pathbar.pathbar {
border-radius: 14.5px; border-radius: 3px;
@include entry(header-normal); @include entry(header-normal);
&:focus { @include entry(header-focus) } &:focus { @include entry(header-focus) }

View File

@ -213,11 +213,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
border: 1px solid; border: 1px solid;
padding: 5px 8px 6px; padding: 5px 8px 6px;
border-radius: 15px; border-radius: 3px;
transition: all 200ms $ease-out-quad; transition: all 200ms $ease-out-quad;
@include entry(normal); @include entry(normal);
.header-bar & { padding: 6px 11px; } .header-bar & { padding: 6px; }
//&.image { // icons inside the entry //&.image { // icons inside the entry
// &.left { padding-left: 0; } // &.left { padding-left: 0; }