]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/light/style.less
announced dipsy change. re-tie your boots, we're in for a wee ride ;)
[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 [id$="-end"], [class$="end"] {
1390   clear: both;
1391   margin: 0 0 10px 0; }
1392
1393 #advanced-profile-with {
1394   margin-left: 200px; }
1395
1396 /**
1397  * photos
1398  */
1399
1400 .photos {
1401   height: auto;
1402   overflow: auto; }
1403
1404 #photo-top-links {
1405   margin-bottom: 30px; }
1406
1407 .photo-album-image-wrapper, .photo-top-image-wrapper {
1408   float: left;
1409   -moz-box-shadow: 3px 3px 10px 0 #000;
1410   -webkit-box-shadow: 3px 3px 10px 0 #000;
1411   box-shadow: 3px 3px 10px 0 #000;
1412   background-color: #eee;
1413   color: #111;
1414   -webkit-border-radius: 5px;
1415   -moz-border-radius: 5px;
1416   border-radius: 5px;
1417   padding-bottom: 30px;
1418   position: relative;
1419   margin: 0 10px 10px 0; }
1420
1421 #photo-photo {
1422   max-width: 100%;
1423   img {
1424     max-width: 100%; } }
1425
1426 .photo-top-image-wrapper a:hover, #photo-photo a:hover, .photo-album-image-wrapper a:hover {
1427   border-bottom: 0; }
1428
1429 .photo-top-photo, .photo-album-photo {
1430   -webkit-border-radius: 5px 5px 0 0;
1431   -moz-border-radius: 5px 5px 0 0;
1432   border-radius: 5px 5px 0 0; }
1433
1434 .photo-top-album-name {
1435   position: absolute;
1436   bottom: 0;
1437   padding: 0 5px; }
1438
1439 .caption {
1440   position: absolute;
1441   bottom: 0;
1442   margin: 0 5px; }
1443
1444 #photo-photo {
1445   position: relative;
1446   float: left; }
1447
1448 #photo-prev-link, #photo-next-link {
1449   position: absolute;
1450   width: 30%;
1451   height: 100%;
1452   background-color: rgba(255, 255, 255, 0.5);
1453   opacity: 0;
1454   -webkit-transition: all .2s ease-in-out;
1455   -moz-transition: all .2s ease-in-out;
1456   -o-transition: all .2s ease-in-out;
1457   -ms-transition: all .2s ease-in-out;
1458   transition: all .2s ease-in-out;
1459   background-position: center center;
1460   background-repeat: no-repeat; }
1461
1462 #photo-prev-link {
1463   left: 0;
1464   top: 0;
1465   background-image: url(light/prev.png); }
1466
1467 #photo-next-link {
1468   right: 0;
1469   top: 0;
1470   background-image: url(light/next.png); }
1471
1472 #photo-prev-link a, #photo-next-link a {
1473   display: block;
1474   width: 100%;
1475   height: 100%;
1476   overflow: hidden;
1477   text-indent: -900000px; }
1478
1479 #photo-prev-link:hover {
1480   opacity: 1;
1481   -webkit-transition: all .2s ease-in-out;
1482   -moz-transition: all .2s ease-in-out;
1483   -o-transition: all .2s ease-in-out;
1484   -ms-transition: all .2s ease-in-out;
1485   transition: all .2s ease-in-out; }
1486
1487 #photo-next-link {
1488   &:hover {
1489     opacity: 1;
1490     -webkit-transition: all .2s ease-in-out;
1491     -moz-transition: all .2s ease-in-out;
1492     -o-transition: all .2s ease-in-out;
1493     -ms-transition: all .2s ease-in-out;
1494     transition: all .2s ease-in-out; }
1495   .icon {
1496     display: none; } }
1497
1498 #photo-prev-link .icon {
1499   display: none; }
1500
1501 #photos-upload-spacer, #photos-upload-new-wrapper, #photos-upload-exist-wrapper {
1502   margin-bottom: 1em; }
1503
1504 #photos-upload-existing-album-text, #photos-upload-newalbum-div {
1505   background-color: #555753;
1506   color: #eeeeec;
1507   padding: 1px; }
1508
1509 #photos-upload-album-select, #photos-upload-newalbum {
1510   width: 99%; }
1511
1512 #photos-upload-perms-menu {
1513   text-align: right; }
1514
1515 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1516   float: left;
1517   margin-bottom: 25px; }
1518
1519 #photo-edit-link-wrap {
1520   margin-bottom: 15px; }
1521
1522 #photo-edit-caption, #photo-edit-newtag {
1523   width: 100%; }
1524
1525 #photo-like-div {
1526   margin-bottom: 25px; }
1527
1528 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1529   clear: both; }
1530
1531 #photo-edit-delete-button {
1532   margin-left: 200px; }
1533
1534 #photo-edit-end {
1535   margin-bottom: 35px; }
1536
1537 #photo-caption {
1538   font-size: 110%;
1539   font-weight: bold;
1540   margin-top: 15px;
1541   margin-bottom: 15px; }
1542
1543 /**
1544  * message
1545  */
1546
1547 .prvmail-text {
1548   width: 100%; }
1549
1550 #prvmail-subject {
1551   width: 100%;
1552   color: #eec;
1553   background: #444; }
1554
1555 #prvmail-submit-wrapper {
1556   margin-top: 10px; }
1557
1558 #prvmail-submit {
1559   float: right;
1560   margin-top: 0; }
1561
1562 #prvmail-submit-wrapper div {
1563   margin-right: 5px;
1564   float: left; }
1565
1566 .mail-list-outside-wrapper {
1567   margin-top: 20px; }
1568
1569 .mail-list-sender {
1570   float: left; }
1571
1572 .mail-list-detail {
1573   margin-left: 90px; }
1574
1575 .mail-list-sender-name {
1576   display: inline;
1577   font-size: 1.1em; }
1578
1579 .mail-list-date {
1580   display: inline;
1581   font-size: 0.9em;
1582   padding-left: 10px; }
1583
1584 .mail-list-sender-name, .mail-list-date {
1585   font-style: italic; }
1586
1587 .mail-list-subject {
1588   font-size: 1.2em; }
1589
1590 .mail-list-delete-wrapper {
1591   float: right; }
1592
1593 .mail-list-outside-wrapper-end {
1594   clear: both;
1595   border-bottom: 1px #eec dotted; }
1596
1597 .mail-conv-sender {
1598   float: left;
1599   margin: 0px 5px 5px 0px; }
1600
1601 .mail-conv-sender-photo {
1602   width: 32px;
1603   height: 32px; }
1604
1605 .mail-conv-sender-name {
1606   float: left; }
1607
1608 .mail-conv-date {
1609   float: right; }
1610
1611 .mail-conv-subject {
1612   clear: right;
1613   font-weight: bold;
1614   font-size: 1.2em; }
1615
1616 .mail-conv-body {
1617   clear: both; }
1618
1619 .mail-conv-delete-wrapper {
1620   margin-top: 5px; }
1621
1622 /**
1623  * contacts
1624  */
1625
1626 .view-contact-wrapper, .contact-entry-wrapper {
1627   float: left;
1628   margin: 0 5px 40px 0;
1629   width: 120px;
1630   height: 120px;
1631   padding: 3px;
1632   position: relative; }
1633
1634 .contact-direction-wrapper {
1635   position: absolute;
1636   top: 20px; }
1637
1638 .contact-edit-links {
1639   position: absolute;
1640   top: 60px; }
1641
1642 .contact-entry-photo-wrapper {}
1643
1644 .contact-entry-photo {
1645   margin-left: 20px; }
1646
1647 .contact-entry-name {
1648   width: 120px;
1649   font-weight: bold;
1650   /*overflow: hidden;*/ }
1651
1652 .contact-entry-photo {
1653   position: relative; }
1654
1655 .contact-entry-edit-links .icon {
1656   border: 1px solid #babdb6;
1657   -webkit-border-radius: 3px;
1658   -moz-border-radius: 3px;
1659   border-radius: 3px;
1660   background-color: #fff; }
1661
1662 #contact-entry-url, [id^="contact-entry-url"] {
1663   font-size: smaller;
1664   /*overflow: scroll;*/ }
1665
1666 #contact-entry-network, [id^="contact-entry-network"] {
1667   font-size: smaller;
1668   font-style: italic; }
1669
1670 #contact-edit-banner-name {
1671   font-size: 1.5em; }
1672
1673 #contact-edit-photo-wrapper {
1674   position: relative;
1675   float: left;
1676   padding: 20px; }
1677
1678 #contact-edit-direction-icon {
1679   position: absolute;
1680   top: 60px;
1681   left: 0; }
1682
1683 #contact-edit-nav-wrapper {
1684   margin-left: 0px; }
1685
1686 #contact-edit-links {
1687   margin-top: 23px;
1688   ul {
1689     list-style-type: none; } }
1690
1691 #contact-drop-links {
1692   margin-left: 5px; }
1693
1694 #contact-edit-nav-wrapper .icon {
1695   border: 1px solid #babdb6;
1696   -webkit-border-radius: 3px;
1697   -moz-border-radius: 3px;
1698   border-radius: 3px; }
1699
1700 #contact-edit-poll-wrapper {
1701   margin-left: 0px; }
1702
1703 #contact-edit-last-update-text {
1704   margin-bottom: 15px; }
1705
1706 #contact-edit-last-updated {
1707   font-weight: bold; }
1708
1709 #contact-edit-poll-text {
1710   display: inline; }
1711
1712 #contact-edit-info_tbl, #contact-edit-info_parent, .mceLayout {
1713   width: 100%; }
1714
1715 #contact-edit-end {
1716   clear: both;
1717   margin-bottom: 65px; }
1718
1719 .contact-photo-menu-button {
1720   position: absolute;
1721   background-image: url("light/photo-menu.jpg");
1722   background-position: top left;
1723   background-repeat: no-repeat;
1724   margin: 0px;
1725   padding: 0px;
1726   width: 16px;
1727   height: 16px;
1728   top: 64px;
1729   left: 0px;
1730   overflow: hidden;
1731   text-indent: 40px;
1732   display: none; }
1733
1734 .contact-photo-menu {
1735   width: auto;
1736   border: 2px solid #444;
1737   background: #eee;
1738   color: #111;
1739   position: absolute;
1740   left: 0px;
1741   top: 90px;
1742   display: none;
1743   z-index: 10000;
1744   ul {
1745     margin: 0px;
1746     padding: 0px;
1747     list-style: none; }
1748   li a {
1749     display: block;
1750     padding: 2px;
1751     &:hover {
1752       color: #fff;
1753       background: #3465A4;
1754       text-decoration: none; } } }
1755
1756 /**
1757  * register, settings & profile forms
1758  */
1759
1760 .openid {}
1761
1762 #id_openid_url {
1763   background: url(light/login-bg.gif) no-repeat;
1764   background-position: 0 50%;
1765   padding-left: 18px; }
1766
1767 #settings-nickname-desc {
1768   background-color: #eee;
1769   -webkit-border-radius: 5px;
1770   -moz-border-radius: 5px;
1771   border-radius: 5px;
1772   padding: 5px;
1773   color: #111; }
1774
1775 #settings-default-perms {
1776   margin-bottom: 20px; }
1777
1778 #register-form div, #profile-edit-form div {
1779   clear: both; }
1780
1781 .settings-block {
1782   label {
1783     clear: left; }
1784   input {
1785     margin: 10px 5px; } }
1786
1787 /*#register-form label,     */
1788 /*#profile-edit-form label {*/
1789 /*    width: 300px;         */
1790 /*    float: left;          */
1791 /*}                         */
1792
1793 /*#register-form span,     */
1794 /*#profile-edit-form span {*/
1795 /*    color: #555753;      */
1796 /*    display: block;      */
1797 /*    margin-bottom: 20px; */
1798 /*}                        */
1799
1800 #profile-edit-marital-label span {
1801   margin: -4px; }
1802
1803 .settings-submit-wrapper, .profile-edit-submit-wrapper {
1804   margin: 0 0 30px -3px; }
1805
1806 .profile-edit-side-div {
1807   display: none; }
1808
1809 /*.profile-edit-side-div:hover {
1810     display: block;
1811 }
1812 .profile-edit-side-link {
1813     margin: 3px 0px 0px 70px;
1814 }*/
1815
1816 #profiles-menu-trigger {
1817   margin: 0px 0px 0px 25px; }
1818
1819 .profile-listing {
1820   float: left;
1821   margin: 20px 20px 0px 0px; }
1822
1823 .icon-profile-edit {
1824   background: url("light/icons.png") -150px 0px no-repeat;
1825   border: 0;
1826   cursor: pointer;
1827   display: block;
1828   float: right;
1829   width: 20px;
1830   height: 20px;
1831   margin: 0 0 -18px;
1832   position: absolute;
1833   text-decoration: none;
1834   top: 113px;
1835   right: 260px; }
1836
1837 #profile-edit-links ul {
1838   margin: 20px 0;
1839   padding: 0;
1840   list-style: none; }
1841
1842 .marital {
1843   margin-top: 5px; }
1844
1845 #register-sitename {
1846   display: inline;
1847   font-weight: bold; }
1848
1849 #advanced-expire-popup {
1850   background: #2e2f2e;
1851   color: #eec; }
1852
1853 #id_ssl_policy {
1854   width: 374px; }
1855
1856 #theme-preview img {
1857   margin: 10px 10px 10px 288px; }
1858
1859 /**
1860  * contacts selector
1861  */
1862
1863 .group-delete-wrapper {
1864   margin: -31px 50px 0 0;
1865   float: right; }
1866
1867 /*.group-delete-icon {
1868     margin: 0 0 0 10px;
1869 }*/
1870
1871 #group-edit-submit-wrapper {
1872   margin: 0 0 10px 0;
1873   display: inline; }
1874
1875 #group-edit-desc {
1876   margin: 10px 0px; }
1877
1878 #group-members, #prof-members {
1879   height: 200px;
1880   overflow: auto;
1881   border: 1px solid #555753;
1882   -webkit-border-radius: 5px 5px 0 0;
1883   -moz-border-radius: 5px 5px 0 0;
1884   border-radius: 5px 5px 0 0; }
1885
1886 #group-all-contacts, #prof-all-contacts {
1887   height: 200px;
1888   overflow: auto;
1889   border: 1px solid #555753;
1890   -webkit-border-radius: 0 0 5px 5px;
1891   -moz-border-radius: 0 0 5px 5px;
1892   border-radius: 0 0 5px 5px; }
1893
1894 #group-members h3, #group-all-contacts h3, #prof-members h3, #prof-all-contacts h3 {
1895   color: #eeeeec;
1896   background-color: #555753;
1897   margin: 0;
1898   padding: 5px; }
1899
1900 #group-separator, #prof-separator {
1901   display: none; }
1902
1903 /**
1904  * profile
1905  */
1906
1907 #cropimage-wrapper {
1908   float: left; }
1909
1910 #crop-image-form {
1911   clear: both; }
1912
1913 /**
1914  * intros
1915  */
1916
1917 .intro-wrapper {
1918   margin-top: 20px; }
1919
1920 .intro-fullname {
1921   font-size: 1.1em;
1922   font-weight: bold; }
1923
1924 .intro-desc {
1925   margin-bottom: 20px;
1926   font-weight: bold; }
1927
1928 .intro-note {
1929   padding: 10px; }
1930
1931 .intro-end {
1932   padding: 30px; }
1933
1934 .intro-form {
1935   float: left; }
1936
1937 .intro-approve-form, .intro-approve-as-friend-end {
1938   clear: both; }
1939
1940 .intro-submit-approve, .intro-submit-ignore {
1941   margin-right: 20px; }
1942
1943 .intro-submit-approve {
1944   margin-top: 15px; }
1945
1946 .intro-approve-as-friend-label, .intro-approve-as-fan-label, .intro-approve-as-friend, .intro-approve-as-fan {
1947   float: left; }
1948
1949 .intro-form-end {
1950   clear: both;
1951   margin-bottom: 10px; }
1952
1953 .intro-approve-as-friend-desc {
1954   margin-top: 10px; }
1955
1956 .intro-approve-as-end {
1957   clear: both;
1958   margin-bottom: 10px; }
1959
1960 .intro-end, .clear {
1961   clear: both; }
1962
1963 /**
1964  * events
1965  */
1966
1967 .eventcal {
1968   float: left;
1969   font-size: 20px; }
1970
1971 .event {
1972   background: #2e2f2e; }
1973
1974 .vevent {
1975   border: 1px solid #ccc;
1976   .event-description, .event-location, .event-start {
1977     margin-left: 10px;
1978     margin-right: 10px; } }
1979
1980 #new-event-link {
1981   margin-bottom: 10px; }
1982
1983 .edit-event-link, .plink-event-link {
1984   /*float: left;      */
1985   /*margin-top: 4px;  */
1986   /*margin-right: 4px;*/
1987   /*margin-bottom: 15px;*/ }
1988
1989 .event-description:before {
1990   content: url('../../../images/calendar.png');
1991   margin-right: 15px; }
1992
1993 .event-start, .event-end {
1994   margin-left: 10px;
1995   width: 330px;
1996   font-size: smaller; }
1997
1998 .event-start .dtstart, .event-end .dtend {
1999   float: right; }
2000
2001 .event-list-date {
2002   margin-bottom: 10px; }
2003
2004 .prevcal, .nextcal {
2005   float: left;
2006   margin-left: 32px;
2007   margin-right: 32px;
2008   margin-top: 64px; }
2009
2010 .event-calendar-end {
2011   clear: both; }
2012
2013 .calendar {
2014   font-family: monospace; }
2015
2016 .today {
2017   font-weight: bold;
2018   color: #FF0000; }
2019
2020 #event-start-text, #event-finish-text {
2021   margin-top: 10px;
2022   margin-bottom: 5px; }
2023
2024 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text, #event-share-checkbox {
2025   float: left; }
2026
2027 #event-datetime-break {
2028   margin-bottom: 10px; }
2029
2030 #event-nofinish-break, #event-adjust-break, #event-share-break {
2031   clear: both; }
2032
2033 #event-desc-text, #event-location-text {
2034   margin-top: 10px;
2035   margin-bottom: 5px; }
2036
2037 #event-submit {
2038   margin-top: 10px; }
2039
2040 .body-tag {
2041   margin: 10px 0;
2042   opacity: 0.5;
2043   &:hover {
2044     opacity: 1.0 !important; } }
2045
2046 .filesavetags, .categorytags {
2047   margin: 20px 0;
2048   opacity: 0.5; }
2049
2050 .filesavetags:hover, .categorytags:hover {
2051   margin: 20px 0;
2052   opacity: 1.0 !important; }
2053
2054 .item-select {
2055   opacity: 0.1;
2056   margin: 5px 0 0 6px !important;
2057   &:hover {
2058     opacity: 1; } }
2059
2060 .checkeditem {
2061   opacity: 1; }
2062
2063 #item-delete-selected {
2064   margin-top: 30px; }
2065
2066 /* was tired of having no way of moving it around, so
2067 * here's a little 'hook' to do so */
2068
2069 .delete-checked {
2070   position: absolute;
2071   left: 35px;
2072   margin-top: 20px; }
2073
2074 #item-delete-selected-end {
2075   clear: both; }
2076
2077 #item-delete-selected-icon {
2078   float: left;
2079   margin-right: 5px; }
2080
2081 #item-delete-selected-desc {
2082   float: left;
2083   margin-right: 5px;
2084   &:hover {
2085     text-decoration: underline; } }
2086
2087 .fc-state-highlight {
2088   background: #eec;
2089   color: #2e2f2e; }
2090
2091 /**
2092  * directory
2093  */
2094
2095 .directory-item {
2096   float: left;
2097   margin: 0 5px 4px 0;
2098   padding: 3px;
2099   width: 180px;
2100   height: 250px;
2101   position: relative; }
2102
2103 /**
2104  * sidebar
2105  */
2106
2107 #group-sidebar {
2108   margin-bottom: 10px; }
2109
2110 .group-selected, .nets-selected, .fileas-selected {
2111   padding: 3px;
2112   color: #111;
2113   background: #f8f8f8;
2114   font-weight: bold; }
2115
2116 .group-selected:hover, .nets-selected:hover, .fileas-selected:hover {
2117   color: #111; }
2118
2119 .groupsideedit {
2120   margin-right: 10px; }
2121
2122 #sidebar-group-ul {
2123   padding-left: 0; }
2124
2125 #sidebar-group-list {
2126   margin: 0 0 5px 0;
2127   ul {
2128     list-style-type: none;
2129     list-style-position: inside; }
2130   li {
2131     margin-top: 10px; }
2132   .icon {
2133     display: inline-block;
2134     height: 12px;
2135     width: 12px; } }
2136
2137 #sidebar-new-group {
2138   margin: auto;
2139   display: inline-block;
2140   color: #efefef;
2141   text-decoration: none;
2142   text-align: center; }
2143
2144 #peoplefind-sidebar form {
2145   margin-bottom: 10px; }
2146
2147 #sidebar-new-group {
2148   &:hover {
2149     /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/
2150     /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/
2151     /*background-color: #b20202;*/ }
2152   &:active {
2153     position: relative;
2154     top: 1px; } }
2155
2156 #side-peoplefind-url {
2157   background-color: #e5e0cf;
2158   color: #666;
2159   border: 1px 666 solid;
2160   margin-right: 3px;
2161   width: 75%;
2162   &:hover, &:focus {
2163     background-color: #efefef;
2164     color: #222;
2165     border: 1px 333 solid; } }
2166
2167 .nets-ul {
2168   list-style-type: none;
2169   padding-left: 0px;
2170   li {
2171     margin: 10px 0 0; } }
2172
2173 .nets-link, .nets-all {
2174   margin-left: 0px; }
2175
2176 #netsearch-box {
2177   margin-top: 20px;
2178   width: 150px;
2179   #search-submit {
2180     margin: 5px 0px 0px 0px; } }
2181
2182 /**
2183  * admin
2184  */
2185
2186 #pending-update {
2187   float: right;
2188   color: #fff;
2189   font-weight: bold;
2190   background-color: #ff0000;
2191   padding: 0 .3em; }
2192
2193 .admin {
2194   &.linklist {
2195     border: 0;
2196     padding: 0; }
2197   &.link {
2198     list-style-position: inside; } }
2199
2200 #adminpage {
2201   color: #111;
2202   background: transparent;
2203   margin: 5px;
2204   padding: 10px;
2205   dl {
2206     clear: left;
2207     margin-bottom: 2px;
2208     padding-bottom: 2px;
2209     border-bottom: 1px solid #000; }
2210   dt {
2211     width: 250px;
2212     float: left;
2213     font-weight: bold; }
2214   dd {
2215     margin-left: 250px; }
2216   h3 {
2217     border-bottom: 1px solid #ccc; }
2218   .submit {
2219     clear: left; }
2220   #pluginslist {
2221     margin: 0;
2222     padding: 0; }
2223   .plugin {
2224     list-style: none;
2225     display: block;
2226     border: 1px solid #888;
2227     padding: 1em;
2228     margin-bottom: 5px;
2229     clear: left; }
2230   .toggleplugin {
2231     float: left;
2232     margin-right: 1em; }
2233   table {
2234     width: 100%;
2235     border-bottom: 1px solid #000;
2236     margin: 5px 0;
2237     th {
2238       text-align: left; } }
2239   td .icon {
2240     float: left; }
2241   table {
2242     &#users img {
2243       width: 16px;
2244       height: 16px; }
2245     tr:hover {
2246       /*color: ;*/
2247       background-color: #bbc7d7; } }
2248   .selectall {
2249     text-align: right; }
2250   #users a {
2251     /*color: #;*/
2252     text-decoration: underline; } }
2253
2254 #users .name {
2255   color: #eec; }
2256
2257 /**
2258  * form fields
2259  */
2260
2261 .field {
2262   /*margin-bottom: 10px;*/
2263   /*padding-bottom: 10px;*/
2264   overflow: auto;
2265   /* width: 100%;*/
2266   label {
2267     width: 38%;
2268     display: inline-block;
2269     font-size: 1.077em;
2270     margin: 0 10px 1em 0;
2271     border: 1px #999 solid;
2272     padding: 5px;
2273     background: #ccc;
2274     color: #111; } }
2275
2276 .field .onoff {
2277   float: right;
2278   margin: 0 330px 0 auto;
2279   width: 80px;
2280   a {
2281     display: block;
2282     border: 1px solid #666;
2283     padding: 3px 6px 4px 10px;
2284     height: 16px;
2285     text-decoration: none; }
2286   .on {
2287     background: url("../../../images/onoff.jpg") no-repeat 42px 1px #999999;
2288     color: #111;
2289     text-align: left; }
2290   .off {
2291     background: url("../../../images/onoff.jpg") no-repeat 2px 1px #cccccc;
2292     color: #333;
2293     text-align: right; } }
2294
2295 .hidden {
2296   display: none !important; }
2297
2298 .field textarea {
2299   width: 80%;
2300   height: 100px; }
2301
2302 .field_help {
2303   display: block;
2304   margin-left: 297px;
2305   color: #666; }
2306
2307 .field.radio .field_help {
2308   margin-left: 297px; }
2309
2310 label {
2311   width: 38%;
2312   display: inline-block;
2313   font-size: 1.077em;
2314   margin: 0 10px 1em 0;
2315   border: 1px #999 solid;
2316   padding: 5px;
2317   background: #ccc;
2318   color: #111; }
2319
2320 input {
2321   width: 250px;
2322   height: 25px;
2323   border: 1px #999 solid;
2324   &[type="text"], &[type="password"], &[type="search"] {
2325     width: 250px;
2326     height: 25px;
2327     border: 1px #999 solid; }
2328   &[type="checkbox"], &[type="radio"] {
2329     border: 1px #999 solid;
2330     margin: 0 0 0 0;
2331     height: 15px;
2332     width: 15px; }
2333   &[type="submit"], &[type="button"] {
2334     background-color: #555753;
2335     border: 2px outset #444;
2336     border-radius: 5px;
2337     box-shadow: 1px 3px 4px 0 #111;
2338     color: #eeeeec;
2339     cursor: pointer;
2340     font-weight: bold;
2341     width: auto;
2342     text-shadow: 1px 1px #111;
2343     -webkit-border-radius: 5px;
2344     -moz-border-radius: 5px; }
2345   &[type="submit"]:active, &[type="button"]:active {
2346     box-shadow: 0 0 0 0; } }
2347
2348
2349 /*
2350  * update
2351  */
2352
2353 .popup {
2354   width: 100%;
2355   height: 100%;
2356   top: 0px;
2357   left: 0px;
2358   position: absolute;
2359   display: none;
2360   .background {
2361     background-color: #000;
2362     opacity: 0.5;
2363     width: 100%;
2364     height: 100%;
2365     position: absolute;
2366     top: 0px;
2367     left: 0px; }
2368   .panel {
2369     top: 25%;
2370     left: 25%;
2371     width: 50%;
2372     height: 50%;
2373     padding: 1em;
2374     position: absolute;
2375     border: 4px solid #000000;
2376     background-color: #FFFFFF; } }
2377
2378 #panel {
2379   z-index: 100; }
2380
2381 .grey {
2382   color: grey; }
2383
2384 .orange {
2385   color: orange; }
2386
2387 .red {
2388   color: red; }
2389
2390 .popup .panel {
2391   .panel_text {
2392     display: block;
2393     overflow: auto;
2394     height: 80%; }
2395   .panel_in {
2396     width: 100%;
2397     height: 100%;
2398     position: relative; }
2399   .panel_actions {
2400     width: 100%;
2401     bottom: 4px;
2402     left: 0px;
2403     position: absolute; } }
2404
2405 .panel_text .progress {
2406   width: 50%;
2407   overflow: hidden;
2408   height: auto;
2409   border: 1px solid #cccccc;
2410   margin-bottom: 5px;
2411   span {
2412     float: right;
2413     display: block;
2414     width: 25%;
2415     background-color: #eeeeee;
2416     text-align: right; } }
2417
2418 /**
2419  * OAuth
2420  */
2421
2422 .oauthapp {
2423   height: auto;
2424   overflow: auto;
2425   border-bottom: 2px solid #cccccc;
2426   padding-bottom: 1em;
2427   margin-bottom: 1em;
2428   img {
2429     float: left;
2430     width: 48px;
2431     height: 48px;
2432     margin: 10px;
2433     &.noicon {
2434       background-image: url("../../../images/icons/48/plugin.png");
2435       background-position: center center;
2436       background-repeat: no-repeat; } }
2437   a {
2438     float: left; } }
2439
2440 /**
2441  * icons
2442  */
2443
2444 .iconspacer {
2445   display: block;
2446   width: 16px;
2447   height: 16px; }
2448
2449 .icon {
2450   display: block;
2451   width: 20px;
2452   height: 20px;
2453   background: url(light/icons.png) no-repeat;
2454   border: 0;
2455   text-decoration: none;
2456   border-radius: 5px;
2457   &:hover {
2458     border: 0;
2459     text-decoration: none; } }
2460
2461 .editicon {
2462   display: inline-block;
2463   width: 21px;
2464   height: 21px;
2465   background: url(light/editicons.png) no-repeat;
2466   border: 0;
2467   text-decoration: none; }
2468
2469 .shadow {
2470   box-shadow: 2px 2px 5px 2px #111;
2471   &:active, &:focus, &:hover {
2472     box-shadow: 0 0 0 0; } }
2473
2474 .editicon:hover {
2475   border: 0; }
2476
2477 .boldbb {
2478   background-position: 0px 0px;
2479   &:hover {
2480     background-position: -22px 0px; } }
2481
2482 .italicbb {
2483   background-position: 0px -22px;
2484   &:hover {
2485     background-position: -22px -22px; } }
2486
2487 .underlinebb {
2488   background-position: 0px -44px;
2489   &:hover {
2490     background-position: -22px -44px; } }
2491
2492 .quotebb {
2493   background-position: 0px -66px;
2494   &:hover {
2495     background-position: -22px -66px; } }
2496
2497 .codebb {
2498   background-position: 0px -88px;
2499   &:hover {
2500     background-position: -22px -88px; } }
2501
2502 .imagebb {
2503   background-position: -44px 0px;
2504   &:hover {
2505     background-position: -66px 0px; } }
2506
2507 .urlbb {
2508   background-position: -44px -22px;
2509   &:hover {
2510     background-position: -66px -22px; } }
2511
2512 .videobb {
2513   background-position: -44px -44px;
2514   &:hover {
2515     background-position: -66px -44px; } }
2516
2517 .icon {
2518   &.drop, &.drophide, &.delete {
2519     float: left;
2520     margin: 0 2px; }
2521   &.s22 {
2522     &.delete {
2523       display: block;
2524       background-position: -110px 0; }
2525     &.text {
2526       padding: 10px 0px 0px 25px;
2527       width: 200px; } }
2528   &.text {
2529     text-indent: 0px; }
2530   &.s16 {
2531     min-width: 16px;
2532     height: 16px; } }
2533
2534 .s16 .add {
2535   background: url("../../../images/icons/16/add.png") no-repeat; }
2536
2537 .add {
2538   margin: 0px 5px; }
2539
2540 .article {
2541   background-position: -50px 0; }
2542
2543 .audio {
2544   background-position: -70px 0; }
2545
2546 .block {
2547   background-position: -90px 0px; }
2548
2549 .drop, .delete {
2550   background-position: -110px 0; }
2551
2552 .drophide {
2553   background-position: -130px 0; }
2554
2555 .edit {
2556   background-position: -150px 0; }
2557
2558 .camera {
2559   background-position: -170px 0; }
2560
2561 .dislike {
2562   background-position: -190px 0; }
2563
2564 .file-as {
2565   background-position: -230px -60px; }
2566
2567 .like {
2568   background-position: -211px 0; }
2569
2570 .link {
2571   background-position: -230px 0; }
2572
2573 .globe, .location {
2574   background-position: -50px -20px; }
2575
2576 .noglobe, .nolocation {
2577   background-position: -70px -20px; }
2578
2579 .no {
2580   background-position: -90px -20px; }
2581
2582 .pause {
2583   background-position: -110px -20px; }
2584
2585 .play {
2586   background-position: -130px -20px; }
2587
2588 .pencil {
2589   background-position: -151px -18px; }
2590
2591 .small-pencil {
2592   background-position: -170px -20px; }
2593
2594 .recycle {
2595   background-position: -190px -20px; }
2596
2597 .remote-link {
2598   background-position: -210px -20px; }
2599
2600 .share {
2601   background-position: -230px -20px; }
2602
2603 .tools {
2604   background-position: -50px -40px; }
2605
2606 .lock {
2607   background-position: -70px -40px; }
2608
2609 .unlock {
2610   background-position: -88px -40px; }
2611
2612 .video {
2613   background-position: -110px -40px; }
2614
2615 .attach {
2616   background-position: -190px -40px; }
2617
2618 .language {
2619   background-position: -210px -40px; }
2620
2621 .starred {
2622   background-position: -130px -60px; }
2623
2624 .unstarred {
2625   background-position: -150px -60px; }
2626
2627 .tagged {
2628   background-position: -170px -60px; }
2629
2630 .on {
2631   background-position: -50px -60px; }
2632
2633 .off {
2634   background-position: -70px -60px; }
2635
2636 .prev {
2637   background-position: -90px -60px; }
2638
2639 .next {
2640   background-position: -110px -60px; }
2641
2642 .icon.dim {
2643   opacity: 0.3; }
2644
2645 #pause {
2646   position: fixed;
2647   bottom: 40px;
2648   right: 30px; }
2649
2650 .border {
2651   border: 1px solid #babdb6;
2652   -webkit-border-radius: 5px;
2653   -moz-border-radius: 5px;
2654   border-radius: 5px;
2655   &:hover {
2656     border: 1px solid #babdb6;
2657     -webkit-border-radius: 5px;
2658     -moz-border-radius: 5px;
2659     border-radius: 5px; } }
2660
2661 .attachtype {
2662   display: block;
2663   width: 20px;
2664   height: 23px;
2665   background-image: url(../../../images/content-types.png); }
2666
2667 .type-video {
2668   background-position: 0px 0px; }
2669
2670 .type-image {
2671   background-position: -20px 0; }
2672
2673 .type-audio {
2674   background-position: -40px 0; }
2675
2676 .type-text {
2677   background-position: -60px 0px; }
2678
2679 .type-unkn {
2680   background-position: -80px 0; }
2681
2682 /**
2683  * footer
2684  */
2685
2686 .cc-license {
2687   margin-top: 100px;
2688   font-size: 0.7em; }
2689
2690 footer {
2691   display: block;
2692   /*margin: 50px 20%;*/
2693   clear: both; }
2694
2695 #profile-jot-text {
2696   height: 20px;
2697   color: #666;
2698   border: 1px solid #ccc;
2699   border-radius: 5px;
2700   width: 99.5%; }
2701
2702 /**
2703  * acl
2704  */
2705
2706 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2707   display: block !important;
2708   background: #eec;
2709   color: #2e2f2e; }
2710
2711 #acl-wrapper {
2712   width: 660px;
2713   margin: 0 auto; }
2714
2715 #acl-search {
2716   float: right;
2717   background: white url("../../../images/search_18.png") no-repeat right center;
2718   padding-right: 20px;
2719   margin: 6px;
2720   color: #111; }
2721
2722 #acl-showall {
2723   float: left;
2724   display: block;
2725   width: auto;
2726   height: 18px;
2727   background: #eeeecc url("../../../images/show_all_off.png") 8px 8px no-repeat;
2728   padding: 7px 10px 7px 30px;
2729   -webkit-border-radius: 5px;
2730   -moz-border-radius: 5px;
2731   border-radius: 5px;
2732   color: #999;
2733   margin: 5px 0;
2734   &.selected {
2735     color: #000;
2736     background: #ff9900 url(../../../images/show_all_on.png) 8px 8px no-repeat; } }
2737
2738 #acl-list {
2739   height: 210px;
2740   border: 1px solid #ccc;
2741   clear: both;
2742   margin-top: 30px;
2743   overflow: auto; }
2744
2745 /*#acl-list-content {
2746 }*/
2747
2748 .acl-list-item {
2749   border: 1px solid #ccc;
2750   display: block;
2751   float: left;
2752   height: 110px;
2753   margin: 3px 0 5px 5px;
2754   width: 120px;
2755   img {
2756     width: 22px;
2757     height: 22px;
2758     float: left;
2759     margin: 5px 5px 20px; }
2760   p {
2761     height: 12px;
2762     font-size: 10px;
2763     margin: 0 0 22px;
2764     padding: 2px 0 1px; }
2765   a {
2766     background: #ccc 3px 3px no-repeat;
2767     -webkit-border-radius: 2px;
2768     -moz-border-radius: 2px;
2769     border-radius: 2px;
2770     clear: both;
2771     font-size: 10px;
2772     display: block;
2773     width: 55px;
2774     height: 20px;
2775     color: #999;
2776     margin: 5px auto 0;
2777     padding: 0 3px;
2778     text-align: center;
2779     vertical-align: middle; } }
2780
2781 #acl-wrapper a:hover {
2782   text-decoration: none;
2783   color: #000;
2784   border: 0; }
2785
2786 .acl-button-show {
2787   background-image: url('../../../images/show_off.png');
2788   margin: 0 auto; }
2789
2790 .acl-button-hide {
2791   background-image: url('../../../images/hide_off.png');
2792   margin: 0 auto; }
2793
2794 .acl-button-show.selected {
2795   color: #000;
2796   background-color: #9ade00;
2797   background-image: url(../../../images/show_on.png); }
2798
2799 .acl-button-hide.selected {
2800   color: #000;
2801   background-color: #ff4141;
2802   background-image: url(../../../images/hide_on.png); }
2803
2804 .acl-list-item {
2805   &.groupshow {
2806     border-color: #9ade00; }
2807   &.grouphide {
2808     border-color: #ff4141; } }
2809
2810 /** /acl **/
2811
2812 /* autocomplete popup */
2813
2814 .acpopup {
2815   max-height: 175px;
2816   max-width: 42%;
2817   background-color: #555753;
2818   color: #fff;
2819   overflow: auto;
2820   z-index: 100000;
2821   border: 1px solid #cccccc; }
2822
2823 .acpopupitem {
2824   background-color: #555753;
2825   padding: 4px;
2826   clear: left;
2827   img {
2828     float: left;
2829     margin-right: 4px; }
2830   &.selected {
2831     color: #2e3436;
2832     background-color: #eeeeec; } }
2833
2834 .qcomment-wrapper {
2835   padding: 0px;
2836   margin: 5px 5px 5px 81%; }
2837
2838 .qcomment {
2839   opacity: 0.5;
2840   &:hover {
2841     opacity: 1.0; } }
2842
2843 #network-star-link {
2844   margin-top: 10px; }
2845
2846 .network-star {
2847   float: left;
2848   margin-right: 5px;
2849   &.icon.starred {
2850     display: inline-block; } }
2851
2852 #fileas-sidebar {}
2853
2854 .fileas-ul {
2855   padding: 0; }
2856
2857 /*
2858  * addons theming
2859  */
2860
2861 #sidebar-page-list {
2862   ul {
2863     padding: 0;
2864     margin: 5px 0; }
2865   li {
2866     list-style: none; } }
2867
2868 #jappix_mini {
2869   margin-left: 130px;
2870   position: fixed;
2871   bottom: 0;
2872   right: 175px !important;
2873   /* override the jappix css */
2874   z-index: 999; }
2875
2876 /* media stuff */
2877 @media handheld {
2878   body {
2879     font-size: 15pt; } }