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