Elgg  Version 2.3
layout.css.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(<?= elgg_get_simplecache_url("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(<?= elgg_get_simplecache_url("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(<?= elgg_get_simplecache_url("sidebar_background.gif"); ?>) repeat-y right top;
84 }
85 .elgg-layout-two-sidebar {
86  background: transparent url(<?= elgg_get_simplecache_url("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 }
max width
Definition: layout.css.php:54
line height
Definition: admin.css.php:82
border color
Definition: admin.css.php:42
elgg system messages li p
Definition: layout.css.php:60
elgg_get_simplecache_url($view, $subview= '')
Get the URL for the cached view.
Definition: cache.php:136
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col alt
Definition: admin.css.php:127
elgg layout widgets elgg widgets
Definition: admin.css.php:1211
a
Definition: admin.css.php:97
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.css.php:127
elgg main
Definition: admin.css.php:284
ui datepicker calendar ui state hover
Definition: admin.css.php:692
border bottom
Definition: layout.css.php:42
z index
Definition: layout.css.php:46
margin right
Definition: admin.css.php:181
elgg sidebar
Definition: admin.css.php:291
margin left
Definition: admin.css.php:294
elgg system messages
Definition: layout.css.php:50
clearfix elgg elgg layout
Definition: admin.css.php:127
elgg system messages li
Definition: layout.css.php:57
list style position
border top
Definition: layout.css.php:36
overflow x
if(!$site) if(!($site instanceof ElggSite)) $site url
elgg page header
Definition: layout.css.php:65
body
Definition: admin.css.php:36
elgg page default elgg page header elgg inner
Definition: layout.css.php:23
clearfix elgg elgg elgg elgg page elgg page footer
Definition: admin.css.php:127
this section has the sole purpose of protecting the integrity of the free software distribution system
elgg page topbar
Definition: layout.css.php:40