From: rsiddharth Date: Mon, 7 Oct 2013 15:06:06 +0000 (+0530) Subject: made the noise for the header and footer less grey. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=54b7bc8f8bb0c8994070b1c637fd286113af6826;p=libreplanet-static.git made the noise for the header and footer less grey. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index a8cb3d58..6d5e307b 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -8,8 +8,8 @@ body { .lp-banner { box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7); margin-bottom: 20px; - text-shadow: 0px 1px 0px #f9f9f9; - background-image: url(/2014/assets/img/noise.png); + text-shadow: 0px 1px 0px #ffffff; + background-image: url(/2014/assets/img/g-noise.png); } .lp-head h1 { @@ -99,7 +99,7 @@ body { color: #555555; text-shadow: 0px 1px 0px #ffffff; vertical-align: middle; - background-color: rgba(218, 218, 218, 0.4); + background-color: rgba(237, 237, 237, 0.4); border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: none; @@ -258,8 +258,8 @@ body { box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7); background-color: rgba(218, 218, 218, 0.1); margin-top: 1.5em; - text-shadow: 0px 1px 0px #f9f9f9; - background-image: url(/2014/assets/img/noise.png); + text-shadow: 0px 1px 0px #ffffff; + background-image: url(/2014/assets/img/g-noise.png); } #footer .container p { diff --git a/2014/assets/img/l-noise.png b/2014/assets/img/l-noise.png new file mode 100644 index 00000000..1d12d129 Binary files /dev/null and b/2014/assets/img/l-noise.png differ