X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/3f383b9a06661c5f8647ba1ac25182e9509a6786..7090529aa8b2e8c2866c6092c267635ef9d8b2b7:/static/css/screen.css?ds=sidebyside diff --git a/static/css/screen.css b/static/css/screen.css index a1fc8a5..1877405 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -74,6 +74,11 @@ html > body { body { background: #e0e5ef; + background: -webkit-gradient(linear, 50% 0%, 50% 250, color-stop(0%, #b4bdcf), color-stop(100%, #e0e5ef)); + background: -webkit-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px); + background: -moz-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px); + background: -o-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px); + background: linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px); color: #333333; text-shadow: 0 1px 0 #FFF; font-family: Helvetica, Arial, serif; }