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