From ea39a99f28e4fd1d71a629dac7a18a12875ae5c8 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 30 Jun 2012 15:10:28 +0200
Subject: [PATCH] use a PNG alpha gradient instead of CSS3 or SVG

---
 lib/tpl/dokuwiki/css/basic.css            |  10 +---------
 lib/tpl/dokuwiki/images/page-gradient.png | Bin 0 -> 289 bytes
 2 files changed, 1 insertion(+), 9 deletions(-)
 create mode 100644 lib/tpl/dokuwiki/images/page-gradient.png

diff --git a/lib/tpl/dokuwiki/css/basic.css b/lib/tpl/dokuwiki/css/basic.css
index e0b8cddfe..eb659f12e 100644
--- a/lib/tpl/dokuwiki/css/basic.css
+++ b/lib/tpl/dokuwiki/css/basic.css
@@ -15,15 +15,7 @@ html {
 html,
 body {
     color: __text__;
-    background-color: __background_site__;
-    background-image: url(images/page-background.svg);
-    /*background-image: -moz-linear-gradient(   top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em); see FS#2447*/
-    background-image: -webkit-linear-gradient(top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
-    background-image: -o-linear-gradient(     top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
-    background-image: -ms-linear-gradient(    top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
-    background-image: linear-gradient(        top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
-    background-size: 1px 10em;
-    background-repeat: repeat-x;
+    background: __background_site__ url(images/page-gradient.png) top left repeat-x;
     margin: 0;
     padding: 0;
 }
diff --git a/lib/tpl/dokuwiki/images/page-gradient.png b/lib/tpl/dokuwiki/images/page-gradient.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbe2efad4b0b8c1c6de9421d5cd9c01a423094be
GIT binary patch
literal 289
zcmeAS@N?(olHy`uVBq!ia0vp^Oh8=B!3HEZow)1(q!^2X+?^QKos)S9<gg`qySp&_
z2f+n<mrn+Ya29w(7Bet#3xY6XeM<a9pdfpRr>`sf9X2^$P6q!i-H(7m3q4&NLo80e
zop74#kb!`!|D!D|OGR`$LRh~3-+v}lRAiNE;YDedg*%F_-%ZRrXY;5*xPj5oc~+YR
zuf6Vjh672zBKQtW)2N!YCNW@X9LKMu9+?2f8_TBDl~;zXKOTC5*W2}|?}O~fC$%-p
zYl9ZAIOQxa9$C2h)IGNXYYw>$pA=U6cAe{ENH`mK&1+(5xM_}bXwbgDPg%2n|B`1l
eKJ&r6f_b91&ctILB~?JjGI+ZBxvX<aXaWEyJ!!fC

literal 0
HcmV?d00001

-- 
GitLab