]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/light/style.less
fix 2 issues. contacts img in finder; wall filer title
[friendica.git] / view / theme / dispy / light / style.less
1 /*
2  * dispy
3  *
4  * maintainer: simon <http://simon.kisikew.org/>
5  * author: unknown
6  *
7  * Author's notes:
8  * A few things of note here. The less file is our working copy,
9  * and the CSS is *generated* from it. The CSS is the one that's
10  * included in the HTML, and not the less one. This is to save
11  * bandwidth and processing time.
12  */
13 /* from html5boilerplate */
14 /* these are to tell browsers they should be displayed a certain way */
15
16 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
17   display: block; }
18
19 audio, canvas, video, time {
20   display: inline-block;
21   *display: inline;
22   *zoom: 1; }
23
24 audio:not([controls]), [hidden] {
25   display: none; }
26
27 /* 
28  *  Base
29  */
30 /*
31  * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
32  * 2. Force vertical scrollbar in non-IE
33  * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
34  */
35
36 html {
37   font-size: 100%;
38   overflow-y: scroll;
39   -webkit-text-size-adjust: 100%;
40   -ms-text-size-adjust: 100%; }
41
42 body {
43   margin: 0;
44   font-size: 16px;
45   line-height: 1.1em;
46   font-family: sans-serif;
47   color: #222;
48   background-color: #e8e8e8; }
49
50 button, input, select, textarea {
51   font-family: sans-serif;
52   color: #222;
53   background-color: #e8e8e8; }
54
55 select {
56   border: 1px #555 dotted;
57   padding: 3px;
58   margin: 3px;
59   color: #222;
60   background: #e8e8e8; }
61
62 option {
63   padding: 3px;
64   color: #222;
65   background: #e8e8e8;
66   &[selected="selected"] {
67     color: #111;
68     background: #cca; } }
69
70 ul, ol {
71   padding: 0; }
72
73 /* remember to define focus styles! */
74
75 :focus {
76   outline: 0; }
77
78 [disabled="disabled"] {
79   background: #ddd;
80   color: #333; }
81
82 /* remember to highlight inserts somehow! */
83
84 ins {
85   background-color: #ff9;
86   color: #000;
87   text-decoration: none; }
88
89 mark {
90   background-color: #ff9;
91   color: #000;
92   font-style: italic;
93   font-weight: bold; }
94
95 /* Redeclare monospace font family: h5bp.com/j */
96
97 pre, code, kbd, samp, .wall-item-body code {
98   font-family: monospace, monospace;
99   _font-family: monospace;
100   font-size: 1em; }
101
102 /* Improve readability of pre-formatted text in all browsers */
103
104 pre, .wall-item-body code {
105   white-space: pre;
106   white-space: pre-wrap;
107   word-wrap: break-word; }
108
109 q {
110   quotes: none;
111   &:before, &:after {
112     content: "";
113     content: none; } }
114
115 small {
116   font-size: 85%; }
117
118 /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
119
120 sub, sup {
121   font-size: 75%;
122   line-height: 0;
123   position: relative;
124   vertical-align: baseline; }
125
126 sub {
127   bottom: -0.25em; }
128
129 sup {
130   top: -0.5em; }
131
132 img {
133   border: 0 none; }
134
135 a {
136   color: #3465a4;
137   text-decoration: none;
138   margin-bottom: 1px;
139   &:hover img {
140     text-decoration: none; } }
141
142 blockquote {
143   background: #eee;
144   color: #111;
145   text-indent: 5px;
146   padding: 5px;
147   border: 1px #aaa solid;
148   border-radius: 5px; }
149
150 a:hover {
151   color: #729fcf;
152   border-bottom: 1px dotted #729fcf; }
153
154 .required {
155   display: inline;
156   color: #f00;
157   font-size: 16px;
158   font-weight: bold;
159   margin: 3px; }
160
161 .fakelink, .lockview {
162   color: #3465a4;
163   cursor: pointer; }
164
165 .fakelink:hover {
166   color: #729fcf; }
167
168 .smalltext {
169   font-size: 0.7em; }
170
171 #panel {
172   position: absolute;
173   font-size: 0.8em;
174   -webkit-border-radius: 5px;
175   -moz-border-radius: 5px;
176   border-radius: 5px;
177   border: 1px solid #fff;
178   background-color: #2e3436;
179   color: #eeeeec;
180   padding: 1em; }
181
182 .pager {
183   margin-top: 60px;
184   display: block;
185   clear: both;
186   text-align: center;
187   span {
188     padding: 4px;
189     margin: 4px; } }
190
191 .pager_current {
192   background-color: #729fcf;
193   color: #fff; }
194
195 /**
196  * global
197  */
198 /* .tool .action */
199
200 .action {
201   margin: 5px 0; }
202
203 .tool {
204   margin: 5px 0;
205   list-style: none; }
206
207 #articlemain {
208   width: 100%;
209   height: 100%;
210   margin: 0 auto; }
211
212 /**
213  * login
214  */
215
216 #asidemain .field {
217   overflow: hidden;
218   width: 200px; }
219
220 #login-extra-links {
221   overflow: auto !important;
222   padding-top: 60px !important;
223   width: 100% !important;
224   a {
225     margin-right: 20px; } }
226
227 #login_standard {
228   display: block !important;
229   float: none !important;
230   height: 100% !important;
231   position: relative !important;
232   width: 100% !important;
233   .field label {
234     width: 200px !important; }
235   input {
236     margin: 0 0 8px !important;
237     width: 210px !important;
238     &[type="text"] {
239       margin: 0 0 8px !important;
240       width: 210px !important; } } }
241
242 #login-submit-wrapper {
243   margin: 0 !important; }
244
245 #login-submit-button {
246   margin-left: 0px !important; }
247
248 #asidemain #login_openid {
249   position: relative !important;
250   float: none !important;
251   margin-left: 0px !important;
252   height: auto !important;
253   width: 200px !important; }
254
255 #login_openid {
256   #id_openid_url {
257     width: 180px !important;
258     overflow: hidden !important; }
259   label {
260     width: 180px !important; } }
261
262 /**
263  * nav
264  */
265
266 nav {
267   height: 60px;
268   background-color: #2e3436;
269   color: #eeeeec;
270   position: relative;
271   padding: 20px 20px 10px 95px;
272   a {
273     text-decoration: none;
274     color: #eeeeec;
275     border: 0px;
276     &:hover {
277       text-decoration: none;
278       color: #eeeeec;
279       border: 0px; } }
280   #banner {
281     display: block;
282     position: absolute;
283     left: 51px;
284     top: 25px;
285     #logo-text a {
286       font-size: 40px;
287       font-weight: bold;
288       margin-left: 3px; } } }
289
290 ul#user-menu-popup {
291   display: none;
292   position: absolute;
293   background-color: #555753;
294   width: 100%;
295   padding: 10px 0px;
296   margin: 0px;
297   top: 20px;
298   left: 0;
299   -webkit-border-radius: 0 0 5px 5px;
300   -moz-border-radius: 0 0 5px 5px;
301   border-radius: 0 0 5px 5px;
302   box-shadow: 5px 10px 10px 0 #111;
303   z-index: 10000;
304   li {
305     display: block;
306     a {
307       display: block;
308       padding: 5px;
309       &:hover {
310         color: #2e3436;
311         background-color: #eeeeec; }
312       &.nav-sep {
313         border-top: 1px solid #eeeeec; } } } }
314
315 nav .nav-link {
316   display: inline-block;
317   width: 22px;
318   height: 22px;
319   overflow: hidden;
320   margin: 0px 5px 5px;
321   text-indent: 50px;
322   background: transparent url(light/icons.png) 0 0 no-repeat; }
323
324 #nav-apps-link {
325   background-position: 0 -66px;
326   &:hover {
327     background-position: -22px -66px; } }
328
329 #nav-community-link, #nav-contacts-link {
330   background-position: 0 -22px;
331   &:hover {
332     background-position: -22px -22px; } }
333
334 #nav-directory-link {
335   background-position: -44px -154px;
336   &:hover {
337     background-position: -66px -154px; } }
338
339 #nav-help-link {
340   background-position: 0 -110px;
341   &:hover {
342     background-position: -22px -110px; } }
343
344 #nav-home-link {
345   background-position: -44px -132px;
346   &:hover {
347     background-position: -66px -132px; } }
348
349 #nav-intro-link {
350   background-position: 0px -190px;
351   &:hover {
352     background-position: -44px -190px; } }
353
354 #nav-login-link, #nav-logout-link {
355   background-position: 0 -88px;
356   &:hover {
357     background-position: -22px -88px; } }
358
359 #nav-messages-link {
360   background-position: -44px -88px;
361   &:hover {
362     background-position: -66px -88px; } }
363
364 #nav-notify-link, #nav-notifications-linkmenu {
365   background-position: -44px -110px; }
366
367 #nav-notify-link:hover {
368   background-position: -66px -110px; }
369
370 #nav-network-link {
371   background-position: 0px -177px;
372   &:hover {
373     background-position: -22px -177px; } }
374
375 #nav-search-link {
376   background-position: 0 -44px;
377   &:hover {
378     background-position: -22px -44px; } }
379
380 #profile-link, #profile-title, #wall-image-upload, #wall-file-upload, #profile-attach-wrapper, #profile-audio, #profile-link, #profile-location, #profile-nolocation, #profile-title, #jot-title, #profile-upload-wrapper, #profile-video, #profile-jot-submit, #wall-image-upload-div, #wall-file-upload-div, .icon, .hover, .focus, .pointer {
381   cursor: pointer; }
382
383 /* popup notifications */
384
385 div.jGrowl div {
386   &.notice {
387     background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
388     color: #ffffff;
389     padding-left: 58px; }
390   &.info {
391     background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
392     color: #ffffff;
393     padding-left: 58px; } }
394
395 #nav-notifications-menu {
396   margin: 30px 0 0 -20px;
397   width: 275px;
398   max-height: 300px;
399   overflow-y: auto;
400   font-size: 9pt;
401   .contactname {
402     font-weight: bold;
403     font-size: 0.9em; }
404   img {
405     float: left;
406     margin-right: 5px; }
407   .notif-when {
408     font-size: 0.8em;
409     display: block; }
410   li {
411     word-wrap: normal;
412     border-bottom: 1px solid #000;
413     &:hover {
414       color: black; } }
415   a:hover {
416     color: black;
417     text-decoration: underline; } }
418
419 nav #nav-notifications-linkmenu {
420   &.on .icon.s22.notify, &.selected .icon.s22.notify {
421     background-image: url("../../../images/icons/22/notify_on.png"); } }
422
423 .show {
424   display: block; }
425
426 #notifications {
427   height: 20px;
428   width: 170px;
429   position: absolute;
430   top: -19px;
431   left: 4px; }
432
433 #nav-floater {
434   position: fixed;
435   top: 20px;
436   right: 1%;
437   padding: 5px;
438   background: #2e3436;
439   color: transparent;
440   border-radius: 5px;
441   z-index: 100;
442   width: 300px;
443   height: 60px; }
444
445 #nav-buttons {
446   clear: both;
447   list-style: none;
448   padding: 0px;
449   margin: 0px;
450   height: 25px;
451   > li {
452     padding: 0;
453     display: inline-block;
454     margin: 0px -4px 0px 0px; } }
455
456 .floaterflip {
457   display: block;
458   position: fixed;
459   z-index: 110;
460   top: 56px;
461   right: 19px;
462   width: 22px;
463   height: 22px;
464   overflow: hidden;
465   margin: 0px;
466   background: transparent url(light/icons.png) -190px -60px no-repeat; }
467
468 .search-box {
469   display: inline-block;
470   margin: 5px;
471   position: fixed;
472   right: 0px;
473   bottom: 0px;
474   z-index: 100;
475   background: #1d1f1d;
476   border-radius: 5px; }
477
478 #search-text {
479   border: 1px #eec solid;
480   background: #2e3436;
481   color: #eec; }
482
483 .search-box #search-text {
484   margin: 8px;
485   width: 10em;
486   height: 14px;
487   color: #eec; }
488
489 #scrollup {
490   position: fixed;
491   right: 5px;
492   bottom: 40px;
493   z-index: 100;
494   a:hover {
495     text-decoration: none;
496     border: 0; } }
497
498 #user-menu {
499   box-shadow: 5px 0 10px 0 #111;
500   display: block;
501   width: 75%;
502   margin: 3px 0 0 0;
503   position: relative;
504   background-color: #555753;
505   -webkit-border-radius: 5px;
506   -moz-border-radius: 5px;
507   border-radius: 5px;
508   background: #555753 url("light/menu-user-pin.jpg") 98% center no-repeat;
509   clear: both;
510   top: 4px;
511   left: 10px;
512   padding: 2px;
513   > a {
514     vertical-align: top; } }
515
516 #user-menu-label {
517   font-size: 12px;
518   padding: 3px 20px 9px 5px;
519   height: 10px; }
520
521 .nav-ajax-update, .nav-ajax-left {
522   width: 30px;
523   height: 19px;
524   background: transparent url(light/notifications.png) 0 0 no-repeat;
525   color: #222;
526   font-weight: bold;
527   font-size: 0.8em;
528   padding-top: 0.2em;
529   text-align: center;
530   float: left;
531   margin: 0 -1px 0 3px;
532   display: block;
533   visibility: hidden; }
534
535 .nav-ajax-update.show, .nav-ajax-left.show {
536   visibility: visible; }
537
538 #net-update {
539   background-position: 0px 0px; }
540
541 #mail-update {
542   background-position: -30px 0; }
543
544 #notify-update {
545   background-position: -60px 0px; }
546
547 #home-update {
548   background-position: -90px 0px; }
549
550 #intro-update {
551   background-position: -120px 0px; }
552
553 #lang-select-icon {
554   cursor: pointer;
555   position: fixed;
556   left: 28px;
557   bottom: 6px;
558   z-index: 10; }
559
560 #language-selector {
561   position: fixed;
562   bottom: 2px;
563   left: 52px;
564   z-index: 10; }
565
566 .menu-popup {
567   position: absolute;
568   display: none;
569   width: 11em;
570   background: #ffffff;
571   color: #2d2d2d;
572   margin: 0px;
573   padding: 0px;
574   list-style: none;
575   border: 3px solid #364e59;
576   z-index: 100000;
577   -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7);
578   -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7);
579   box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7);
580   a {
581     display: block;
582     color: #2d2d2d;
583     padding: 5px 10px;
584     text-decoration: none;
585     &:hover {
586       background-color: #bdcdd4; } }
587   .menu-sep {
588     border-top: 1px solid #9eabb0; }
589   li {
590     float: none;
591     overflow: auto;
592     height: auto;
593     display: block;
594     img {
595       float: left;
596       width: 16px;
597       height: 16px;
598       padding-right: 5px; } }
599   .empty {
600     padding: 5px;
601     text-align: center;
602     color: #9eabb0; } }
603
604 .notif-item {
605   font-size: small;
606   a {
607     vertical-align: middle; } }
608
609 .notif-image {
610   width: 32px;
611   height: 32px;
612   padding: 7px 7px 0px 0px; }
613
614 .notify-seen {
615   background: #ddd; }
616
617 /**
618  * sysmsg
619  */
620
621 #sysmsg_info {
622   position: fixed;
623   bottom: 0;
624   -moz-box-shadow: 3px 3px 3px 10px 0 #000;
625   -webkit-box-shadow: 3px 3px 10px 0 #000;
626   box-shadow: 3px 3px 10px 0 #000;
627   padding: 10px;
628   background-color: #fcaf3e;
629   border: 2px solid #f8911b;
630   border-bottom: 0;
631   padding-bottom: 50px;
632   z-index: 1000; }
633
634 #sysmsg {
635   position: fixed;
636   bottom: 0;
637   -moz-box-shadow: 3px 3px 10px 0 #000;
638   -webkit-box-shadow: 3px 3px 10px 0 #000;
639   box-shadow: 3px 3px 10px 0 #000;
640   padding: 10px;
641   background-color: #fcaf3e;
642   border: 2px solid #f8911b;
643   border-bottom: 0;
644   padding-bottom: 50px;
645   z-index: 1000; }
646
647 #sysmsg_info br, #sysmsg br {
648   display: block;
649   margin: 2px 0px;
650   border-top: 1px solid #ccccce; }
651
652 /**
653  * aside
654  */
655
656 #asidemain {
657   float: left;
658   font-size: smaller;
659   margin: 20px 0 20px 35px;
660   width: 25%;
661   display: inline; }
662
663 /* for now, disappear these */
664
665 #asideright, #asideleft {
666   display: none; }
667
668 .vcard {
669   .fn {
670     font-size: 1.7em;
671     font-weight: bold;
672     border-bottom: 1px solid #729fcf;
673     padding-bottom: 3px; }
674   #profile-photo-wrapper {
675     margin: 20px;
676     img {
677       box-shadow: 3px 3px 10px 0 #000; } } }
678
679 /* http://css-tricks.com/snippets/css/css-box-shadow/
680 * box-shadow:
681 * 1. The horizontal offset of the shadow, positive means
682 * the shadow will be on the right of the box, a negative
683 * offset will put the shadow on the left of the box.
684 * 2. The vertical offset of the shadow, a negative one
685 * means the box-shadow will be above the box, a
686 * positive one means the shadow will be below the box.
687 * 3. The blur radius (optional), if set to 0 the shadow
688 * will be sharp, the higher the number, the more blurred
689 * it will be.
690 * 4. The spread radius (optional), positive values increase
691 * the size of the shadow, negative values decrease the size.
692 * Default is 0 (the shadow is same size as blur).
693 * 5. Colo[u]r
694 */
695
696 #asidemain {
697   h4 {
698     font-size: 1.2em; }
699   #viewcontacts {
700     text-align: right; } }
701
702 .aprofile dt {
703   background: transparent;
704   color: #666666;
705   font-weight: bold;
706   box-shadow: 1px 1px 5px 0 #000;
707   margin: 15px 0 5px;
708   padding-left: 5px; }
709
710 #profile-extra-links ul {
711   margin-left: 0px;
712   padding-left: 0px;
713   list-style: none; }
714
715 #dfrn-request-link {
716   background: #3465a4 url(light/connect.png) no-repeat 95% center;
717   border-radius: 5px 5px 5px 5px;
718   color: #fff;
719   display: block;
720   font-size: 1.2em;
721   padding: 0.2em 0.5em; }
722
723 #wallmessage-link {
724   /*background: #3465A4 url(light/connect.png) no-repeat 95% center;*/
725   /*border-radius: 5px 5px 5px 5px;*/
726   color: #eee;
727   display: block;
728   font-size: 1.2em;
729   padding: 0.2em 0.5em; }
730
731 #netsearch-box {
732   margin: 20px 0px 30px;
733   width: 150px;
734   #search-submit {
735     margin: 5px 5px 0px 0px; } }
736
737 .ttright {
738   margin: 0px 0px 0px 0px; }
739
740 /**
741  * contacts block
742  */
743
744 .contact-block-div {
745   width: 50px;
746   height: 50px;
747   float: left; }
748
749 .contact-block-textdiv {
750   width: 150px;
751   height: 34px;
752   float: left; }
753
754 #contact-block-end {
755   clear: both; }
756
757 /**
758  * jot
759  */
760
761 #jot {
762   /*width: 785px;*/
763   margin: 10px 0 20px 0px;
764   width: 100%;
765   #jot-tools {
766     margin: 0px;
767     padding: 0px;
768     height: 35px;
769     overflow: none;
770     width: 100%;
771     /*background-color: #0e232e;*/
772     /*border-bottom: 2px solid #9eabb0;*/
773     span {
774       float: left;
775       margin: 10px 20px 2px 0px;
776       a {
777         display: block; } }
778     .perms {
779       float: right;
780       width: 40px; }
781     li.loading {
782       float: right;
783       background-color: #ffffff;
784       width: 20px;
785       vertical-align: center;
786       text-align: center;
787       border-top: 2px solid #9eabb0;
788       height: 38px;
789       img {
790         margin-top: 10px; } } }
791   #jot-title {
792     border: 1px solid #ccc;
793     margin: 0 0 5px;
794     height: 20px;
795     width: 90%;
796     font-weight: bold;
797     border-radius: 5px;
798     vertical-align: middle; } }
799
800 #jot-category {
801   margin: 5px 0;
802   border-radius: 5px;
803   border: 1px #ccc solid;
804   color: #666;
805   font-size: smaller;
806   &:focus {
807     color: #111; } }
808
809 #jot #character-counter {
810   width: 6%;
811   float: right;
812   text-align: right;
813   height: 15px;
814   line-height: 20px;
815   padding: 2px 20px 5px 0; }
816
817 #profile-jot-text_parent {
818   box-shadow: 5px 0 10px 0 #111; }
819
820 #profile-jot-text_tbl {
821   margin-bottom: 10px;
822   background: #777; }
823
824 #profile-jot-text_ifr {
825   width: 99.900002% !important; }
826
827 #profile-jot-text_toolbargroup, .mceCenter tr {
828   background: #777; }
829
830 [id$="jot-text_ifr"] {
831   width: 99.900002% !important;
832   color: #2e2f2e;
833   background: #eec;
834   .mceContentBody {
835     color: #2e2f2e;
836     background: #eec; } }
837
838 .defaultSkin {
839   tr.mceFirst {
840     background: #777; }
841   td {
842     &.mceFirst, &.mceLast {
843       background-color: #eec; } }
844   span.mceIcon, img.mceIcon, .mceButtonDisabled .mceIcon {
845     background-color: #eec; } }
846
847 #profile-attach-wrapper, #profile-audio-wrapper, #profile-link-wrapper, #profile-location-wrapper, #profile-nolocation-wrapper, #profile-title-wrapper, #profile-upload-wrapper, #profile-video-wrapper {
848   float: left;
849   margin: 0 20px 0 0; }
850
851 #profile-rotator-wrapper {
852   float: right; }
853
854 #profile-jot-tools-end, #profile-jot-banner-end {
855   clear: both; }
856
857 #profile-jot-email-wrapper {
858   margin: 10px 10% 0;
859   border: 1px solid #555753;
860   border-bottom: 0; }
861
862 #profile-jot-email-label {
863   background-color: #555753;
864   color: #ccccce;
865   padding: 5px; }
866
867 #profile-jot-email {
868   width: 90%;
869   margin: 5px; }
870
871 #profile-jot-networks {
872   margin: 0 10%;
873   border: 1px solid #555753;
874   border-top: 0;
875   border-bottom: 0;
876   padding: 5px; }
877
878 #profile-jot-net {
879   margin: 5px 0; }
880
881 #jot-preview-link {
882   margin: 0 0 0 10px;
883   border: 0;
884   text-decoration: none;
885   float: right; }
886
887 .icon-text-preview {
888   margin: 0 0 -18px 0;
889   display: block;
890   width: 20px;
891   height: 20px;
892   background: url(light/icons.png) no-repeat -128px -40px;
893   border: 0;
894   text-decoration: none;
895   float: right;
896   cursor: pointer; }
897
898 #profile-jot-perms {
899   float: right;
900   background-color: #555753;
901   height: 22px;
902   width: 20px;
903   -webkit-border-radius: 5px;
904   -moz-border-radius: 5px;
905   border-radius: 5px;
906   overflow: hidden;
907   border: 0px;
908   margin: 0 10px 0 10px; }
909
910 #profile-jot-plugin-wrapper {
911   width: 1px;
912   margin: 10px 0 0 0;
913   float: right; }
914
915 #profile-jot-submit-wrapper {
916   float: right;
917   width: 100%;
918   list-style: none;
919   margin: 10px 0 0 0;
920   padding: 0; }
921
922 #profile-jot-submit {
923   height: auto;
924   background-color: #555753;
925   color: #eeeeec;
926   -webkit-border-radius: 5px;
927   -moz-border-radius: 5px;
928   border-radius: 5px;
929   border: 2px outset #222420;
930   margin: 0;
931   float: right;
932   text-shadow: 1px 1px #111;
933   width: auto;
934   &:active {
935     box-shadow: 0 0 0 0; } }
936
937 #jot-perms-icon {
938   height: 22px;
939   width: 20px;
940   -webkit-border-radius: 5px;
941   -moz-border-radius: 5px;
942   border-radius: 5px;
943   overflow: hidden;
944   border: 0; }
945
946 #profile-jot-acl-wrapper {
947   margin: 0 10px;
948   border: 1px solid #555753;
949   border-top: 0;
950   display: block !important; }
951
952 #group_allow_wrapper, #group_deny_wrapper, #acl-permit-outer-wrapper {
953   width: 47%;
954   float: left; }
955
956 #contact_allow_wrapper, #contact_deny_wrapper, #acl-deny-outer-wrapper {
957   width: 47%;
958   float: right; }
959
960 #acl-permit-text {
961   background-color: #555753;
962   color: #ccccce;
963   padding: 5px;
964   float: left; }
965
966 #jot-public {
967   background-color: #555753;
968   color: #ff0000;
969   padding: 5px;
970   float: left; }
971
972 #acl-deny-text {
973   background-color: #555753;
974   color: #ccccce;
975   padding: 5px;
976   float: left; }
977
978 #acl-permit-text-end, #acl-deny-text-end {
979   clear: both; }
980
981 #jot-title-desc {
982   color: #ccc; }
983
984 #profile-jot-desc {
985   color: #a00;
986   margin: 5px 0; }
987
988 #jot-title-wrapper {
989   margin-bottom: 5px; }
990
991 #jot-title-display {
992   font-weight: bold; }
993
994 .jothidden {
995   display: none; }
996
997 #jot-preview-content {
998   background-color: #ffffe0;
999   color: #111;
1000   border: 1px #aa0 solid;
1001   border-radius: 5px;
1002   padding: 3px 3px 6px 10px;
1003   .wall-item-outside-wrapper {
1004     border: 0;
1005     border-radius: 0px; } }
1006
1007 /**
1008  * section
1009  */
1010
1011 #sectionmain {
1012   margin: 20px;
1013   font-size: 0.8em;
1014   min-width: 475px;
1015   width: 67%;
1016   float: left;
1017   display: inline; }
1018
1019 /**
1020  * tabs
1021  */
1022
1023 .tabs {
1024   list-style: none;
1025   margin: 10px 0;
1026   padding: 0;
1027   li {
1028     display: inline;
1029     font-size: smaller;
1030     font-weight: bold; } }
1031
1032 .tab {
1033   border: 1px solid #729fcf;
1034   padding: 4px;
1035   &:hover, &.active:hover, &:active {
1036     background: #729fcf;
1037     color: #eeeeec; }
1038   &.active {
1039     background: #729fcf;
1040     color: #eeeeec;
1041     a {
1042       color: #729fcf; } }
1043   a {
1044     border: 0;
1045     text-decoration: none; } }
1046
1047 /**
1048  * items
1049  */
1050
1051 .wall-item-outside-wrapper {
1052   border: 1px solid #aaa;
1053   border-radius: 5px;
1054   box-shadow: 5px 0 10px 0 #888;
1055   &.comment {
1056     margin-top: 5px; } }
1057
1058 .wall-item-outside-wrapper-end {
1059   clear: both; }
1060
1061 .wall-item-content-wrapper {
1062   position: relative;
1063   padding: 10px;
1064   width: auto; }
1065
1066 .wall-item-outside-wrapper .wall-item-comment-wrapper {
1067   /*margin-left: 90px;*/ }
1068
1069 .shiny {
1070   background: #efefdf;
1071   border-radius: 5px; }
1072
1073 .wall-outside-wrapper .shiny {
1074   border-radius: 5px; }
1075
1076 .heart {
1077   color: red; }
1078
1079 .wall-item-content {
1080   overflow-x: auto;
1081   margin: 0px 15px 0px 5px; }
1082
1083 /* removing it from here, vs. putting it in .wall-item-content
1084 * might break things for people. we shall see ;) */
1085
1086 [id^="tread-wrapper"], [class^="tread-wrapper"] {
1087   margin: 15px 0 0 0;
1088   padding: 0px;
1089   /*overflow-x: auto;*/ }
1090
1091 .wall-item-photo-menu {
1092   display: none; }
1093
1094 .wall-item-photo-menu-button {
1095   display: none;
1096   text-indent: -99999px;
1097   background: #555753 url(light/menu-user-pin.jpg) no-repeat 75px center;
1098   position: absolute;
1099   overflow: hidden;
1100   height: 20px;
1101   width: 90px;
1102   top: 85px;
1103   left: 0;
1104   -webkit-border-radius: 0 0 5px 5px;
1105   -moz-border-radius: 0 0 5px 5px;
1106   border-radius: 0 0 5px 5px; }
1107
1108 .wall-item-info {
1109   float: left;
1110   width: 110px; }
1111
1112 .wall-item-photo-wrapper {
1113   width: 80px;
1114   height: 80px;
1115   position: relative;
1116   padding: 5px;
1117   background-color: #555753;
1118   -webkit-border-radius: 5px;
1119   -moz-border-radius: 5px;
1120   border-radius: 5px; }
1121
1122 [class^="wall-item-tools"] * {
1123   /*margin: 0 0 5px 0;*/
1124   > * {
1125     /*margin: 0 0 5px 0;*/ } }
1126
1127 .wall-item-tools {
1128   float: right;
1129   opacity: 0.4;
1130   -webkit-transition: all 1s ease-in-out;
1131   -moz-transition: all 1s ease-in-out;
1132   -o-transition: all 1s ease-in-out;
1133   -ms-transition: all 1s ease-in-out;
1134   transition: all 1s ease-in-out;
1135   &:hover {
1136     opacity: 1;
1137     -webkit-transition: all 1s ease-in-out;
1138     -moz-transition: all 1s ease-in-out;
1139     -o-transition: all 1s ease-in-out;
1140     -ms-transition: all 1s ease-in-out;
1141     transition: all 1s ease-in-out; } }
1142
1143 .wall-item-subtools1 {
1144   height: 30px;
1145   list-style: none outside none;
1146   margin: 20px 0 30px -20px;
1147   padding: 0;
1148   width: 30px; }
1149
1150 .wall-item-subtools2 {
1151   height: 25px;
1152   list-style: none outside none;
1153   margin: -75px 0 0 5px;
1154   padding: 0;
1155   width: 25px; }
1156
1157 .wall-item-title {
1158   font-size: 1.2em;
1159   font-weight: bold;
1160   margin-bottom: 1em; }
1161
1162 .wall-item-body {
1163   margin: 20px 20px 10px 0px;
1164   text-align: left;
1165   overflow-x: auto; }
1166
1167 .wall-item-lock-wrapper {
1168   float: right;
1169   height: 22px;
1170   margin: 0 -5px 0 0;
1171   width: 22px;
1172   opacity: 1; }
1173
1174 .wall-item-dislike, .wall-item-like {
1175   clear: left;
1176   font-size: 0.8em;
1177   color: #878883;
1178   margin: 5px 0 5px 120px; }
1179
1180 .wall-item-author, .wall-item-actions-author {
1181   clear: left;
1182   font-size: 0.8em;
1183   color: #878883;
1184   margin: 20px 20px 0 110px; }
1185
1186 .wall-item-ago {
1187   display: inline;
1188   padding-left: 10px; }
1189
1190 .wall-item-wrapper-end {
1191   clear: both; }
1192
1193 .wall-item-location {
1194   margin-top: 15px;
1195   width: 100px;
1196   overflow: hidden;
1197   text-overflow: ellipsis;
1198   -o-text-overflow: ellipsis;
1199   .icon {
1200     float: left; }
1201   > a, .smalltext {
1202     margin-left: 25px;
1203     font-size: 0.7em;
1204     display: block; }
1205   > br {
1206     display: none; } }
1207
1208 .wallwall {
1209   .wwto {
1210     left: 5px;
1211     margin: 0;
1212     position: absolute;
1213     top: 75px;
1214     width: 30px;
1215     z-index: 10001;
1216     width: 30px;
1217     height: 30px;
1218     img {
1219       width: 30px !important;
1220       height: 30px !important; } }
1221   .wall-item-photo-end {
1222     clear: both; } }
1223
1224 .wall-item-arrowphoto-wrapper {
1225   position: absolute;
1226   left: 35px;
1227   top: 80px;
1228   z-index: 10002; }
1229
1230 .wall-item-photo-menu {
1231   min-width: 92px;
1232   border: 2px solid #FFFFFF;
1233   border-top: 0px;
1234   background: #555753;
1235   position: absolute;
1236   left: -2px;
1237   top: 101px;
1238   display: none;
1239   z-index: 10003;
1240   -webkit-border-radius: 0px 5px 5px 5px;
1241   -moz-border-radius: 0px 5px 5px 5px;
1242   border-radius: 0px 5px 5px 5px;
1243   ul {
1244     margin: 0px;
1245     padding: 0px;
1246     list-style: none; }
1247   li a {
1248     white-space: nowrap;
1249     display: block;
1250     padding: 5px 2px;
1251     color: #eeeeec;
1252     &:hover {
1253       color: #555753;
1254       background: #eeeeec; } } }
1255
1256 #item-delete-selected {
1257   overflow: auto;
1258   width: 100%; }
1259
1260 #connect-services-header, #connect-services, #extra-help-header, #extra-help, #postit-header, #postit {
1261   margin: 5px 0 0 0; }
1262
1263 /**
1264  * comment
1265  */
1266
1267 .ccollapse-wrapper {
1268   font-size: 0.9em;
1269   margin-left: 80px; }
1270
1271 .wall-item-outside-wrapper.comment {
1272   margin-left: 80px;
1273   .wall-item-photo {
1274     width: 40px!important;
1275     height: 40px!important; }
1276   .wall-item-photo-wrapper {
1277     width: 40px;
1278     height: 40px; }
1279   .wall-item-photo-menu-button {
1280     width: 50px;
1281     top: 45px;
1282     background-position: 35px center; }
1283   .wall-item-info {
1284     width: 60px; }
1285   .wall-item-body {
1286     margin-left: 10px; }
1287   .wall-item-author {
1288     margin-left: 50px; }
1289   .wall-item-photo-menu {
1290     min-width: 50px;
1291     top: 60px; } }
1292
1293 .comment-wwedit-wrapper {
1294   /*margin: 30px 0px 0px 80px;*/ }
1295
1296 .comment-edit-wrapper {
1297   border-top: 1px #aaa solid; }
1298
1299 [class^="comment-edit-bb"] {
1300   list-style: none;
1301   display: none;
1302   margin: -40px 0 5px 60px;
1303   width: 75%;
1304   > li {
1305     display: inline-block;
1306     margin: 0 10px 0 0;
1307     visibility: none; } }
1308
1309 .comment-wwedit-wrapper img, .comment-edit-wrapper img {
1310   width: 20px;
1311   height: 20px; }
1312
1313 .comment-edit-photo-link, .comment-edit-photo {
1314   margin-left: 10px; }
1315
1316 .my-comment-photo {
1317   width: 40px;
1318   height: 40px;
1319   padding: 5px; }
1320
1321 [class^="comment-edit-text"] {
1322   margin: 5px 0 10px 20px;
1323   width: 84.5%; }
1324
1325 .comment-edit-text-empty {
1326   height: 20px;
1327   border: 2px #babdd6 solid;
1328   border-radius: 5px;
1329   color: #babdb6;
1330   -webkit-transition: all 0.5s ease-in-out;
1331   -moz-transition: all 0.5s ease-in-out;
1332   -o-transition: all 0.5s ease-in-out;
1333   -ms-transition: all 0.5s ease-in-out;
1334   transition: all 0.5s ease-in-out;
1335   &:hover {
1336     color: #999999; } }
1337
1338 .comment-edit-text-full {
1339   height: 10em;
1340   border-radius: 5px;
1341   -webkit-transition: all 0.5s ease-in-out;
1342   -moz-transition: all 0.5s ease-in-out;
1343   -o-transition: all 0.5s ease-in-out;
1344   -ms-transition: all 0.5s ease-in-out;
1345   transition: all 0.5s ease-in-out; }
1346
1347 .comment-edit-submit-wrapper {
1348   width: 90%;
1349   margin: 5px 5px 10px 50px;
1350   text-align: right; }
1351
1352 .comment-edit-submit {
1353   height: 22px;
1354   background-color: #555753;
1355   color: #eeeeec;
1356   -webkit-border-radius: 5px;
1357   -moz-border-radius: 5px;
1358   border-radius: 5px;
1359   border: 0; }
1360
1361 /**
1362  * item text style
1363  */
1364
1365 .wall-item-body code {
1366   display: block;
1367   padding: 0 0 10px 5px;
1368   border-color: #ccc;
1369   border-style: solid;
1370   border-width: 1px 1px 1px 10px;
1371   background: #eee;
1372   color: #444;
1373   width: 95%; }
1374
1375 /**
1376  * profile
1377  */
1378
1379 div {
1380   &[id$="text"] {
1381     font-weight: bold;
1382     border-bottom: 1px solid #ccc; }
1383   &[id$="wrapper"] {
1384     height: 100%;
1385     margin-bottom: 1em;
1386     br {
1387       clear: left; } } }
1388
1389 .profile-match-wrapper {
1390         float: left;
1391         margin: 0 5px 40px 0;
1392         width: 120px;
1393         height: 120px;
1394         padding: 3px;
1395         position: relative;
1396 }
1397 .icon.drophide.profile-match-ignore {
1398         margin: 0 6px 0 -3px;
1399 }
1400 .profile-match-photo {
1401         
1402 }
1403
1404 [id$="-end"], [class$="end"] {
1405   clear: both;
1406   margin: 0 0 10px 0; }
1407
1408 .profile-match-end {
1409         margin: 0 0 5px 0;
1410 }
1411 .profile-match-name {
1412         font-weight: bold;
1413         margin: auto auto auto 23px;
1414 }
1415 .profile-match-connect {
1416         font-style: italic;
1417         margin: auto auto auto 23px;
1418 }
1419 #advanced-profile-with {
1420   margin-left: 200px; }
1421
1422 /**
1423  * photos
1424  */
1425
1426 .photos {
1427   height: auto;
1428   overflow: auto; }
1429
1430 #photo-top-links {
1431   margin-bottom: 30px; }
1432
1433 .photo-album-image-wrapper, .photo-top-image-wrapper {
1434   float: left;
1435   -moz-box-shadow: 3px 3px 10px 0 #000;
1436   -webkit-box-shadow: 3px 3px 10px 0 #000;
1437   box-shadow: 3px 3px 10px 0 #000;
1438   background-color: #eee;
1439   color: #111;
1440   -webkit-border-radius: 5px;
1441   -moz-border-radius: 5px;
1442   border-radius: 5px;
1443   padding-bottom: 30px;
1444   position: relative;
1445   margin: 0 10px 10px 0; }
1446
1447 #photo-photo {
1448   max-width: 100%;
1449   img {
1450     max-width: 100%; } }
1451
1452 .photo-top-image-wrapper a:hover, #photo-photo a:hover, .photo-album-image-wrapper a:hover {
1453   border-bottom: 0; }
1454
1455 .photo-top-photo, .photo-album-photo {
1456   -webkit-border-radius: 5px 5px 0 0;
1457   -moz-border-radius: 5px 5px 0 0;
1458   border-radius: 5px 5px 0 0; }
1459
1460 .photo-top-album-name {
1461   position: absolute;
1462   bottom: 0;
1463   padding: 0 5px; }
1464
1465 .caption {
1466   position: absolute;
1467   bottom: 0;
1468   margin: 0 5px; }
1469
1470 #photo-photo {
1471   position: relative;
1472   float: left; }
1473
1474 #photo-prev-link, #photo-next-link {
1475   position: absolute;
1476   width: 30%;
1477   height: 100%;
1478   background-color: rgba(255, 255, 255, 0.5);
1479   opacity: 0;
1480   -webkit-transition: all .2s ease-in-out;
1481   -moz-transition: all .2s ease-in-out;
1482   -o-transition: all .2s ease-in-out;
1483   -ms-transition: all .2s ease-in-out;
1484   transition: all .2s ease-in-out;
1485   background-position: center center;
1486   background-repeat: no-repeat; }
1487
1488 #photo-prev-link {
1489   left: 0;
1490   top: 0;
1491   background-image: url(light/prev.png); }
1492
1493 #photo-next-link {
1494   right: 0;
1495   top: 0;
1496   background-image: url(light/next.png); }
1497
1498 #photo-prev-link a, #photo-next-link a {
1499   display: block;
1500   width: 100%;
1501   height: 100%;
1502   overflow: hidden;
1503   text-indent: -900000px; }
1504
1505 #photo-prev-link:hover {
1506   opacity: 1;
1507   -webkit-transition: all .2s ease-in-out;
1508   -moz-transition: all .2s ease-in-out;
1509   -o-transition: all .2s ease-in-out;
1510   -ms-transition: all .2s ease-in-out;
1511   transition: all .2s ease-in-out; }
1512
1513 #photo-next-link {
1514   &:hover {
1515     opacity: 1;
1516     -webkit-transition: all .2s ease-in-out;
1517     -moz-transition: all .2s ease-in-out;
1518     -o-transition: all .2s ease-in-out;
1519     -ms-transition: all .2s ease-in-out;
1520     transition: all .2s ease-in-out; }
1521   .icon {
1522     display: none; } }
1523
1524 #photo-prev-link .icon {
1525   display: none; }
1526
1527 #photos-upload-spacer, #photos-upload-new-wrapper, #photos-upload-exist-wrapper {
1528   margin-bottom: 1em; }
1529
1530 #photos-upload-existing-album-text, #photos-upload-newalbum-div {
1531   background-color: #555753;
1532   color: #eeeeec;
1533   padding: 1px; }
1534
1535 #photos-upload-album-select, #photos-upload-newalbum {
1536   width: 99%; }
1537
1538 #photos-upload-perms-menu {
1539   text-align: right; }
1540
1541 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1542   float: left;
1543   margin-bottom: 25px; }
1544
1545 #photo-edit-link-wrap {
1546   margin-bottom: 15px; }
1547
1548 #photo-edit-caption, #photo-edit-newtag {
1549   width: 100%; }
1550
1551 #photo-like-div {
1552   margin-bottom: 25px; }
1553
1554 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1555   clear: both; }
1556
1557 #photo-edit-delete-button {
1558   margin-left: 200px; }
1559
1560 #photo-edit-end {
1561   margin-bottom: 35px; }
1562
1563 #photo-caption {
1564   font-size: 110%;
1565   font-weight: bold;
1566   margin-top: 15px;
1567   margin-bottom: 15px; }
1568
1569 /**
1570  * message
1571  */
1572
1573 .prvmail-text {
1574   width: 100%; }
1575
1576 #prvmail-subject {
1577   width: 100%;
1578   color: #eec;
1579   background: #444; }
1580
1581 #prvmail-submit-wrapper {
1582   margin-top: 10px; }
1583
1584 #prvmail-submit {
1585   float: right;
1586   margin-top: 0; }
1587
1588 #prvmail-submit-wrapper div {
1589   margin-right: 5px;
1590   float: left; }
1591
1592 .mail-list-outside-wrapper {
1593   margin-top: 20px; }
1594
1595 .mail-list-sender {
1596   float: left; }
1597
1598 .mail-list-detail {
1599   margin-left: 90px; }
1600
1601 .mail-list-sender-name {
1602   display: inline;
1603   font-size: 1.1em; }
1604
1605 .mail-list-date {
1606   display: inline;
1607   font-size: 0.9em;
1608   padding-left: 10px; }
1609
1610 .mail-list-sender-name, .mail-list-date {
1611   font-style: italic; }
1612
1613 .mail-list-subject {
1614   font-size: 1.2em; }
1615
1616 .mail-list-delete-wrapper {
1617   float: right; }
1618
1619 .mail-list-outside-wrapper-end {
1620   clear: both;
1621   border-bottom: 1px #eec dotted; }
1622
1623 .mail-conv-sender {
1624   float: left;
1625   margin: 0px 5px 5px 0px; }
1626
1627 .mail-conv-sender-photo {
1628   width: 32px;
1629   height: 32px; }
1630
1631 .mail-conv-sender-name {
1632   float: left; }
1633
1634 .mail-conv-date {
1635   float: right; }
1636
1637 .mail-conv-subject {
1638   clear: right;
1639   font-weight: bold;
1640   font-size: 1.2em; }
1641
1642 .mail-conv-body {
1643   clear: both; }
1644
1645 .mail-conv-delete-wrapper {
1646   margin-top: 5px; }
1647
1648 /**
1649  * contacts
1650  */
1651
1652 .view-contact-wrapper, .contact-entry-wrapper {
1653   float: left;
1654   margin: 0 5px 40px 0;
1655   width: 120px;
1656   height: 120px;
1657   padding: 3px;
1658   position: relative; }
1659
1660 .contact-direction-wrapper {
1661   position: absolute;
1662   top: 20px; }
1663
1664 .contact-edit-links {
1665   position: absolute;
1666   top: 60px; }
1667
1668 .contact-entry-photo-wrapper {}
1669
1670 .contact-entry-photo {
1671   margin-left: 20px; }
1672
1673 .contact-entry-name {
1674   width: 120px;
1675   font-weight: bold;
1676   /*overflow: hidden;*/ }
1677
1678 .contact-entry-photo {
1679   position: relative; }
1680
1681 .contact-entry-edit-links .icon {
1682   border: 1px solid #babdb6;
1683   -webkit-border-radius: 3px;
1684   -moz-border-radius: 3px;
1685   border-radius: 3px;
1686   background-color: #fff; }
1687
1688 #contact-entry-url, [id^="contact-entry-url"] {
1689   font-size: smaller;
1690   /*overflow: scroll;*/ }
1691
1692 #contact-entry-network, [id^="contact-entry-network"] {
1693   font-size: smaller;
1694   font-style: italic; }
1695
1696 #contact-edit-banner-name {
1697   font-size: 1.5em; }
1698
1699 #contact-edit-photo-wrapper {
1700   position: relative;
1701   float: left;
1702   padding: 20px; }
1703
1704 #contact-edit-direction-icon {
1705   position: absolute;
1706   top: 60px;
1707   left: 0; }
1708
1709 #contact-edit-nav-wrapper {
1710   margin-left: 0px; }
1711
1712 #contact-edit-links {
1713   margin-top: 23px;
1714   ul {
1715     list-style-type: none; } }
1716
1717 #contact-drop-links {
1718   margin-left: 5px; }
1719
1720 #contact-edit-nav-wrapper .icon {
1721   border: 1px solid #babdb6;
1722   -webkit-border-radius: 3px;
1723   -moz-border-radius: 3px;
1724   border-radius: 3px; }
1725
1726 #contact-edit-poll-wrapper {
1727   margin-left: 0px; }
1728
1729 #contact-edit-last-update-text {
1730   margin-bottom: 15px; }
1731
1732 #contact-edit-last-updated {
1733   font-weight: bold; }
1734
1735 #contact-edit-poll-text {
1736   display: inline; }
1737
1738 #contact-edit-info_tbl, #contact-edit-info_parent, .mceLayout {
1739   width: 100%; }
1740
1741 #contact-edit-end {
1742   clear: both;
1743   margin-bottom: 65px; }
1744
1745 .contact-photo-menu-button {
1746   position: absolute;
1747   background-image: url("light/photo-menu.jpg");
1748   background-position: top left;
1749   background-repeat: no-repeat;
1750   margin: 0px;
1751   padding: 0px;
1752   width: 16px;
1753   height: 16px;
1754   top: 64px;
1755   left: 0px;
1756   overflow: hidden;
1757   text-indent: 40px;
1758   display: none; }
1759
1760 .contact-photo-menu {
1761   width: auto;
1762   border: 2px solid #444;
1763   background: #eee;
1764   color: #111;
1765   position: absolute;
1766   left: 0px;
1767   top: 90px;
1768   display: none;
1769   z-index: 10000;
1770   ul {
1771     margin: 0px;
1772     padding: 0px;
1773     list-style: none; }
1774   li a {
1775     display: block;
1776     padding: 2px;
1777     &:hover {
1778       color: #fff;
1779       background: #3465A4;
1780       text-decoration: none; } } }
1781
1782 /**
1783  * register, settings & profile forms
1784  */
1785
1786 .openid {}
1787
1788 #id_openid_url {
1789   background: url(light/login-bg.gif) no-repeat;
1790   background-position: 0 50%;
1791   padding-left: 18px; }
1792
1793 #settings-nickname-desc {
1794   background-color: #eee;
1795   -webkit-border-radius: 5px;
1796   -moz-border-radius: 5px;
1797   border-radius: 5px;
1798   padding: 5px;
1799   color: #111; }
1800
1801 #settings-default-perms {
1802   margin-bottom: 20px; }
1803
1804 #register-form div, #profile-edit-form div {
1805   clear: both; }
1806
1807 .settings-block {
1808   label {
1809     clear: left; }
1810   input {
1811     margin: 10px 5px; } }
1812
1813 /*#register-form label,     */
1814 /*#profile-edit-form label {*/
1815 /*    width: 300px;         */
1816 /*    float: left;          */
1817 /*}                         */
1818
1819 /*#register-form span,     */
1820 /*#profile-edit-form span {*/
1821 /*    color: #555753;      */
1822 /*    display: block;      */
1823 /*    margin-bottom: 20px; */
1824 /*}                        */
1825
1826 #profile-edit-marital-label span {
1827   margin: -4px; }
1828
1829 .settings-submit-wrapper, .profile-edit-submit-wrapper {
1830   margin: 0 0 30px -3px; }
1831
1832 .profile-edit-side-div {
1833   display: none; }
1834
1835 /*.profile-edit-side-div:hover {
1836     display: block;
1837 }
1838 .profile-edit-side-link {
1839     margin: 3px 0px 0px 70px;
1840 }*/
1841
1842 #profiles-menu-trigger {
1843   margin: 0px 0px 0px 25px; }
1844
1845 .profile-listing {
1846   float: left;
1847   margin: 20px 20px 0px 0px; }
1848
1849 .icon-profile-edit {
1850   background: url("light/icons.png") -150px 0px no-repeat;
1851   border: 0;
1852   cursor: pointer;
1853   display: block;
1854   float: right;
1855   width: 20px;
1856   height: 20px;
1857   margin: 0 0 -18px;
1858   position: absolute;
1859   text-decoration: none;
1860   top: 113px;
1861   right: 260px; }
1862
1863 #profile-edit-links ul {
1864   margin: 20px 0;
1865   padding: 0;
1866   list-style: none; }
1867
1868 .marital {
1869   margin-top: 5px; }
1870
1871 #register-sitename {
1872   display: inline;
1873   font-weight: bold; }
1874
1875 #advanced-expire-popup {
1876   background: #2e2f2e;
1877   color: #eec; }
1878
1879 #id_ssl_policy {
1880   width: 374px; }
1881
1882 #theme-preview img {
1883   margin: 10px 10px 10px 288px; }
1884
1885 /**
1886  * contacts selector
1887  */
1888
1889 .group-delete-wrapper {
1890   margin: -31px 50px 0 0;
1891   float: right; }
1892
1893 /*.group-delete-icon {
1894     margin: 0 0 0 10px;
1895 }*/
1896
1897 #group-edit-submit-wrapper {
1898   margin: 0 0 10px 0;
1899   display: inline; }
1900
1901 #group-edit-desc {
1902   margin: 10px 0px; }
1903
1904 #group-members, #prof-members {
1905   height: 200px;
1906   overflow: auto;
1907   border: 1px solid #555753;
1908   -webkit-border-radius: 5px 5px 0 0;
1909   -moz-border-radius: 5px 5px 0 0;
1910   border-radius: 5px 5px 0 0; }
1911
1912 #group-all-contacts, #prof-all-contacts {
1913   height: 200px;
1914   overflow: auto;
1915   border: 1px solid #555753;
1916   -webkit-border-radius: 0 0 5px 5px;
1917   -moz-border-radius: 0 0 5px 5px;
1918   border-radius: 0 0 5px 5px; }
1919
1920 #group-members h3, #group-all-contacts h3, #prof-members h3, #prof-all-contacts h3 {
1921   color: #eeeeec;
1922   background-color: #555753;
1923   margin: 0;
1924   padding: 5px; }
1925
1926 #group-separator, #prof-separator {
1927   display: none; }
1928
1929 /**
1930  * profile
1931  */
1932
1933 #cropimage-wrapper {
1934   float: left; }
1935
1936 #crop-image-form {
1937   clear: both; }
1938
1939 /**
1940  * intros
1941  */
1942
1943 .intro-wrapper {
1944   margin-top: 20px; }
1945
1946 .intro-fullname {
1947   font-size: 1.1em;
1948   font-weight: bold; }
1949
1950 .intro-desc {
1951   margin-bottom: 20px;
1952   font-weight: bold; }
1953
1954 .intro-note {
1955   padding: 10px; }
1956
1957 .intro-end {
1958   padding: 30px; }
1959
1960 .intro-form {
1961   float: left; }
1962
1963 .intro-approve-form, .intro-approve-as-friend-end {
1964   clear: both; }
1965
1966 .intro-submit-approve, .intro-submit-ignore {
1967   margin-right: 20px; }
1968
1969 .intro-submit-approve {
1970   margin-top: 15px; }
1971
1972 .intro-approve-as-friend-label, .intro-approve-as-fan-label, .intro-approve-as-friend, .intro-approve-as-fan {
1973   float: left; }
1974
1975 .intro-form-end {
1976   clear: both;
1977   margin-bottom: 10px; }
1978
1979 .intro-approve-as-friend-desc {
1980   margin-top: 10px; }
1981
1982 .intro-approve-as-end {
1983   clear: both;
1984   margin-bottom: 10px; }
1985
1986 .intro-end, .clear {
1987   clear: both; }
1988
1989 /**
1990  * events
1991  */
1992
1993 .eventcal {
1994   float: left;
1995   font-size: 20px; }
1996
1997 .event {
1998   background: #2e2f2e; }
1999
2000 .vevent {
2001   border: 1px solid #ccc;
2002   .event-description, .event-location, .event-start {
2003     margin-left: 10px;
2004     margin-right: 10px; } }
2005
2006 #new-event-link {
2007   margin-bottom: 10px; }
2008
2009 .edit-event-link, .plink-event-link {
2010   /*float: left;      */
2011   /*margin-top: 4px;  */
2012   /*margin-right: 4px;*/
2013   /*margin-bottom: 15px;*/ }
2014
2015 .event-description:before {
2016   content: url('../../../images/calendar.png');
2017   margin-right: 15px; }
2018
2019 .event-start, .event-end {
2020   margin-left: 10px;
2021   width: 330px;
2022   font-size: smaller; }
2023
2024 .event-start .dtstart, .event-end .dtend {
2025   float: right; }
2026
2027 .event-list-date {
2028   margin-bottom: 10px; }
2029
2030 .prevcal, .nextcal {
2031   float: left;
2032   margin-left: 32px;
2033   margin-right: 32px;
2034   margin-top: 64px; }
2035
2036 .event-calendar-end {
2037   clear: both; }
2038
2039 .calendar {
2040   font-family: monospace; }
2041
2042 .today {
2043   font-weight: bold;
2044   color: #FF0000; }
2045
2046 #event-start-text, #event-finish-text {
2047   margin-top: 10px;
2048   margin-bottom: 5px; }
2049
2050 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text, #event-share-checkbox {
2051   float: left; }
2052
2053 #event-datetime-break {
2054   margin-bottom: 10px; }
2055
2056 #event-nofinish-break, #event-adjust-break, #event-share-break {
2057   clear: both; }
2058
2059 #event-desc-text, #event-location-text {
2060   margin-top: 10px;
2061   margin-bottom: 5px; }
2062
2063 #event-submit {
2064   margin-top: 10px; }
2065
2066 .body-tag {
2067   margin: 10px 0;
2068   opacity: 0.5;
2069   &:hover {
2070     opacity: 1.0 !important; } }
2071
2072 .filesavetags, .categorytags {
2073   margin: 20px 0;
2074   opacity: 0.5; }
2075
2076 .filesavetags:hover, .categorytags:hover {
2077   margin: 20px 0;
2078   opacity: 1.0 !important; }
2079
2080 .item-select {
2081   opacity: 0.1;
2082   margin: 5px 0 0 6px !important;
2083   &:hover {
2084     opacity: 1; } }
2085
2086 .checkeditem {
2087   opacity: 1; }
2088
2089 #item-delete-selected {
2090   margin-top: 30px; }
2091
2092 /* was tired of having no way of moving it around, so
2093 * here's a little 'hook' to do so */
2094
2095 .delete-checked {
2096   position: absolute;
2097   left: 35px;
2098   margin-top: 20px; }
2099
2100 #item-delete-selected-end {
2101   clear: both; }
2102
2103 #item-delete-selected-icon {
2104   float: left;
2105   margin-right: 5px; }
2106
2107 #item-delete-selected-desc {
2108   float: left;
2109   margin-right: 5px;
2110   &:hover {
2111     text-decoration: underline; } }
2112
2113 .fc-state-highlight {
2114   background: #eec;
2115   color: #2e2f2e; }
2116
2117 /**
2118  * directory
2119  */
2120
2121 .directory-item {
2122   float: left;
2123   margin: 0 5px 4px 0;
2124   padding: 3px;
2125   width: 180px;
2126   height: 250px;
2127   position: relative; }
2128
2129 /**
2130  * sidebar
2131  */
2132
2133 #group-sidebar {
2134   margin-bottom: 10px; }
2135
2136 .group-selected, .nets-selected, .fileas-selected {
2137   padding: 3px;
2138   color: #111;
2139   background: #f8f8f8;
2140   font-weight: bold; }
2141
2142 .group-selected:hover, .nets-selected:hover, .fileas-selected:hover {
2143   color: #111; }
2144
2145 .groupsideedit {
2146   margin-right: 10px; }
2147
2148 #sidebar-group-ul {
2149   padding-left: 0; }
2150
2151 #sidebar-group-list {
2152   margin: 0 0 5px 0;
2153   ul {
2154     list-style-type: none;
2155     list-style-position: inside; }
2156   li {
2157     margin-top: 10px; }
2158   .icon {
2159     display: inline-block;
2160     height: 12px;
2161     width: 12px; } }
2162
2163 #sidebar-new-group {
2164   margin: auto;
2165   display: inline-block;
2166   color: #efefef;
2167   text-decoration: none;
2168   text-align: center; }
2169
2170 #peoplefind-sidebar form {
2171   margin-bottom: 10px; }
2172
2173 #sidebar-new-group {
2174   &:hover {
2175     /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/
2176     /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/
2177     /*background-color: #b20202;*/ }
2178   &:active {
2179     position: relative;
2180     top: 1px; } }
2181
2182 #side-peoplefind-url {
2183   background-color: #e5e0cf;
2184   color: #666;
2185   border: 1px 666 solid;
2186   margin-right: 3px;
2187   width: 75%;
2188   &:hover, &:focus {
2189     background-color: #efefef;
2190     color: #222;
2191     border: 1px 333 solid; } }
2192
2193 .nets-ul {
2194   list-style-type: none;
2195   padding-left: 0px;
2196   li {
2197     margin: 10px 0 0; } }
2198
2199 .nets-link, .nets-all {
2200   margin-left: 0px; }
2201
2202 #netsearch-box {
2203   margin-top: 20px;
2204   width: 150px;
2205   #search-submit {
2206     margin: 5px 0px 0px 0px; } }
2207
2208 /**
2209  * admin
2210  */
2211
2212 #pending-update {
2213   float: right;
2214   color: #fff;
2215   font-weight: bold;
2216   background-color: #ff0000;
2217   padding: 0 .3em; }
2218
2219 .admin {
2220   &.linklist {
2221     border: 0;
2222     padding: 0; }
2223   &.link {
2224     list-style-position: inside; } }
2225
2226 #adminpage {
2227   color: #111;
2228   background: transparent;
2229   margin: 5px;
2230   padding: 10px;
2231   dl {
2232     clear: left;
2233     margin-bottom: 2px;
2234     padding-bottom: 2px;
2235     border-bottom: 1px solid #000; }
2236   dt {
2237     width: 250px;
2238     float: left;
2239     font-weight: bold; }
2240   dd {
2241     margin-left: 250px; }
2242   h3 {
2243     border-bottom: 1px solid #ccc; }
2244   .submit {
2245     clear: left; }
2246   #pluginslist {
2247     margin: 0;
2248     padding: 0; }
2249   .plugin {
2250     list-style: none;
2251     display: block;
2252     border: 1px solid #888;
2253     padding: 1em;
2254     margin-bottom: 5px;
2255     clear: left; }
2256   .toggleplugin {
2257     float: left;
2258     margin-right: 1em; }
2259   table {
2260     width: 100%;
2261     border-bottom: 1px solid #000;
2262     margin: 5px 0;
2263     th {
2264       text-align: left; } }
2265   td .icon {
2266     float: left; }
2267   table {
2268     &#users img {
2269       width: 16px;
2270       height: 16px; }
2271     tr:hover {
2272       /*color: ;*/
2273       background-color: #bbc7d7; } }
2274   .selectall {
2275     text-align: right; }
2276   #users a {
2277     /*color: #;*/
2278     text-decoration: underline; } }
2279
2280 #users .name {
2281   color: #eec; }
2282
2283 /**
2284  * form fields
2285  */
2286
2287 .field {
2288   /*margin-bottom: 10px;*/
2289   /*padding-bottom: 10px;*/
2290   overflow: auto;
2291   /* width: 100%;*/
2292   label {
2293     width: 38%;
2294     display: inline-block;
2295     font-size: 1.077em;
2296     margin: 0 10px 1em 0;
2297     border: 1px #999 solid;
2298     padding: 5px;
2299     background: #ccc;
2300     color: #111; } }
2301
2302 .field .onoff {
2303   float: right;
2304   margin: 0 330px 0 auto;
2305   width: 80px;
2306   a {
2307     display: block;
2308     border: 1px solid #666;
2309     padding: 3px 6px 4px 10px;
2310     height: 16px;
2311     text-decoration: none; }
2312   .on {
2313     background: url("../../../images/onoff.jpg") no-repeat 42px 1px #999999;
2314     color: #111;
2315     text-align: left; }
2316   .off {
2317     background: url("../../../images/onoff.jpg") no-repeat 2px 1px #cccccc;
2318     color: #333;
2319     text-align: right; } }
2320
2321 .hidden {
2322   display: none !important; }
2323
2324 .field textarea {
2325   width: 80%;
2326   height: 100px; }
2327
2328 .field_help {
2329   display: block;
2330   margin-left: 297px;
2331   color: #666; }
2332
2333 .field.radio .field_help {
2334   margin-left: 297px; }
2335
2336 label {
2337   width: 38%;
2338   display: inline-block;
2339   font-size: 1.077em;
2340   margin: 0 10px 1em 0;
2341   border: 1px #999 solid;
2342   padding: 5px;
2343   background: #ccc;
2344   color: #111; }
2345
2346 input {
2347   width: 250px;
2348   height: 25px;
2349   border: 1px #999 solid;
2350   &[type="text"], &[type="password"], &[type="search"] {
2351     width: 250px;
2352     height: 25px;
2353     border: 1px #999 solid; }
2354   &[type="checkbox"], &[type="radio"] {
2355     border: 1px #999 solid;
2356     margin: 0 0 0 0;
2357     height: 15px;
2358     width: 15px; }
2359   &[type="submit"], &[type="button"] {
2360     background-color: #555753;
2361     border: 2px outset #444;
2362     border-radius: 5px;
2363     box-shadow: 1px 3px 4px 0 #111;
2364     color: #eeeeec;
2365     cursor: pointer;
2366     font-weight: bold;
2367     width: auto;
2368     text-shadow: 1px 1px #111;
2369     -webkit-border-radius: 5px;
2370     -moz-border-radius: 5px; }
2371   &[type="submit"]:active, &[type="button"]:active {
2372     box-shadow: 0 0 0 0; } }
2373
2374
2375 /*
2376  * update
2377  */
2378
2379 .popup {
2380   width: 100%;
2381   height: 100%;
2382   top: 0px;
2383   left: 0px;
2384   position: absolute;
2385   display: none;
2386   .background {
2387     background-color: #000;
2388     opacity: 0.5;
2389     width: 100%;
2390     height: 100%;
2391     position: absolute;
2392     top: 0px;
2393     left: 0px; }
2394   .panel {
2395     top: 25%;
2396     left: 25%;
2397     width: 50%;
2398     height: 50%;
2399     padding: 1em;
2400     position: absolute;
2401     border: 4px solid #000000;
2402     background-color: #FFFFFF; } }
2403
2404 #panel {
2405   z-index: 100; }
2406
2407 .grey {
2408   color: grey; }
2409
2410 .orange {
2411   color: orange; }
2412
2413 .red {
2414   color: red; }
2415
2416 .popup .panel {
2417   .panel_text {
2418     display: block;
2419     overflow: auto;
2420     height: 80%; }
2421   .panel_in {
2422     width: 100%;
2423     height: 100%;
2424     position: relative; }
2425   .panel_actions {
2426     width: 100%;
2427     bottom: 4px;
2428     left: 0px;
2429     position: absolute; } }
2430
2431 .panel_text .progress {
2432   width: 50%;
2433   overflow: hidden;
2434   height: auto;
2435   border: 1px solid #cccccc;
2436   margin-bottom: 5px;
2437   span {
2438     float: right;
2439     display: block;
2440     width: 25%;
2441     background-color: #eeeeee;
2442     text-align: right; } }
2443
2444 /**
2445  * OAuth
2446  */
2447
2448 .oauthapp {
2449   height: auto;
2450   overflow: auto;
2451   border-bottom: 2px solid #cccccc;
2452   padding-bottom: 1em;
2453   margin-bottom: 1em;
2454   img {
2455     float: left;
2456     width: 48px;
2457     height: 48px;
2458     margin: 10px;
2459     &.noicon {
2460       background-image: url("../../../images/icons/48/plugin.png");
2461       background-position: center center;
2462       background-repeat: no-repeat; } }
2463   a {
2464     float: left; } }
2465
2466 /**
2467  * icons
2468  */
2469
2470 .iconspacer {
2471   display: block;
2472   width: 16px;
2473   height: 16px; }
2474
2475 .icon {
2476   display: block;
2477   width: 20px;
2478   height: 20px;
2479   background: url(light/icons.png) no-repeat;
2480   border: 0;
2481   text-decoration: none;
2482   border-radius: 5px;
2483   &:hover {
2484     border: 0;
2485     text-decoration: none; } }
2486
2487 .editicon {
2488   display: inline-block;
2489   width: 21px;
2490   height: 21px;
2491   background: url(light/editicons.png) no-repeat;
2492   border: 0;
2493   text-decoration: none; }
2494
2495 .shadow {
2496   box-shadow: 2px 2px 5px 2px #111;
2497   &:active, &:focus, &:hover {
2498     box-shadow: 0 0 0 0; } }
2499
2500 .editicon:hover {
2501   border: 0; }
2502
2503 .boldbb {
2504   background-position: 0px 0px;
2505   &:hover {
2506     background-position: -22px 0px; } }
2507
2508 .italicbb {
2509   background-position: 0px -22px;
2510   &:hover {
2511     background-position: -22px -22px; } }
2512
2513 .underlinebb {
2514   background-position: 0px -44px;
2515   &:hover {
2516     background-position: -22px -44px; } }
2517
2518 .quotebb {
2519   background-position: 0px -66px;
2520   &:hover {
2521     background-position: -22px -66px; } }
2522
2523 .codebb {
2524   background-position: 0px -88px;
2525   &:hover {
2526     background-position: -22px -88px; } }
2527
2528 .imagebb {
2529   background-position: -44px 0px;
2530   &:hover {
2531     background-position: -66px 0px; } }
2532
2533 .urlbb {
2534   background-position: -44px -22px;
2535   &:hover {
2536     background-position: -66px -22px; } }
2537
2538 .videobb {
2539   background-position: -44px -44px;
2540   &:hover {
2541     background-position: -66px -44px; } }
2542
2543 .icon {
2544   &.drop, &.drophide, &.delete {
2545     float: left;
2546     margin: 0 2px; }
2547   &.s22 {
2548     &.delete {
2549       display: block;
2550       background-position: -110px 0; }
2551     &.text {
2552       padding: 10px 0px 0px 25px;
2553       width: 200px; } }
2554   &.text {
2555     text-indent: 0px; }
2556   &.s16 {
2557     min-width: 16px;
2558     height: 16px; } }
2559
2560 .s16 .add {
2561   background: url("../../../images/icons/16/add.png") no-repeat; }
2562
2563 .add {
2564   margin: 0px 5px; }
2565
2566 .article {
2567   background-position: -50px 0; }
2568
2569 .audio {
2570   background-position: -70px 0; }
2571
2572 .block {
2573   background-position: -90px 0px; }
2574
2575 .drop, .delete {
2576   background-position: -110px 0; }
2577
2578 .drophide {
2579   background-position: -130px 0; }
2580
2581 .edit {
2582   background-position: -150px 0; }
2583
2584 .camera {
2585   background-position: -170px 0; }
2586
2587 .dislike {
2588   background-position: -190px 0; }
2589
2590 .file-as {
2591   background-position: -230px -60px; }
2592
2593 .like {
2594   background-position: -211px 0; }
2595
2596 .link {
2597   background-position: -230px 0; }
2598
2599 .globe, .location {
2600   background-position: -50px -20px; }
2601
2602 .noglobe, .nolocation {
2603   background-position: -70px -20px; }
2604
2605 .no {
2606   background-position: -90px -20px; }
2607
2608 .pause {
2609   background-position: -110px -20px; }
2610
2611 .play {
2612   background-position: -130px -20px; }
2613
2614 .pencil {
2615   background-position: -151px -18px; }
2616
2617 .small-pencil {
2618   background-position: -170px -20px; }
2619
2620 .recycle {
2621   background-position: -190px -20px; }
2622
2623 .remote-link {
2624   background-position: -210px -20px; }
2625
2626 .share {
2627   background-position: -230px -20px; }
2628
2629 .tools {
2630   background-position: -50px -40px; }
2631
2632 .lock {
2633   background-position: -70px -40px; }
2634
2635 .unlock {
2636   background-position: -88px -40px; }
2637
2638 .video {
2639   background-position: -110px -40px; }
2640
2641 .attach {
2642   background-position: -190px -40px; }
2643
2644 .language {
2645   background-position: -210px -40px; }
2646
2647 .starred {
2648   background-position: -130px -60px; }
2649
2650 .unstarred {
2651   background-position: -150px -60px; }
2652
2653 .tagged {
2654   background-position: -170px -60px; }
2655
2656 .on {
2657   background-position: -50px -60px; }
2658
2659 .off {
2660   background-position: -70px -60px; }
2661
2662 .prev {
2663   background-position: -90px -60px; }
2664
2665 .next {
2666   background-position: -110px -60px; }
2667
2668 .icon.dim {
2669   opacity: 0.3; }
2670
2671 #pause {
2672   position: fixed;
2673   bottom: 40px;
2674   right: 30px; }
2675
2676 .border {
2677   border: 1px solid #babdb6;
2678   -webkit-border-radius: 5px;
2679   -moz-border-radius: 5px;
2680   border-radius: 5px;
2681   &:hover {
2682     border: 1px solid #babdb6;
2683     -webkit-border-radius: 5px;
2684     -moz-border-radius: 5px;
2685     border-radius: 5px; } }
2686
2687 .attachtype {
2688   display: block;
2689   width: 20px;
2690   height: 23px;
2691   background-image: url(../../../images/content-types.png); }
2692
2693 .type-video {
2694   background-position: 0px 0px; }
2695
2696 .type-image {
2697   background-position: -20px 0; }
2698
2699 .type-audio {
2700   background-position: -40px 0; }
2701
2702 .type-text {
2703   background-position: -60px 0px; }
2704
2705 .type-unkn {
2706   background-position: -80px 0; }
2707
2708 /**
2709  * footer
2710  */
2711
2712 .cc-license {
2713   margin-top: 100px;
2714   font-size: 0.7em; }
2715
2716 footer {
2717   display: block;
2718   /*margin: 50px 20%;*/
2719   clear: both; }
2720
2721 #profile-jot-text {
2722   height: 20px;
2723   color: #666;
2724   border: 1px solid #ccc;
2725   border-radius: 5px;
2726   width: 99.5%; }
2727
2728 /**
2729  * acl
2730  */
2731
2732 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2733   display: block !important;
2734   background: #eec;
2735   color: #2e2f2e; }
2736
2737 #acl-wrapper {
2738   width: 660px;
2739   margin: 0 auto; }
2740
2741 #acl-search {
2742   float: right;
2743   background: white url("../../../images/search_18.png") no-repeat right center;
2744   padding-right: 20px;
2745   margin: 6px;
2746   color: #111; }
2747
2748 #acl-showall {
2749   float: left;
2750   display: block;
2751   width: auto;
2752   height: 18px;
2753   background: #eeeecc url("../../../images/show_all_off.png") 8px 8px no-repeat;
2754   padding: 7px 10px 7px 30px;
2755   -webkit-border-radius: 5px;
2756   -moz-border-radius: 5px;
2757   border-radius: 5px;
2758   color: #999;
2759   margin: 5px 0;
2760   &.selected {
2761     color: #000;
2762     background: #ff9900 url(../../../images/show_all_on.png) 8px 8px no-repeat; } }
2763
2764 #acl-list {
2765   height: 210px;
2766   border: 1px solid #ccc;
2767   clear: both;
2768   margin-top: 30px;
2769   overflow: auto; }
2770
2771 /*#acl-list-content {
2772 }*/
2773
2774 .acl-list-item {
2775   border: 1px solid #ccc;
2776   display: block;
2777   float: left;
2778   height: 110px;
2779   margin: 3px 0 5px 5px;
2780   width: 120px;
2781   img {
2782     width: 22px;
2783     height: 22px;
2784     float: left;
2785     margin: 5px 5px 20px; }
2786   p {
2787     height: 12px;
2788     font-size: 10px;
2789     margin: 0 0 22px;
2790     padding: 2px 0 1px; }
2791   a {
2792     background: #ccc 3px 3px no-repeat;
2793     -webkit-border-radius: 2px;
2794     -moz-border-radius: 2px;
2795     border-radius: 2px;
2796     clear: both;
2797     font-size: 10px;
2798     display: block;
2799     width: 55px;
2800     height: 20px;
2801     color: #999;
2802     margin: 5px auto 0;
2803     padding: 0 3px;
2804     text-align: center;
2805     vertical-align: middle; } }
2806
2807 #acl-wrapper a:hover {
2808   text-decoration: none;
2809   color: #000;
2810   border: 0; }
2811
2812 .acl-button-show {
2813   background-image: url('../../../images/show_off.png');
2814   margin: 0 auto; }
2815
2816 .acl-button-hide {
2817   background-image: url('../../../images/hide_off.png');
2818   margin: 0 auto; }
2819
2820 .acl-button-show.selected {
2821   color: #000;
2822   background-color: #9ade00;
2823   background-image: url(../../../images/show_on.png); }
2824
2825 .acl-button-hide.selected {
2826   color: #000;
2827   background-color: #ff4141;
2828   background-image: url(../../../images/hide_on.png); }
2829
2830 .acl-list-item {
2831   &.groupshow {
2832     border-color: #9ade00; }
2833   &.grouphide {
2834     border-color: #ff4141; } }
2835
2836 /** /acl **/
2837
2838 /* autocomplete popup */
2839
2840 .acpopup {
2841   max-height: 175px;
2842   max-width: 42%;
2843   background-color: #555753;
2844   color: #fff;
2845   overflow: auto;
2846   z-index: 100000;
2847   border: 1px solid #cccccc; }
2848
2849 .acpopupitem {
2850   background-color: #555753;
2851   padding: 4px;
2852   clear: left;
2853   img {
2854     float: left;
2855     margin-right: 4px; }
2856   &.selected {
2857     color: #2e3436;
2858     background-color: #eeeeec; } }
2859
2860 .qcomment-wrapper {
2861   padding: 0px;
2862   margin: 5px 5px 5px 81%; }
2863
2864 .qcomment {
2865   opacity: 0.5;
2866   &:hover {
2867     opacity: 1.0; } }
2868
2869 #network-star-link {
2870   margin-top: 10px; }
2871
2872 .network-star {
2873   float: left;
2874   margin-right: 5px;
2875   &.icon.starred {
2876     display: inline-block; } }
2877
2878 #fileas-sidebar {}
2879
2880 .fileas-ul {
2881   padding: 0; }
2882
2883 /*
2884  * addons theming
2885  */
2886
2887 #sidebar-page-list {
2888   ul {
2889     padding: 0;
2890     margin: 5px 0; }
2891   li {
2892     list-style: none; } }
2893
2894 #jappix_mini {
2895   margin-left: 130px;
2896   position: fixed;
2897   bottom: 0;
2898   right: 175px !important;
2899   /* override the jappix css */
2900   z-index: 999; }
2901
2902 /* media stuff */
2903 @media handheld {
2904   body {
2905     font-size: 15pt; } }