about summary refs log tree commit diff stats
path: root/wiki/lib/tpl/dokuwiki/images/page-background.svg
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/tpl/dokuwiki/images/page-background.svg')
-rw-r--r--wiki/lib/tpl/dokuwiki/images/page-background.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/wiki/lib/tpl/dokuwiki/images/page-background.svg b/wiki/lib/tpl/dokuwiki/images/page-background.svg
new file mode 100644
index 0000000..086341d
--- /dev/null
+++ b/wiki/lib/tpl/dokuwiki/images/page-background.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
+    <linearGradient id="g" x1="0%" y1="0%" x2="0%" y2="100%">
+        <stop offset="0" stop-color="#dddddd" />
+        <stop offset="0.1" stop-color="#eeeeee" />
+        <stop offset="0.4" stop-color="#fbfaf9" />
+    </linearGradient>
+    <rect x="0" y="0" width="100%" height="100%" fill="url(#g)" />
+</svg>
\ No newline at end of file