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