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