Elgg  Version 1.11
layout.php
Go to the documentation of this file.
1 <?php
12 ?>
13 /* <style> /**/
14 
15 /* ***************************************
16  PAGE LAYOUT
17 *************************************** */
18 /***** DEFAULT LAYOUT ******/
19 <?php // the width is on the page rather than topbar to handle small viewports ?>
20 .elgg-page-default {
21  min-width: 800px;
22 }
23 .elgg-page-default .elgg-page-header > .elgg-inner {
24  max-width: 990px;
25  margin: 0 auto;
26  height: 90px;
27 }
28 .elgg-page-default .elgg-page-body > .elgg-inner {
29  max-width: 990px;
30  margin: 0 auto;
31 }
32 .elgg-page-default .elgg-page-footer > .elgg-inner {
33  max-width: 990px;
34  margin: 0 auto;
35  padding: 5px 0;
36  border-top: 1px solid #DEDEDE;
37 }
38 
39 /***** TOPBAR ******/
40 .elgg-page-topbar {
41  background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/toptoolbar_background.gif) repeat-x top left;
42  border-bottom: 1px solid #000000;
43  padding: 0 10px;
44  position: relative;
45  height: 24px;
46  z-index: 9000;
47 }
48 
49 /***** PAGE MESSAGES ******/
51  position: fixed;
52  top: 24px;
53  right: 20px;
54  max-width: 500px;
55  z-index: 2000;
56 }
58  margin-top: 10px;
59 }
61  margin: 0;
62 }
63 
64 /***** PAGE HEADER ******/
65 .elgg-page-header {
66  padding: 0 10px;
67  position: relative;
68  background: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
69 }
70 .elgg-page-header > .elgg-inner {
71  position: relative;
72 }
73 
74 /***** PAGE BODY LAYOUT ******/
75 .elgg-page-body {
76  padding: 0 10px;
77 }
78 
79 .elgg-layout {
80  min-height: 360px;
81 }
82 .elgg-layout-one-sidebar {
83  background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/sidebar_background.gif) repeat-y right top;
84 }
85 .elgg-layout-two-sidebar {
86  background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif) repeat-y right top;
87 }
88 .elgg-layout-widgets > .elgg-widgets {
89  float: right;
90 }
91 .elgg-sidebar {
92  position: relative;
93  padding: 20px 10px;
94  float: right;
95  width: 210px;
96  margin: 0 0 0 10px;
97 }
98 .elgg-sidebar-alt {
99  position: relative;
100  padding: 20px 10px;
101  float: left;
102  width: 160px;
103  margin: 0 10px 0 0;
104 }
105 .elgg-main {
106  position: relative;
107  min-height: 360px;
108  padding: 10px;
109 }
110 .elgg-main > .elgg-head {
111  padding-bottom: 3px;
112  border-bottom: 1px solid #CCCCCC;
113  margin-bottom: 10px;
114 }
115 
116 /***** PAGE FOOTER ******/
117 .elgg-page-footer {
118  color: #999;
119  padding: 0 10px;
120  position: relative;
121 }
122 
123 .elgg-page-footer a:hover {
124  color: #666;
125 }
z index
Definition: layout.php:46
body
Definition: admin.php:36
list style position
Definition: typography.php:154
margin right
Definition: admin.php:181
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col alt
Definition: admin.php:127
elgg system messages li
Definition: layout.php:57
elgg sidebar
Definition: admin.php:287
max width
Definition: layout.php:54
elgg page header
Definition: layout.php:65
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.php:127
border color
Definition: admin.php:42
elgg system messages li p
Definition: layout.php:60
ui datepicker calendar ui state hover
Definition: admin.php:646
elgg echo
Translates a string.
Definition: languages.js:43
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
border bottom
Definition: layout.php:42
clearfix elgg elgg layout
Definition: admin.php:127
elgg page default elgg page header elgg inner
Definition: layout.php:23
elgg page topbar
Definition: layout.php:40
overflow x
Definition: typography.php:47
if(!$site) if(!($site instanceof ElggSite)) $site url
elgg main
Definition: admin.php:280
border top
Definition: layout.php:36
a
Definition: admin.php:97
clearfix elgg elgg elgg elgg page elgg page footer
Definition: admin.php:127
elgg system messages
Definition: layout.php:50
margin left
Definition: admin.php:290
this section has the sole purpose of protecting the integrity of the free software distribution system
Definition: LICENSE.txt:218
line height
Definition: admin.php:82
elgg layout widgets elgg widgets
Definition: admin.php:1151