From 8965cb58fab3e454ff82031f7881851e822f74c0 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 18 Aug 2012 19:20:24 +0200 Subject: Changed background colors for true grey. --- _graphics/sidebar_background.gif | Bin 1211 -> 1219 bytes _graphics/two_sidebar_background.gif | Bin 83 -> 91 bytes views/default/css/elements/layout.php | 6 +++--- views/default/css/elements/modules.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_graphics/sidebar_background.gif b/_graphics/sidebar_background.gif index 2e6f4d1..6ce7978 100644 Binary files a/_graphics/sidebar_background.gif and b/_graphics/sidebar_background.gif differ diff --git a/_graphics/two_sidebar_background.gif b/_graphics/two_sidebar_background.gif index ae6bf32..d70fec2 100644 Binary files a/_graphics/two_sidebar_background.gif and b/_graphics/two_sidebar_background.gif differ diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index d332437..865bf43 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -16,7 +16,7 @@ *************************************** */ body { - background-color: #edecfa; + background-color: #eeeeee; } /***** DEFAULT LAYOUT ******/ @@ -42,7 +42,7 @@ body { /***** TOPBAR ******/ .elgg-page-topbar { - background-color: #27282d; + background-color: #333333; position: relative; height: 24px; z-index: 9000; @@ -69,7 +69,7 @@ body { /***** PAGE HEADER ******/ .elgg-page-header { position: relative; - background: #27282d url(_graphics/header_shadow.png) repeat-x bottom left; + background: #333333 url(_graphics/header_shadow.png) repeat-x bottom left; } .elgg-page-header > .elgg-inner { position: relative; diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index cbd77ff..d5efe9e 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -16,7 +16,7 @@ /* Info */ .elgg-module-info > .elgg-head { - background: #e4e4e4; + background: #dedede; padding: 5px; margin-bottom: 10px; -- cgit v1.2.3