From cc46d962c0a341a6ce409994af4f7bcbb4b92e7d Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 07:18:07 +0530 Subject: [PATCH] some css --- edgware/static/css/articleDemo.css | 19 +++++++++++++++---- edgware/templates/articleDemo.html | 5 +---- edgware/templates/article_frontend.html | 3 +-- edgware/templates/demo/articleDemo.html | 8 ++------ 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/edgware/static/css/articleDemo.css b/edgware/static/css/articleDemo.css index b1a7237..bcf20c4 100644 --- a/edgware/static/css/articleDemo.css +++ b/edgware/static/css/articleDemo.css @@ -13,7 +13,9 @@ .page { - + box-shadow: 0px 0px 1em; + -moz-box-shadow: 0px 0px 1em; + -webkit-box-shadow: 0px 0px 1em; clear:left; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; @@ -22,9 +24,11 @@ padding-left:20px; padding-right: 20px; padding-top: 20px; - padding-bottm:20px; + padding-bottm:20px; +/* border-left:1px #CC6600 dotted; - border-bottom: #CC6600 1px dotted; + border-bottom: #CC6600 1px dotted; +*/ margin-left: 25px; margin-top: 10px; margin-bottom: 20px; @@ -175,7 +179,6 @@ #navcontainerar ul li a { padding: 10px; - background-color: ; color: #F2FA58; text-decoration: none; font-family: ; @@ -311,3 +314,11 @@ a img .englishBtn { display: none; } +.style1 {font-size: 16px} + +body { + background: #ABAE71; + background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #fff); + background: -webkit-gradient(radial, 45px 45px 45deg, circle cover, + #ABAE71 0%, #CDD53F 100%, #E6F215 95%); +} diff --git a/edgware/templates/articleDemo.html b/edgware/templates/articleDemo.html index ad7a812..2cf7708 100644 --- a/edgware/templates/articleDemo.html +++ b/edgware/templates/articleDemo.html @@ -8,10 +8,7 @@ diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index 56f493c..0bb50a5 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -11,8 +11,7 @@ .style1 {font-size: 16px} -body, html { - background-color: #ABAE71; +body, html { font-size: {{ "14px"|make_really_big:m }}; margin: 0px; padding: 0px; diff --git a/edgware/templates/demo/articleDemo.html b/edgware/templates/demo/articleDemo.html index 6274a75..560ac37 100644 --- a/edgware/templates/demo/articleDemo.html +++ b/edgware/templates/demo/articleDemo.html @@ -7,12 +7,8 @@