From b6a12f16c2a9e80be9875746e9bc6bbb3ce41f97 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2012 13:11:30 +0000 Subject: added site background colour to style.ini --- css/basic.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'css') diff --git a/css/basic.css b/css/basic.css index 3c4ea32bd..b266f8036 100755 --- a/css/basic.css +++ b/css/basic.css @@ -14,14 +14,13 @@ html { } html, body { - /* @todo: style.ini for #fbfaf9?!? */ - background-color: #fbfaf9; color: __text__; - background-image: -moz-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em); - background-image: -webkit-linear-gradient(top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em); - background-image: -o-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em); - background-image: -ms-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em); - background-image: linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em); + background-color: __background_site__; + background-image: -moz-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em); + 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; margin: 0; -- cgit v1.2.3