1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Daniele Tricoli 8999a260b8 Switch to the new background
continuous-integration/drone/push Build is passing Details
2021-06-08 23:01:12 +02:00
Daniele Tricoli 7528b5c022 Make the background less heavy 2021-06-08 23:00:41 +02:00
Daniele Tricoli 65dc8febc7 Add a tiled background made by me using inkscape 2021-06-08 18:38:24 +02:00
4 changed files with 1301 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $primary: #ff4040;
$color-title: #a60000;
body {
background: url("../images/grey.jpg");
background: url("../images/background.svg");
}
blockquote {

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="2.6458333mm"
height="2.6458333mm"
viewBox="0 0 2.6458332 2.6458333"
version="1.1"
id="svg8"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
sodipodi:docname="background.svg">
<defs
id="defs2">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3262">
<rect
style="fill:#bdeeee;fill-opacity:1;stroke-width:0.267028"
id="rect3264"
width="2.6458333"
height="2.6458333"
x="13.000793"
y="22.769182" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3266">
<rect
style="fill:#bdeeee;fill-opacity:1;stroke-width:0.267028"
id="rect3268"
width="2.6458333"
height="2.6458333"
x="13.000793"
y="22.769182" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3270">
<rect
style="fill:#bdeeee;fill-opacity:1;stroke-width:0.267028"
id="rect3272"
width="2.6458333"
height="2.6458333"
x="13.000793"
y="22.769182" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="28.213561"
inkscape:cx="14.125726"
inkscape:cy="1.3245378"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="false"
units="mm"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="322"
inkscape:window-y="1440"
inkscape:window-maximized="1" />
<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(-13.000793,-22.769182)">
<rect
style="fill:#fafafa;fill-opacity:1;stroke-width:0.267027"
id="rect1328"
width="2.6458333"
height="2.6458333"
x="13.000793"
y="22.769182"
clip-path="url(#clipPath3270)" />
<path
style="fill:none;fill-opacity:1;stroke:#f2f2f2;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 13.000793,25.415016 c 2.046477,-0.793274 0,-2.645834 0,-2.645834"
id="path3254"
sodipodi:nodetypes="cc"
clip-path="url(#clipPath3266)" />
<path
style="fill:none;stroke:#f2f2f2;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 15.646626,25.415016 c -1.09672,-1.598567 -1.775072,-1.261715 -1.775072,-1.261715"
id="path3284"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#f2f2f2;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 15.646626,22.769182 c -0.552607,0.970924 -1.775072,1.384119 -1.775072,1.384119"
id="path3298"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB