Add lainchan styles

This commit is contained in:
Michael Walker 2014-09-28 19:42:50 +00:00
parent 19c35cdae6
commit 341e6476f9
30 changed files with 1325 additions and 107 deletions

11
stylesheets/svg/shadow.svg Executable file
View file

@ -0,0 +1,11 @@
<svg height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="drop-shadow">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
<feOffset dx="0" dy="0" result="offsetblur"/>
<feComposite in2="offsetblur" operator="in"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</svg>

After

Width:  |  Height:  |  Size: 347 B