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