dgy
/
hexagons
Archived
1
0
Fork 0

firefox careta

This commit is contained in:
deadguy 2020-04-30 00:04:46 -03:00
parent a98e539591
commit 3e2f925b67
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
13 changed files with 8029 additions and 3 deletions

View File

@ -0,0 +1,5 @@
// this goes in /usr/lib/firefox
var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
var newTabURL = "file:///home/deadguy/.mozilla/firefox/thsxpwyd.testing-1586723279098/startpage/index.html";
aboutNewTabService = Cc["@mozilla.org/browser/aboutnewtab-service;1"].getService(Ci.nsIAboutNewTabService);
aboutNewTabService.newTabURL = newTabURL;

View File

@ -0,0 +1,4 @@
// this goes in /usr/lib/firefox/defaults/pref
pref("general.config.filename", "autoconfig.cfg");
pref("general.config.obscure_value", 0);
pref("general.config.sandbox_enabled", false);

View File

@ -11,7 +11,6 @@ set incsearch
set period 1
set color256
set nopreview
# set previewer print
# All other settings need to go above this comment because reasons
set icons
@ -29,7 +28,7 @@ set icons
# Custom Functions
cmd open ${{
case $(file --mime-type $f -b) in
*) for f in $fx; do setsid $OPENER $f > /dev/null 2>&1 & done;;
*) for f in $fx; do setsid run-mailcap $f > /dev/null 2>&1 & done;;
esac
}}
@ -233,7 +232,6 @@ map w
map y
map c
map /
map e
map r
cmap <esc> cmd-escape

View File

@ -0,0 +1,27 @@
(function() {
// IMPORTANT: when there's no filename, be sure to include a trailing slash at the end.
const mypage = "file:///home/deadguy/.mozilla/firefox/thsxpwyd.testing-1586723279098/startpage/index.html";
// Don't place the caret in the location bar. Useful if you want a page's search box to have focus instead.
var removefocus = "no";
// Clear the page's URL from the location bar. Normally not needed, as this should already be the default behavior.
var clearlocationbar = "no";
aboutNewTabService.newTabURL = mypage;
function customNewTab () {
if (removefocus == "yes") {
setTimeout(function() {
gBrowser.selectedBrowser.focus();
}, 0);
}
if (clearlocationbar == "yes") {
setTimeout(function() {
if (gBrowser.selectedBrowser.currentURI.spec == mypage) {
window.document.getElementById("urlbar").value = "";
}
}, 1000);
}
}
gBrowser.tabContainer.addEventListener("TabOpen", customNewTab, false);
}());

View File

@ -0,0 +1,68 @@
<?xml version="1.0"?>
<!-- Copyright (c) 2017 Haggai Nuchi
Available for use under the MIT License:
https://opensource.org/licenses/MIT
-->
<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
window.userChromeJsMod = true;
var chromeFiles = FileUtils.getDir("UChrm", []).directoryEntries;
var xulFiles = [];
var sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
while(chromeFiles.hasMoreElements()) {
var file = chromeFiles.getNext().QueryInterface(Ci.nsIFile);
var fileURI = Services.io.newFileURI(file);
if(file.isFile()) {
type = "none";
if(/(^userChrome|\.uc)\.js$/i.test(file.leafName)) {
type = "userchrome/js";
}
else if(/(^userChrome|\.uc)\.xul$/i.test(file.leafName)) {
type = "userchrome/xul";
}
else if(/\.as\.css$/i.test(file.leafName)) {
type = "agentsheet";
}
else if(/^(?!(userChrome|userContent)\.css$).+\.css$/i.test(file.leafName)) {
type = "usersheet";
}
if(type != "none") {
console.log("----------\\ " + file.leafName + " (" + type + ")");
try {
if(type == "userchrome/js") {
Services.scriptloader.loadSubScriptWithOptions(fileURI.spec, {target: window, ignoreCache: true});
}
else if(type == "userchrome/xul") {
xulFiles.push(fileURI.spec);
}
else if(type == "agentsheet") {
if(!sss.sheetRegistered(fileURI, sss.AGENT_SHEET))
sss.loadAndRegisterSheet(fileURI, sss.AGENT_SHEET);
}
else if(type == "usersheet") {
if(!sss.sheetRegistered(fileURI, sss.USER_SHEET))
sss.loadAndRegisterSheet(fileURI, sss.USER_SHEET);
}
} catch(e) {
console.log("########## ERROR: " + e + " at " + e.lineNumber + ":" + e.columnNumber);
}
console.log("----------/ " + file.leafName);
}
}
}
setTimeout(function loadXUL() {
if(xulFiles.length > 0) {
document.loadOverlay(xulFiles.shift(), null);
setTimeout(loadXUL, 5);
}
}, 0);
]]></constructor>
</implementation>
</binding>
</bindings>

View File

@ -0,0 +1,784 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 12.7 12.7"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="code.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="62.482103"
inkscape:cy="11.422522"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1251"
inkscape:window-height="510"
inkscape:window-x="115"
inkscape:window-y="214"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid815"
empspacing="1" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-284.29998)">
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="293.67795" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-6"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="292.94299" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-5"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="292.20807" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-2"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="291.47311" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-65"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="290.73816" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-8"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="290.0032" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-7"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="289.26825" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-9"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="288.53329" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-60"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="287.79834" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-4"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#89a589;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-1"
width="0.83907205"
height="0.73495364"
x="1.0056614"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#85a185;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-0"
width="0.83907205"
height="0.73495364"
x="1.8447334"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#85a185;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-48"
width="0.83907205"
height="0.73495364"
x="2.6838057"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#85a185;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-70"
width="0.83907205"
height="0.73495364"
x="3.9424138"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-86"
width="0.83907205"
height="0.73495364"
x="5.6205587"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#85a185;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-24"
width="0.83907205"
height="0.73495364"
x="4.7814865"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#85a185;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-79"
width="0.83907205"
height="0.73495364"
x="3.5228779"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-3"
width="0.83907205"
height="0.73495364"
x="6.45963"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-92"
width="0.83907205"
height="0.73495364"
x="7.2987022"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-83"
width="0.83907205"
height="0.73495364"
x="8.1377754"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-01"
width="0.83907205"
height="0.73495364"
x="8.9768476"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#749574;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-78"
width="0.83907205"
height="0.73495364"
x="9.8159199"
y="285.59348" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-91"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-54"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-925"
width="0.83907205"
height="0.73495364"
x="10.654993"
y="287.79834" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-74"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="288.53329" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-99"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="289.26825" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-45"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="290.0032" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-93"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="290.73816" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-57"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="291.47311" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-08"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="292.20807" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-19"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="292.94299" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-97"
width="0.83907205"
height="0.73495364"
x="10.654991"
y="293.67795" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-82"
width="0.83907205"
height="0.73495364"
x="1.8447341"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-53"
width="0.83907205"
height="0.73495364"
x="6.0400944"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-49"
width="0.83907205"
height="0.73495364"
x="5.2010221"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-02"
width="0.83907205"
height="0.73495364"
x="4.3619504"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-019"
width="0.83907205"
height="0.73495364"
x="3.5228779"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-62"
width="0.83907205"
height="0.73495364"
x="2.6838057"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-12"
width="0.83907205"
height="0.73495364"
x="6.8791666"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#88a488;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-07"
width="0.83907205"
height="0.73495364"
x="7.7182379"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-31"
width="0.83907205"
height="0.73495364"
x="8.5573111"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-190"
width="0.83907205"
height="0.73495364"
x="9.3963833"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-56"
width="0.83907205"
height="0.73495364"
x="9.8159199"
y="294.41293" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-77"
width="0.83907205"
height="0.73495364"
x="1.8447334"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-40"
width="0.83907205"
height="0.73495364"
x="2.6838057"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-64"
width="0.83907205"
height="0.73495364"
x="3.5228779"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-748"
width="0.83907205"
height="0.73495364"
x="4.3619504"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-58"
width="0.83907205"
height="0.73495364"
x="5.2010221"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-26"
width="0.83907205"
height="0.73495364"
x="6.0400944"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-06"
width="0.83907205"
height="0.73495364"
x="6.8791666"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-646"
width="0.83907205"
height="0.73495364"
x="7.7182379"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-28"
width="0.83907205"
height="0.73495364"
x="8.5573111"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-96"
width="0.83907205"
height="0.73495364"
x="9.3963833"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-070"
width="0.83907205"
height="0.73495364"
x="10.235456"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-10"
width="0.83907205"
height="0.73495364"
x="1.8447334"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-13"
width="0.83907205"
height="0.73495364"
x="2.6838057"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-772"
width="0.83907205"
height="0.73495364"
x="3.5228779"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-645"
width="0.83907205"
height="0.73495364"
x="4.3619504"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#6f916f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-20"
width="0.83907205"
height="0.73495364"
x="5.2010221"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-29"
width="0.83907205"
height="0.73495364"
x="6.0400944"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#779877;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-09"
width="0.83907205"
height="0.73495364"
x="6.8791666"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-94"
width="0.83907205"
height="0.73495364"
x="7.7182379"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-51"
width="0.83907205"
height="0.73495364"
x="8.5573111"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#819f81;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-03"
width="0.83907205"
height="0.73495364"
x="9.3963833"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#7c9b7c;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect2637-788"
width="0.83907205"
height="0.73495364"
x="10.235456"
y="287.06339" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038"
width="0.41953602"
height="0.36747682"
x="3.5228779"
y="289.63571" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-6"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="290.0032" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-0"
width="0.41953602"
height="0.36747682"
x="4.3619504"
y="290.37067" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-4"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="290.73816" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-67"
width="0.41953602"
height="0.36747682"
x="5.2010221"
y="291.10562" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-60"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="291.47311" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-9"
width="0.41953602"
height="0.36747682"
x="4.3619504"
y="291.84058" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-7"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="292.20807" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-5"
width="0.41953602"
height="0.36747682"
x="3.5228779"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-97"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="289.63571" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-8"
width="0.41953602"
height="0.36747682"
x="4.3619504"
y="290.0032" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-53"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="290.37067" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-3"
width="0.41953602"
height="0.36747682"
x="5.2010221"
y="290.73816" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-83"
width="0.41953602"
height="0.36747682"
x="5.6205587"
y="291.10562" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-79"
width="0.41953602"
height="0.36747682"
x="5.2010221"
y="291.47311" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-37"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="291.84058" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-87"
width="0.41953602"
height="0.36747682"
x="4.3619504"
y="292.20807" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-41"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="292.20807" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-90"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-98"
width="0.41953602"
height="0.36747682"
x="6.45963"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-85"
width="0.41953602"
height="0.36747682"
x="6.8791666"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-84"
width="0.41953602"
height="0.36747682"
x="7.2987022"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-371"
width="0.41953647"
height="0.36747682"
x="-8.1377754"
y="292.57553"
transform="scale(-1,1)" />
<rect
style="opacity:0.98999999;fill:#dbe3db;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-38"
width="0.41953602"
height="0.36747682"
x="8.1377754"
y="292.57553" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-09"
width="0.41953602"
height="0.36747682"
x="2.2642696"
y="286.69589" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-799"
width="0.41953602"
height="0.36747682"
x="2.2642696"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-32"
width="0.41953602"
height="0.36747682"
x="2.6838057"
y="286.69589" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-43"
width="0.41953602"
height="0.36747682"
x="2.6838057"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-71"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="286.69589" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-2"
width="0.41953602"
height="0.36747682"
x="3.9424138"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-20"
width="0.41953602"
height="0.36747682"
x="3.5228779"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-21"
width="0.41953602"
height="0.36747682"
x="3.5228779"
y="286.69589" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-75"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-1"
width="0.41953602"
height="0.36747682"
x="4.7814865"
y="286.69589" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-74"
width="0.41953602"
height="0.36747682"
x="5.2010221"
y="286.32843" />
<rect
style="opacity:0.98999999;fill:#b7c8b7;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect3038-17"
width="0.41953602"
height="0.36747682"
x="5.2010221"
y="286.69589" />
<path
style="opacity:0.98999999;fill:#2b2b2b;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
d="m 6.9775741,25.72306 v -12.5 H 23.584717 40.19186 v 12.5 12.5 H 23.584717 6.9775741 Z m 9.5535719,6.25 v -0.714286 h 0.758928 0.758929 v -0.669643 -0.669643 h 0.803571 0.803572 v -0.714286 -0.714285 h 0.803571 0.803571 V 27.82475 27.158584 l 0.78125,-0.0258 0.78125,-0.0258 0.02608,-0.691964 0.02608,-0.691964 H 22.070615 21.263288 V 25.008774 24.294488 H 20.459717 19.656146 V 23.624845 22.955202 H 18.852574 18.049003 V 22.240917 21.526631 H 17.290074 16.531146 V 20.856988 20.187345 H 14.924003 13.31686 v 0.714286 0.714286 h 0.803571 0.803572 v 0.669643 0.669642 h 0.755173 0.755172 l 0.02608,0.691965 0.02608,0.691964 0.78125,0.0258 0.78125,0.0258 v 0.666167 0.666167 h 0.803571 0.803572 v 0.669642 0.669643 h -0.803572 -0.803571 v 0.714286 0.714286 H 17.245431 16.44186 v 0.666167 0.666166 l -0.78125,0.0258 -0.78125,0.0258 -0.02608,0.691965 -0.02608,0.691964 H 14.072033 13.31686 v 0.714286 0.714285 h 1.607143 1.607143 z m 15.803571,0 v -0.714286 h -3.973214 -3.973215 v 0.714286 0.714285 h 3.973215 3.973214 z"
id="path1592"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,284.29998)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 110 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 46 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -0,0 +1,878 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 12.700001 12.7"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="music.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="45.435957"
inkscape:cy="35.254873"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
objecttolerance="10000"
showguides="false"
inkscape:window-width="1366"
inkscape:window-height="717"
inkscape:window-x="0"
inkscape:window-y="31"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid815"
empspacing="1" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-284.29998)">
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-60"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="290.22794" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-62"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="289.78256" />
<rect
style="opacity:0.98999999;fill:#bb4444;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-61"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="289.33725" />
<rect
style="opacity:0.98999999;fill:#c43b3b;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-8"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#c43b3b;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-7"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-92"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#eb3d53;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-02"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="288.00125" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-37"
width="0.89066708"
height="0.89066708"
x="4.278883"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-5"
width="0.89066708"
height="0.89066708"
x="5.1695499"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-922"
width="0.89066708"
height="0.89066708"
x="6.0602179"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-612"
width="0.89066708"
height="0.89066708"
x="6.9508839"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-931"
width="0.89066708"
height="0.89066708"
x="7.8415513"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-94"
width="0.89066708"
height="0.89066708"
x="8.2868853"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-78"
width="0.89066708"
height="0.89066708"
x="9.1775513"
y="287.55591" />
<g
id="g1380"
transform="matrix(0.33663011,0,0,0.33663011,-0.17445351,196.48344)">
<rect
y="285.09372"
x="7.9375"
height="2.6458333"
width="2.6458333"
id="rect817-3"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="9.260417"
height="1.3229166"
width="1.3229166"
id="rect1080"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="7.9375"
height="1.3229166"
width="1.3229166"
id="rect1080-4"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="10.583334"
height="1.3229166"
width="1.3229166"
id="rect1080-43"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="285.09372"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-0"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="286.41666"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-88"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="287.73956"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-431"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
id="g1392"
transform="matrix(0.33663011,0,0,0.33663011,-0.17445351,196.48343)"
style="fill:#ef2e3f;fill-opacity:1">
<rect
y="287.73956"
x="7.9375"
height="2.6458333"
width="2.6458333"
id="rect817"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="285.09372"
x="10.583333"
height="2.6458333"
width="2.6458333"
id="rect817-35"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="10.583333"
height="1.3229166"
width="1.3229166"
id="rect1080-8"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="9.260417"
height="1.3229166"
width="1.3229166"
id="rect1080-6"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="289.0625"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-2"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="7.9375"
height="1.3229166"
width="1.3229166"
id="rect1080-06"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="286.41666"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-9"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="287.73956"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-5"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="289.0625"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-04"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-87"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
id="g1407"
transform="matrix(0.33663011,0,0,0.33663011,-0.17445332,196.48343)">
<rect
y="287.73956"
x="10.583333"
height="2.6458333"
width="2.6458333"
id="rect817-6"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="287.73956"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-2"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="286.41666"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-9"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="285.09372"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-1"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="282.44791"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-27"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="281.12497"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-0"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="279.80206"
x="13.229167"
height="2.6458333"
width="2.6458333"
id="rect817-93"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="11.90625"
height="1.3229166"
width="1.3229166"
id="rect1080-7"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="13.229167"
height="1.3229166"
width="1.3229166"
id="rect1080-49"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="291.70831"
x="9.260417"
height="1.3229166"
width="1.3229166"
id="rect1080-89"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="291.70831"
x="10.583333"
height="1.3229166"
width="1.3229166"
id="rect1080-26"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="291.70831"
x="11.90625"
height="1.3229166"
width="1.3229166"
id="rect1080-64"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="291.70831"
x="7.9375"
height="1.3229166"
width="1.3229166"
id="rect1080-1"
style="opacity:0.98999999;fill:#cc2a31;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-610"
width="0.89066708"
height="0.89066708"
x="8.2868853"
y="293.34525" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-3-6"
width="0.89066708"
height="0.89066708"
x="8.2868853"
y="292.45459" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-35-1"
width="0.89066708"
height="0.89066708"
x="9.1775513"
y="292.45459" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5"
width="0.89066708"
height="0.89066708"
x="9.1775513"
y="293.34525" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-2-9"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="293.34525" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-9-4"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="292.8999" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-1-9"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="292.45459" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-27-0"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="291.5639" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-0-9"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="291.11856" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-93-1"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="290.67322" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-60-7"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="290.22794" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-62-7"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="289.78256" />
<rect
style="opacity:0.98999999;fill:#bb4444;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-61-1"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="289.33725" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-8-1"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-7-5"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-92-9"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#eb3d53;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-02-7"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="288.00125" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-37-7"
width="0.89066708"
height="0.89066708"
x="10.068217"
y="287.55591" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-67"
width="0.44533354"
height="0.44533354"
x="8.7322168"
y="292.00922" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-4-3"
width="0.44533354"
height="0.44533354"
x="8.2868853"
y="292.00922" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-43-6"
width="0.44533354"
height="0.44533354"
x="9.1775513"
y="292.00922" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-0-5"
width="0.44533354"
height="0.44533354"
x="7.8415513"
y="292.45459" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-7-6"
width="0.44533354"
height="0.44533354"
x="9.6228838"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-8-3"
width="0.44533354"
height="0.44533354"
x="9.1775513"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-6-9"
width="0.44533354"
height="0.44533354"
x="8.7322168"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-88-4"
width="0.44533354"
height="0.44533354"
x="7.8415513"
y="292.8999" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-431-8"
width="0.44533354"
height="0.44533354"
x="7.8415513"
y="293.34525" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-49-1"
width="0.44533354"
height="0.44533354"
x="10.068217"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-2-2"
width="0.44533354"
height="0.44533354"
x="7.8415513"
y="293.79056" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-06-9"
width="0.44533354"
height="0.44533354"
x="8.2868853"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-89-3"
width="0.44533354"
height="0.44533354"
x="8.7322168"
y="294.68124" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-26-9"
width="0.44533354"
height="0.44533354"
x="9.1775513"
y="294.68124" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-64-0"
width="0.44533354"
height="0.44533354"
x="9.6228838"
y="294.68124" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-9-8"
width="0.44533354"
height="0.44533354"
x="7.3962173"
y="292.8999" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-5-8"
width="0.44533354"
height="0.44533354"
x="7.3962173"
y="293.34525" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-04-5"
width="0.44533354"
height="0.44533354"
x="7.3962173"
y="293.79056" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-87-0"
width="0.44533354"
height="0.44533354"
x="7.8415513"
y="294.2359" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1080-1-9"
width="0.44533354"
height="0.44533354"
x="8.2868853"
y="294.68124" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-60-6"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="290.22794" />
<rect
style="opacity:0.98999999;fill:#c83737;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-62-3"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="289.78256" />
<rect
style="opacity:0.98999999;fill:#bb4444;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-61-8"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="289.33725" />
<rect
style="opacity:0.98999999;fill:#c43b3b;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-8-5"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#c43b3b;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-7-6"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="288.89191" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-92-1"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#eb3d53;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-02-1"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="288.00125" />
<rect
style="opacity:0.98999999;fill:#eb384e;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-37-5"
width="0.89066708"
height="0.89066708"
x="10.068218"
y="287.55591" />
<g
id="g1380-9"
transform="matrix(0.33663011,0,0,0.33663011,5.6148831,196.48344)">
<rect
y="285.09372"
x="7.9375"
height="2.6458333"
width="2.6458333"
id="rect817-3-8"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="9.260417"
height="1.3229166"
width="1.3229166"
id="rect1080-48"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="7.9375"
height="1.3229166"
width="1.3229166"
id="rect1080-4-1"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="283.77081"
x="10.583334"
height="1.3229166"
width="1.3229166"
id="rect1080-43-0"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="285.09372"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-0-3"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="286.41666"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-88-0"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="287.73956"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-431-4"
style="opacity:0.98999999;fill:#ec4b5d;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<g
id="g1392-4"
transform="matrix(0.33663011,0,0,0.33663011,5.6148831,196.48343)"
style="fill:#ef2e3f;fill-opacity:1">
<rect
y="287.73956"
x="7.9375"
height="2.6458333"
width="2.6458333"
id="rect817-4"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="285.09372"
x="10.583333"
height="2.6458333"
width="2.6458333"
id="rect817-35-4"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="10.583333"
height="1.3229166"
width="1.3229166"
id="rect1080-8-7"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="9.260417"
height="1.3229166"
width="1.3229166"
id="rect1080-6-6"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="289.0625"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-2-3"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="7.9375"
height="1.3229166"
width="1.3229166"
id="rect1080-06-1"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="286.41666"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-9-7"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="287.73956"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-5-5"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="289.0625"
x="5.2916665"
height="1.3229166"
width="1.3229166"
id="rect1080-04-9"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<rect
y="290.38541"
x="6.6145835"
height="1.3229166"
width="1.3229166"
id="rect1080-87-6"
style="opacity:0.98999999;fill:#ef2e3f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-6"
width="0.89066708"
height="0.89066708"
x="5.169549"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-4"
width="0.89066708"
height="0.89066708"
x="5.6148829"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-3"
width="0.89066708"
height="0.89066708"
x="6.5055499"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-0"
width="0.89066708"
height="0.89066708"
x="7.3962173"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-30"
width="0.89066708"
height="0.89066708"
x="8.2868843"
y="288.44656" />
<rect
style="opacity:0.98999999;fill:#d7414f;fill-opacity:1;stroke:#060000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect817-6-5-9"
width="0.89066708"
height="0.89066708"
x="9.1775513"
y="288.44656" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title> ~ </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="icon"><img src="icons/reddit.svg"/></div>
<div class="icon"><img src="icons/entertainment.svg"/></div>
<div class="icon"><img src="icons/code.svg"/></div>
<div class="icon"><img src="icons/music.svg"/></div>
<div class="category">
<li><a class="bm" href="https://www.reddit.com/r/unixporn/new">Unixporn</a></li>
<li><a class="bm" href="https://www.reddit.com/r/voidlinux/new">Void Linux</a></li>
<li><a class="bm" href="https://www.reddit.com/r/neovim/new">Neovim</a></li>
<li><a class="bm" href="https://www.reddit.com/r/wallpapers/new">Wallpapers</a></li>
<li><a class="bm" href="https://www.reddit.com/r/argentina/new">Argentina</a></li>
</div>
<div class="category">
<li><a class="bm" href="https://www.questionablecontent.net/">Questionable Content</a></li>
<li><a class="bm" href="https://www.empoweredcomic.com/">Empowered</a></li>
<li><a class="bm" href="https://www.rock.pungas.space/">Rocket Chat</a></li>
<li><a class="bm" href="https://discordapp.com/channels/586006476879953932/586006476879953936">Discord</a></li>
<li><a class="bm" href="https://images.google.com/">Google Images</a></li>
</div>
<div class="category">
<li><a class="bm" href="https://wiki.archlinux.org">Arch Wiki</a></li>
<li><a class="bm" href="https://gitlab.com/deadguy/hexagons">Dotfiles</a></li>
<li><a class="bm" href="https://voidlinux.org/packages">Void Linux</a></li>
<li><a class="bm" href="https://mail.google.com/">Gmail</a></li>
</div>
<div class="category">
<li><a class="bm" href="https://youtube.com/">Youtube</a></li>
<li><a class="bm" href="https://bandcamp.com/">Bandcamp</a></li>
<li><a class="bm" href="https://twitch.tv/">Deathgrind</a></li>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,41 @@
body{
background: #292D31;
color: #BBC4C8;
}
.container{
display: grid;
grid-gap: 20px;
margin-top: 10%;
margin-bottom: 10%;
margin-left: 15%;
margin-right: 15%;
grid-template-columns: repeat(4,1fr);
justify-items: center;
}
.logo{
grid-column: 1/-1;
padding-bottom: 50px;
}
li{
list-style-type: none;
padding:5px
}
a:link{
text-decoration: none;
color: #9BA8BB;
}
a:visited{
color: #9BA8BB;
}
a:hover{
color: #BC4B4F;
}
.category{
background: #191C1E;
padding: 20px;
border: #191C1E;
border-radius: 2px;
width: -moz-available;
}