297 lines
8.4 KiB
XML
297 lines
8.4 KiB
XML
<?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"
|
|
version="1.1"
|
|
width="64"
|
|
height="64"
|
|
viewbox="0 0 64 64"
|
|
id="svg42"
|
|
sodipodi:docname="cloudy-night-3.svg"
|
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
|
<metadata
|
|
id="metadata46">
|
|
<rdf:RDF>
|
|
<cc:Work
|
|
rdf:about="">
|
|
<dc:format>image/svg+xml</dc:format>
|
|
<dc:type
|
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
</cc:Work>
|
|
</rdf:RDF>
|
|
</metadata>
|
|
<sodipodi:namedview
|
|
pagecolor="#ffffff"
|
|
bordercolor="#666666"
|
|
borderopacity="1"
|
|
objecttolerance="10"
|
|
gridtolerance="10"
|
|
guidetolerance="10"
|
|
inkscape:pageopacity="0"
|
|
inkscape:pageshadow="2"
|
|
inkscape:window-width="1646"
|
|
inkscape:window-height="831"
|
|
id="namedview44"
|
|
showgrid="false"
|
|
inkscape:zoom="5.9340752"
|
|
inkscape:cx="32"
|
|
inkscape:cy="38.74073"
|
|
inkscape:window-x="1690"
|
|
inkscape:window-y="326"
|
|
inkscape:window-maximized="0"
|
|
inkscape:current-layer="cloudy-night-3"
|
|
inkscape:document-rotation="0" />
|
|
<defs
|
|
id="defs19">
|
|
<filter
|
|
id="blur"
|
|
width="200%"
|
|
height="200%">
|
|
<feGaussianBlur
|
|
in="SourceAlpha"
|
|
stdDeviation="3"
|
|
id="feGaussianBlur2" />
|
|
<feOffset
|
|
dx="0"
|
|
dy="4"
|
|
result="offsetblur"
|
|
id="feOffset4" />
|
|
<feComponentTransfer
|
|
id="feComponentTransfer8">
|
|
<feFuncA
|
|
type="linear"
|
|
slope="0.05"
|
|
id="feFuncA6" />
|
|
</feComponentTransfer>
|
|
<feMerge
|
|
id="feMerge14">
|
|
<feMergeNode
|
|
id="feMergeNode10" />
|
|
<feMergeNode
|
|
in="SourceGraphic"
|
|
id="feMergeNode12" />
|
|
</feMerge>
|
|
</filter>
|
|
<style
|
|
type="text/css"
|
|
id="style17"><![CDATA[
|
|
/*
|
|
** CLOUDS
|
|
*/
|
|
@keyframes am-weather-cloud-2 {
|
|
0% {
|
|
-webkit-transform: translate(0px,0px);
|
|
-moz-transform: translate(0px,0px);
|
|
-ms-transform: translate(0px,0px);
|
|
transform: translate(0px,0px);
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(2px,0px);
|
|
-moz-transform: translate(2px,0px);
|
|
-ms-transform: translate(2px,0px);
|
|
transform: translate(2px,0px);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translate(0px,0px);
|
|
-moz-transform: translate(0px,0px);
|
|
-ms-transform: translate(0px,0px);
|
|
transform: translate(0px,0px);
|
|
}
|
|
}
|
|
|
|
.am-weather-cloud-2 {
|
|
-webkit-animation-name: am-weather-cloud-2;
|
|
-moz-animation-name: am-weather-cloud-2;
|
|
animation-name: am-weather-cloud-2;
|
|
-webkit-animation-duration: 3s;
|
|
-moz-animation-duration: 3s;
|
|
animation-duration: 3s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
/*
|
|
** MOON
|
|
*/
|
|
@keyframes am-weather-moon {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotate(15deg);
|
|
-moz-transform: rotate(15deg);
|
|
-ms-transform: rotate(15deg);
|
|
transform: rotate(15deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
}
|
|
|
|
.am-weather-moon {
|
|
-webkit-animation-name: am-weather-moon;
|
|
-moz-animation-name: am-weather-moon;
|
|
-ms-animation-name: am-weather-moon;
|
|
animation-name: am-weather-moon;
|
|
-webkit-animation-duration: 6s;
|
|
-moz-animation-duration: 6s;
|
|
-ms-animation-duration: 6s;
|
|
animation-duration: 6s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
-ms-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
-ms-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
-webkit-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
|
-moz-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
|
-ms-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
|
transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
|
}
|
|
|
|
@keyframes am-weather-moon-star-1 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.am-weather-moon-star-1 {
|
|
-webkit-animation-name: am-weather-moon-star-1;
|
|
-moz-animation-name: am-weather-moon-star-1;
|
|
-ms-animation-name: am-weather-moon-star-1;
|
|
animation-name: am-weather-moon-star-1;
|
|
-webkit-animation-delay: 3s;
|
|
-moz-animation-delay: 3s;
|
|
-ms-animation-delay: 3s;
|
|
animation-delay: 3s;
|
|
-webkit-animation-duration: 5s;
|
|
-moz-animation-duration: 5s;
|
|
-ms-animation-duration: 5s;
|
|
animation-duration: 5s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
-ms-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: 1;
|
|
-moz-animation-iteration-count: 1;
|
|
-ms-animation-iteration-count: 1;
|
|
animation-iteration-count: 1;
|
|
}
|
|
|
|
@keyframes am-weather-moon-star-2 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.am-weather-moon-star-2 {
|
|
-webkit-animation-name: am-weather-moon-star-2;
|
|
-moz-animation-name: am-weather-moon-star-2;
|
|
-ms-animation-name: am-weather-moon-star-2;
|
|
animation-name: am-weather-moon-star-2;
|
|
-webkit-animation-delay: 5s;
|
|
-moz-animation-delay: 5s;
|
|
-ms-animation-delay: 5s;
|
|
animation-delay: 5s;
|
|
-webkit-animation-duration: 4s;
|
|
-moz-animation-duration: 4s;
|
|
-ms-animation-duration: 4s;
|
|
animation-duration: 4s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
-ms-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: 1;
|
|
-moz-animation-iteration-count: 1;
|
|
-ms-animation-iteration-count: 1;
|
|
animation-iteration-count: 1;
|
|
}
|
|
]]></style>
|
|
</defs>
|
|
<g
|
|
filter="url(#blur)"
|
|
id="cloudy-night-3">
|
|
<g
|
|
transform="matrix(1.131333,0,0,1.131333,13.428035,8.7170683)"
|
|
id="g39">
|
|
<g
|
|
transform="matrix(0.8,0,0,0.8,16,4)"
|
|
id="g33">
|
|
<g
|
|
class="am-weather-moon-star-1"
|
|
id="g23">
|
|
<polygon
|
|
fill="#ffa500"
|
|
points="4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7 3.3,1.5 4,2.7 5.2,3.3 "
|
|
stroke="none"
|
|
stroke-miterlimit="10"
|
|
id="polygon21" />
|
|
</g>
|
|
<g
|
|
class="am-weather-moon-star-2"
|
|
id="g27">
|
|
<polygon
|
|
fill="#ffa500"
|
|
points="4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7 3.3,1.5 4,2.7 5.2,3.3 "
|
|
stroke="none"
|
|
stroke-miterlimit="10"
|
|
transform="translate(20,10)"
|
|
id="polygon25" />
|
|
</g>
|
|
<g
|
|
class="am-weather-moon"
|
|
id="g31">
|
|
<path
|
|
d="m 14.5,13.2 c 0,-3.7 2,-6.9 5,-8.7 -1.5,-0.9 -3.2,-1.3 -5,-1.3 -5.5,0 -10,4.5 -10,10 0,5.5 4.5,10 10,10 1.8,0 3.5,-0.5 5,-1.3 -3,-1.7 -5,-5 -5,-8.7 z"
|
|
fill="#ffa500"
|
|
stroke="#ffa500"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
id="path29" />
|
|
</g>
|
|
</g>
|
|
<g
|
|
class="am-weather-cloud-2"
|
|
id="g37">
|
|
<path
|
|
d="m 47.7,35.4 c 0,-4.6 -3.7,-8.2 -8.2,-8.2 -1,0 -1.9,0.2 -2.8,0.5 -0.3,-3.4 -3.1,-6.2 -6.6,-6.2 -3.7,0 -6.7,3 -6.7,6.7 0,0.8 0.2,1.6 0.4,2.3 -0.3,-0.1 -0.7,-0.1 -1,-0.1 -3.7,0 -6.7,3 -6.7,6.7 0,3.6 2.9,6.6 6.5,6.7 h 17.2 c 4.4,-0.5 7.9,-4 7.9,-8.4 z"
|
|
fill="#57a0ee"
|
|
stroke="#ffffff"
|
|
stroke-linejoin="round"
|
|
stroke-width="1.2"
|
|
transform="translate(-20,-11)"
|
|
id="path35" />
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|