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