Elgg  Version 1.10
admin.php
Go to the documentation of this file.
1 <?php
12 ?>
13 /* <style> /**/
14 
15 /* ***************************************
16  RESET CSS
17 *************************************** */
18 html, body, div, span, applet, object, iframe,
19 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
20 a, abbr, acronym, address, big, cite, code,
21 del, dfn, em, font, img, ins, kbd, q, s, samp,
22 small, strike, strong, sub, sup, tt, var,
23 dl, dt, dd, ol, ul, li,
25 table, caption, tbody, tfoot, thead, tr, th, td {
26  margin: 0;
27  padding: 0;
28  border: 0;
29  font-weight: inherit;
30  font-style: inherit;
31  font-size: 100%;
32  font-family: inherit;
33  vertical-align: baseline;
34 }
35 <?php // force vertical scroll bar ?>
37  height: 100%;
38  margin-bottom: 1px;
39 }
40 img {
41  border-width: 0;
42  border-color: transparent;
43 }
44 ol, ul {
45  list-style: none;
46 }
47 em, i {
48  font-style: italic;
49 }
50 ins {
51  text-decoration: none;
52 }
54  text-decoration:line-through;
55 }
57  font-weight: bold;
58 }
60  border-collapse: collapse;
61  border-spacing: 0;
62 }
64  text-align: left;
65  font-weight: normal;
66  vertical-align: top;
67 }
68 blockquote:before, blockquote:after,
69 q:before, q:after {
70  content: "";
71 }
72 blockquote, q {
73  quotes: "" "";
74 }
75 
76 /* ***************************************
77  BASICS
78 *************************************** */
79 body {
80  background-color: #eee;
81  font-size: 90%;
82  line-height: 1.4em;
83  font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
84 }
85 h1, h2, h3, h4, h5, h6 {
86  font-weight: bold;
87  line-height: auto;
88  color: #666;
89 }
90 h1 { font-size: 1.8em; }
91 h2 { font-size: 1.5em; line-height: 1.1em; }
92 h3 { font-size: 1.2em; }
93 h4 { font-size: 1.0em; }
94 h5 { font-size: 0.9em; }
95 h6 { font-size: 0.8em; }
96 
97 a {
98  color: #333;
100 }
101 a:hover {
102  color: black;
103  text-decoration: underline;
104 }
106  background-color: #EEE;
107  border: 1px solid #DDD;
108  color: #444;
109  font-family: Monaco, "Courier New", Courier, monospace;
110  font-size: 13px;
111  overflow: auto;
112  margin: 15px 0;
113  padding: 5px;
114 }
115 blockquote {
116  background: #EBF5FF;
117 }
118 p {
119  margin-bottom: 15px;
120 }
121 
122 .clearfloat {
123  clear: both;
124 }
125 
126 /* Clearfix! */
127 .clearfix:after,
128 .elgg-grid:after,
129 .elgg-layout:after,
130 .elgg-inner:after,
131 .elgg-page-header:after,
132 .elgg-page-footer:after,
133 .elgg-head:after,
134 .elgg-foot:after,
135 .elgg-col:after,
136 .elgg-col-alt:after,
137 .elgg-image-block:after {
138  content: ".";
139  display: block;
140  height: 0;
141  clear: both;
142  visibility: hidden;
143 }
144 
145 .elgg-body {
146  width: auto;
147  word-wrap: break-word;
148  overflow: hidden;
149 }
150 .elgg-body:after {
151  display: block;
152  visibility: hidden;
153  height: 0 !important;
154  line-height: 0;
155  overflow: hidden;
156  font-size: xx-large;
157  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
158 }
159 
160 /* ***************************************
161  PAGE WRAPPER
162 *************************************** */
163 .elgg-page > .elgg-inner {
164  margin: 0 auto;
165  padding: 20px 40px 0;
166  min-width: 800px;
167  max-width: 1600px;
168 }
169 
170 /* ***************************************
171  HEADER
172 *************************************** */
173 .elgg-page-header {
174  background-color: #111;
175  border: 1px solid #999;
176  padding: 20px;
177 }
178 .elgg-heading-site {
179  font-size: 1.8em;
180  line-height: 1.2em;
181  margin-right: 10px;
182  float: left;
183 }
184 .elgg-heading-site a {
185  color: #ffffff;
186  text-decoration: none;
187 }
188 .elgg-heading-site a:hover {
189  color: white;
190  text-decoration: none;
191 }
192 .elgg-menu-user,
193 .elgg-menu-admin-header {
194  float: right;
195  margin: 8px 8px 0 0;
196 }
197 .elgg-menu-user,
198 .elgg-menu-admin-header,
199 .elgg-menu-user a,
200 .elgg-menu-admin-header a {
201  color: #999999;
202 }
203 .elgg-menu-user a,
204 .elgg-menu-admin-header a {
205  text-decoration: underline;
206 }
207 .elgg-menu-user a:hover,
208 .elgg-menu-admin-header a:hover {
209  color: white;
210 }
211 .elgg-menu-user li,
212 .elgg-menu-admin-header li {
213  display: inline;
214 }
215 .elgg-menu-user li:after,
216 .elgg-menu-admin-header li:after {
217  content: "|";
218  display: inline-block;
219  font-weight: normal;
220  margin: 0 8px;
221 }
222 .elgg-menu-user li:last-child:after,
223 .elgg-menu-admin-header li:last-child:after {
224  content: "";
225 }
226 a.elgg-maintenance-mode-warning {
227  color: #d00;
228 }
229 
230 /* ***************************************
231  MESSAGES
232 *************************************** */
233 .elgg-page-messages {
234  padding: 20px 0 0;
235  margin-bottom: -10px;
236 }
237 .elgg-system-messages p {
238  margin: 0;
239 }
240 .elgg-message {
241  padding: 20px;
242  margin-bottom: 10px;
243  border: 1px solid #ddd;
244  border-radius: 3px;
245  cursor: pointer;
246 }
247 .elgg-message.elgg-state-error {
248  color: #B94A48;
249  background-color: #F8E8E8;
250  border: 1px solid #E5B7B5;
251 }
252 .elgg-message.elgg-state-success {
253  color: #397F2E;
254  background-color: #EAF8E8;
255  border: 1px solid #AADEA2;
256 }
257 
258 .elgg-admin-notices p {
259  color: #3B8BC9;
260  background-color: #E7F1F9;
261  border: 1px solid #B1D1E9;
262  padding: 20px;
263  border-radius: 3px;
264 }
265 .elgg-admin-notices a.elgg-admin-notice {
266  float: right;
267  text-decoration: none;
268 }
269 
270 .elgg-admin-notices a {
271  text-decoration: underline;
272 }
273 
274 /* ***************************************
275  BODY
276 *************************************** */
277 .elgg-page-body {
278  padding: 20px 0;
279 }
280 .elgg-main {
281  background-color: #fff;
282  border: 1px solid #ccc;
283  padding: 20px;
284  position: relative;
285  min-height: 400px;
286 }
287 .elgg-sidebar {
288  width: 210px;
289  float: right;
290  margin-left: 30px;
291 
292  -webkit-box-sizing: border-box;
293  -moz-box-sizing: border-box;
294  box-sizing: border-box;
295 }
296 .elgg-main > .elgg-head {
297  margin-bottom: 10px;
298 }
299 .elgg-main h2 {
300  color: #333333;
301 }
302 
303 /* ***************************************
304  FOOTER
305 *************************************** */
306 .elgg-page-footer {
307  background-color: #111;
308  border: 1px solid #999;
309  padding: 10px 20px;
310  margin-bottom: 10px;
311 }
312 .elgg-page-footer a {
313  color: #ddd;
314  font-weight: bold;
315  text-decoration: none;
316 }
317 .elgg-page-footer a:hover {
318  text-decoration: underline;
319 }
320 
321 /* ***************************************
322  MODULES
323 *************************************** */
324 .elgg-module {
325  overflow: hidden;
326 }
327 .elgg-module-main {
328  background-color: #fff;
329  border: 1px solid #ccc;
330  padding: 10px;
331 }
332 .elgg-module-main > .elgg-head {
333  margin-bottom: 5px;
334 }
335 .elgg-module-info > .elgg-head {
336  margin-bottom: 10px;
337 }
338 .elgg-module-inline {
339  margin: 20px 0;
340 }
341 .elgg-module-inline > .elgg-head {
342  background-color: #999;
343  color: white;
344  padding: 5px;
345  margin-bottom: 10px;
346  border-radius: 3px;
347 }
348 .elgg-module-inline > .elgg-head h3 {
349  color: white;
350 }
351 .elgg-module-popup {
352  background-color: white;
353  border: 1px solid #ccc;
354  z-index: 9999;
355  margin-bottom: 0;
356  padding: 5px;
357  border-radius: 6px;
358  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
359 }
360 .elgg-module-popup > .elgg-head {
361  margin-bottom: 5px;
362 }
363 .elgg-module-popup > .elgg-head * {
364  color: #666;
365 }
367  border: 1px solid #666;
368  border-radius: 6px;
369 }
370 .elgg-module-featured > .elgg-head {
371  padding: 5px;
372  background-color: #333;
373 }
374 .elgg-module-featured > .elgg-head * {
375  color: white;
376 }
377 .elgg-module-featured > .elgg-body {
378  padding: 10px;
379 }
380 
381 /* ***************************************
382  TABLE
383 *************************************** */
384 .elgg-table {
385  width: 100%;
386  border-top: 1px solid #ccc;
387 }
388 .elgg-table td, .elgg-table th {
389  background: white;
390  border: 1px solid #ccc;
391  padding: 4px 8px;
392  vertical-align: middle;
393 }
394 .elgg-table th {
395  background-color: #ddd;
396 }
397 .elgg-table .alt td {
398  background: #eee;
399 }
400 .elgg-table input[type=checkbox] {
401  margin-top: 3px;
402 }
403 
404 .elgg-table-alt {
405  width: 100%;
406  border-top: 1px solid #ccc;
407 }
408 .elgg-table-alt th {
409  background-color: #eee;
410  font-weight: bold;
411 }
412 .elgg-table-alt td, .elgg-table-alt th {
413  padding: 2px 4px;
414  border-bottom: 1px solid #ccc;
415 }
416 .elgg-table-alt td:first-child {
417  width: 200px;
418 }
419 .elgg-table-alt tr:hover {
420  background: #E4E4E4;
421 }
422 
423 /* ***************************************
424  LISTS AND IMAGE BLOCK
425 *************************************** */
426 .elgg-image-block {
427  padding: 3px 0;
428 }
429 .elgg-image-block .elgg-image {
430  float: left;
431  margin-right: 5px;
432 }
433 .elgg-image-block .elgg-image-alt {
434  float: right;
435  margin-left: 5px;
436 }
437 .elgg-item {
438  margin: 3px;
439 }
440 .elgg-list-simple li {
441  margin-bottom: 5px;
442 }
443 .elgg-list-distinct {
444  border-top: 1px dotted #CCCCCC;
445  margin: 5px 0;
446  clear: both;
447 }
448 .elgg-list-distinct > li {
449  border-bottom: 1px dotted #CCCCCC;
450 }
451 
452 .elgg-gallery > li {
453  position: relative;
454  display: inline-block;
455 }
456 
457 /* ***************************************
458  FORMS AND INPUT
459 *************************************** */
461  font-weight: bold;
462  color: #333333;
463  font-size: 110%;
464 }
465 label.elgg-state-disabled,
466 input.elgg-state-disabled {
467  opacity: 0.6;
468 }
469 
471  margin-bottom: 15px;
472 }
473 fieldset > div:last-child {
474  margin-bottom: 0;
475 }
476 input {
477  font: 120% Arial, Helvetica, sans-serif;
478  padding: 5px;
479  border: 1px solid #ccc;
480  color: #666;
481  border-radius: 5px;
482  margin: 0;
483 
484  -webkit-box-sizing: border-box;
485  -moz-box-sizing: border-box;
486  box-sizing: border-box;
487 }
488 
489 /* default elgg core input field classes */
490 .elgg-input-text,
491 .elgg-input-tags,
492 .elgg-input-url,
493 .elgg-input-plaintext,
495  width: 98%;
496 }
497 .elgg-input-thin {
498  width: 400px;
499 }
500 .elgg-input-natural {
501  width: auto;
502 }
503 
504 input[type="radio"] {
505  margin: 0 3px 0 0;
506 }
507 
509  max-width: 100%;
510  padding: 4px;
511 }
512 
513 .elgg-fieldset {
514  border: 1px solid #ccc;
515  border-radius: 5px;
516  padding: 5px;
517  padding-bottom: 10px;
518  margin-bottom: 15px;
519 }
520 .elgg-fieldset > legend {
521  color: #333333;
522  font-size: 110%;
523  font-weight: bold;
524  padding: 0 3px;
525 }
526 
527 .elgg-button {
528  text-decoration: none;
529  border-radius: 3px;
530  width: auto;
531  padding: 6px 12px;
532  margin-bottom: 5px;
533  cursor: pointer;
534 
535  -webkit-box-sizing: border-box;
536  -moz-box-sizing: border-box;
537  box-sizing: border-box;
538 }
539 
540 .elgg-button + .elgg-button {
541  margin-left: 5px;
542 }
543 
545 .elgg-button-action {
546  color: white;
547  border: 1px solid #333;
548  background-color: #333;
549 }
550 .elgg-button-submit:hover,
551 .elgg-button-action:hover {
552  color: white;
553  background-color: #000;
554  text-decoration: none;
555 }
556 .elgg-button-submit.elgg-state-disabled,
557 .elgg-button-action.elgg-state-disabled {
558  color: #999;
559  cursor: default;
560 }
561 
562 .elgg-button-cancel {
563  color: #333;
564  background-color: #ccc;
565  border: 1px solid #999;
566 }
567 .elgg-button-cancel:hover {
568  color: #222;
569  background-color: #999;
570  text-decoration: none;
571 }
572 
573 .elgg-form-useradd input[type=text],
574 .elgg-form-useradd input[type=password] {
575  width: 300px;
576 }
577 
578 .elgg-form-settings {
579  max-width: 800px;
580 }
581 .content-header-options > form {
582  float: left;
583  margin-right: 10px;
584 }
585 .content-header-options form .mtm {
586  margin-top: 0;
587 }
588 
589 /* **************************************
590  DATE PICKER
591 *************************************** */
593  margin-top: 3px;
594  padding: 3px 3px 0;
595  border: 1px solid #ccc;
596  background-color: white;
597 }
598 .ui-datepicker-header {
599  padding: 2px 0;
600  border: 1px solid #ccc;
601  background-color: #eee;
602  border-radius: 5px;
603 }
605  position: absolute;
606  top: 9px;
607  cursor: pointer;
608 }
609 .ui-datepicker-prev {
610  left: 6px;
611 }
612 .ui-datepicker-next {
613  right: 6px;
614 }
616  line-height: 1.8em;
617  margin: 0 30px;
618  text-align: center;
619  font-weight: bold;
620 }
622  margin-bottom: 2px;
623 }
624 .ui-datepicker th {
625  border: none;
626  font-weight: bold;
627  padding: 5px 6px;
628  text-align: center;
629 }
630 .ui-datepicker td {
631  padding: 1px;
632 }
634  display: block;
635  padding: 2px;
636  line-height: 1.2em;
637  text-align: right;
638  text-decoration: none;
639 }
640 .ui-datepicker-calendar .ui-state-default {
641  border: 1px solid #ccc;
642  color: #555;
643  background: #fafafa;
644 }
645 .ui-datepicker-calendar .ui-state-hover {
646  border: 1px solid #aaa;
647  color: #333;
648  background: #ccc;
649 }
650 .ui-datepicker-calendar .ui-state-active,
651 .ui-datepicker-calendar .ui-state-active.ui-state-hover {
652  font-weight: bold;
653  border: 1px solid #999;
654  color: #333;
655  background: #ddd;
656 }
657 
658 /* ***************************************
659  AUTOCOMPLETE
660 *************************************** */
661 <?php //autocomplete will expand to fullscreen without max-width ?>
663  position: absolute;
664  cursor: default;
665 }
666 .elgg-autocomplete-item .elgg-body {
667  max-width: 600px;
668 }
669 .ui-autocomplete {
670  background-color: white;
671  border: 1px solid #ccc;
672  overflow: hidden;
673  border-radius: 5px;
674 }
675 .ui-autocomplete .ui-menu-item {
676  padding: 0px 4px;
677  border-radius: 5px;
678 }
679 .ui-autocomplete .ui-menu-item:hover {
680  background-color: #eee;
681 }
682 .ui-autocomplete a:hover {
683  text-decoration: none;
684  color: #4690D6;
685 }
686 .ui-autocomplete a.ui-state-hover {
687  background-color: #eee;
688  display: block;
689 }
690 
691 /* ***************************************
692  USER PICKER
693 *************************************** */
694 .elgg-user-picker-list li:first-child {
695  border-top: 1px dotted #ccc;
696  margin-top: 5px;
697 }
698 .elgg-user-picker-list > li {
699  border-bottom: 1px dotted #ccc;
700 }
701 
702 /* ***************************************
703  FRIENDS PICKER
704 *************************************** */
705 .friends-picker-main-wrapper {
706  margin-bottom: 15px;
707 }
708 .friends-picker-container h3 {
709  font-size:4em !important;
710  text-align: left;
711  margin:10px 0 20px !important;
712  color:#999 !important;
713  background: none !important;
714  padding:0 !important;
715 }
716 .friends-picker .friends-picker-container .panel ul {
717  text-align: left;
718  margin: 0;
719  padding:0;
720 }
721 .friends-picker-wrapper {
722  margin: 0;
723  padding:0;
724  position: relative;
725  width: 730px;
726 }
727 .friends-picker {
728  position: relative;
729  overflow: hidden;
730  margin: 0;
731  padding:0;
732  width: 730px;
733  height: auto;
734  background-color: #dedede;
735  border-radius: 8px;
736 }
737 .friendspicker-savebuttons {
738  background: white;
739  border-radius: 8px;
740  margin:0 10px 10px;
741 }
742 .friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS */
743  position: relative;
744  left: 0;
745  top: 0;
746  width: 100%;
747  list-style-type: none;
748 }
749 .friends-picker .friends-picker-container .panel {
750  float:left;
751  height: 100%;
752  position: relative;
753  width: 730px;
754  margin: 0;
755  padding:0;
756 }
757 .friends-picker .friends-picker-container .panel .wrapper {
758  margin: 0;
759  padding:4px 10px 10px 10px;
760  min-height: 230px;
761 }
762 .friends-picker-navigation {
763  margin: 0 0 10px;
764  padding:0 0 10px;
765  border-bottom:1px solid #ccc;
766 }
767 .friends-picker-navigation ul {
768  list-style: none;
769  padding-left: 0;
770 }
771 .friends-picker-navigation ul li {
772  float: left;
773  margin:0;
774  background:white;
775 }
776 .friends-picker-navigation a {
777  font-weight: bold;
778  text-align: center;
779  background: white;
780  color: #999;
781  text-decoration: none;
782  display: block;
783  padding: 0;
784  width:20px;
785  border-radius: 4px;
786 }
787 .tabHasContent {
788  background: white;
789  color:#333 !important;
790 }
791 .friends-picker-navigation li a:hover {
792  background: #333;
793  color:white !important;
794 }
795 .friends-picker-navigation li a.current {
796  background: #4690D6;
797  color:white !important;
798 }
799 .friends-picker-navigation-l, .friends-picker-navigation-r {
800  position: absolute;
801  top: 46px;
802  text-indent: -9000em;
803 }
804 .friends-picker-navigation-l a, .friends-picker-navigation-r a {
805  display: block;
806  height: 40px;
807  width: 40px;
808 }
809 .friends-picker-navigation-l {
810  right: 48px;
811  z-index:1;
812 }
813 .friends-picker-navigation-r {
814  right: 0;
815  z-index:1;
816 }
817 .friends-picker-navigation-l {
818  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat left top;
819 }
820 .friends-picker-navigation-r {
821  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat -60px top;
822 }
823 .friends-picker-navigation-l:hover {
824  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat left -44px;
825 }
826 .friends-picker-navigation-r:hover {
827  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat -60px -44px;
828 }
829 .friendspicker-savebuttons .elgg-button-submit,
830 .friendspicker-savebuttons .elgg-button-cancel {
831  margin:5px 20px 5px 5px;
832 }
833 .friendspicker-members-table {
834  background: #dedede;
835  border-radius: 8px;
836  margin:10px 0 0;
837  padding:10px 10px 0;
838 }
839 
840 /* ***************************************
841  PROGRESS BAR
842 **************************************** */
843 .elgg-progressbar {
844  height: 20px;
845  border: 1px solid #CCC;
846 }
847 .ui-progressbar-value {
848  height: 20px;
849  background: green;
850 }
851 .elgg-progressbar-counter {
852  float: left;
853  color: white;
854  margin: 1px;
855 }
856 
857 /* ***************************************
858  PAGINATION
859 *************************************** */
860 .elgg-pagination {
861  margin: 10px 0;
862  display: block;
863  text-align: center;
864 }
865 .elgg-pagination li {
866  display: inline;
867  margin: 0 6px 0 0;
868  text-align: center;
869 }
870 .elgg-pagination a, .elgg-pagination span {
871  padding: 2px 6px;
872  color: #333;
873  border: 1px solid #333;
874  font-size: 12px;
875  text-decoration: none;
876 }
877 .elgg-pagination a:hover {
878  background: #333;
879  color: white;
880  text-decoration: none;
881 }
882 .elgg-pagination .elgg-state-disabled span {
883  color: #CCC;
884  border-color: #CCC;
885 }
886 .elgg-pagination .elgg-state-selected span {
887  color: #000;
888  border-color: #ccc;
889 }
890 
891 /* ***************************************
892  TABS
893 *************************************** */
894 .elgg-tabs {
895  margin-bottom: 5px;
896  border-bottom: 1px solid #ccc;
897  display: table;
898  width: 100%;
899 }
900 .elgg-tabs li {
901  float: left;
902  border: 1px solid #ccc;
903  border-bottom-width: 0;
904  background: #eee;
905  margin: 0 0 0 10px;
906 }
907 .elgg-tabs a {
908  text-decoration: none;
909  display: block;
910  padding: 3px 10px 0 10px;
911  text-align: center;
912  height: 21px;
913  color: #999;
914 }
915 .elgg-tabs a:hover {
916  background: #dedede;
917  color:#333;
918 }
919 .elgg-tabs .elgg-state-selected {
920  border-color: #ccc;
921  background: white;
922 }
923 .elgg-tabs .elgg-state-selected a {
924  position: relative;
925  top: 2px;
926  background: white;
927 }
928 
929 /* ***************************************
930  SIDEBAR MENU
931 *************************************** */
932 .elgg-admin-sidebar-menu a {
933  border: 1px solid red;
934  display: block;
935  padding: 5px;
936  color: #333;
937  cursor: pointer;
938  text-decoration: none;
939  margin-bottom: 2px;
940  border: 1px solid #CCC;
941  border-radius: 5px;
942 }
943 .elgg-admin-sidebar-menu a:hover {
944  text-decoration: none;
945  background: black;
946  color: white;
947  border: 1px solid black;
948 }
949 .elgg-admin-sidebar-menu li.elgg-state-selected > a {
950  background-color: #BBB;
951 }
952 .elgg-admin-sidebar-menu .elgg-menu-closed:before {
953  content: "\25B8";
954  padding-right: 4px;
955 }
956 .elgg-admin-sidebar-menu .elgg-menu-opened:before {
957  content: "\25BE";
958  padding-right: 4px;
959 }
960 .elgg-admin-sidebar-menu .elgg-child-menu {
961  display: none;
962  padding-left: 30px;
963 }
964 .elgg-admin-sidebar-menu li.elgg-state-selected > ul {
965  display: block;
966 }
967 .elgg-admin-sidebar-menu h2 {
968  padding-bottom: 5px;
969 }
970 .elgg-admin-sidebar-menu ul.elgg-menu-page {
971  padding-bottom: 15px;
972 }
973 
974 /* ***************************************
975  TITLE MENU
976 *************************************** */
977 .elgg-menu-title {
978  float: right;
979 }
980 .elgg-menu-title > li {
981  display: inline-block;
982  margin-left: 4px;
983 }
984 
985 /* ***************************************
986  FOOTER MENU
987 *************************************** */
988 .elgg-menu-footer {
989  color: gray;
990 }
991 .elgg-menu-footer li {
992  float: left;
993 }
994 .elgg-menu-footer li:after {
995  content: "\007C";
996  display: inline-block;
997  padding: 0 4px 0 4px;
998  font-weight: normal;
999 }
1000 .elgg-menu-footer li:last-child:after {
1001  content: "";
1002 }
1003 
1004 /* ***************************************
1005  GENERAL MENU
1006 *************************************** */
1007 .elgg-menu-general > li,
1008 .elgg-menu-general > li > a {
1009  display: inline-block;
1010  color: #999;
1011 }
1012 
1013 .elgg-menu-general > li:after {
1014  content: "\007C";
1015  padding: 0 4px;
1016 }
1017 
1018 /* ***************************************
1019  HOVER MENU
1020 *************************************** */
1021 .elgg-menu-hover {
1022  display: none;
1023  position: absolute;
1024  z-index: 10000;
1025 
1026  width: 165px;
1027  border: solid 1px #E5E5E5;
1028  border-color: #E5E5E5 #999 #999 #E5E5E5;
1029  background-color: #FFF;
1030  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
1031 }
1032 .elgg-menu-hover > li {
1033  border-bottom: 1px solid #ddd;
1034 }
1035 .elgg-menu-hover > li:last-child {
1036  border-bottom: none;
1037 }
1038 .elgg-menu-hover .elgg-heading-basic {
1039  display: block;
1040 }
1041 .elgg-menu-hover a {
1042  display: block;
1043  padding: 2px 8px;
1044  font-size: 92%;
1045 }
1046 .elgg-menu-hover a:hover {
1047  background: #ccc;
1048  text-decoration: none;
1049 }
1050 .elgg-menu-hover-admin a {
1051  color: red;
1052 }
1053 .elgg-menu-hover-admin a:hover {
1054  color: white;
1055  background-color: red;
1056 }
1057 
1058 /* ***************************************
1059  ENTITY MENU
1060 *************************************** */
1061 <?php // height depends on line height/font size ?>
1062 .elgg-menu-entity, .elgg-menu-annotation {
1063  float: right;
1064  margin-left: 15px;
1065  font-size: 90%;
1066  color: #666;
1067  line-height: 16px;
1068  height: 16px;
1069 }
1070 .elgg-menu-entity > li, .elgg-menu-annotation > li {
1071  margin-left: 15px;
1072 }
1073 .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
1074  color: #aaa;
1075 }
1076 <?php // need to override .elgg-menu-hz ?>
1077 .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
1078  display: block;
1079 }
1080 .elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
1081  vertical-align: baseline;
1082 }
1083 
1084 /* ***************************************
1085  WIDGET MENU
1086 *************************************** */
1087 .elgg-menu-widget > li {
1088  position: absolute;
1089  top: 4px;
1090  display: inline-block;
1091  width: 18px;
1092  height: 18px;
1093  padding: 2px 2px 0 0;
1094 }
1095 .elgg-menu-widget > .elgg-menu-item-collapse {
1096  left: 5px;
1097 }
1098 .elgg-menu-widget > .elgg-menu-item-delete {
1099  right: 5px;
1100 }
1101 .elgg-menu-widget > .elgg-menu-item-settings {
1102  right: 25px;
1103 }
1104 
1105 /* ***************************************
1106  MORE MENUS
1107 *************************************** */
1108 /* Horizontal menus w/ separator support */
1109 .elgg-menu-hz > li,
1110 .elgg-menu-hz > li:after,
1111 .elgg-menu-hz > li > a {
1112  display: inline-block;
1113  vertical-align: middle;
1114 }
1115 /* Allow inline image blocks in horizontal menus */
1116 .elgg-menu-hz .elgg-body:after {
1117  content: '.';
1118 }
1119 .elgg-menu > li:last-child::after {
1120  display: none;
1121 }
1122 .elgg-menu-admin-footer a {
1123  color: #eee;
1124 }
1125 .elgg-menu-admin-footer > li {
1126  padding-right: 25px;
1127 }
1128 .elgg-menu-longtext {
1129  float: right;
1130 }
1132  list-style-type: none;
1133  float: right;
1134  margin-left: 15px;
1135  font-size: 90%;
1136 }
1137 .elgg-menu-metadata > li {
1138  float: left;
1139  margin-left: 15px;
1140 }
1141 .elgg-menu-metadata, .elgg-menu-metadata a {
1142  color: #aaa;
1143 }
1144 
1145 /* ***************************************
1146  WIDGETS
1147 *************************************** */
1148 .elgg-layout-widgets > .elgg-widgets {
1149  float: right;
1150 }
1151 .elgg-widgets {
1152  min-height: 30px;
1153 }
1155  text-align: right;
1156  margin: 5px 5px 15px;
1157 }
1158 .elgg-widgets-add-panel {
1159  padding: 10px;
1160  margin: 0 5px 15px;
1161  background: #eee;
1162  border: 1px solid #ccc;
1163 }
1164 .elgg-widgets-add-panel ul {
1165  padding: 0;
1166  margin: 0;
1167 }
1168 .elgg-widgets-add-panel li {
1169  float: left;
1170  margin: 2px 10px;
1171  list-style: none;
1172  width: 200px;
1173  padding: 4px;
1174  background-color: #eee;
1175  border: 1px solid #ccc;
1176  font-weight: bold;
1177 }
1178 .elgg-widgets-add-panel li a {
1179  display: block;
1180 }
1181 .elgg-widget-single.elgg-state-available {
1182  color: #333;
1183  cursor: pointer;
1184 }
1185 .elgg-widget-single.elgg-state-available:hover {
1186  border-color: #aaa;
1187 }
1188 .elgg-widget-single.elgg-state-unavailable {
1189  color: #888;
1190 }
1191 
1193  background-color: #dedede;
1194  padding: 1px;
1195  margin: 0 5px 15px;
1196  position: relative;
1197 }
1198 .elgg-module-widget:hover {
1199  background-color: #ccc;
1200 }
1201 .elgg-module-widget > .elgg-head {
1202  background-color: #f5f5f5;
1203  height: 26px;
1204  overflow: hidden;
1205 }
1206 .elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
1207  cursor: move;
1208 }
1209 .elgg-module-widget > .elgg-head h3 {
1210  float: left;
1211  padding: 4px 45px 0 20px;
1212  color: #333;
1213 }
1214 
1215 .elgg-widget-collapse-button {
1216  color: #c5c5c5;
1217  text-decoration: none;
1218 }
1220 a.elgg-widget-collapsed:hover {
1221  color: #9d9d9d;
1222  text-decoration: none;
1223 }
1224 a.elgg-widget-collapse-button:before {
1225  content: "\25BC";
1226 }
1227 a.elgg-widget-collapsed:before {
1228  content: "\25BA";
1229 }
1230 .elgg-module-widget > .elgg-body {
1231  border-top: 1px solid #dedede;
1232  background-color: white;
1233  width: 100%;
1234  overflow: hidden;
1235 }
1236 .elgg-widget-edit {
1237  display: none;
1238  width: 96%;
1239  padding: 2%;
1240  border-bottom: 1px solid #dedede;
1241 }
1243  padding: 10px;
1244 }
1246  border: 2px dashed #dedede;
1247  margin-bottom: 15px;
1248 }
1249 
1250 /* ***************************************
1251  GRID
1252 *************************************** */
1253 .elgg-grid {}
1254 .elgg-col {
1255  float: left;
1256 }
1257 .elgg-col-alt {
1258  float: right;
1259 }
1260 .elgg-col-1of1 {
1261  float: none;
1262 }
1263 .elgg-col-1of2 {
1264  width: 50%;
1265 }
1266 .elgg-col-1of3 {
1267  width: 33.33%;
1268 }
1269 .elgg-col-2of3 {
1270  width: 66.66%;
1271 }
1272 .elgg-col-1of4 {
1273  width: 25%;
1274 }
1275 .elgg-col-3of4 {
1276  width: 75%;
1277 }
1278 .elgg-col-1of5 {
1279  width: 20%;
1280 }
1281 .elgg-col-2of5 {
1282  width: 40%;
1283 }
1284 .elgg-col-3of5 {
1285  width: 60%;
1286 }
1287 .elgg-col-4of5 {
1288  width: 80%;
1289 }
1290 .elgg-col-1of6 {
1291  width: 16.66%;
1292 }
1293 .elgg-col-5of6 {
1294  width: 83.33%;
1295 }
1296 
1297 /* ***************************************
1298  ICONS
1299 *************************************** */
1300 .elgg-icon {
1301  background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/admin_sprites.png) no-repeat left;
1302  width: 16px;
1303  height: 16px;
1304  display: inline-block;
1305  margin: 0 2px;
1306  vertical-align: text-bottom;
1307 }
1308 .elgg-module .elgg-head .elgg-icon {
1309  vertical-align: baseline;
1310 }
1311 .elgg-icon-delete:hover,
1312 .elgg-icon-delete-alt:hover {
1313  background-position: 0 -0px;
1314 }
1315 .elgg-icon-delete,
1316 .elgg-icon-delete-alt {
1317  background-position: 0 -18px;
1318 }
1319 .elgg-icon-drag-arrow:hover {
1320  background-position: 0 -36px;
1321 }
1322 .elgg-icon-drag-arrow {
1323  background-position: 0 -54px;
1324 }
1325 .elgg-icon-hover-menu:hover {
1326  background-position: 0 -72px;
1327 }
1328 .elgg-icon-hover-menu {
1329  background-position: 0 -90px;
1330 }
1331 .elgg-icon-settings-alt:hover {
1332  background-position: 0 -108px;
1333 }
1334 .elgg-icon-settings-alt {
1335  background-position: 0 -126px;
1336 }
1337 
1338 .elgg-ajax-loader {
1339  background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
1340  min-height: 33px;
1341  min-width: 33px;
1342 }
1343 
1344 /* ***************************************
1345  AVATAR ICONS
1346 *************************************** */
1347 .elgg-avatar {
1348  position: relative;
1349  display: inline-block;
1350 }
1351 .elgg-avatar > a > img {
1352  display: block;
1353 }
1354 .elgg-avatar-tiny > a > img {
1355  width: 25px;
1356  height: 25px;
1357 
1358  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1359  border-radius: 3px;
1360 
1361  background-clip: border;
1362  background-size: 25px;
1363 }
1364 .elgg-avatar-small > a > img {
1365  width: 40px;
1366  height: 40px;
1367 
1368  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1369  border-radius: 5px;
1370  background-clip: border;
1371  background-size: 40px;
1372 }
1373 .elgg-avatar-medium > a > img {
1374  width: 100px;
1375  height: 100px;
1376 }
1377 .elgg-avatar-large > a > img {
1378  width: 200px;
1379  height: 200px;
1380 }
1381 .elgg-avatar > .elgg-icon-hover-menu {
1382  display: none;
1383  position: absolute;
1384  right: 0;
1386  margin: 0;
1387  cursor: pointer;
1388 }
1389 .elgg-avatar {
1390  position: relative;
1391 }
1392 .elgg-avatar > a > img {
1393  display: block;
1394 }
1395 .elgg-avatar-tiny > a > img {
1396  width: 25px;
1397  height: 25px;
1398 
1399  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1400  border-radius: 3px;
1401  background-clip: border;
1402  background-size: 25px;
1403 }
1404 .elgg-avatar-small > a > img {
1405  width: 40px;
1406  height: 40px;
1407 
1408  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1409  border-radius: 5px;
1410 
1411  background-clip: border;
1412  background-size: 40px;
1413 }
1414 .elgg-avatar-medium > a > img {
1415  width: 100px;
1416  height: 100px;
1417 }
1418 .elgg-avatar-large > a > img {
1419  width: 200px;
1420  height: 200px;
1421 }
1422 
1423 /* ***************************************
1424  PLUGINS
1425 **************************************** */
1426 .elgg-plugin {
1427  border: 1px solid #999;
1428  margin: 0 0 5px;
1429  padding: 0 7px 4px 10px;
1430  border-radius: 5px;
1431 }
1432 .elgg-plugin.elgg-state-draggable > .elgg-image-block .elgg-head {
1433  cursor: move;
1434 }
1435 .elgg-plugin p {
1436  margin: 0;
1437 }
1438 .elgg-plugin h3 {
1439  color: black;
1440  padding-bottom: 10px;
1441 }
1442 .elgg-plugin-settings {
1443  font-weight: normal;
1444  font-size: 0.9em;
1445 }
1447  display: inline;
1448 }
1449 .elgg-plugin-screenshot img {
1450  border: 1px solid #999;
1451 }
1453  display: block;
1454  position: absolute;
1455  width: 99%;
1456  text-align: center;
1457  background-color: white;
1458  border: 1px solid #999;
1459  border-radius: 8px;
1460 }
1461 .elgg-plugin-screenshot-lightbox h2 {
1462  color: black;
1463 }
1465  list-style-position: inside;
1466  list-style-type: circle;
1467 }
1468 .elgg-plugin-contributors li {
1469  font-style: italic;
1470 }
1473  display: inline;
1474  padding-right: 5px
1475 }
1476 .elgg-plugin-contributors dt {
1477  display: none;
1478 }
1479 .elgg-plugin-contributors dd:after {
1480  content: ', ';
1481 }
1482 .elgg-plugin-contributors dd.elgg-plugin-contributor-name:after {
1483  content: ' - ';
1484 }
1485 .elgg-plugin-contributors dd.elgg-plugin-contributor-description:after {
1486  content: '';
1487 }
1488 .elgg-plugin.elgg-state-active {
1489  background: white;
1490 }
1491 .elgg-plugin.elgg-state-inactive {
1492  background: #dedede;
1493 }
1494 .elgg-plugin .elgg-state-error {
1495  background: #fbe3e4;
1496  color: #8a1f11;
1497  border-color: #fbc2c4;
1498  font-weight: bold;
1499 }
1500 .elgg-plugin .elgg-state-warning {
1501  background: #fbedb5;
1502  color: #000000;
1503  border-color: #fbe58b;
1504  font-weight: bold;
1505 }
1506 .elgg-plugin-more {
1507  background-color: #eee;
1508  border-radius: 8px;
1509  padding: 5px 10px;
1510  margin: 4px 0;
1511 }
1512 ul.elgg-plugin-categories, ul.elgg-plugin-categories > li,
1513 ul.elgg-plugin-resources, ul.elgg-plugin-resources > li {
1514  display: inline;
1515 }
1516 .elgg-plugin-category-bundled {
1517  border-width: 2px;
1518  border-color: #0054A7;
1519 }
1520 .elgg-plugin .elgg-menu-hz > li:after {
1521  content: ",";
1522  padding-right: 10px;
1523 }
1524 
1525 /****************************************
1526  MARKDOWN
1527 ****************************************/
1528 .elgg-markdown {
1529  margin: 15px;
1530 }
1531 .elgg-markdown h1,
1532 .elgg-markdown h2,
1533 .elgg-markdown h3,
1534 .elgg-markdown h4,
1535 .elgg-markdown h5,
1536 .elgg-markdown h6 {
1537  margin: 1em 0 1em -15px;
1538  color: #333;
1539 }
1540 .elgg-markdown ol {
1541  list-style: decimal;
1542  padding-left: 2em;
1543 }
1544 .elgg-markdown ul {
1545  list-style: disc;
1546  padding-left: 2em;
1547 }
1548 .elgg-markdown p {
1549  margin: 15px 0;
1550 }
1551 .elgg-markdown img {
1552  max-width: 100%;
1553  height: auto;
1554  margin: 10px 0;
1555 }
1556 .elgg-markdown pre > code {
1557  border: none;
1558 }
1559 
1560 /* ***************************************
1561  MISC
1562 *************************************** */
1563 .elgg-content-thin {
1564  max-width: 600px;
1565 }
1566 
1567 .elgg-subtext {
1568  color: #666;
1569  font-size: 85%;
1570  line-height: 1.2em;
1571  font-style: italic;
1572  margin-bottom: 5px;
1573 }
1574 
1575 .elgg-text-help {
1576  display: block;
1577  font-size: 85%;
1578  font-style: italic;
1579 }
1580 
1581 .elgg-longtext-control {
1582  margin-left: 14px;
1583  font-size: 80%;
1584  cursor: pointer;
1585 }
1586 
1587 table.mceLayout {
1588  width:100% !important;
1589 }
1590 
1591 .elgg-output dt {
1592  font-weight: bold;
1593 }
1594 .elgg-output dd {
1595  margin: 0 0 1em 2em;
1596 }
1597 
1598 /* ***************************************
1599  HELPERS
1600 *************************************** */
1601 .hidden,
1602 .elgg-page .hidden {
1603  display: none;
1604 }
1605 .centered {
1606  margin: 0 auto;
1607 }
1608 .center {
1609  text-align: center;
1610 }
1611 .float {
1612  float: left;
1613 }
1614 .float-alt {
1615  float: right;
1616 }
1617 .elgg-toggle {
1618  cursor: pointer;
1619 }
1620 .elgg-discover .elgg-discoverable {
1621  display: none;
1622 }
1623 .elgg-discover:hover .elgg-discoverable {
1624  display: block;
1625 }
1626 .elgg-transition:hover,
1627 .elgg-transition:focus,
1628 :focus > .elgg-transition {
1629  opacity: .7;
1630 }
1631 
1632 /* ***************************************
1633  BORDERS AND SEPARATORS
1634 *************************************** */
1635 .elgg-border-plain {
1636  border: 1px solid #eeeeee;
1637 }
1638 .elgg-border-transition {
1639  border: 1px solid #eeeeee;
1640 }
1641 .elgg-divide-top {
1642  border-top: 1px solid #CCCCCC;
1643 }
1644 .elgg-divide-bottom {
1645  border-bottom: 1px solid #CCCCCC;
1646 }
1647 .elgg-divide-left {
1648  border-left: 1px solid #CCCCCC;
1649 }
1650 .elgg-divide-right {
1651  border-right: 1px solid #CCCCCC;
1652 }
1653 
1654 /* ***************************************
1655  SPACING (from OOCSS)
1656 *************************************** */
1657 .pan{padding:0}
1658 .pas{padding:5px}
1659 .pam{padding:10px}
1660 .pal{padding:20px}
1661 .ptn{padding-top:0}
1662 .pts{padding-top:5px}
1663 .ptm{padding-top:10px}
1664 .ptl{padding-top:20px}
1665 .prn{padding-right:0}
1666 .prs{padding-right:5px}
1667 .prm{padding-right:10px}
1668 .prl{padding-right:20px}
1669 .pbn{padding-bottom:0}
1670 .pbs{padding-bottom:5px}
1671 .pbm{padding-bottom:10px}
1672 .pbl{padding-bottom:20px}
1673 .pln{padding-left:0}
1674 .pls{padding-left:5px}
1675 .plm{padding-left:10px}
1676 .pll{padding-left:20px}
1677 .phn{padding-left:0;padding-right:0}
1678 .phs{padding-left:5px;padding-right:5px}
1679 .phm{padding-left:10px;padding-right:10px}
1680 .phl{padding-left:20px;padding-right:20px}
1681 .pvn{padding-top:0;padding-bottom:0}
1682 .pvs{padding-top:5px;padding-bottom:5px}
1683 .pvm{padding-top:10px;padding-bottom:10px}
1684 .pvl{padding-top:20px;padding-bottom:20px}
1685 .man{margin:0}
1686 .mas{margin:5px}
1687 .mam{margin:10px}
1688 .mal{margin:20px}
1689 .mtn{margin-top:0}
1690 .mts{margin-top:5px}
1691 .mtm{margin-top:10px}
1692 .mtl{margin-top:20px}
1693 .mrn{margin-right:0}
1694 .mrs{margin-right:5px}
1695 .mrm{margin-right:10px}
1696 .mrl{margin-right:20px}
1697 .mbn{margin-bottom:0}
1698 .mbs{margin-bottom:5px}
1699 .mbm{margin-bottom:10px}
1700 .mbl{margin-bottom:20px}
1701 .mln{margin-left:0}
1702 .mls{margin-left:5px}
1703 .mlm{margin-left:10px}
1704 .mll{margin-left:20px}
1705 .mhn{margin-left:0;margin-right:0}
1706 .mhs{margin-left:5px;margin-right:5px}
1707 .mhm{margin-left:10px;margin-right:10px}
1708 .mhl{margin-left:20px;margin-right:20px}
1709 .mvn{margin-top:0;margin-bottom:0}
1710 .mvs{margin-top:5px;margin-bottom:5px}
1711 .mvm{margin-top:10px;margin-bottom:10px}
1712 .mvl{margin-top:20px;margin-bottom:20px}
1713 
1714 /* ***************************************
1715  RESPONSIVE
1716 *************************************** */
1717 
1718 html {
1719  font-size: 100%;
1720  -webkit-text-size-adjust: 100%;
1721  -ms-text-size-adjust: 100%;
1722 }
1723 .elgg-admin-button-nav {
1724  display: none;
1725  float: right;
1726  margin: 6px 0 0 10px;
1727  cursor: pointer;
1728 }
1729 .elgg-admin-button-nav:hover .icon-bar {
1730  background-color: #999;
1731 }
1732 .elgg-admin-button-nav .icon-bar {
1733  background-color: #F5F5F5;
1734  border-radius: 1px 1px 1px 1px;
1735  display: block;
1736  height: 3px;
1737  width: 26px;
1738 }
1739 .elgg-admin-button-nav .icon-bar + .icon-bar {
1740  margin-top: 5px;
1741 }
1742 @media (max-width: 1030px) {
1743  .elgg-page > .elgg-inner {
1744  padding: 20px 20px 0;
1745  width: auto;
1746  min-width: 0;
1747  }
1748  .elgg-col-1of2 {
1749  width: 100%;
1750  min-height: 0 !important;
1751  }
1752 }
1753 @media (min-width: 769px) {
1754  #elgg-admin-nav-collapse {
1755  display: block !important;
1756  }
1757 }
1758 @media (max-width: 768px) {
1759  .elgg-admin-button-nav {
1760  display: block;
1761  }
1762  .elgg-heading-site {
1763  display: none;
1764  }
1765  #elgg-admin-nav-collapse {
1766  display: none;
1767  width: 100%;
1768  background-color: #111;
1769  }
1770  .elgg-sidebar {
1771  position: static;
1772  z-index: 100;
1773  left: 0;
1774  top: 0;
1775  width: auto;
1776  float: none;
1777  background-color: #111;
1778  margin: 0;
1779  }
1780  .elgg-module-main {
1781  border: none;
1782  padding: 0;
1783  }
1784  .elgg-module-main > .elgg-body {
1785  padding: 30px;
1786  }
1787  /* Sidebar menu */
1788  .elgg-admin-sidebar-menu a {
1789  padding: 8px 12px;
1790  color: #999;
1791  margin-bottom: 0;
1792  border-radius: 0;
1793  border-color: #111;
1794  border-style: solid;
1795  border-width: 0 0 0 4px;
1796  }
1797  .elgg-admin-sidebar-menu a:hover {
1798  border-color: #333;
1799  border-style: solid;
1800  border-width: 0 0 0 4px;
1801  background: #111;
1802  }
1803  .elgg-admin-sidebar-menu li.elgg-state-selected > a {
1804  color: #fff;
1805  border-color: #4787B8;
1806  border-style: solid;
1807  border-width: 0 0 0 4px;
1808  background: #111;
1809  }
1810  .elgg-admin-sidebar-menu li {
1811  border-color: #222;
1812  border-style: solid;
1813  border-width: 0 0 1px 0;
1814  }
1815 }
1816 @media (max-width: 480px) {
1817  .elgg-form-useradd input[type=text],
1818  .elgg-form-useradd input[type=password] {
1819  width: 100%;
1820  }
1821 }
strike
Definition: admin.php:53
elgg module popup elgg head *elgg module featured
Definition: admin.php:366
elgg message elgg state success
Definition: admin.php:252
elgg
Definition: install.js:23
they are outside its scope The act of running the Program is not and the output from the Program is covered only if its contents constitute a work based on the in any medium
Definition: LICENSE.txt:80
ui datepicker calendar
Definition: admin.php:621
elgg message
Definition: admin.php:240
friends picker
Definition: admin.php:727
elgg icon hover menu
Definition: admin.php:1326
ui datepicker title
Definition: admin.php:615
font Courier Courier
Definition: admin.php:109
elgg widget single elgg state available
Definition: admin.php:1181
font sans serif
Definition: admin.php:83
elgg widget add control
Definition: admin.php:1154
elgg list distinct
Definition: admin.php:443
content header options form
Definition: admin.php:581
elgg widget edit
Definition: admin.php:1236
ul
Definition: admin.php:44
elgg plugin contributors elgg plugin contributors dd
Definition: admin.php:1472
ins
Definition: admin.php:50
background clip
Definition: admin.php:1361
box shadow
Definition: admin.php:358
a elgg widget collapse a elgg widget collapsed
Definition: admin.php:1219
h2
Definition: admin.php:85
elgg input text
Definition: admin.php:490
i
Definition: admin.php:47
body
Definition: admin.php:36
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg col
Definition: admin.php:127
list style position
Definition: typography.php:154
p
Definition: admin.php:118
elgg module widget elgg state draggable elgg widget handle
Definition: admin.php:1206
elgg river comments elgg media
Definition: components.php:207
elgg page messages
Definition: admin.php:233
friends picker navigation l
Definition: admin.php:799
clearfix elgg elgg elgg elgg page elgg page elgg elgg foot
Definition: admin.php:127
elgg form settings
Definition: admin.php:578
caption
Definition: admin.php:63
elgg menu metadata
Definition: admin.php:1131
elgg module popup
Definition: admin.php:351
elgg module
Definition: admin.php:324
text decoration
Definition: admin.php:99
elgg plugin contributors dl
Definition: admin.php:1471
clearfix elgg elgg elgg inner
Definition: admin.php:127
margin right
Definition: admin.php:181
elgg module widget
Definition: admin.php:1192
elgg plugin screenshot
Definition: admin.php:1446
friends picker friends picker container panel
Definition: admin.php:749
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col alt
Definition: admin.php:127
elgg ui widgets add
Adds a new widget.
Definition: ui.widgets.js:44
font weight
Definition: admin.php:65
elgg input elgg input elgg input elgg input elgg input longtext
Definition: admin.php:494
elgg output dt
Definition: typography.php:142
em
Definition: admin.php:47
elgg menu user
Definition: admin.php:192
text indent
Definition: admin.php:802
elgg admin notices a elgg admin notice
Definition: admin.php:265
elgg input elgg input tags
Definition: admin.php:490
elgg widget single elgg state unavailable
Definition: admin.php:1188
del
Definition: admin.php:53
h1
Definition: admin.php:85
fieldset div
Definition: admin.php:470
elgg heading basic
Definition: typography.php:108
font family
Definition: admin.php:83
friends picker navigation
Definition: admin.php:762
vertical align
Definition: admin.php:66
h6
Definition: admin.php:85
z index
Definition: admin.php:354
elgg sidebar
Definition: admin.php:287
friends picker navigation friends picker navigation r
Definition: admin.php:799
min width
Definition: admin.php:166
border top
Definition: admin.php:386
friends picker main wrapper
Definition: admin.php:705
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.php:127
elgg icon drag arrow
Definition: admin.php:1320
friendspicker savebuttons
Definition: admin.php:737
elgg message elgg state error
Definition: admin.php:247
a elgg maintenance mode warning
Definition: admin.php:226
margin bottom
Definition: admin.php:38
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.php:127
border spacing
Definition: admin.php:61
elgg plugin
Definition: admin.php:1426
elgg inherit
Definition: elgglib.js:237
elgg menu entity
Definition: admin.php:827
elgg image block elgg image
Definition: admin.php:429
if(!$site) if(!($site instanceof ElggSite)) $site description
elgg button submit
Definition: admin.php:544
elgg ajax
Wrapper function for jQuery.ajax which ensures that the url being called is relative to the elgg site...
Definition: ajax.js:19
pre
Definition: admin.php:105
b
Definition: admin.php:56
ui datepicker calendar ui state active
Definition: admin.php:650
elgg avatar
Definition: admin.php:1347
html
Definition: admin.php:36
th
Definition: admin.php:63
font Courier monospace
Definition: admin.php:109
border color
Definition: admin.php:42
font Tahoma
Definition: admin.php:83
ui datepicker prev
Definition: admin.php:604
elgg widget placeholder
Definition: admin.php:1245
ui datepicker calendar ui state hover
Definition: admin.php:645
h4
Definition: admin.php:85
elgg echo
Translates a string.
Definition: languages.js:43
ui autocomplete
Definition: admin.php:662
elgg plugin screenshot lightbox
Definition: admin.php:1452
font Verdana
Definition: admin.php:83
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
elgg menu widget elgg menu item collapse
Definition: admin.php:1095
ui datepicker td span
Definition: admin.php:633
font Arial
Definition: admin.php:83
elgg river more
Definition: components.php:210
img
Definition: admin.php:40
strong
Definition: admin.php:56
td
Definition: admin.php:63
ol
Definition: admin.php:44
border radius
Definition: admin.php:244
elgg item
Definition: admin.php:437
clearfix elgg elgg layout
Definition: admin.php:127
word wrap
Definition: admin.php:147
label elgg state disabled
Definition: admin.php:465
elgg menu user li
Definition: admin.php:211
elgg input elgg input elgg input url
Definition: admin.php:490
blockquote blockquote
Definition: admin.php:68
select
Definition: admin.php:508
$site name
elgg button
Definition: admin.php:527
elgg ui widgets move
Persist the widget&#39;s new position.
Definition: ui.widgets.js:78
list style
Definition: admin.php:1171
elgg input thin
Definition: admin.php:497
code
Definition: admin.php:105
h5
Definition: admin.php:85
elgg widget content
Definition: admin.php:1242
elgg heading site
Definition: admin.php:178
blockquote q
Definition: admin.php:68
elgg main
Definition: admin.php:280
elgg input natural
Definition: admin.php:500
font size
Definition: admin.php:81
webkit box sizing
Definition: admin.php:292
a
Definition: admin.php:97
clearfix elgg elgg elgg elgg page header
Definition: admin.php:127
label
Definition: admin.php:460
elgg table alt tr
Definition: admin.php:420
elgg plugin contributors
Definition: admin.php:1464
clearfix elgg elgg elgg elgg page elgg page footer
Definition: admin.php:127
elgg button cancel
Definition: admin.php:562
elgg text help
Definition: typography.php:121
elgg menu elgg menu annotation
Definition: admin.php:1062
clearfix elgg grid
Definition: admin.php:127
elgg gallery elgg elgg icon
Definition: core.php:104
elgg fieldset legend
Definition: admin.php:520
list style type
Definition: admin.php:747
elgg table input[type=checkbox]
Definition: admin.php:400
elgg ajax loader
Definition: admin.php:1338
ui datepicker ui datepicker next
Definition: admin.php:604
ui datepicker
Definition: admin.php:592
elgg button elgg button action
Definition: admin.php:545
margin left
Definition: admin.php:290
elgg fieldset
Definition: admin.php:513
h3
Definition: admin.php:85
this section has the sole purpose of protecting the integrity of the free software distribution system
Definition: LICENSE.txt:218
table
Definition: admin.php:59
line height
Definition: admin.php:82
elgg layout widgets elgg widgets
Definition: admin.php:1148
friends picker friends picker container
Definition: admin.php:742
elgg subtext
Definition: typography.php:114
elgg input elgg input elgg input elgg input plaintext
Definition: admin.php:490
elgg output
Definition: typography.php:138