Elgg  Version 1.9
modules.php
Go to the documentation of this file.
1 /* <style> /**/
2 
3 /* ***************************************
4  Modules
5 *************************************** */
6 .elgg-module {
7  overflow: hidden;
8  margin-bottom: 20px;
9 }
10 
11 /* Aside */
12 .elgg-module-aside .elgg-head {
13  border-bottom: 1px solid #CCC;
14 
15  margin-bottom: 5px;
16  padding-bottom: 5px;
17 }
18 
19 /* Info */
20 .elgg-module-info > .elgg-head {
21  background: #e4e4e4;
22  padding: 5px;
23  margin-bottom: 10px;
24  border-radius: 3px;
25 }
26 .elgg-module-info > .elgg-head * {
27  color: #333;
28 }
29 
30 /* Popup */
31 .elgg-module-popup {
32  background-color: white;
33  border: 1px solid #ccc;
34  z-index: 9999;
35  margin-bottom: 0;
36  padding: 5px;
37  border-radius: 6px;
38  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
39 }
40 .elgg-module-popup > .elgg-head {
41  margin-bottom: 5px;
42 }
43 .elgg-module-popup > .elgg-head * {
44  color: #0054A7;
45 }
46 
47 /* Dropdown */
48 .elgg-module-dropdown {
49  background-color:white;
50  border:5px solid #CCC;
51  border-radius: 5px 0 5px 5px;
52  display:none;
53  width: 210px;
54  padding: 12px;
55  margin-right: 0px;
56  z-index:100;
57  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
58  position:absolute;
59  right: 0px;
60  top: 100%;
61 }
62 
63 /* Featured */
64 .elgg-module-featured {
65  border: 1px solid #4690D6;
66  border-radius: 6px;
67 }
68 .elgg-module-featured > .elgg-head {
69  padding: 5px;
70  background-color: #4690D6;
71 }
72 .elgg-module-featured > .elgg-head * {
73  color: white;
74 }
75 .elgg-module-featured > .elgg-body {
76  padding: 10px;
77 }
78 
79 /* ***************************************
80  Widgets
81 *************************************** */
82 .elgg-widgets {
83  min-height: 30px;
84 }
85 .elgg-widget-add-control {
86  text-align: right;
87  margin: 5px 5px 15px;
88 }
89 .elgg-widgets-add-panel {
90  padding: 10px;
91  margin: 0 5px 15px;
92  background: #dedede;
93  border: 2px solid #ccc;
94 }
95 <?php //@todo location-dependent style: make an extension of elgg-gallery ?>
97  float: left;
98  margin: 2px 10px;
99  width: 200px;
100  padding: 4px;
101  background-color: #ccc;
102  border: 2px solid #b0b0b0;
103  font-weight: bold;
104 }
106  display: block;
107 }
108 .elgg-widgets-add-panel .elgg-state-available {
109  color: #333;
110  cursor: pointer;
111 }
112 .elgg-widgets-add-panel .elgg-state-available:hover {
113  background-color: #bcbcbc;
114 }
115 .elgg-widgets-add-panel .elgg-state-unavailable {
116  color: #888;
117 }
118 
119 .elgg-module-widget {
120  background-color: #dedede;
121  padding: 2px;
122  margin: 0 5px 15px;
123  position: relative;
124 }
125 .elgg-module-widget:hover {
126  background-color: #ccc;
127 }
128 .elgg-module-widget > .elgg-head {
129  background-color: #eeeeee;
130  height: 26px;
131  overflow: hidden;
132 }
133 .elgg-module-widget > .elgg-head h3 {
134  float: left;
135  padding: 4px 45px 0 20px;
136  color: #666;
137 }
138 .elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
139  cursor: move;
140 }
142  color: #c5c5c5;
143 }
145 a.elgg-widget-collapsed:hover {
146  color: #9d9d9d;
148 }
149 a.elgg-widget-collapse-button:before {
150  content: "\25BC";
151 }
152 a.elgg-widget-collapsed:before {
153  content: "\25BA";
154 }
155 .elgg-module-widget > .elgg-body {
156  background-color: white;
157  width: 100%;
158  overflow: hidden;
159  border-top: 2px solid #dedede;
160 }
161 .elgg-widget-edit {
162  display: none;
163  width: 96%;
164  padding: 2%;
165  border-bottom: 2px solid #dedede;
166  background-color: #f9f9f9;
167 }
169  padding: 10px;
170 }
172  border: 2px dashed #dedede;
173  margin-bottom: 15px;
174 }
elgg module popup elgg head *elgg module featured
Definition: admin.php:358
elgg widget add control
Definition: admin.php:1131
border top
Definition: modules.php:159
elgg input text
Definition: admin.php:478
list style position
Definition: typography.php:154
elgg widgets add panel li a
Definition: modules.php:105
background color
Definition: modules.php:101
elgg widget content
Definition: modules.php:168
elgg widget placeholder
Definition: modules.php:171
elgg module popup
Definition: admin.php:343
elgg module
Definition: admin.php:316
text decoration
Definition: modules.php:147
margin right
Definition: admin.php:211
a elgg widget collapse button
Definition: modules.php:141
friends picker friends picker container panel
Definition: admin.php:726
elgg ui widgets add
Adds a new widget.
Definition: ui.widgets.js:44
elgg module widget elgg body
Definition: modules.php:155
elgg widget edit
Definition: modules.php:161
vertical align
Definition: admin.php:66
z index
Definition: admin.php:346
elgg widgets add panel li
Definition: modules.php:96
min width
Definition: admin.php:166
border bottom
Definition: modules.php:165
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.php:127
elgg module widget elgg head h3
Definition: modules.php:133
elgg widgets add panel elgg state unavailable
Definition: modules.php:115
a elgg widget collapse a elgg widget collapsed
Definition: modules.php:144
font weight
Definition: modules.php:103
box shadow
Definition: admin.php:258
ui datepicker calendar ui state hover
Definition: admin.php:622
elgg menu widget elgg menu item collapse
Definition: admin.php:1072
elgg module widget
Definition: modules.php:119
elgg widgets add panel elgg state available
Definition: modules.php:108
box border radius
Definition: admin.php:258
elgg ui widgets move
Persist the widget&#39;s new position.
Definition: ui.widgets.js:78
elgg module widget elgg head
Definition: modules.php:128
margin left
Definition: admin.php:210
elgg module widget elgg state draggable elgg widget handle
Definition: modules.php:138
line height
Definition: admin.php:82
elgg layout widgets elgg widgets
Definition: admin.php:1125