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