summaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/layout.php')
-rw-r--r--views/default/css/elements/layout.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 42d8984..c19666f 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -14,6 +14,11 @@
/* ***************************************
PAGE LAYOUT
*************************************** */
+
+body {
+ background-color: #edecfa;
+}
+
/***** DEFAULT LAYOUT ******/
<?php // the width is on the page rather than topbar to handle small viewports ?>
.elgg-page-default {
@@ -65,7 +70,7 @@
/***** PAGE HEADER ******/
.elgg-page-header {
position: relative;
- background: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
+ background: #27282d url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
}
.elgg-page-header > .elgg-inner {
position: relative;
@@ -76,10 +81,10 @@
min-height: 360px;
}
.elgg-layout-one-sidebar {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/sidebar_background.gif) repeat-y right top;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/sidebar_background.gif) repeat-y right top;
}
.elgg-layout-two-sidebar {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif) repeat-y right top;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/two_sidebar_background.gif) repeat-y right top;
}
.elgg-sidebar {
position: relative;