diff options
-rw-r--r-- | _graphics/sidebar_background.gif | bin | 1211 -> 1219 bytes | |||
-rw-r--r-- | _graphics/two_sidebar_background.gif | bin | 83 -> 91 bytes | |||
-rw-r--r-- | views/default/css/elements/layout.php | 6 | ||||
-rw-r--r-- | 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 Binary files differindex 2e6f4d1..6ce7978 100644 --- a/_graphics/sidebar_background.gif +++ b/_graphics/sidebar_background.gif diff --git a/_graphics/two_sidebar_background.gif b/_graphics/two_sidebar_background.gif Binary files differindex ae6bf32..d70fec2 100644 --- a/_graphics/two_sidebar_background.gif +++ b/_graphics/two_sidebar_background.gif 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(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left; + background: #333333 url(<?php echo elgg_get_site_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; |