Elgg  Version 1.11
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  font-size: 100%;
529  text-decoration: none;
530  border-radius: 3px;
531  width: auto;
532  padding: 6px 12px;
533  margin-bottom: 5px;
534  cursor: pointer;
535 
536  -webkit-box-sizing: border-box;
537  -moz-box-sizing: border-box;
538  box-sizing: border-box;
539 }
540 
541 .elgg-button + .elgg-button {
542  margin-left: 5px;
543 }
544 
546 .elgg-button-action {
547  color: white;
548  border: 1px solid #333;
549  background-color: #333;
550 }
551 .elgg-button-submit:hover,
552 .elgg-button-action:hover {
553  color: white;
554  background-color: #000;
555  text-decoration: none;
556 }
557 .elgg-button-submit.elgg-state-disabled,
558 .elgg-button-action.elgg-state-disabled {
559  color: #999;
560  cursor: default;
561 }
562 
563 .elgg-button-cancel {
564  color: #333;
565  background-color: #ccc;
566  border: 1px solid #999;
567 }
568 .elgg-button-cancel:hover {
569  color: #222;
570  background-color: #999;
571  text-decoration: none;
572 }
573 
574 .elgg-form-useradd input[type=text],
575 .elgg-form-useradd input[type=password] {
576  width: 300px;
577 }
578 
579 .elgg-form-settings {
580  max-width: 800px;
581 }
582 .content-header-options > form {
583  float: left;
584  margin-right: 10px;
585 }
586 .content-header-options form .mtm {
587  margin-top: 0;
588 }
589 
590 /* **************************************
591  DATE PICKER
592 *************************************** */
594  margin-top: 3px;
595  padding: 3px 3px 0;
596  border: 1px solid #ccc;
597  background-color: white;
598 }
599 .ui-datepicker-header {
600  padding: 2px 0;
601  border: 1px solid #ccc;
602  background-color: #eee;
603  border-radius: 5px;
604 }
606  position: absolute;
607  top: 9px;
608  cursor: pointer;
609 }
610 .ui-datepicker-prev {
611  left: 6px;
612 }
613 .ui-datepicker-next {
614  right: 6px;
615 }
617  line-height: 1.8em;
618  margin: 0 30px;
619  text-align: center;
620  font-weight: bold;
621 }
623  margin-bottom: 2px;
624 }
625 .ui-datepicker th {
626  border: none;
627  font-weight: bold;
628  padding: 5px 6px;
629  text-align: center;
630 }
631 .ui-datepicker td {
632  padding: 1px;
633 }
635  display: block;
636  padding: 2px;
637  line-height: 1.2em;
638  text-align: right;
639  text-decoration: none;
640 }
641 .ui-datepicker-calendar .ui-state-default {
642  border: 1px solid #ccc;
643  color: #555;
644  background: #fafafa;
645 }
646 .ui-datepicker-calendar .ui-state-hover {
647  border: 1px solid #aaa;
648  color: #333;
649  background: #ccc;
650 }
651 .ui-datepicker-calendar .ui-state-active,
652 .ui-datepicker-calendar .ui-state-active.ui-state-hover {
653  font-weight: bold;
654  border: 1px solid #999;
655  color: #333;
656  background: #ddd;
657 }
658 
659 /* ***************************************
660  AUTOCOMPLETE
661 *************************************** */
662 <?php //autocomplete will expand to fullscreen without max-width ?>
664  position: absolute;
665  cursor: default;
666 }
667 .elgg-autocomplete-item .elgg-body {
668  max-width: 600px;
669 }
670 .ui-autocomplete {
671  background-color: white;
672  border: 1px solid #ccc;
673  overflow: hidden;
674  border-radius: 5px;
675 }
676 .ui-autocomplete .ui-menu-item {
677  padding: 0px 4px;
678  border-radius: 5px;
679 }
680 .ui-autocomplete .ui-menu-item:hover {
681  background-color: #eee;
682 }
683 .ui-autocomplete a:hover {
684  text-decoration: none;
685  color: #4690D6;
686 }
687 .ui-autocomplete a.ui-state-hover {
688  background-color: #eee;
689  display: block;
690 }
691 
692 /* ***************************************
693  USER PICKER
694 *************************************** */
695 .elgg-user-picker-list li:first-child {
696  border-top: 1px dotted #ccc;
697  margin-top: 5px;
698 }
699 .elgg-user-picker-list > li {
700  border-bottom: 1px dotted #ccc;
701 }
702 
703 /* ***************************************
704  FRIENDS PICKER
705 *************************************** */
706 .friends-picker-main-wrapper {
707  margin-bottom: 15px;
708 }
709 .friends-picker-container h3 {
710  font-size:4em !important;
711  text-align: left;
712  margin:10px 0 20px !important;
713  color:#999 !important;
714  background: none !important;
715  padding:0 !important;
716 }
717 .friends-picker .friends-picker-container .panel ul {
718  text-align: left;
719  margin: 0;
720  padding:0;
721 }
722 .friends-picker-wrapper {
723  margin: 0;
724  padding:0;
725  position: relative;
726  width: 730px;
727 }
728 .friends-picker {
729  position: relative;
730  overflow: hidden;
731  margin: 0;
732  padding:0;
733  width: 730px;
734  height: auto;
735  background-color: #dedede;
736  border-radius: 8px;
737 }
738 .friendspicker-savebuttons {
739  background: white;
740  border-radius: 8px;
741  margin:0 10px 10px;
742 }
743 .friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS */
744  position: relative;
745  left: 0;
746  top: 0;
747  width: 100%;
748  list-style-type: none;
749 }
750 .friends-picker .friends-picker-container .panel {
751  float:left;
752  height: 100%;
753  position: relative;
754  width: 730px;
755  margin: 0;
756  padding:0;
757 }
758 .friends-picker .friends-picker-container .panel .wrapper {
759  margin: 0;
760  padding:4px 10px 10px 10px;
761  min-height: 230px;
762 }
763 .friends-picker-navigation {
764  margin: 0 0 10px;
765  padding:0 0 10px;
766  border-bottom:1px solid #ccc;
767 }
768 .friends-picker-navigation ul {
769  list-style: none;
770  padding-left: 0;
771 }
772 .friends-picker-navigation ul li {
773  float: left;
774  margin:0;
775  background:white;
776 }
777 .friends-picker-navigation a {
778  font-weight: bold;
779  text-align: center;
780  background: white;
781  color: #999;
782  text-decoration: none;
783  display: block;
784  padding: 0;
785  width:20px;
786  border-radius: 4px;
787 }
788 .tabHasContent {
789  background: white;
790  color:#333 !important;
791 }
792 .friends-picker-navigation li a:hover {
793  background: #333;
794  color:white !important;
795 }
796 .friends-picker-navigation li a.current {
797  background: #4690D6;
798  color:white !important;
799 }
800 .friends-picker-navigation-l, .friends-picker-navigation-r {
801  position: absolute;
802  top: 46px;
803  text-indent: -9000em;
804 }
805 .friends-picker-navigation-l a, .friends-picker-navigation-r a {
806  display: block;
807  height: 40px;
808  width: 40px;
809 }
810 .friends-picker-navigation-l {
811  right: 48px;
812  z-index:1;
813 }
814 .friends-picker-navigation-r {
815  right: 0;
816  z-index:1;
817 }
818 .friends-picker-navigation-l {
819  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat left top;
820 }
821 .friends-picker-navigation-r {
822  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat -60px top;
823 }
824 .friends-picker-navigation-l:hover {
825  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat left -44px;
826 }
827 .friends-picker-navigation-r:hover {
828  background: url("<?php echo elgg_get_site_url(); ?>_graphics/friendspicker.png") no-repeat -60px -44px;
829 }
830 .friendspicker-savebuttons .elgg-button-submit,
831 .friendspicker-savebuttons .elgg-button-cancel {
832  margin:5px 20px 5px 5px;
833 }
834 .friendspicker-members-table {
835  background: #dedede;
836  border-radius: 8px;
837  margin:10px 0 0;
838  padding:10px 10px 0;
839 }
840 
841 /* ***************************************
842  PROGRESS BAR
843 **************************************** */
844 .elgg-progressbar {
845  height: 20px;
846  border: 1px solid #CCC;
847 }
848 .ui-progressbar-value {
849  height: 20px;
850  background: green;
851 }
852 .elgg-progressbar-counter {
853  float: left;
854  color: white;
855  margin: 1px;
856 }
857 
858 /* ***************************************
859  PAGINATION
860 *************************************** */
861 .elgg-pagination {
862  margin: 10px 0;
863  display: block;
864  text-align: center;
865 }
866 .elgg-pagination li {
867  display: inline;
868  margin: 0 6px 0 0;
869  text-align: center;
870 }
871 .elgg-pagination a, .elgg-pagination span {
872  padding: 2px 6px;
873  color: #333;
874  border: 1px solid #333;
875  font-size: 12px;
876  text-decoration: none;
877 }
878 .elgg-pagination a:hover {
879  background: #333;
880  color: white;
881  text-decoration: none;
882 }
883 .elgg-pagination .elgg-state-disabled span {
884  color: #CCC;
885  border-color: #CCC;
886 }
887 .elgg-pagination .elgg-state-selected span {
888  color: #000;
889  border-color: #ccc;
890 }
891 
892 /* ***************************************
893  TABS
894 *************************************** */
895 .elgg-tabs {
896  margin-bottom: 5px;
897  border-bottom: 1px solid #ccc;
898  display: table;
899  width: 100%;
900 }
901 .elgg-tabs li {
902  float: left;
903  border: 1px solid #ccc;
904  border-bottom-width: 0;
905  background: #eee;
906  margin: 0 0 0 10px;
907 }
908 .elgg-tabs a {
909  text-decoration: none;
910  display: block;
911  padding: 3px 10px 0 10px;
912  text-align: center;
913  height: 21px;
914  color: #999;
915 }
916 .elgg-tabs a:hover {
917  background: #dedede;
918  color:#333;
919 }
920 .elgg-tabs .elgg-state-selected {
921  border-color: #ccc;
922  background: white;
923 }
924 .elgg-tabs .elgg-state-selected a {
925  position: relative;
926  top: 2px;
927  background: white;
928 }
929 
930 /* ***************************************
931  SIDEBAR MENU
932 *************************************** */
933 .elgg-admin-sidebar-menu a {
934  border: 1px solid red;
935  display: block;
936  padding: 5px;
937  color: #333;
938  cursor: pointer;
939  text-decoration: none;
940  margin-bottom: 2px;
941  border: 1px solid #CCC;
942  border-radius: 5px;
943 }
944 .elgg-admin-sidebar-menu a:hover {
945  text-decoration: none;
946  background: black;
947  color: white;
948  border: 1px solid black;
949 }
950 .elgg-admin-sidebar-menu li.elgg-state-selected > a {
951  background-color: #BBB;
952 }
953 .elgg-admin-sidebar-menu .elgg-menu-closed:before {
954  content: "\25B8";
955  padding-right: 4px;
956 }
957 .elgg-admin-sidebar-menu .elgg-menu-opened:before {
958  content: "\25BE";
959  padding-right: 4px;
960 }
961 .elgg-admin-sidebar-menu .elgg-child-menu {
962  display: none;
963  padding-left: 30px;
964 }
965 .elgg-admin-sidebar-menu li.elgg-state-selected > ul {
966  display: block;
967 }
968 .elgg-admin-sidebar-menu h2 {
969  padding-bottom: 5px;
970 }
971 .elgg-admin-sidebar-menu ul.elgg-menu-page {
972  padding-bottom: 15px;
973 }
974 
975 /* ***************************************
976  TITLE MENU
977 *************************************** */
978 .elgg-menu-title {
979  float: right;
980 }
981 .elgg-menu-title > li {
982  display: inline-block;
983  margin-left: 4px;
984 }
985 
986 /* ***************************************
987  FOOTER MENU
988 *************************************** */
989 .elgg-menu-footer {
990  color: gray;
991 }
992 .elgg-menu-footer li {
993  float: left;
994 }
995 .elgg-menu-footer li:after {
996  content: "\007C";
997  display: inline-block;
998  padding: 0 4px 0 4px;
999  font-weight: normal;
1000 }
1001 .elgg-menu-footer li:last-child:after {
1002  content: "";
1003 }
1004 
1005 /* ***************************************
1006  GENERAL MENU
1007 *************************************** */
1008 .elgg-menu-general > li,
1009 .elgg-menu-general > li > a {
1010  display: inline-block;
1011  color: #999;
1012 }
1013 
1014 .elgg-menu-general > li:after {
1015  content: "\007C";
1016  padding: 0 4px;
1017 }
1018 
1019 /* ***************************************
1020  HOVER MENU
1021 *************************************** */
1022 .elgg-menu-hover {
1023  display: none;
1024  position: absolute;
1025  z-index: 10000;
1026 
1027  width: 165px;
1028  padding-top: 20px;
1029  padding-bottom: 20px;
1030  border: solid 1px #E5E5E5;
1031  border-color: #E5E5E5 #999 #999 #E5E5E5;
1032  background-color: #FFF;
1033  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
1034 }
1035 .elgg-menu-hover > li {
1036  border-bottom: 1px solid #ddd;
1037 }
1038 .elgg-menu-hover > li:last-child {
1039  border-bottom: none;
1040 }
1041 .elgg-menu-hover .elgg-heading-basic {
1042  display: block;
1043 }
1044 .elgg-menu-hover a {
1045  display: block;
1046  padding: 2px 8px;
1047  font-size: 92%;
1048 }
1049 .elgg-menu-hover a:hover {
1050  background: #ccc;
1051  text-decoration: none;
1052 }
1053 .elgg-menu-hover-admin a {
1054  color: red;
1055 }
1056 .elgg-menu-hover-admin a:hover {
1057  color: white;
1058  background-color: red;
1059 }
1060 
1061 /* ***************************************
1062  ENTITY MENU
1063 *************************************** */
1064 <?php // height depends on line height/font size ?>
1065 .elgg-menu-entity, .elgg-menu-annotation {
1066  float: right;
1067  margin-left: 15px;
1068  font-size: 90%;
1069  color: #666;
1070  line-height: 16px;
1071  height: 16px;
1072 }
1073 .elgg-menu-entity > li, .elgg-menu-annotation > li {
1074  margin-left: 15px;
1075 }
1076 .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
1077  color: #aaa;
1078 }
1079 <?php // need to override .elgg-menu-hz ?>
1080 .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
1081  display: block;
1082 }
1083 .elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
1084  vertical-align: baseline;
1085 }
1086 
1087 /* ***************************************
1088  WIDGET MENU
1089 *************************************** */
1090 .elgg-menu-widget > li {
1091  position: absolute;
1092  top: 4px;
1093  display: inline-block;
1094  width: 18px;
1095  height: 18px;
1096  padding: 2px 2px 0 0;
1097 }
1098 .elgg-menu-widget > .elgg-menu-item-collapse {
1099  left: 5px;
1100 }
1101 .elgg-menu-widget > .elgg-menu-item-delete {
1102  right: 5px;
1103 }
1104 .elgg-menu-widget > .elgg-menu-item-settings {
1105  right: 25px;
1106 }
1107 
1108 /* ***************************************
1109  MORE MENUS
1110 *************************************** */
1111 /* Horizontal menus w/ separator support */
1112 .elgg-menu-hz > li,
1113 .elgg-menu-hz > li:after,
1114 .elgg-menu-hz > li > a {
1115  display: inline-block;
1116  vertical-align: middle;
1117 }
1118 /* Allow inline image blocks in horizontal menus */
1119 .elgg-menu-hz .elgg-body:after {
1120  content: '.';
1121 }
1122 .elgg-menu > li:last-child::after {
1123  display: none;
1124 }
1125 .elgg-menu-admin-footer a {
1126  color: #eee;
1127 }
1128 .elgg-menu-admin-footer > li {
1129  padding-right: 25px;
1130 }
1131 .elgg-menu-longtext {
1132  float: right;
1133 }
1135  list-style-type: none;
1136  float: right;
1137  margin-left: 15px;
1138  font-size: 90%;
1139 }
1140 .elgg-menu-metadata > li {
1141  float: left;
1142  margin-left: 15px;
1143 }
1144 .elgg-menu-metadata, .elgg-menu-metadata a {
1145  color: #aaa;
1146 }
1147 
1148 /* ***************************************
1149  WIDGETS
1150 *************************************** */
1151 .elgg-layout-widgets > .elgg-widgets {
1152  float: right;
1153 }
1154 .elgg-widgets {
1155  min-height: 30px;
1156 }
1158  text-align: right;
1159  margin: 5px 5px 15px;
1160 }
1161 .elgg-widgets-add-panel {
1162  padding: 10px;
1163  margin: 0 5px 15px;
1164  background: #eee;
1165  border: 1px solid #ccc;
1166 }
1167 .elgg-widgets-add-panel ul {
1168  padding: 0;
1169  margin: 0;
1170 }
1171 .elgg-widgets-add-panel li {
1172  float: left;
1173  margin: 2px 10px;
1174  list-style: none;
1175  width: 200px;
1176  padding: 4px;
1177  background-color: #eee;
1178  border: 1px solid #ccc;
1179  font-weight: bold;
1180 }
1181 .elgg-widgets-add-panel li a {
1182  display: block;
1183 }
1184 .elgg-widget-single.elgg-state-available {
1185  color: #333;
1186  cursor: pointer;
1187 }
1188 .elgg-widget-single.elgg-state-available:hover {
1189  border-color: #aaa;
1190 }
1191 .elgg-widget-single.elgg-state-unavailable {
1192  color: #888;
1193 }
1194 
1196  background-color: #dedede;
1197  padding: 1px;
1198  margin: 0 5px 15px;
1199  position: relative;
1200 }
1201 .elgg-module-widget:hover {
1202  background-color: #ccc;
1203 }
1204 .elgg-module-widget > .elgg-head {
1205  background-color: #f5f5f5;
1206  height: 26px;
1207  overflow: hidden;
1208 }
1209 .elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
1210  cursor: move;
1211 }
1212 .elgg-module-widget > .elgg-head h3 {
1213  float: left;
1214  padding: 4px 45px 0 20px;
1215  color: #333;
1216 }
1217 
1218 .elgg-widget-collapse-button {
1219  color: #c5c5c5;
1220  text-decoration: none;
1221 }
1223 a.elgg-widget-collapsed:hover {
1224  color: #9d9d9d;
1225  text-decoration: none;
1226 }
1227 a.elgg-widget-collapse-button:before {
1228  content: "\25BC";
1229 }
1230 a.elgg-widget-collapsed:before {
1231  content: "\25BA";
1232 }
1233 .elgg-module-widget > .elgg-body {
1234  border-top: 1px solid #dedede;
1235  background-color: white;
1236  width: 100%;
1237  overflow: hidden;
1238 }
1239 .elgg-widget-edit {
1240  display: none;
1241  width: 96%;
1242  padding: 2%;
1243  border-bottom: 1px solid #dedede;
1244 }
1246  padding: 10px;
1247 }
1249  border: 2px dashed #dedede;
1250  margin-bottom: 15px;
1251 }
1252 
1253 /* ***************************************
1254  GRID
1255 *************************************** */
1256 .elgg-grid {}
1257 .elgg-col {
1258  float: left;
1259 }
1260 .elgg-col-alt {
1261  float: right;
1262 }
1263 .elgg-col-1of1 {
1264  float: none;
1265 }
1266 .elgg-col-1of2 {
1267  width: 50%;
1268 }
1269 .elgg-col-1of3 {
1270  width: 33.33%;
1271 }
1272 .elgg-col-2of3 {
1273  width: 66.66%;
1274 }
1275 .elgg-col-1of4 {
1276  width: 25%;
1277 }
1278 .elgg-col-3of4 {
1279  width: 75%;
1280 }
1281 .elgg-col-1of5 {
1282  width: 20%;
1283 }
1284 .elgg-col-2of5 {
1285  width: 40%;
1286 }
1287 .elgg-col-3of5 {
1288  width: 60%;
1289 }
1290 .elgg-col-4of5 {
1291  width: 80%;
1292 }
1293 .elgg-col-1of6 {
1294  width: 16.66%;
1295 }
1296 .elgg-col-5of6 {
1297  width: 83.33%;
1298 }
1299 
1300 /* ***************************************
1301  ICONS
1302 *************************************** */
1303 .elgg-icon {
1304  background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/admin_sprites.png) no-repeat left;
1305  width: 16px;
1306  height: 16px;
1307  display: inline-block;
1308  margin: 0 2px;
1309  vertical-align: text-bottom;
1310 }
1311 .elgg-module .elgg-head .elgg-icon {
1312  vertical-align: baseline;
1313 }
1314 .elgg-icon-delete:hover,
1315 .elgg-icon-delete-alt:hover {
1316  background-position: 0 -0px;
1317 }
1318 .elgg-icon-delete,
1319 .elgg-icon-delete-alt {
1320  background-position: 0 -18px;
1321 }
1322 .elgg-icon-drag-arrow:hover {
1323  background-position: 0 -36px;
1324 }
1325 .elgg-icon-drag-arrow {
1326  background-position: 0 -54px;
1327 }
1328 .elgg-icon-hover-menu:hover {
1329  background-position: 0 -72px;
1330 }
1331 .elgg-icon-hover-menu {
1332  background-position: 0 -90px;
1333 }
1334 .elgg-icon-settings-alt:hover {
1335  background-position: 0 -108px;
1336 }
1337 .elgg-icon-settings-alt {
1338  background-position: 0 -126px;
1339 }
1340 
1341 .elgg-ajax-loader {
1342  background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
1343  min-height: 33px;
1344  min-width: 33px;
1345 }
1346 
1347 /* ***************************************
1348  AVATAR ICONS
1349 *************************************** */
1350 .elgg-avatar {
1351  position: relative;
1352  display: inline-block;
1353 }
1354 .elgg-avatar > a > img {
1355  display: block;
1356 }
1357 .elgg-avatar-tiny > a > img {
1358  width: 25px;
1359  height: 25px;
1360 
1361  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1362  border-radius: 3px;
1363 
1364  background-clip: border;
1365  background-size: 25px;
1366 }
1367 .elgg-avatar-small > a > img {
1368  width: 40px;
1369  height: 40px;
1370 
1371  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1372  border-radius: 5px;
1373  background-clip: border;
1374  background-size: 40px;
1375 }
1376 .elgg-avatar-medium > a > img {
1377  width: 100px;
1378  height: 100px;
1379 }
1380 .elgg-avatar-large > a > img {
1381  width: 200px;
1382  height: 200px;
1383 }
1384 .elgg-avatar > .elgg-icon-hover-menu {
1385  display: none;
1386  position: absolute;
1387  right: 0;
1389  margin: 0;
1390  cursor: pointer;
1391 }
1392 .elgg-avatar {
1393  position: relative;
1394 }
1395 .elgg-avatar > a > img {
1396  display: block;
1397 }
1398 .elgg-avatar-tiny > a > img {
1399  width: 25px;
1400  height: 25px;
1401 
1402  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1403  border-radius: 3px;
1404  background-clip: border;
1405  background-size: 25px;
1406 }
1407 .elgg-avatar-small > a > img {
1408  width: 40px;
1409  height: 40px;
1410 
1411  /* remove the border-radius if you don't want rounded avatars in supported browsers */
1412  border-radius: 5px;
1413 
1414  background-clip: border;
1415  background-size: 40px;
1416 }
1417 .elgg-avatar-medium > a > img {
1418  width: 100px;
1419  height: 100px;
1420 }
1421 .elgg-avatar-large > a > img {
1422  width: 200px;
1423  height: 200px;
1424 }
1425 
1426 /* ***************************************
1427  PLUGINS
1428 **************************************** */
1429 .elgg-plugin {
1430  border: 1px solid #999;
1431  margin: 0 0 5px;
1432  padding: 0 7px 4px 10px;
1433  border-radius: 5px;
1434 }
1435 .elgg-plugin.elgg-state-draggable > .elgg-image-block .elgg-head {
1436  cursor: move;
1437 }
1438 .elgg-plugin p {
1439  margin: 0;
1440 }
1441 .elgg-plugin h3 {
1442  color: black;
1443  padding-bottom: 10px;
1444 }
1445 .elgg-plugin-settings {
1446  font-weight: normal;
1447  font-size: 0.9em;
1448 }
1450  display: inline;
1451 }
1452 .elgg-plugin-screenshot img {
1453  border: 1px solid #999;
1454 }
1456  display: block;
1457  position: absolute;
1458  width: 99%;
1459  text-align: center;
1460  background-color: white;
1461  border: 1px solid #999;
1462  border-radius: 8px;
1463 }
1464 .elgg-plugin-screenshot-lightbox h2 {
1465  color: black;
1466 }
1468  list-style-position: inside;
1469  list-style-type: circle;
1470 }
1471 .elgg-plugin-contributors li {
1472  font-style: italic;
1473 }
1476  display: inline;
1477  padding-right: 5px
1478 }
1479 .elgg-plugin-contributors dt {
1480  display: none;
1481 }
1482 .elgg-plugin-contributors dd:after {
1483  content: ', ';
1484 }
1485 .elgg-plugin-contributors dd.elgg-plugin-contributor-name:after {
1486  content: ' - ';
1487 }
1488 .elgg-plugin-contributors dd.elgg-plugin-contributor-description:after {
1489  content: '';
1490 }
1491 .elgg-plugin.elgg-state-active {
1492  background: white;
1493 }
1494 .elgg-plugin.elgg-state-inactive {
1495  background: #dedede;
1496 }
1497 .elgg-plugin .elgg-state-error {
1498  background: #fbe3e4;
1499  color: #8a1f11;
1500  border-color: #fbc2c4;
1501  font-weight: bold;
1502 }
1503 .elgg-plugin .elgg-state-warning {
1504  background: #fbedb5;
1505  color: #000000;
1506  border-color: #fbe58b;
1507  font-weight: bold;
1508 }
1509 .elgg-plugin-more {
1510  background-color: #eee;
1511  border-radius: 8px;
1512  padding: 5px 10px;
1513  margin: 4px 0;
1514 }
1515 ul.elgg-plugin-categories, ul.elgg-plugin-categories > li,
1516 ul.elgg-plugin-resources, ul.elgg-plugin-resources > li {
1517  display: inline;
1518 }
1519 .elgg-plugin-category-bundled {
1520  border-width: 2px;
1521  border-color: #0054A7;
1522 }
1523 .elgg-plugin .elgg-menu-hz > li:after {
1524  content: ",";
1525  padding-right: 10px;
1526 }
1527 
1528 /****************************************
1529  MARKDOWN
1530 ****************************************/
1531 .elgg-markdown {
1532  margin: 15px;
1533 }
1534 .elgg-markdown h1,
1535 .elgg-markdown h2,
1536 .elgg-markdown h3,
1537 .elgg-markdown h4,
1538 .elgg-markdown h5,
1539 .elgg-markdown h6 {
1540  margin: 1em 0 1em -15px;
1541  color: #333;
1542 }
1543 .elgg-markdown ol {
1544  list-style: decimal;
1545  padding-left: 2em;
1546 }
1547 .elgg-markdown ul {
1548  list-style: disc;
1549  padding-left: 2em;
1550 }
1551 .elgg-markdown p {
1552  margin: 15px 0;
1553 }
1554 .elgg-markdown img {
1555  max-width: 100%;
1556  height: auto;
1557  margin: 10px 0;
1558 }
1559 .elgg-markdown pre > code {
1560  border: none;
1561 }
1562 
1563 /* ***************************************
1564  MISC
1565 *************************************** */
1566 .elgg-content-thin {
1567  max-width: 600px;
1568 }
1569 
1570 .elgg-subtext {
1571  color: #666;
1572  font-size: 85%;
1573  line-height: 1.2em;
1574  font-style: italic;
1575  margin-bottom: 5px;
1576 }
1577 
1578 .elgg-text-help {
1579  display: block;
1580  font-size: 85%;
1581  font-style: italic;
1582 }
1583 
1584 .elgg-longtext-control {
1585  margin-left: 14px;
1586  font-size: 80%;
1587  cursor: pointer;
1588 }
1589 
1590 table.mceLayout {
1591  width:100% !important;
1592 }
1593 
1594 .elgg-output dt {
1595  font-weight: bold;
1596 }
1597 .elgg-output dd {
1598  margin: 0 0 1em 2em;
1599 }
1600 
1601 <?php echo elgg_view('css/elements/misc/spinner.css') ?>
1602 
1603 /* ***************************************
1604  HELPERS
1605 *************************************** */
1606 .hidden,
1607 .elgg-page .hidden {
1608  display: none;
1609 }
1610 .centered {
1611  margin: 0 auto;
1612 }
1613 .center {
1614  text-align: center;
1615 }
1616 .float {
1617  float: left;
1618 }
1619 .float-alt {
1620  float: right;
1621 }
1622 .elgg-toggle {
1623  cursor: pointer;
1624 }
1625 .elgg-discover .elgg-discoverable {
1626  display: none;
1627 }
1628 .elgg-discover:hover .elgg-discoverable {
1629  display: block;
1630 }
1631 .elgg-transition:hover,
1632 .elgg-transition:focus,
1633 :focus > .elgg-transition {
1634  opacity: .7;
1635 }
1636 
1637 /* ***************************************
1638  BORDERS AND SEPARATORS
1639 *************************************** */
1640 .elgg-border-plain {
1641  border: 1px solid #eeeeee;
1642 }
1643 .elgg-border-transition {
1644  border: 1px solid #eeeeee;
1645 }
1646 .elgg-divide-top {
1647  border-top: 1px solid #CCCCCC;
1648 }
1649 .elgg-divide-bottom {
1650  border-bottom: 1px solid #CCCCCC;
1651 }
1652 .elgg-divide-left {
1653  border-left: 1px solid #CCCCCC;
1654 }
1655 .elgg-divide-right {
1656  border-right: 1px solid #CCCCCC;
1657 }
1658 
1659 /* ***************************************
1660  SPACING (from OOCSS)
1661 *************************************** */
1662 .pan{padding:0}
1663 .pas{padding:5px}
1664 .pam{padding:10px}
1665 .pal{padding:20px}
1666 .ptn{padding-top:0}
1667 .pts{padding-top:5px}
1668 .ptm{padding-top:10px}
1669 .ptl{padding-top:20px}
1670 .prn{padding-right:0}
1671 .prs{padding-right:5px}
1672 .prm{padding-right:10px}
1673 .prl{padding-right:20px}
1674 .pbn{padding-bottom:0}
1675 .pbs{padding-bottom:5px}
1676 .pbm{padding-bottom:10px}
1677 .pbl{padding-bottom:20px}
1678 .pln{padding-left:0}
1679 .pls{padding-left:5px}
1680 .plm{padding-left:10px}
1681 .pll{padding-left:20px}
1682 .phn{padding-left:0;padding-right:0}
1683 .phs{padding-left:5px;padding-right:5px}
1684 .phm{padding-left:10px;padding-right:10px}
1685 .phl{padding-left:20px;padding-right:20px}
1686 .pvn{padding-top:0;padding-bottom:0}
1687 .pvs{padding-top:5px;padding-bottom:5px}
1688 .pvm{padding-top:10px;padding-bottom:10px}
1689 .pvl{padding-top:20px;padding-bottom:20px}
1690 .man{margin:0}
1691 .mas{margin:5px}
1692 .mam{margin:10px}
1693 .mal{margin:20px}
1694 .mtn{margin-top:0}
1695 .mts{margin-top:5px}
1696 .mtm{margin-top:10px}
1697 .mtl{margin-top:20px}
1698 .mrn{margin-right:0}
1699 .mrs{margin-right:5px}
1700 .mrm{margin-right:10px}
1701 .mrl{margin-right:20px}
1702 .mbn{margin-bottom:0}
1703 .mbs{margin-bottom:5px}
1704 .mbm{margin-bottom:10px}
1705 .mbl{margin-bottom:20px}
1706 .mln{margin-left:0}
1707 .mls{margin-left:5px}
1708 .mlm{margin-left:10px}
1709 .mll{margin-left:20px}
1710 .mhn{margin-left:0;margin-right:0}
1711 .mhs{margin-left:5px;margin-right:5px}
1712 .mhm{margin-left:10px;margin-right:10px}
1713 .mhl{margin-left:20px;margin-right:20px}
1714 .mvn{margin-top:0;margin-bottom:0}
1715 .mvs{margin-top:5px;margin-bottom:5px}
1716 .mvm{margin-top:10px;margin-bottom:10px}
1717 .mvl{margin-top:20px;margin-bottom:20px}
1718 
1719 /* ***************************************
1720  RESPONSIVE
1721 *************************************** */
1722 
1723 html {
1724  font-size: 100%;
1725  -webkit-text-size-adjust: 100%;
1726  -ms-text-size-adjust: 100%;
1727 }
1728 .elgg-admin-button-nav {
1729  display: none;
1730  float: right;
1731  margin: 6px 0 0 10px;
1732  cursor: pointer;
1733 }
1734 .elgg-admin-button-nav:hover .icon-bar {
1735  background-color: #999;
1736 }
1737 .elgg-admin-button-nav .icon-bar {
1738  background-color: #F5F5F5;
1739  border-radius: 1px 1px 1px 1px;
1740  display: block;
1741  height: 3px;
1742  width: 26px;
1743 }
1744 .elgg-admin-button-nav .icon-bar + .icon-bar {
1745  margin-top: 5px;
1746 }
1747 @media (max-width: 1030px) {
1748  .elgg-page > .elgg-inner {
1749  padding: 20px 20px 0;
1750  width: auto;
1751  min-width: 0;
1752  }
1753  .elgg-col-1of2 {
1754  width: 100%;
1755  min-height: 0 !important;
1756  }
1757 }
1758 @media (min-width: 769px) {
1759  #elgg-admin-nav-collapse {
1760  display: block !important;
1761  }
1762 }
1763 @media (max-width: 768px) {
1764  .elgg-admin-button-nav {
1765  display: block;
1766  }
1767  .elgg-heading-site {
1768  display: none;
1769  }
1770  #elgg-admin-nav-collapse {
1771  display: none;
1772  width: 100%;
1773  background-color: #111;
1774  }
1775  .elgg-sidebar {
1776  position: static;
1777  z-index: 100;
1778  left: 0;
1779  top: 0;
1780  width: auto;
1781  float: none;
1782  background-color: #111;
1783  margin: 0;
1784  }
1785  .elgg-module-main {
1786  border: none;
1787  padding: 0;
1788  }
1789  .elgg-module-main > .elgg-body {
1790  padding: 30px;
1791  }
1792  /* Sidebar menu */
1793  .elgg-admin-sidebar-menu a {
1794  padding: 8px 12px;
1795  color: #999;
1796  margin-bottom: 0;
1797  border-radius: 0;
1798  border-color: #111;
1799  border-style: solid;
1800  border-width: 0 0 0 4px;
1801  }
1802  .elgg-admin-sidebar-menu a:hover {
1803  border-color: #333;
1804  border-style: solid;
1805  border-width: 0 0 0 4px;
1806  background: #111;
1807  }
1808  .elgg-admin-sidebar-menu li.elgg-state-selected > a {
1809  color: #fff;
1810  border-color: #4787B8;
1811  border-style: solid;
1812  border-width: 0 0 0 4px;
1813  background: #111;
1814  }
1815  .elgg-admin-sidebar-menu li {
1816  border-color: #222;
1817  border-style: solid;
1818  border-width: 0 0 1px 0;
1819  }
1820 }
1821 @media (max-width: 480px) {
1822  .elgg-form-useradd input[type=text],
1823  .elgg-form-useradd input[type=password] {
1824  width: 100%;
1825  }
1826 }
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:622
elgg message
Definition: admin.php:240
friends picker
Definition: admin.php:728
elgg icon hover menu
Definition: admin.php:1329
ui datepicker title
Definition: admin.php:616
font Courier Courier
Definition: admin.php:109
elgg widget single elgg state available
Definition: admin.php:1184
font sans serif
Definition: admin.php:83
elgg widget add control
Definition: admin.php:1157
elgg list distinct
Definition: admin.php:443
content header options form
Definition: admin.php:582
elgg widget edit
Definition: admin.php:1239
ul
Definition: admin.php:44
elgg plugin contributors elgg plugin contributors dd
Definition: admin.php:1475
ins
Definition: admin.php:50
background clip
Definition: admin.php:1364
box shadow
Definition: admin.php:358
a elgg widget collapse a elgg widget collapsed
Definition: admin.php:1222
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:1209
elgg river comments elgg media
Definition: components.php:207
elgg page messages
Definition: admin.php:233
friends picker navigation l
Definition: admin.php:800
clearfix elgg elgg elgg elgg page elgg page elgg elgg foot
Definition: admin.php:127
elgg form settings
Definition: admin.php:579
caption
Definition: admin.php:63
elgg menu metadata
Definition: admin.php:1134
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:1474
clearfix elgg elgg elgg inner
Definition: admin.php:127
margin right
Definition: admin.php:181
elgg module widget
Definition: admin.php:1195
elgg plugin screenshot
Definition: admin.php:1449
friends picker friends picker container panel
Definition: admin.php:750
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:803
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:1191
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:763
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:800
min width
Definition: admin.php:166
border top
Definition: admin.php:386
friends picker main wrapper
Definition: admin.php:706
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:1323
friendspicker savebuttons
Definition: admin.php:738
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:1429
elgg inherit
Definition: elgglib.js:237
elgg menu entity
Definition: admin.php:828
elgg image block elgg image
Definition: admin.php:429
if(!$site) if(!($site instanceof ElggSite)) $site description
elgg button submit
Definition: admin.php:545
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:651
elgg avatar
Definition: admin.php:1350
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:605
elgg widget placeholder
Definition: admin.php:1248
ui datepicker calendar ui state hover
Definition: admin.php:646
h4
Definition: admin.php:85
elgg echo
Translates a string.
Definition: languages.js:43
ui autocomplete
Definition: admin.php:663
elgg plugin screenshot lightbox
Definition: admin.php:1455
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:1098
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354
ui datepicker td span
Definition: admin.php:634
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:1174
elgg input thin
Definition: admin.php:497
code
Definition: admin.php:105
h5
Definition: admin.php:85
elgg widget content
Definition: admin.php:1245
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:1467
clearfix elgg elgg elgg elgg page elgg page footer
Definition: admin.php:127
elgg button cancel
Definition: admin.php:563
elgg text help
Definition: typography.php:121
elgg menu elgg menu annotation
Definition: admin.php:1065
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:748
elgg table input[type=checkbox]
Definition: admin.php:400
elgg ajax loader
Definition: admin.php:1341
ui datepicker ui datepicker next
Definition: admin.php:605
ui datepicker
Definition: admin.php:593
elgg button elgg button action
Definition: admin.php:546
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:1151
friends picker friends picker container
Definition: admin.php:743
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