From cb1b7a26f1876ee335dc560c9cee732731607514 Mon Sep 17 00:00:00 2001 From: payload Date: Sat, 24 Sep 2011 14:39:38 +0200 Subject: [PATCH] datenspuren: smaller sun rays --- content/static/datenspuren/images/sun.svg | 82 +++++++++++++++------- content/static/datenspuren/style/style.css | 11 +-- 2 files changed, 63 insertions(+), 30 deletions(-) diff --git a/content/static/datenspuren/images/sun.svg b/content/static/datenspuren/images/sun.svg index e97283d63..ec4f5502b 100644 --- a/content/static/datenspuren/images/sun.svg +++ b/content/static/datenspuren/images/sun.svg @@ -7,16 +7,48 @@ 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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8000" - height="8000" - id="svg2" + width="4000" + height="4000" + id="svg3751" version="1.1" - inkscape:version="0.48.1 r9760" + inkscape:version="0.48.0 r9654" sodipodi:docname="sun.svg"> + id="defs3753"> + + + + + + + + + inkscape:window-y="24" + inkscape:window-maximized="1" /> + id="metadata3756"> image/svg+xml - + @@ -51,22 +83,22 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(0,6947.6378)"> + transform="translate(0,2947.6378)"> + d="M 913.7056,690.35534 430.69235,397.57197 863.56903,760.39655 429.58774,398.89394 803.55335,822.183 428.29844,400.03651 734.99919,874.33446 426.85324,400.97416 659.43796,915.68597 425.28444,401.68595 578.55757,945.31381 423.62707,402.15596 494.16474,962.55612 421.91817,402.37371 408.14467,967.02776 420.19589,402.33433 322.41892,958.62882 418.49872,402.03869 238.90245,937.54694 416.86457,401.49341 159.46088,904.25303 415.32995,400.71066 85.868803,859.49084 413.92912,399.70793 19.77015,804.26028 412.69339,398.50762 -37.358548,739.79511 411.65036,397.13653 -84.24113,667.53536 410.82333,395.62531 -119.83032,589.09522 410.23078,394.0077 -143.3311,506.22689 409.88593,392.31984 -154.21852,420.78152 409.7965,390.59944 -152.24937,334.66782 409.96448,388.88493 -137.46762,249.80942 410.38611,387.2146 -110.20349,168.10193 411.05199,385.62577 -71.06601,91.370551 411.94724,384.15393 -20.929443,21.329338 413.05185,382.83195 39.086242,-40.457106 414.34115,381.68938 107.64039,-92.608572 415.78635,380.75173 183.20162,-133.96008 417.35515,380.03994 264.08202,-163.58792 419.01251,379.56993 348.47485,-180.83023 420.72142,379.35218 434.49491,-185.30187 422.4437,379.39156 520.22067,-176.90293 424.14086,379.6872 603.73714,-155.82105 425.77501,380.23248 683.17871,-122.52714 427.30964,381.01523 756.77078,-77.764953 428.71047,382.01796 822.86944,-22.534391 429.9462,383.21827 879.99814,41.930784 430.98922,384.58936 926.88072,114.19053 431.81625,386.10058 962.4699,192.63068 432.40881,387.71819 985.97069,275.49901 432.75366,389.40605 996.85811,360.94437 432.84309,391.12645 994.88895,447.05808 432.67511,392.84096 980.10721,531.91647 432.25347,394.51129 952.84308,613.62396 431.5876,396.10012 z" + transform="matrix(3.4750076,0,0,3.471229,535.91053,-2304.4126)" /> diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index edbf87731..23ad35bdb 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -152,10 +152,10 @@ dl dd { overflow: hidden; clip: auto; position: absolute; - top: -3900px; - right: -3900px; - width: 8000px; - height: 8000px; + top: -1900px; + right: -1900px; + width: 4000px; + height: 4000px; } .solar-anim { -webkit-animation: rotate 230s infinite linear; @@ -277,4 +277,5 @@ dl dd { .schedule ul li { display: inline; padding-right: 1em; -} \ No newline at end of file +} +