From efbbcca15aab55a78d3be1f009c6bb75f6fba61c Mon Sep 17 00:00:00 2001 From: sanj Date: Wed, 19 May 2010 04:02:35 +0530 Subject: [PATCH] changed to pad.ma colours like faq, etc --- newsletter.css | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/newsletter.css b/newsletter.css index 229bf8d..71e777e 100644 --- a/newsletter.css +++ b/newsletter.css @@ -4,17 +4,16 @@ body { font-size: 10pt; font-family: Arial; background: #404040; - background-image: -moz-linear-gradient(top, #404040, #aaaaaa); + background-image: -moz-linear-gradient(top, #404040, #666); background-image: -webkit-gradient( linear, center top, center bottom, - color-stop(0.75, rgb(170,170,170)), - color-stop(0.29, rgb(64,64,64)) + color-stop(0.40, #404040), + color-stop(0.90, #666666) ); - - } + #nav { position: fixed; left: 16px; @@ -27,10 +26,12 @@ body { color: #000; background: #A0A0A0; } + #nav li { display: linline; list-style-type:none; } + .title { font-weight: bold; } @@ -42,8 +43,8 @@ body { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; - background: #000; - color: #ccc; + background: #A0A0A0; + color: #000; width: 600px; margin-left: 168px; margin-top: 25px; @@ -52,19 +53,14 @@ body { } a { - color: #ffff00; + color: #000080; text-decoration: none; - outline: none; } a:hover { - color: #ffff00; - -moz-text-shadow: 1px 1px 1px #666; - -webkit-text-shadow: 1px 1px #666; - text-shadow: 1px 1px 1px #666; + text-decoration: underline; } - #logo { position: fixed; top: 20px;