906 lines
25 KiB
XML
906 lines
25 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="svg66"
|
|
sodipodi:docname="windy-modif.svg"
|
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
|
<metadata
|
|
id="metadata70">
|
|
<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>
|
|
<sodipodi:namedview
|
|
pagecolor="#ffffff"
|
|
bordercolor="#666666"
|
|
borderopacity="1"
|
|
objecttolerance="10"
|
|
gridtolerance="10"
|
|
guidetolerance="10"
|
|
inkscape:pageopacity="0"
|
|
inkscape:pageshadow="2"
|
|
inkscape:window-width="1383"
|
|
inkscape:window-height="1278"
|
|
id="namedview68"
|
|
showgrid="false"
|
|
inkscape:zoom="7.1844982"
|
|
inkscape:cx="32"
|
|
inkscape:cy="32"
|
|
inkscape:window-x="260"
|
|
inkscape:window-y="473"
|
|
inkscape:window-maximized="0"
|
|
inkscape:current-layer="svg66"
|
|
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;
|
|
}
|
|
|
|
/*
|
|
** SUN
|
|
*/
|
|
@keyframes am-weather-sun {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
-moz-transform: rotate(360deg);
|
|
-ms-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.am-weather-sun {
|
|
-webkit-animation-name: am-weather-sun;
|
|
-moz-animation-name: am-weather-sun;
|
|
-ms-animation-name: am-weather-sun;
|
|
animation-name: am-weather-sun;
|
|
-webkit-animation-duration: 9s;
|
|
-moz-animation-duration: 9s;
|
|
-ms-animation-duration: 9s;
|
|
animation-duration: 9s;
|
|
-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;
|
|
}
|
|
|
|
@keyframes am-weather-sun-shiny {
|
|
0% {
|
|
stroke-dasharray: 3px 10px;
|
|
stroke-dashoffset: 0px;
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 0.1px 10px;
|
|
stroke-dashoffset: -1px;
|
|
}
|
|
|
|
100% {
|
|
stroke-dasharray: 3px 10px;
|
|
stroke-dashoffset: 0px;
|
|
}
|
|
}
|
|
|
|
.am-weather-sun-shiny line {
|
|
-webkit-animation-name: am-weather-sun-shiny;
|
|
-moz-animation-name: am-weather-sun-shiny;
|
|
-ms-animation-name: am-weather-sun-shiny;
|
|
animation-name: am-weather-sun-shiny;
|
|
-webkit-animation-duration: 2s;
|
|
-moz-animation-duration: 2s;
|
|
-ms-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-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;
|
|
}
|
|
]]></style>
|
|
<filter
|
|
id="blur-4"
|
|
width="200%"
|
|
height="200%">
|
|
<feGaussianBlur
|
|
in="SourceAlpha"
|
|
stdDeviation="3"
|
|
id="feGaussianBlur40" />
|
|
<feOffset
|
|
dx="0"
|
|
dy="4"
|
|
result="offsetblur"
|
|
id="feOffset42" />
|
|
<feComponentTransfer
|
|
id="feComponentTransfer46">
|
|
<feFuncA
|
|
type="linear"
|
|
slope="0.05"
|
|
id="feFuncA44" />
|
|
</feComponentTransfer>
|
|
<feMerge
|
|
id="feMerge52">
|
|
<feMergeNode
|
|
id="feMergeNode48" />
|
|
<feMergeNode
|
|
in="SourceGraphic"
|
|
id="feMergeNode50" />
|
|
</feMerge>
|
|
</filter>
|
|
<style
|
|
type="text/css"
|
|
id="style55"><![CDATA[
|
|
/*
|
|
** CLOUDS
|
|
*/
|
|
@keyframes am-weather-cloud-1 {
|
|
0% {
|
|
-webkit-transform: translate(-5px,0px);
|
|
-moz-transform: translate(-5px,0px);
|
|
-ms-transform: translate(-5px,0px);
|
|
transform: translate(-5px,0px);
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(6px,0px);
|
|
-moz-transform: translate(6px,0px);
|
|
-ms-transform: translate(6px,0px);
|
|
transform: translate(6px,0px);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translate(-5px,0px);
|
|
-moz-transform: translate(-5px,0px);
|
|
-ms-transform: translate(-5px,0px);
|
|
transform: translate(-5px,0px);
|
|
}
|
|
}
|
|
|
|
.am-weather-cloud-1 {
|
|
-webkit-animation-name: am-weather-cloud-1;
|
|
-moz-animation-name: am-weather-cloud-1;
|
|
animation-name: am-weather-cloud-1;
|
|
-webkit-animation-duration: 7s;
|
|
-moz-animation-duration: 7s;
|
|
animation-duration: 7s;
|
|
-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;
|
|
}
|
|
|
|
@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;
|
|
}
|
|
|
|
/*
|
|
** SUN
|
|
*/
|
|
@keyframes am-weather-sun {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
-moz-transform: rotate(360deg);
|
|
-ms-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.am-weather-sun {
|
|
-webkit-animation-name: am-weather-sun;
|
|
-moz-animation-name: am-weather-sun;
|
|
-ms-animation-name: am-weather-sun;
|
|
animation-name: am-weather-sun;
|
|
-webkit-animation-duration: 9s;
|
|
-moz-animation-duration: 9s;
|
|
-ms-animation-duration: 9s;
|
|
animation-duration: 9s;
|
|
-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;
|
|
}
|
|
|
|
@keyframes am-weather-sun-shiny {
|
|
0% {
|
|
stroke-dasharray: 3px 10px;
|
|
stroke-dashoffset: 0px;
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 0.1px 10px;
|
|
stroke-dashoffset: -1px;
|
|
}
|
|
|
|
100% {
|
|
stroke-dasharray: 3px 10px;
|
|
stroke-dashoffset: 0px;
|
|
}
|
|
}
|
|
|
|
.am-weather-sun-shiny line {
|
|
-webkit-animation-name: am-weather-sun-shiny;
|
|
-moz-animation-name: am-weather-sun-shiny;
|
|
-ms-animation-name: am-weather-sun-shiny;
|
|
animation-name: am-weather-sun-shiny;
|
|
-webkit-animation-duration: 2s;
|
|
-moz-animation-duration: 2s;
|
|
-ms-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-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;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
** 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;
|
|
}
|
|
|
|
/*
|
|
** RAIN
|
|
*/
|
|
@keyframes am-weather-rain {
|
|
0% {
|
|
stroke-dashoffset: 0;
|
|
}
|
|
|
|
100% {
|
|
stroke-dashoffset: -100;
|
|
}
|
|
}
|
|
|
|
.am-weather-rain-1 {
|
|
-webkit-animation-name: am-weather-rain;
|
|
-moz-animation-name: am-weather-rain;
|
|
-ms-animation-name: am-weather-rain;
|
|
animation-name: am-weather-rain;
|
|
-webkit-animation-duration: 8s;
|
|
-moz-animation-duration: 8s;
|
|
-ms-animation-duration: 8s;
|
|
animation-duration: 8s;
|
|
-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;
|
|
}
|
|
|
|
.am-weather-rain-2 {
|
|
-webkit-animation-name: am-weather-rain;
|
|
-moz-animation-name: am-weather-rain;
|
|
-ms-animation-name: am-weather-rain;
|
|
animation-name: am-weather-rain;
|
|
-webkit-animation-delay: 0.25s;
|
|
-moz-animation-delay: 0.25s;
|
|
-ms-animation-delay: 0.25s;
|
|
animation-delay: 0.25s;
|
|
-webkit-animation-duration: 8s;
|
|
-moz-animation-duration: 8s;
|
|
-ms-animation-duration: 8s;
|
|
animation-duration: 8s;
|
|
-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;
|
|
}
|
|
|
|
|
|
/*
|
|
** SNOW
|
|
*/
|
|
@keyframes am-weather-snow {
|
|
0% {
|
|
-webkit-transform: translateX(0) translateY(0);
|
|
-moz-transform: translateX(0) translateY(0);
|
|
-ms-transform: translateX(0) translateY(0);
|
|
transform: translateX(0) translateY(0);
|
|
}
|
|
|
|
33.33% {
|
|
-webkit-transform: translateX(-1.2px) translateY(2px);
|
|
-moz-transform: translateX(-1.2px) translateY(2px);
|
|
-ms-transform: translateX(-1.2px) translateY(2px);
|
|
transform: translateX(-1.2px) translateY(2px);
|
|
}
|
|
|
|
66.66% {
|
|
-webkit-transform: translateX(1.4px) translateY(4px);
|
|
-moz-transform: translateX(1.4px) translateY(4px);
|
|
-ms-transform: translateX(1.4px) translateY(4px);
|
|
transform: translateX(1.4px) translateY(4px);
|
|
opacity: 1;
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translateX(-1.6px) translateY(6px);
|
|
-moz-transform: translateX(-1.6px) translateY(6px);
|
|
-ms-transform: translateX(-1.6px) translateY(6px);
|
|
transform: translateX(-1.6px) translateY(6px);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
@keyframes am-weather-snow-reverse {
|
|
0% {
|
|
-webkit-transform: translateX(0) translateY(0);
|
|
-moz-transform: translateX(0) translateY(0);
|
|
-ms-transform: translateX(0) translateY(0);
|
|
transform: translateX(0) translateY(0);
|
|
}
|
|
|
|
33.33% {
|
|
-webkit-transform: translateX(1.2px) translateY(2px);
|
|
-moz-transform: translateX(1.2px) translateY(2px);
|
|
-ms-transform: translateX(1.2px) translateY(2px);
|
|
transform: translateX(1.2px) translateY(2px);
|
|
}
|
|
|
|
66.66% {
|
|
-webkit-transform: translateX(-1.4px) translateY(4px);
|
|
-moz-transform: translateX(-1.4px) translateY(4px);
|
|
-ms-transform: translateX(-1.4px) translateY(4px);
|
|
transform: translateX(-1.4px) translateY(4px);
|
|
opacity: 1;
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translateX(1.6px) translateY(6px);
|
|
-moz-transform: translateX(1.6px) translateY(6px);
|
|
-ms-transform: translateX(1.6px) translateY(6px);
|
|
transform: translateX(1.6px) translateY(6px);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
.am-weather-snow-1 {
|
|
-webkit-animation-name: am-weather-snow;
|
|
-moz-animation-name: am-weather-snow;
|
|
-ms-animation-name: am-weather-snow;
|
|
animation-name: am-weather-snow;
|
|
-webkit-animation-duration: 2s;
|
|
-moz-animation-duration: 2s;
|
|
-ms-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-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;
|
|
}
|
|
|
|
.am-weather-snow-2 {
|
|
-webkit-animation-name: am-weather-snow;
|
|
-moz-animation-name: am-weather-snow;
|
|
-ms-animation-name: am-weather-snow;
|
|
animation-name: am-weather-snow;
|
|
-webkit-animation-delay: 1.2s;
|
|
-moz-animation-delay: 1.2s;
|
|
-ms-animation-delay: 1.2s;
|
|
animation-delay: 1.2s;
|
|
-webkit-animation-duration: 2s;
|
|
-moz-animation-duration: 2s;
|
|
-ms-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-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;
|
|
}
|
|
|
|
.am-weather-snow-3 {
|
|
-webkit-animation-name: am-weather-snow-reverse;
|
|
-moz-animation-name: am-weather-snow-reverse;
|
|
-ms-animation-name: am-weather-snow-reverse;
|
|
animation-name: am-weather-snow-reverse;
|
|
-webkit-animation-duration: 2s;
|
|
-moz-animation-duration: 2s;
|
|
-ms-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-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;
|
|
}
|
|
|
|
/*
|
|
** EASING
|
|
*/
|
|
.am-weather-easing-ease-in-out {
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
-moz-animation-timing-function: ease-in-out;
|
|
-ms-animation-timing-function: ease-in-out;
|
|
animation-timing-function: ease-in-out;
|
|
}
|
|
|
|
]]></style>
|
|
</defs>
|
|
<g
|
|
filter="url(#blur)"
|
|
id="cloudy-day-2">
|
|
<g
|
|
transform="matrix(1.0657299,0,0,1.0657299,21.854489,7.8028103)"
|
|
id="g63">
|
|
<g
|
|
transform="translate(0,16)"
|
|
id="g57">
|
|
<g
|
|
class="am-weather-sun"
|
|
id="g53">
|
|
<g
|
|
id="g23">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line21" />
|
|
</g>
|
|
<g
|
|
transform="rotate(45)"
|
|
id="g27">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line25" />
|
|
</g>
|
|
<g
|
|
transform="rotate(90)"
|
|
id="g31">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line29" />
|
|
</g>
|
|
<g
|
|
transform="rotate(135)"
|
|
id="g35">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line33" />
|
|
</g>
|
|
<g
|
|
transform="scale(-1)"
|
|
id="g39">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line37" />
|
|
</g>
|
|
<g
|
|
transform="rotate(-135)"
|
|
id="g43">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line41" />
|
|
</g>
|
|
<g
|
|
transform="rotate(-90)"
|
|
id="g47">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line45" />
|
|
</g>
|
|
<g
|
|
transform="rotate(-45)"
|
|
id="g51">
|
|
<line
|
|
fill="none"
|
|
stroke="#ffa500"
|
|
stroke-linecap="round"
|
|
stroke-width="2"
|
|
transform="translate(0,9)"
|
|
x1="0"
|
|
x2="0"
|
|
y1="0"
|
|
y2="3"
|
|
id="line49" />
|
|
</g>
|
|
</g>
|
|
<circle
|
|
cx="0"
|
|
cy="0"
|
|
fill="#ffa500"
|
|
r="5"
|
|
stroke="#ffa500"
|
|
stroke-width="2"
|
|
id="circle55" />
|
|
</g>
|
|
<g
|
|
class="am-weather-cloud-2"
|
|
id="g61">
|
|
<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="#91c0f8"
|
|
stroke="#ffffff"
|
|
stroke-linejoin="round"
|
|
stroke-width="1.2"
|
|
transform="translate(-20,-11)"
|
|
id="path59" />
|
|
</g>
|
|
</g>
|
|
<g
|
|
transform="matrix(0.7,0,0,0.7,17.276856,21.305209)"
|
|
id="g71">
|
|
<path
|
|
class="am-weather-cloud-3"
|
|
d="m 13,26 h 20 a 5,5 0 0 0 0,-10 5,5 0 0 0 -5,5"
|
|
fill="none"
|
|
stroke="#ffffff"
|
|
stroke-width="5.4"
|
|
stroke-linecap="round"
|
|
id="path59-2" />
|
|
<path
|
|
class="am-weather-cloud-2"
|
|
d="m 10,32 h 35 a 5,5 0 0 0 0,-10 5,5 0 0 0 -5,5"
|
|
fill="none"
|
|
stroke="#ffffff"
|
|
stroke-width="5.4"
|
|
stroke-linecap="round"
|
|
id="path61" />
|
|
<path
|
|
class="am-weather-cloud-1"
|
|
d="m 16,38 h 22 a 5,5 0 0 1 0,10 5,5 0 0 1 -5,-5"
|
|
fill="none"
|
|
stroke="#ffffff"
|
|
stroke-width="5.4"
|
|
stroke-linecap="round"
|
|
id="path63" />
|
|
<path
|
|
class="am-weather-cloud-3"
|
|
d="m 13,26 h 20 a 5,5 0 0 0 0,-10 5,5 0 0 0 -5,5"
|
|
fill="none"
|
|
stroke="#57a0ee"
|
|
stroke-width="3"
|
|
stroke-linecap="round"
|
|
id="path65" />
|
|
<path
|
|
class="am-weather-cloud-2"
|
|
d="m 10,32 h 35 a 5,5 0 0 0 0,-10 5,5 0 0 0 -5,5"
|
|
fill="none"
|
|
stroke="#57a0ee"
|
|
stroke-width="3"
|
|
stroke-linecap="round"
|
|
id="path67" />
|
|
<path
|
|
class="am-weather-cloud-1"
|
|
d="m 16,38 h 22 a 5,5 0 0 1 0,10 5,5 0 0 1 -5,-5"
|
|
fill="none"
|
|
stroke="#57a0ee"
|
|
stroke-width="3"
|
|
stroke-linecap="round"
|
|
id="path69" />
|
|
</g>
|
|
</g>
|
|
</svg>
|