Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@web.de>2016-05-25 19:14:06 +0300
committerDominik Juelg <djuelg@web.de>2016-05-25 19:14:06 +0300
commit7f2f68b384330070e09c7dc10c5a9cc872e1062f (patch)
tree070ded52d7a72d45264d49fa553029a6886268b6
parent096ba42de854d9d98678c2aec6830739fa289e52 (diff)
added some shadow to start-screen
-rwxr-xr-xlayouts/partials/start-screen.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/partials/start-screen.svg b/layouts/partials/start-screen.svg
index 9de4359..c766bab 100755
--- a/layouts/partials/start-screen.svg
+++ b/layouts/partials/start-screen.svg
@@ -32,6 +32,12 @@
<stop offset="66%" style="stop-color:rgb(76,171,171);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,116,0);stop-opacity:1" />
</linearGradient>
+ <filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
+ <feGaussianBlur stdDeviation="10 10" result="glow"/>
+ <feMerge>
+ <feMergeNode in="glow"/>
+ </feMerge>
+ </filter>
</defs>
<image id="svg-image-3" y="234.615" x="1114.735"
@@ -85,6 +91,10 @@
<g id="svg-title">
{{ if not (eq .Site.Params.title_link "") }}<a xlink:title="Learn more about this page" xlink:href="{{ .Site.Params.title_link }}"> {{ end }}
+ <text style="filter: url(#glow); fill: #000">
+ <tspan y="950" x="2140.7">{{ .Site.Params.title_l1 }}</tspan>
+ <tspan y="1100" x="2140.7">{{ .Site.Params.title_l2 }}</tspan>
+ </text>
<text>
<tspan y="950" x="2140.7">{{ .Site.Params.title_l1 }}</tspan>
<tspan y="1100" x="2140.7">{{ .Site.Params.title_l2 }}</tspan>
@@ -94,6 +104,11 @@
<g id="svg-comment">
{{ if not (eq .Site.Params.subtitle_link "") }}<a xlink:title="Learn more about this page" xlink:href="{{ .Site.Params.subtitle_link }}"> {{ end }}
+ <text style="filter: url(#glow); fill: #000">
+ <tspan y="1400" x="2114.7">{{ .Site.Params.subtitle_l1 }}</tspan>
+ <tspan y="1510" x="2114.7">{{ .Site.Params.subtitle_l2 }}</tspan>
+ <tspan y="1620" x="2114.7">{{ .Site.Params.subtitle_l3 }}</tspan>
+ </text>
<text>
<tspan y="1400" x="2114.7">{{ .Site.Params.subtitle_l1 }}</tspan>
<tspan y="1510" x="2114.7">{{ .Site.Params.subtitle_l2 }}</tspan>