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