aboutsummaryrefslogtreecommitdiff
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.php129
1 files changed, 54 insertions, 75 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 06c23f147..9d92752b4 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -12,131 +12,110 @@
?>
/* ***************************************
-PAGE LAYOUT
+ PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/
<?php // the width is on the page rather than topbar to handle small viewports ?>
-body {
-text-shadow:1px 1px 0px #ffffff;
-}
.elgg-page-default {
-min-width: 998px;
+ min-width: 998px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
-width: 1016px;
-margin:20px auto 0px auto;
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_01.png) top center no-repeat;
-}
-.elgg-page-default .elgg-page-header {
-
+ width: 990px;
+ margin: 0 auto;
+ height: 90px;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
-width: 990px;
-margin: 0px auto;
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_02.png) top center repeat-y;
-padding:0px 13px;
-}
-.elgg-body {
-background:none;
+ width: 990px;
+ margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
-width: 970px;
-margin: 0 auto;
-padding: 5px 0;
-}
-.elgg-page-default .elgg-page-footer {
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_03.png) bottom center no-repeat;
-width:1016px;
-padding:10px;
-margin:0px auto;
-height:50px;
+ width: 990px;
+ margin: 0 auto;
+ padding: 5px 0;
+ border-top: 1px solid #DEDEDE;
}
/***** TOPBAR ******/
.elgg-page-topbar {
-background: #2D2D2D ;
-position: relative;
-height: 24px;
-z-index: 9000;
-width:940px;
-margin-left:auto;
-margin-right:auto;
+ background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/toptoolbar_background.gif) repeat-x top left;
+ border-bottom: 1px solid #000000;
+ position: relative;
+ height: 24px;
+ z-index: 9000;
}
.elgg-page-topbar > .elgg-inner {
-padding: 0 10px;
+ padding: 0 10px;
}
/***** PAGE MESSAGES ******/
.elgg-system-messages {
-position: absolute;
-top: 24px;
-right: 20px;
-max-width: 500px;
-z-index: 2000;
+ position: fixed;
+ top: 24px;
+ right: 20px;
+ max-width: 500px;
+ z-index: 2000;
}
.elgg-system-messages li {
-margin-top: 10px;
+ margin-top: 10px;
}
.elgg-system-messages li p {
-margin: 0;
+ margin: 0;
}
/***** PAGE HEADER ******/
.elgg-page-header {
-position: relative;
+ position: relative;
+ background: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
}
.elgg-page-header > .elgg-inner {
-position: relative;
+ position: relative;
}
/***** PAGE BODY LAYOUT ******/
.elgg-layout {
-min-height: 360px;
+ min-height: 360px;
}
.elgg-layout-one-sidebar {
-background: transparent url(<?php echo elgg_get_site_url(); ?>mod/purity_theme/graphics/sidebar_background.gif) repeat-y right top;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>_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(); ?>_graphics/two_sidebar_background.gif) repeat-y right top;
+}
+.elgg-layout-error {
+ margin-top: 20px;
}
.elgg-sidebar {
-position: relative;
-padding: 20px 10px;
-float: right;
-width: 210px;
-margin: 0 0 0 10px;
--webkit-border-top-left-radius: 15px;
--webkit-border-top-right-radius: 15px;
--moz-border-radius-topleft: 15px;
--moz-border-radius-topright: 15px;
-border-top-left-radius: 15px;
-border-top-right-radius: 15px;}
+ position: relative;
+ padding: 20px 10px;
+ float: right;
+ width: 210px;
+ margin: 0 0 0 10px;
+}
.elgg-sidebar-alt {
-position: relative;
-padding: 20px 10px;
-float: left;
-width: 160px;
-margin: 0 10px 0 0;
+ position: relative;
+ padding: 20px 10px;
+ float: left;
+ width: 160px;
+ margin: 0 10px 0 0;
}
.elgg-main {
-position: relative;
-min-height: 360px;
-padding: 10px;
+ position: relative;
+ min-height: 360px;
+ padding: 10px;
}
.elgg-main > .elgg-head {
-padding-bottom: 3px;
-border-bottom: 1px solid #CCCCCC;
-margin-bottom: 10px;
+ padding-bottom: 3px;
+ border-bottom: 1px solid #CCCCCC;
+ margin-bottom: 10px;
}
/***** PAGE FOOTER ******/
.elgg-page-footer {
-position: relative;
-padding-top:20px;
+ position: relative;
}
.elgg-page-footer {
-color: #999;
+ color: #999;
}
.elgg-page-footer a:hover {
-color: #666;
-} \ No newline at end of file
+ color: #666;
+}