From: Sem Date: Sat, 18 Aug 2012 17:20:24 +0000 (+0200) Subject: Changed background colors for true grey. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8965cb58fab3e454ff82031f7881851e822f74c0;p=lorea%2Fsaravea_theme.git Changed background colors for true grey. --- 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;