diff --git a/content/static/datenspuren/images/sun.svg b/content/static/datenspuren/images/sun.svg index 47c31324f..6c25a7e77 100644 --- a/content/static/datenspuren/images/sun.svg +++ b/content/static/datenspuren/images/sun.svg @@ -9,8 +9,8 @@ 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="8000" - height="8000" + width="1600" + height="1600" id="svg2" version="1.1" inkscape:version="0.48.1 r9760" @@ -24,9 +24,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="0.044194174" - inkscape:cx="1542.0648" - inkscape:cy="1073.4951" + inkscape:zoom="0.35355339" + inkscape:cx="907.24444" + inkscape:cy="754.91962" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -51,10 +51,10 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(0,6947.6378)"> + transform="translate(0,547.6378)"> + transform="matrix(0.70798902,0,0,0.70798902,662.44785,93.920802)" /> diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index c88c4ae41..317499a0a 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -316,13 +316,12 @@ td.event { #solar { background-image: url('../images/sun.svg'); z-index: -1000; - border: 1px solid black; overflow: visible; position: fixed; - top: -4050px; - right: -4050px; - width: 8000px; - height: 8000px; + top: -800px; + right: -800px; + width: 1600px; + height: 1600px; -webkit-animation: rotate 230s infinite linear; -moz-animation: rotate 230s infinite linear; -o-animation: rotate 230s infinite linear;