From 9bdd998d1d1a26f5288287526b57c32957bc37bf Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 5 Mar 2012 20:10:28 +0100 Subject: [PATCH] body background gradient --- user/css/krtmn.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index e77c5b4..5604e8f 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -1,5 +1,13 @@ body { - background: #516062; + background-color: #516062; + background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); + background-image: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); + background-image: -webkit-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -o-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -ms-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-repeat: no-repeat; + background-attachment: fixed; } /*font reset*/