summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-06-30 15:10:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-06-30 15:10:28 +0200
commitea39a99f28e4fd1d71a629dac7a18a12875ae5c8 (patch)
tree4c1d5b9a925f5cda81929c2879bfa27da558eaf3 /lib
parente6889ecc099960ca66204d9eab8e4c6ccf0d89bc (diff)
downloadrpg-ea39a99f28e4fd1d71a629dac7a18a12875ae5c8.tar.gz
rpg-ea39a99f28e4fd1d71a629dac7a18a12875ae5c8.tar.bz2
use a PNG alpha gradient instead of CSS3 or SVG
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/dokuwiki/css/basic.css10
-rw-r--r--lib/tpl/dokuwiki/images/page-gradient.pngbin0 -> 289 bytes
2 files changed, 1 insertions, 9 deletions
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 000000000..bbe2efad4
--- /dev/null
+++ b/lib/tpl/dokuwiki/images/page-gradient.png
Binary files differ