Menu - Use a more neutral white text on dark grey background

This commit is contained in:
Antoine Le Gonidec 2024-07-25 12:17:18 +02:00
parent 760012f669
commit f37da22512
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
14 changed files with 33 additions and 30 deletions

View file

@ -21,6 +21,10 @@ html {
--colortest: bisque ; --colortest: bisque ;
--header-background: #e7453a; --header-background: #e7453a;
--header-font: white; --header-font: white;
--menu-background: #454545;
--menu-background-hover: #555555;
--menu-background-active: black;
--menu-font: white;
} }
/* Index */ /* Index */
@ -841,7 +845,7 @@ img.sort, .sort {
/* Level 1 active button. */ /* Level 1 active button. */
.dropmenu a.active, #top_info a.active { .dropmenu a.active, #top_info a.active {
font-weight: bold; font-weight: bold;
background: var(--color2) ; background: var(--menu-background-active) ;
} }
/* Level 1 hover effects. */ /* Level 1 hover effects. */
.dropmenu > li:hover > a, .dropmenu > li:hover > a,
@ -851,9 +855,8 @@ img.sort, .sort {
#top_info > li:focus > a, #top_info > li:focus > a,
#top_info > li > a:focus, #top_info > li > a:focus,
#top_info > li > a.open { #top_info > li > a.open {
background: var(--mmf-color); background: var(--menu-background-hover);
cursor: pointer; cursor: pointer;
color: var(--neutral-light-color);
border: none; border: none;
} }
/* Level 1 active button. */ /* Level 1 active button. */
@ -861,7 +864,7 @@ img.sort, .sort {
.dropmenu li a.active:focus, .dropmenu li a.active:focus,
.dropmenu li:hover a.active, .dropmenu li:hover a.active,
.dropmenu li:focus a.active { .dropmenu li:focus a.active {
background: var(--mmf-color); background: var(--menu-background-active);
font-weight: bold; font-weight: bold;
} }
@ -4408,8 +4411,8 @@ h2.profile_hd::before,
.khbb_nav .error { .khbb_nav .error {
margin-left: 3px; margin-left: 3px;
padding: 3px 6px 0px 6px; padding: 3px 6px 0px 6px;
background: var(--color5); background: var(--menu-background-active);
color: var(--neutral-light-color); color: var(--menu-font);
clip-path: circle(50%); clip-path: circle(50%);
position: absolute; position: absolute;
top: 0; top: 0;
@ -4631,7 +4634,7 @@ img.theme_thumbnail {
position: relative; position: relative;
width: 100%; width: 100%;
display: flex; display: flex;
background-color: rgba(255,255,255,0.5); background-color: var(--menu-background);
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
z-index: 99; z-index: 99;
@ -4648,7 +4651,7 @@ img.theme_thumbnail {
} }
.khbb_nav ul li a{ .khbb_nav ul li a{
color: var(--dark-color); color: var(--menu-font);
padding: 0 0.2em; padding: 0 0.2em;
margin: 0 0.2em; margin: 0 0.2em;
font-size: 0.9em; font-size: 0.9em;
@ -4673,14 +4676,14 @@ img.theme_thumbnail {
} }
.khbb_nav ul li:hover img { .khbb_nav ul li:hover img {
clip-path: circle(50%); clip-path: circle(50%);
background-color: var(--neutral-light-color); background-color: var(--menu-background-active);
} }
.khbb_nav ul li a:hover .khbb_subtitlemenu, .khbb_nav ul li a:focus .khbb_subtitlemenu { .khbb_nav ul li a:hover .khbb_subtitlemenu, .khbb_nav ul li a:focus .khbb_subtitlemenu {
color: var(--neutral-light-color) ; color: var(--neutral-light-color) ;
} }
.khbb_subtitlemenu { .khbb_subtitlemenu {
color:var(--mmf-color); color:var(--menu-font);
text-align: center; text-align: center;
padding: 5px; padding: 5px;
z-index: 1; z-index: 1;

View file

@ -55,7 +55,7 @@
id="rect1386-5-6-7-48-3-4" id="rect1386-5-6-7-48-3-4"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(0.90648265,0,0,0.90648265,-87.855149,86.244072)" transform="matrix(0.90648265,0,0,0.90648265,-87.855149,86.244072)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-6-3);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-6-3);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-6-2-6-2-1-8-9-7" id="text833-6-2-6-2-1-8-9-7"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -57,7 +57,7 @@
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
xml:space="preserve" xml:space="preserve"
id="text833-6-2-6-2-1-4-1" id="text833-6-2-6-2-1-4-1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-44-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-44-5);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.97438646,0,0,0.97438646,40.466307,70.486654)"><tspan transform="matrix(0.97438646,0,0,0.97438646,40.466307,70.486654)"><tspan
x="20.339844" x="20.339844"
y="64.198744" y="64.198744"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -55,7 +55,7 @@
id="rect1386-5-6-7-9-3-2" id="rect1386-5-6-7-9-3-2"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(0.9743676,0,0,0.9743676,-85.786138,13.365496)" transform="matrix(0.9743676,0,0,0.9743676,-85.786138,13.365496)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-91);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-91);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-6-2-6-2-1-0" id="text833-6-2-6-2-1-0"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -55,7 +55,7 @@
id="rect1386-5-6-7-04-3-4" id="rect1386-5-6-7-04-3-4"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)" transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-6-2-6-2-1-1-6-5" id="text833-6-2-6-2-1-1-6-5"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -55,7 +55,7 @@
id="rect1386-5-6-7-04-3-4" id="rect1386-5-6-7-04-3-4"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)" transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-6-2-6-2-1-1-6-5" id="text833-6-2-6-2-1-1-6-5"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -56,7 +56,7 @@
id="rect1386-5-6-7-0-5-9" id="rect1386-5-6-7-0-5-9"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(0.97825566,0,0,0.97825566,-8.1152888,25.150822)" transform="matrix(0.97825566,0,0,0.97825566,-8.1152888,25.150822)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-36-3);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-36-3);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-8-8-9-0-3-3" id="text833-8-8-9-0-3-3"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -57,7 +57,7 @@
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
xml:space="preserve" xml:space="preserve"
id="text833-6-2-6-2-1-8-7" id="text833-6-2-6-2-1-8-7"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-7);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-7);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(1.1521431,0,0,1.1521431,36.362082,-7.5214783)"><tspan transform="matrix(1.1521431,0,0,1.1521431,36.362082,-7.5214783)"><tspan
x="20.339844" x="20.339844"
y="64.198744" y="64.198744"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -56,7 +56,7 @@
id="rect1386-5-6-7-7-0" id="rect1386-5-6-7-7-0"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(0.96098177,0,0,0.96098177,-7.1490544,70.61973)" transform="matrix(0.96098177,0,0,0.96098177,-7.1490544,70.61973)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-0-6);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-0-6);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-8-8-9-3-6" id="text833-8-8-9-3-6"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -55,7 +55,7 @@
id="rect1386-5-6-7-70-5-3" id="rect1386-5-6-7-70-5-3"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
transform="matrix(1.1335372,0,0,1.1335372,-91.333495,50.349654)" transform="matrix(1.1335372,0,0,1.1335372,-91.333495,50.349654)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-6);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-6);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text833-6-2-6-6" id="text833-6-2-6-6"
xml:space="preserve"><tspan xml:space="preserve"><tspan
x="20.339844" x="20.339844"

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -57,7 +57,7 @@
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
xml:space="preserve" xml:space="preserve"
id="text833-6-2-6-2-1-1-9-5" id="text833-6-2-6-2-1-1-9-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-6-2);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-6-2);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(1.1353551,0,0,1.1353551,223.02444,62.513521)"><tspan transform="matrix(1.1353551,0,0,1.1353551,223.02444,62.513521)"><tspan
x="20.339844" x="20.339844"
y="64.198744" y="64.198744"

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -56,7 +56,7 @@
y="40.152718" /><text y="40.152718" /><text
xml:space="preserve" xml:space="preserve"
id="text833-6-2-6-2-6" id="text833-6-2-6-2-6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-2);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-2);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(1.0484957,0,0,1.0484957,-87.572386,-30.446208)"><tspan transform="matrix(1.0484957,0,0,1.0484957,-87.572386,-30.446208)"><tspan
x="20.339844" x="20.339844"
y="64.198744" y="64.198744"

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -57,7 +57,7 @@
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
xml:space="preserve" xml:space="preserve"
id="text833-8-8-9-0-6-0-2" id="text833-8-8-9-0-6-0-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-3-1-7);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-3-1-7);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.94822194,0,0,0.94822194,15.66616,26.449715)"><tspan transform="matrix(0.94822194,0,0,0.94822194,15.66616,26.449715)"><tspan
x="20.339844" x="20.339844"
y="64.198744" y="64.198744"

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -55,24 +55,24 @@
transform="translate(13.875943,6.405953)"><rect transform="translate(13.875943,6.405953)"><rect
rx="0.42025912" rx="0.42025912"
ry="0.47302708" ry="0.47302708"
style="fill:#ffffff;fill-opacity:1;stroke:#e8304e;stroke-width:0.733997;stroke-opacity:1" style="fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:0.733997;stroke-opacity:1"
id="rect3000-6-59-2-58-1-7" id="rect3000-6-59-2-58-1-7"
width="8.2284594" width="8.2284594"
height="9.8124371" height="9.8124371"
x="238.97282" x="238.97282"
y="22.429596" /><g y="22.429596" /><g
style="stroke:#e8304e;stroke-opacity:1" style="stroke:#999999;stroke-opacity:1"
transform="matrix(0.89498245,0,0,0.89498245,659.27268,-46.219933)" transform="matrix(0.89498245,0,0,0.89498245,659.27268,-46.219933)"
id="g4708-6-7-9-7-92"><path id="g4708-6-7-9-7-92"><path
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" style="fill:none;stroke:#999999;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m -467.04131,79.930801 h 4.04062" d="m -467.04131,79.930801 h 4.04062"
id="path4500-2-2-1-3-2-0" id="path4500-2-2-1-3-2-0"
inkscape:connector-curvature="0" /><path inkscape:connector-curvature="0" /><path
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" style="fill:none;stroke:#999999;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m -467.04131,82.186848 h 4.04062" d="m -467.04131,82.186848 h 4.04062"
id="path4500-1-7-3-3-55-7-2" id="path4500-1-7-3-3-55-7-2"
inkscape:connector-curvature="0" /><path inkscape:connector-curvature="0" /><path
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" style="fill:none;stroke:#999999;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m -467.04131,84.442815 h 4.04062" d="m -467.04131,84.442815 h 4.04062"
id="path4500-17-2-7-4-5-2-3" id="path4500-17-2-7-4-5-2-3"
inkscape:connector-curvature="0" /></g></g><g inkscape:connector-curvature="0" /></g></g><g
@ -98,12 +98,12 @@
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path5197-3-8-3-1-9-1-8" id="path5197-3-8-3-1-9-1-8"
d="m 257.08354,30.300309 -5.84631,5.846322" d="m 257.08354,30.300309 -5.84631,5.846322"
style="fill:none;stroke:#e8304e;stroke-width:3.02191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path style="fill:none;stroke:#999999;stroke-width:3.02191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path5199-6-8-0-2-1-0-9" id="path5199-6-8-0-2-1-0-9"
d="m 257.33057,30.053296 1.43935,-1.439354" d="m 257.33057,30.053296 1.43935,-1.439354"
style="fill:none;stroke:#e8304e;stroke-width:3.02283;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path style="fill:none;stroke:#999999;stroke-width:3.02283;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
style="fill:#e8304e;fill-opacity:1;stroke:#8530bf;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:#999999;fill-opacity:1;stroke:#8530bf;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 249.96198,35.280985 -0.78239,2.919922 2.9291,-0.784855 z" d="m 249.96198,35.280985 -0.78239,2.919922 2.9291,-0.784855 z"
id="path7728-7-8-3-6-10-6-73" id="path7728-7-8-3-6-10-6-73"
inkscape:connector-curvature="0" /></g></g></g></g></g></svg> inkscape:connector-curvature="0" /></g></g></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB