From 8d2b78f53d5b3a803cf46c55103140d2b9e93f66 Mon Sep 17 00:00:00 2001 From: sanj Date: Wed, 14 Jul 2010 00:43:19 +0530 Subject: [PATCH] gradient changed to grayscale --- edgware/static/css/articleDemo.css | 29 ++++++++++++++++------------- edgware/static/css/editor.css | 6 ++++++ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/edgware/static/css/articleDemo.css b/edgware/static/css/articleDemo.css index 08f524d..de852ae 100644 --- a/edgware/static/css/articleDemo.css +++ b/edgware/static/css/articleDemo.css @@ -9,12 +9,12 @@ margin-top:5px; margin-left: 25px; float:left; - } + } .page { - box-shadow: 0px 0px 1em; - -moz-box-shadow: 0px 0px 1em; - -webkit-box-shadow: 0px 0px 1em; + box-shadow: 0px 0px 1em; + -moz-box-shadow: 0px 0px 1em; + -webkit-box-shadow: 0px 0px 1em; background: rgba(255,255,255,0.5); clear:left; font-family: Helvetica, sans-serif; @@ -24,10 +24,10 @@ padding-left:20px; padding-right: 20px; padding-top: 20px; - padding-bottom:20px; + padding-bottom:20px; /* border-left:1px #CC6600 dotted; - border-bottom: #CC6600 1px dotted; + border-bottom: #CC6600 1px dotted; */ margin-left: 25px; margin-top: 10px; @@ -315,10 +315,13 @@ a img display: none; } .style1 {font-size: 16px} - -body { - background: #ABAE71; - background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7); - background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover, - #ABAE71 0%, #CDD53F 100%, #F4F6C7 95%); -} + +body { + background: #aaa; +/* background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7); + background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover, + #ABAE71 0%, #CDD53F 100%, #F4F6C7 95%); */ + background-image: -moz-linear-gradient(left top, #666, #ccc, #333); + background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover, + #666 0%, #ccc 100%, #333 95%); +} diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 670d02b..a386b74 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -1,7 +1,13 @@ body { + background: #aaa; + background-image: -moz-linear-gradient(left top, #666, #ccc, #333); + background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover, + #666 0%, #ccc 100%, #333 95%); +/* background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7); background: -webkit-gradient(radial, 45px 45px 45deg, circle cover, #ABAE71 0%, #CDD53F 100%, #F4F6C7 95%); +*/ font-family: Helvetica, sans-serif; }