]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge pull request #84 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: 10px;
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 8% 0 6%;
960     font-size: 0.8em;
961     padding-right: 250px;
962         min-width: 475px;
963 }
964
965 /** tabs **/
966 .tabs {
967     list-style: none;
968     margin: 0;
969     padding: 0;
970     border-bottom: 1px solid #729fcf;
971     font-size: 14px;
972 }
973 .tabs li {
974     display: inline;
975 }
976 .tab {
977     padding: 0 5px;
978 }
979 .tab:hover {
980     background-color: #729fcf;
981     color: #eeeeec;
982     border: 0px;
983 }
984 .tab:active {
985     background-color: #729fcf;
986     color: #eeeeec;
987     border: 0px;
988 }
989
990
991 /**
992  *      items
993  */
994 .wall-item-outside-wrapper {
995         border: 1px solid #aaa;
996         border-radius: 5px;
997 }
998 .wall-item-outside-wrapper.comment {
999         margin-top: 5px;
1000 }
1001 .wall-item-outside-wrapper-end {
1002     clear: both;
1003 }
1004 .wall-item-content-wrapper {
1005     position: relative;
1006         padding: 10px;
1007         overflow-x: auto;
1008         width: auto;
1009 }
1010 .wall-item-outside-wrapper .wall-item-comment-wrapper {
1011     /*margin-left: 90px;*/
1012 }
1013 .shiny {
1014     background: #efefdf;
1015 }
1016 .wall-item-content {
1017         overflow-x: auto;
1018 }
1019 [id^="tread-wrapper"], [class^="tread-wrapper"] {
1020     margin: 15px 0 0 0;
1021         /*border: 1px #aaa solid;*/
1022         /*border-radius: 5px;*/
1023     padding: 0px;
1024 }
1025 .wall-item-photo-menu {
1026     display: none;
1027 }
1028 .wall-item-photo-menu-button {
1029     display:none;
1030     text-indent:-99999px;
1031     background:#555753 url(menu-user-pin.jpg) no-repeat 75px center;
1032     position:absolute;
1033     overflow:hidden;
1034     height:20px;
1035     width:90px;
1036     top:85px;
1037     left:0;
1038     -webkit-border-radius:0 0 5px 5px;
1039     -moz-border-radius:0 0 5px 5px;
1040     border-radius:0 0 5px 5px;
1041 }
1042 .wall-item-info {
1043     float: left;
1044     width: 110px;
1045 }
1046 .wall-item-photo-wrapper {
1047     width: 80px;
1048     height: 80px;
1049     position: relative;
1050     padding: 5px;
1051     background-color: #555753;
1052     -webkit-border-radius: 5px;
1053     -moz-border-radius: 5px;
1054     border-radius: 5px;
1055 }
1056 [class^="wall-item-tools"] > *, [class^="wall-item-tools"] > * > * {
1057         margin: 0 0 5px 0;
1058 }
1059 .wall-item-tools {
1060     float: right;
1061     filter: alpha(opacity=35);
1062     opacity: 0.4;
1063     -webkit-transition: all 1s ease-in-out;
1064     -moz-transition: all 1s ease-in-out;
1065     -o-transition: all 1s ease-in-out;
1066     -ms-transition: all 1s ease-in-out;
1067     transition: all 1s ease-in-out;
1068 }
1069 .wall-item-tools:hover {
1070     filter: alpha(opacity=100);
1071     opacity: 1;
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-title {
1079         font-size: 1.2em;
1080         font-weight: bold;
1081     margin-bottom: 1em;
1082 }
1083 .wall-item-body {
1084         margin: 10px 10px 10px 0px;
1085     text-align: left;
1086 }
1087 .wall-item-lock-wrapper {
1088         float: right;
1089 }
1090 .wall-item-dislike,
1091 .wall-item-like {
1092         clear: left;
1093         font-size: 0.8em;
1094         color: #878883;
1095         margin: 5px 0 5px 120px;
1096 }
1097 .wall-item-author, .wall-item-actions-author {
1098         clear: left;
1099         font-size: 0.8em;
1100         color: #878883;
1101         margin: 20px 0 0 110px;
1102 }
1103 .wall-item-ago {
1104         display: inline;
1105         padding-left: 10px;
1106 }
1107 .wall-item-wrapper-end {
1108         clear:both;
1109 }
1110 .wall-item-location {
1111     margin-top: 5px;
1112     width: 100px;
1113     overflow:hidden;
1114     text-overflow: ellipsis;
1115     -o-text-overflow: ellipsis;
1116 }
1117 .wall-item-location .icon {
1118     float: left;
1119 }
1120 .wall-item-location > a {
1121     margin-left: 25px;
1122     font-size: 0.7em;
1123     display: block;
1124 }
1125 .wall-item-location .smalltext {
1126     margin-left: 25px;
1127     font-size: 0.7em;
1128     display: block;
1129 }
1130 .wall-item-location > br {
1131     display: none;
1132 }
1133 .wallwall .wwto {
1134     left:-10px;
1135     margin: 0;
1136     position:absolute;
1137     top:65px;
1138     width: 30px;
1139     z-index:10001;
1140     width:30px;
1141     height:30px;
1142 }
1143 .wallwall .wwto img {
1144     width: 30px !important;
1145     height: 30px !important;
1146 }
1147 .wallwall .wall-item-photo-end {
1148     clear: both;
1149 }
1150 .wall-item-arrowphoto-wrapper {
1151     position: absolute;
1152     left: 20px;
1153     top: 70px;
1154     z-index: 10002;
1155 }
1156 .wall-item-photo-menu {
1157         min-width: 92px;
1158         border: 2px solid #FFFFFF;
1159         border-top: 0px;
1160         background: #555753;
1161         position: absolute;
1162         left: -2px; top: 101px;
1163         display: none;
1164         z-index: 10000;
1165         -webkit-border-radius: 0px 5px 5px 5px;
1166         -moz-border-radius: 0px 5px 5px 5px;
1167         border-radius: 0px 5px 5px 5px;
1168 }
1169 .wall-item-photo-menu ul {
1170     margin:0px;
1171     padding: 0px;
1172     list-style: none;
1173 }
1174 .wall-item-photo-menu li a {
1175     white-space: nowrap;
1176     display: block;
1177     padding: 5px 2px;
1178     color: #eeeeec;
1179 }
1180 .wall-item-photo-menu li a:hover {
1181     color: #555753;
1182     background: #eeeeec;
1183 }
1184 #item-delete-selected {
1185     overflow: auto;
1186     width: 100%;
1187 }
1188
1189
1190 /**
1191  *      comment
1192  */
1193 .ccollapse-wrapper {
1194     font-size: 0.9em;
1195     margin-left: 80px;
1196 }
1197
1198 .wall-item-outside-wrapper.comment {
1199     margin-left: 80px;
1200 }
1201 .wall-item-outside-wrapper.comment .wall-item-photo {
1202     width: 40px!important;
1203     height: 40px!important;
1204 }
1205 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
1206     width: 40px;
1207     height: 40px;
1208 }
1209 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
1210         width: 50px;
1211     top: 45px;
1212     background-position: 35px center;
1213 }
1214 .wall-item-outside-wrapper.comment .wall-item-info {
1215     width: 60px;
1216 }
1217 .wall-item-outside-wrapper.comment .wall-item-body {
1218     margin-left: 10px;
1219 }
1220 .wall-item-outside-wrapper.comment .wall-item-author {
1221     margin-left: 50px;
1222 }
1223
1224 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
1225     min-width: 50px;
1226     top: 60px;
1227 }
1228 .comment-wwedit-wrapper {
1229     /*margin: 30px 0px 0px 80px;*/
1230 }
1231 .comment-edit-wrapper {
1232     border-top: 1px #aaa solid;
1233 }
1234 .comment-wwedit-wrapper img,
1235 .comment-edit-wrapper img {
1236         width: 20px;
1237         height: 20px;
1238 }
1239 .comment-edit-photo-link, .comment-edit-photo {
1240         float: left;
1241         margin-left: 10px;
1242 }
1243 .my-comment-photo {
1244     width: 40px;
1245     height: 40px;
1246     padding: 5px;
1247 }
1248 [class^="comment-edit-text"] {
1249     margin: 5px 0 10px 20px;
1250     width: 86.5%;
1251 }
1252 .comment-edit-text-empty {
1253         height: 20px;
1254         border: 2px #babdd6 solid;
1255         border-radius: 5px;
1256         color: #babdb6;
1257         -webkit-transition: all 0.5s ease-in-out;
1258         -moz-transition: all 0.5s ease-in-out;
1259         -o-transition: all 0.5s ease-in-out;
1260         -ms-transition: all 0.5s ease-in-out;
1261         transition: all 0.5s ease-in-out;       
1262 }
1263 .comment-edit-text-empty:hover {
1264         color: #999999;
1265 }
1266 .comment-edit-text-full {
1267         height: 10em;
1268     border-radius: 5px;
1269         -webkit-transition: all 0.5s ease-in-out;
1270         -moz-transition: all 0.5s ease-in-out;
1271         -o-transition: all 0.5s ease-in-out;
1272         -ms-transition: all 0.5s ease-in-out;
1273         transition: all 0.5s ease-in-out;       
1274 }
1275 .comment-edit-submit-wrapper {
1276         width: 90%;
1277         margin: 5px 5px 10px 50px;
1278         text-align: right;
1279 }
1280 .comment-edit-submit {
1281     height: 22px;
1282     background-color: #555753;
1283     color: #eeeeec;
1284     -webkit-border-radius: 5px;
1285     -moz-border-radius: 5px;
1286     border-radius: 5px;
1287     border: 0;
1288 }
1289
1290
1291 /**
1292  * item text style
1293  **/
1294 .wall-item-body code {
1295         display: block;
1296         padding-left: 10px;
1297         border-color: #ccc;
1298         border-style: solid;
1299         border-width: 1px 1px 1px 10px;
1300         background: #eee;
1301         width: 95%;
1302 }
1303
1304
1305 /**
1306  * profile
1307  **/
1308 div[id$="text"] {
1309     font-weight: bold;
1310     border-bottom: 1px solid #ccc;
1311 }
1312 div[id$="wrapper"] {
1313     height: 100%;
1314     margin-bottom: 1em;
1315 }
1316 div[id$="wrapper"] br {
1317     clear: left;
1318 }
1319 #advanced-profile-with {
1320     margin-left: 200px;
1321 }
1322
1323
1324 /**
1325  * photos
1326  **/
1327 .photos {
1328         height: auto;
1329         overflow: auto;
1330 }
1331 #photo-top-links {
1332     margin-bottom: 30px;
1333 }
1334 .photo-album-image-wrapper,
1335 .photo-top-image-wrapper {
1336     float: left;
1337     -moz-box-shadow: 0 0 5px #888;
1338     -webkit-box-shadow: 0 0 5px #888;
1339     box-shadow: 0 0 5px #888;
1340     background-color: #eee;
1341     -webkit-border-radius: 5px;
1342     -moz-border-radius: 5px;
1343     border-radius: 5px;
1344     padding-bottom: 30px;
1345     position: relative;
1346     margin: 0 10px 10px 0;
1347 }
1348
1349 #photo-photo {
1350     max-width: 100%;
1351 }
1352 #photo-photo img {
1353     max-width: 100%;
1354 }
1355 .photo-top-image-wrapper a:hover,
1356 #photo-photo a:hover,
1357 .photo-album-image-wrapper a:hover {
1358     border-bottom: 0;
1359 }
1360 .photo-top-photo,.photo-album-photo {
1361     -webkit-border-radius:5px 5px 0 0;
1362     -moz-border-radius:5px 5px 0 0;
1363     border-radius:5px 5px 0 0;
1364 }
1365 .photo-top-album-name {
1366     position: absolute;
1367     bottom: 0;
1368     padding: 0 5px;
1369 }
1370 .caption {
1371     position: absolute;
1372     bottom: 0;
1373     margin: 0 5px;
1374 }
1375 #photo-photo {
1376         position: relative;
1377         float:left;
1378 }
1379 #photo-photo-end {
1380     clear: both;
1381 }
1382 #photo-prev-link,
1383 #photo-next-link {
1384     position:absolute;
1385     width:30%;
1386     height:100%;
1387     background-color:rgba(255,255,255,0.5);
1388     opacity:0;
1389     -webkit-transition:all .2s ease-in-out;
1390     -moz-transition:all .2s ease-in-out;
1391     -o-transition:all .2s ease-in-out;
1392     -ms-transition:all .2s ease-in-out;
1393     transition:all .2s ease-in-out;
1394     background-position:center center;
1395     background-repeat:no-repeat;
1396 }
1397 #photo-prev-link {
1398     left:0;
1399     top:0;
1400     background-image:url(prev.png);
1401 }
1402 #photo-next-link {
1403     right:0;
1404     top:0;
1405     background-image:url(next.png);
1406 }
1407
1408 #photo-prev-link a,#photo-next-link a {
1409     display:block;
1410     width:100%;
1411     height:100%;
1412     overflow:hidden;
1413     text-indent:-900000px;
1414 }
1415 #photo-prev-link:hover,
1416 #photo-next-link:hover {
1417     opacity:1;
1418     -webkit-transition:all .2s ease-in-out;
1419     -moz-transition:all .2s ease-in-out;
1420     -o-transition:all .2s ease-in-out;
1421     -ms-transition:all .2s ease-in-out;
1422     transition:all .2s ease-in-out;
1423 }
1424 #photo-next-link .icon,
1425 #photo-prev-link .icon {
1426     display: none;
1427 }
1428 #photos-upload-spacer,
1429 #photos-upload-new-wrapper,
1430 #photos-upload-exist-wrapper {
1431     margin-bottom: 1em;
1432 }
1433 #photos-upload-existing-album-text,
1434 #photos-upload-newalbum-div {
1435     background-color:#555753;
1436     color:#eeeeec;
1437     padding:1px;
1438 }
1439 #photos-upload-album-select,
1440 #photos-upload-newalbum {
1441     width: 99%;
1442 }
1443 #photos-upload-perms-menu {
1444     text-align: right;
1445 }
1446 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1447     float: left;
1448     margin-bottom: 25px;
1449 }
1450 #photo-edit-link-wrap {
1451     margin-bottom: 15px;
1452 }
1453 #photo-edit-caption {
1454         width: 100%;
1455 }
1456 #photo-edit-newtag {
1457         width: 100%;
1458 }
1459 #photo-like-div {
1460     margin-bottom: 25px;
1461 }
1462 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1463     clear: both;
1464 }
1465 #photo-edit-delete-button {
1466     margin-left: 200px;
1467 }
1468 #photo-edit-end {
1469     margin-bottom: 35px;
1470 }
1471 #photo-caption {
1472     font-size: 110%;
1473     font-weight: bold;
1474     margin-top: 15px;
1475     margin-bottom: 15px;
1476 }
1477
1478 /**
1479  *      message
1480  */
1481 .prvmail-text {
1482     width: 100%;
1483 }
1484 #prvmail-subject {
1485     width: 100%;
1486 }
1487 #prvmail-submit-wrapper {
1488     margin-top: 10px;
1489 }
1490 #prvmail-submit {
1491     float:right;
1492     margin-top: 0;
1493 }
1494 #prvmail-submit-wrapper > div {
1495     margin-right:5px;
1496     float:left;
1497 }
1498 .mail-list-outside-wrapper {
1499     margin-top: 20px;
1500 }
1501 .mail-list-sender {
1502     float: left;
1503 }
1504 .mail-list-detail {
1505     margin-left: 90px;
1506 }
1507 .mail-list-sender-name {
1508     display: inline;
1509 }
1510 .mail-list-date {
1511     display: inline;
1512     font-size: 0.8em;
1513     padding-left: 10px;
1514 }
1515 .mail-list-subject {
1516     font-size: 1.5em;
1517 }
1518 .mail-list-delete-wrapper {
1519     float: right;
1520 }
1521 .mail-list-outside-wrapper-end {
1522     clear: both;
1523 }
1524 .mail-conv-sender {
1525     float: left;
1526     margin: 0px 5px 5px 0px;
1527 }
1528 .mail-conv-sender-photo {
1529     width: 32px;
1530     height: 32px;
1531 }
1532 .mail-conv-sender-name {
1533     float: left;
1534 }
1535 .mail-conv-date {
1536     float: right;
1537 }
1538 .mail-conv-subject {
1539     clear: right;
1540     font-weight: bold;
1541     font-size: 1.2em;
1542 }
1543 .mail-conv-body {
1544     clear: both;
1545 }
1546 .mail-conv-delete-wrapper {
1547     margin-top: 5px;
1548 }
1549
1550
1551 /**
1552  *      contacts
1553  */
1554 .view-contact-wrapper,
1555 .contact-entry-wrapper {
1556     float: left;
1557     margin-right: 20px;
1558     margin-bottom: 20px;
1559     width: 120px;
1560     /*height: 120px;*/
1561     position: relative;
1562 }
1563 .contact-direction-wrapper {
1564     position: absolute;
1565     top: 20px;
1566 }
1567 .contact-edit-links {
1568     position: absolute;
1569     top: 60px;
1570 }
1571 .contact-entry-photo-wrapper {
1572
1573 }
1574 .contact-entry-photo {
1575         margin-left: 20px;
1576 }
1577 .contact-entry-name {
1578     width: 120px;
1579     font-weight: bold;
1580     /*overflow: hidden;*/
1581 }
1582 .contact-entry-photo {
1583         position: relative;
1584 }
1585 .contact-entry-edit-links .icon {
1586     border: 1px solid #babdb6;
1587     -webkit-border-radius: 3px;
1588     -moz-border-radius: 3px;
1589     border-radius: 3px;
1590     background-color: #fff;
1591 }
1592 #contact-entry-url, [id^="contact-entry-url"] {
1593     font-size: smaller;
1594     /*overflow: scroll;*/
1595 }
1596 #contact-entry-network, [id^="contact-entry-network"] {
1597     font-size: smaller;
1598     font-style: italic;
1599 }
1600 #contact-edit-banner-name {
1601     font-size: 1.5em;
1602 }
1603 #contact-edit-photo-wrapper {
1604     position: relative;
1605     float: left;
1606     padding: 20px;
1607 }
1608 #contact-edit-direction-icon {
1609     position:absolute;
1610     top:60px;
1611     left:0;
1612 }
1613 #contact-edit-nav-wrapper {
1614     margin-left: 0px;
1615 }
1616 #contact-edit-links {
1617     margin-top: 23px;
1618 }
1619 #contact-edit-links ul {
1620     list-style-type: none;
1621 }
1622 #contact-drop-links {
1623     margin-left:5px;
1624 }
1625 #contact-edit-nav-wrapper .icon {
1626         border: 1px solid #babdb6;
1627     -webkit-border-radius: 3px;
1628     -moz-border-radius: 3px;
1629     border-radius: 3px; 
1630 }
1631 #contact-edit-poll-wrapper {
1632     margin-left: 0px;
1633 }
1634 #contact-edit-last-update-text {
1635     margin-bottom: 15px;
1636 }
1637 #contact-edit-last-updated {
1638     font-weight: bold;
1639 }
1640 #contact-edit-poll-text {
1641     display: inline;
1642 }
1643 #contact-edit-info_tbl, #contact-edit-info_parent {
1644     width: 100%;
1645 }
1646 .mceLayout {
1647     width: 100%;
1648 }
1649 #contact-edit-end {
1650     clear: both;
1651     margin-bottom: 65px;
1652 }
1653
1654 .contact-photo-menu-button {
1655     position: absolute;
1656     background-image: url("photo-menu.jpg");
1657     background-position: top left; 
1658     background-repeat: no-repeat;
1659     margin: 0px; padding: 0px;
1660     width: 16px;
1661     height: 16px;
1662     top: 64px; left:0px;
1663     overflow: hidden;
1664     text-indent: 40px;
1665     display: none;
1666 }
1667 .contact-photo-menu {
1668     width: auto;
1669     border: 2px solid #444444;
1670     background: #FFFFFF;
1671     position: absolute;
1672     left: 0px; top: 90px;
1673     display: none;
1674     z-index: 10000;
1675 }
1676 .contact-photo-menu ul {
1677     margin:0px;
1678     padding: 0px;
1679     list-style: none;
1680 }
1681 .contact-photo-menu li a {
1682     display: block;
1683     padding: 2px;
1684 }
1685 .contact-photo-menu li a:hover {
1686     color: #fff;
1687     background: #3465A4;
1688     text-decoration: none;
1689 }
1690
1691
1692
1693 /**
1694  *      register, settings & profile forms
1695  */
1696 #id_openid_url,
1697 .openid {
1698     background:url(login-bg.gif) no-repeat;
1699     background-position:0 50%;
1700     padding-left:18px;
1701 }
1702
1703 #settings-nickname-desc {
1704     background-color:#DDEFFF;
1705     -webkit-border-radius:5px;
1706     -moz-border-radius:5px;
1707     border-radius:5px;
1708     padding:5px;
1709 }
1710
1711 #register-form div,
1712 #profile-edit-form div {
1713     clear: both;
1714 }
1715
1716 #register-form label,
1717 #profile-edit-form label {
1718         width: 300px;
1719     float: left;
1720 }
1721
1722 #register-form span,
1723 #profile-edit-form span {
1724     color:#555753;
1725     display:block;
1726     margin-bottom:20px;
1727 }
1728 .settings-submit-wrapper,
1729 .profile-edit-submit-wrapper {
1730     margin: 30px 0px;
1731 }
1732 .profile-edit-side-div {
1733     margin-top: 10px;
1734 }
1735 .profile-edit-side-link {
1736     float: right;
1737     margin: 10px 20px -16px 0;
1738 }
1739 .profile-listing {
1740     float: left;
1741     margin: 20px 20px 0px 0px;
1742 }
1743
1744 #profile-edit-links ul {
1745     margin: 20px 0;
1746     padding: 0;
1747     list-style: none;
1748 }
1749
1750 #register-sitename {
1751     display: inline;
1752     font-weight: bold;
1753 }
1754
1755 /**
1756  *      contacts selector
1757  */
1758 .group-delete-wrapper {
1759         margin: -28px 150px 0 0;
1760     float: right;
1761 }
1762 #group-edit-submit-wrapper {
1763     margin: 0 0 10px 0;
1764     display: inline;
1765 }
1766 #group-edit-desc {
1767     margin: 10px 0px;
1768 }
1769 #group-members,
1770 #prof-members {
1771     height:200px;
1772     overflow:auto;
1773     border:1px solid #555753;
1774     -webkit-border-radius:5px 5px 0 0;
1775     -moz-border-radius:5px 5px 0 0;
1776     border-radius:5px 5px 0 0;
1777 }
1778 #group-all-contacts,
1779 #prof-all-contacts {
1780     height:200px;
1781     overflow:auto;
1782     border:1px solid #555753;
1783     -webkit-border-radius:0 0 5px 5px;
1784     -moz-border-radius:0 0 5px 5px;
1785     border-radius:0 0 5px 5px;
1786 }
1787 #group-members h3,
1788 #group-all-contacts h3,
1789 #prof-members h3,
1790 #prof-all-contacts h3 {
1791     color:#eeeeec;
1792     background-color:#555753;
1793     margin:0;
1794     padding:5px;
1795 }
1796 #group-separator,
1797 #prof-separator {
1798     display: none;
1799 }
1800
1801 /**
1802  * profile
1803  */
1804 #cropimage-wrapper {
1805     float:left;
1806 }
1807 #crop-image-form {
1808     clear:both;
1809 }
1810
1811 /**
1812  * events
1813  **/
1814 .clear { clear: both; }
1815 .eventcal {
1816     float:left;
1817     font-size:20px;
1818 }
1819 .vevent {
1820     border:1px solid #ccc;
1821 }
1822 .vevent .event-description, .vevent .event-location {
1823         margin-left: 10px;
1824         margin-right: 10px;
1825 }
1826 .vevent .event-start {
1827         margin-left: 10px;
1828         margin-right: 10px;
1829 }
1830
1831 #new-event-link {
1832         margin-bottom: 10px;
1833 }
1834 .edit-event-link, .plink-event-link {
1835         float: left;
1836         margin-top: 4px;
1837         margin-right: 4px;
1838         margin-bottom: 15px;
1839 }
1840 .event-description:before {
1841         content: url('../../../images/calendar.png');
1842         margin-right: 15px;
1843 }
1844 .event-start, .event-end {
1845         margin-left: 10px;
1846         width: 330px;
1847 }
1848 .event-start .dtstart, .event-end .dtend {
1849         float: right;
1850 }
1851 .event-list-date {
1852         margin-bottom: 10px;
1853 }
1854 .prevcal, .nextcal {
1855         float: left;
1856         margin-left: 32px;
1857         margin-right: 32px;
1858         margin-top: 64px;
1859 }
1860 .event-calendar-end {
1861         clear: both;
1862 }
1863 .calendar {
1864     font-family: monospace;
1865 }
1866 .today {
1867         font-weight: bold;
1868         color: #FF0000;
1869
1870 #event-start-text, 
1871 #event-finish-text {
1872         margin-top: 10px;
1873         margin-bottom: 5px;
1874 }
1875 #event-nofinish-checkbox,
1876 #event-nofinish-text,
1877 #event-adjust-checkbox,
1878 #event-adjust-text,
1879 #event-share-checkbox {
1880     float:left;
1881 }
1882 #event-datetime-break {
1883         margin-bottom: 10px;
1884 }
1885 #event-nofinish-break,
1886 #event-adjust-break,
1887 #event-share-break {
1888         clear: both;
1889 }
1890 #event-desc-text, 
1891 #event-location-text {
1892         margin-top: 10px;
1893         margin-bottom: 5px;
1894 }
1895 #event-submit {
1896         margin-top: 10px;
1897 }
1898 .body-tag {
1899         margin: 10px 0;
1900         opacity: 0.5;
1901         filter:alpha(opacity=50);
1902 }
1903 .body-tag:hover {
1904         opacity: 1.0 !important;
1905         filter:alpha(opacity=100) !important;
1906 }
1907 .item-select {
1908         opacity: 0.1;
1909         filter:alpha(opacity=10);
1910         float: right;
1911         margin-right: 10px;
1912
1913 }
1914 .item-select:hover, .checkeditem {
1915         opacity: 1;
1916         filter:alpha(opacity=100);
1917 }
1918 #item-delete-selected {
1919         margin-top: 30px;
1920 }
1921
1922 #item-delete-selected-end {
1923         clear: both;
1924 }
1925 #item-delete-selected-icon, #item-delete-selected-desc {
1926         float: left;
1927         margin-right: 5px;
1928 }
1929 #item-delete-selected-desc:hover {
1930         text-decoration: underline;
1931 }
1932
1933
1934 /**
1935  *      directory
1936  */
1937 .directory-item {
1938     float: left;
1939     margin: 50px 50px 0px 0px;
1940 }
1941
1942
1943 /**
1944  * sidebar
1945  */
1946 #group-sidebar {
1947     margin-bottom: 10px;
1948 }
1949 .group-selected, .nets-selected {
1950     padding: 3px;
1951     border: 1px solid #CCCCCC;
1952     background: #F8F8F8;
1953     font-weight: bold;
1954 }
1955 .groupsideedit {
1956     margin-right: 10px;
1957 }
1958 #sidebar-group-ul {
1959     padding-left: 0;
1960 }
1961 #sidebar-group-list {
1962     margin: 0 0 5px 0;
1963 }
1964 #sidebar-group-list ul {
1965     list-style-type: none;
1966     list-style-position: inside;
1967 }
1968 #sidebar-group-list li {
1969     margin-top: 10px;
1970 }
1971 #sidebar-group-list .icon {
1972     display: inline-block;
1973     height: 12px;
1974     width: 12px;
1975 }
1976 #sidebar-new-group {
1977     margin: auto;
1978     display: inline-block;
1979     color: #efefef;
1980     text-decoration: none;
1981     text-align: center;
1982 }
1983
1984 #sidebar-new-group:hover {
1985     /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/
1986     /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/
1987     /*background-color: #b20202;*/
1988 }
1989
1990 #sidebar-new-group:active {
1991     position: relative;
1992     top: 1px;
1993 }
1994 .nets-ul {
1995     list-style-type: none;
1996     padding-left: 0px;
1997 }
1998 .nets-ul li {
1999     margin: 10px 0 0;
2000 }
2001
2002 .nets-link {
2003     margin-left: 0px;
2004 }
2005 .nets-all {
2006     margin-left: 0px;
2007 }
2008 #netsearch-box {
2009     margin-top: 20px;
2010     width: 150px;   
2011 }
2012 #netsearch-box #search-submit {
2013     margin: 5px 0px 0px 0px;
2014 }
2015
2016 /**
2017  * ADMIN
2018  */
2019 #pending-update {
2020     float:right;
2021     color: #fff;
2022     font-weight: bold;
2023     background-color: #ff0000;
2024     padding: 0 .3em;
2025 }
2026 .admin.linklist {
2027     border: 0; padding: 0;
2028 }
2029 .admin.link {
2030     list-style-position: inside;
2031 }
2032 #adminpage dl {
2033     clear:left;
2034     margin-bottom: 2px;
2035     padding-bottom: 2px;
2036     border-bottom: 1px solid #000;
2037 }
2038 #adminpage dt {
2039     width: 200px;
2040     float: left;
2041     font-weight: bold;
2042 }
2043 #adminpage dd {
2044         margin-left: 200px;
2045 }
2046 #adminpage h3 {
2047     border-bottom:1px solid #ccc;
2048 }
2049
2050 #adminpage .submit {
2051         clear:left;
2052 }
2053
2054 #adminpage #pluginslist {
2055     margin: 0;
2056     padding: 0;
2057 }
2058 #adminpage .plugin {
2059     list-style: none;
2060     display: block;
2061     border: 1px solid #888;
2062     padding: 1em;
2063     margin-bottom: 5px;
2064     clear: left;
2065 }
2066 #adminpage .toggleplugin {
2067         float:left;
2068         margin-right: 1em;
2069 }
2070
2071 #adminpage table {
2072     width: 100%;
2073     border-bottom: 1px solid #000;
2074     margin: 5px 0;
2075 }
2076 #adminpage table th {
2077     text-align: left;
2078 }
2079 #adminpage td .icon {
2080     float: left;
2081 }
2082 #adminpage table#users img {
2083     width: 16px; height: 16px;
2084 }
2085 #adminpage table tr:hover {
2086     background-color:#bbc7d7;
2087 }
2088 #adminpage .selectall {
2089     text-align: right;
2090 }
2091
2092 /**
2093  * Form fields
2094  */
2095 .field {
2096         /*margin-bottom: 10px;*/
2097         /*padding-bottom: 10px;*/
2098     overflow: auto;
2099     width: 100%;
2100 }
2101 .field label {
2102     float: left;
2103     width: 200px;
2104         display: block;
2105         font-size: 1.077em;
2106         margin-bottom: 0.2em;
2107         margin: 0 10px 0.2em 0;
2108         border: 1px #999 solid;
2109         padding: 5px;
2110         vertical-align: middle;
2111 }
2112 .field input {
2113         width: 250px;
2114         height: 25px;
2115         border: 1px #666 solid;
2116 }
2117 .field textarea {
2118     width: 80%;
2119 }
2120 .field textarea {
2121     height: 100px;
2122 }
2123 .field_help {
2124     display: block;
2125     margin-left: 0px;
2126     color: #666;
2127 }
2128 .field .onoff {
2129     float: left;
2130     width: 80px;
2131 }
2132 .field .onoff a {
2133     display: block;
2134     border: 1px solid #666;
2135     background: url("../../../images/onoff.jpg") no-repeat;
2136     padding: 4px 2px 2px;
2137     height: 16px;
2138     text-decoration: none;
2139 }
2140 .field .onoff .off {
2141     border-color: #666;
2142     padding-left: 40px;
2143     background: #ccc left center;
2144     color: #666;
2145     text-align:right;
2146 }
2147 .field .onoff .on {
2148     border-color:#204a87;
2149     padding-right:40px;
2150     background-position:right center;
2151     background-color:#3465A4;
2152     color:#fff;
2153     text-align:left;
2154 }
2155 .hidden {
2156     display:none !important;
2157 }
2158
2159 .field.radio .field_help {
2160     margin-left:0;
2161 }
2162
2163
2164 /*
2165  * UPDATE
2166  */
2167 .popup {        
2168         width: 100%;
2169     height: 100%;
2170         top:0px;
2171     left:0px;
2172         position: absolute;
2173         display: none;
2174 }
2175 .popup .background {
2176         background-color: rgba(0,0,0,128);
2177         opacity: 0.5;
2178         width: 100%;
2179     height: 100%;
2180         position: absolute;
2181         top:0px;
2182     left:0px;
2183 }
2184 .popup .panel {
2185         top: 25%;
2186     left: 25%;
2187     width: 50%;
2188     height: 50%;
2189         padding: 1em;
2190         position: absolute;
2191         border: 4px solid #000000;
2192         background-color: #FFFFFF;
2193 }
2194 #panel {
2195     z-index: 100;
2196 }
2197 .grey {
2198     color: grey;
2199 }
2200 .orange {
2201     color: orange;
2202 }
2203 .red {
2204     color: red;
2205 }
2206 .popup .panel .panel_text {
2207     display: block;
2208     overflow: auto;
2209     height: 80%;
2210
2211 .popup .panel .panel_in {
2212     width: 100%;
2213     height: 100%;
2214     position: relative;
2215 }
2216 .popup .panel .panel_actions {
2217     width: 100%;
2218     bottom: 4px;
2219     left: 0px;
2220     position: absolute;
2221 }
2222 .panel_text .progress {
2223     width: 50%;
2224     overflow: hidden;
2225     height: auto;
2226     border: 1px solid #cccccc;
2227     margin-bottom: 5px;
2228 }
2229 .panel_text .progress span {
2230     float: right;
2231     display: block;
2232     width: 25%;
2233     background-color: #eeeeee;
2234     text-align: right;
2235 }
2236
2237 /**
2238  * OAuth
2239  */
2240 .oauthapp {
2241         height: auto;
2242     overflow: auto;
2243         border-bottom: 2px solid #cccccc;
2244         padding-bottom: 1em;
2245         margin-bottom: 1em;     
2246 }
2247 .oauthapp img {
2248         float: left;
2249         width: 48px; height: 48px;
2250         margin: 10px;
2251 }
2252 .oauthapp img.noicon {
2253         background-image: url("../../../images/icons/48/plugin.png");
2254         background-position: center center;
2255         background-repeat: no-repeat;
2256 }
2257 .oauthapp a {
2258         float: left;
2259 }
2260
2261
2262 /**
2263  * ICONS
2264  */
2265 .iconspacer {
2266         display: block;
2267     width: 16px;
2268     height: 16px;
2269 }
2270 .icon {
2271     display: block;
2272     width: 20px;
2273     height: 20px;
2274     background: url(icons.png) no-repeat;
2275     border: 0;
2276     text-decoration: none;
2277 }
2278 .icon:hover {
2279     border: 0;
2280     text-decoration: none;
2281 }
2282 .icon.drop,
2283 .icon.drophide, .icon.delete {
2284     float: left;
2285 }
2286 .icon.s22 {
2287         display: block;
2288         background: url(icons.png) no-repeat;
2289         width: 22px;
2290         height: 22px;
2291 }
2292 .icon.s22.delete {
2293         display: block;
2294         background-position: -110px 0;
2295 }
2296 .icon.s22.text {
2297         padding: 10px 0px 0px 25px;
2298         width: 200px;
2299 }
2300 .icon.text {
2301     text-indent: 0px;
2302 }
2303 .icon.s16 {
2304     min-width: 16px;
2305     height: 16px;
2306 }
2307 .s16 .add {
2308     background: url("../../../images/icons/16/add.png") no-repeat;
2309 }
2310 .add {
2311     margin: 0px 5px;    
2312 }
2313 .article {
2314         background-position: -50px 0;
2315 }
2316 .audio {
2317         background-position: -70px 0;
2318 }
2319 .block {
2320         background-position: -90px 0px;
2321 }
2322 .drop, .delete {
2323         background-position: -110px 0;
2324 }
2325 .drophide {
2326         background-position: -130px 0;
2327 }
2328 .edit {
2329         background-position: -150px 0;
2330 }
2331 .camera {
2332         background-position: -170px 0;
2333 }
2334 .dislike {
2335         background-position: -190px 0;
2336 }
2337 .like {
2338         background-position: -211px 0;
2339 }
2340 .link {
2341         background-position: -230px 0;
2342 }
2343 .globe, .location {
2344         background-position: -50px -20px;
2345 }
2346 .noglobe, .nolocation {
2347         background-position: -70px -20px;
2348 }
2349 .no {
2350         background-position: -90px -20px;
2351 }
2352 .pause {
2353         background-position: -110px -20px;
2354 }
2355 .play {
2356         background-position: -130px -20px;
2357 }
2358 .pencil {
2359         background-position: -151px -18px;
2360 }
2361 .small-pencil {
2362         background-position: -170px -20px;
2363 }
2364 .recycle {
2365         background-position: -190px -20px;
2366 }
2367 .remote-link {
2368         background-position: -210px -20px;
2369 }
2370 .share {
2371         background-position: -230px -20px;
2372 }
2373 .tools {
2374         background-position: -50px -40px;
2375 }
2376 .lock {
2377         background-position: -70px -40px;
2378 }
2379 .unlock {
2380         background-position: -90px -40px;
2381 }
2382 .video {
2383         background-position: -110px -40px;
2384 }
2385 .attach {
2386         background-position: -190px -40px;
2387 }
2388 .language {
2389         background-position: -210px -40px;
2390 }
2391 .starred {
2392         background-position: -130px -60px;
2393 }
2394 .unstarred {
2395         background-position: -150px -60px;
2396 }
2397 .tagged {
2398         background-position: -170px -60px;
2399 }
2400 .on {
2401         background-position: -50px  -60px;
2402 }
2403 .off {
2404         background-position: -70px  -60px;
2405 }
2406 .prev {
2407         background-position: -90px  -60px;
2408 }
2409 .next {
2410         background-position: -110px  -60px;
2411 }
2412 .icon.dim {
2413         opacity: 0.3;
2414         filter: alpha(opacity=30);
2415 }
2416 #pause {
2417         position: fixed;
2418         bottom: 5px;
2419         right: 5px;
2420 }
2421 .border, .border:hover {
2422         border: 1px solid #babdb6;
2423     -webkit-border-radius: 3px;
2424     -moz-border-radius: 3px;
2425     border-radius: 3px; 
2426 }
2427 .attachtype {
2428     display: block;
2429     width: 20px;
2430     height: 23px;
2431     background-image: url(../../../images/content-types.png);
2432 }
2433 .type-video {
2434     background-position: 0px 0px;
2435 }
2436 .type-image {
2437     background-position: -20px 0;
2438 }
2439 .type-audio {
2440     background-position: -40px 0;
2441 }
2442 .type-text {
2443     background-position: -60px 0px;
2444 }
2445 .type-unkn {
2446     background-position: -80px 0;
2447 }
2448
2449
2450 /**
2451  *      footer
2452  */
2453 .cc-license {
2454     margin-top: 100px;
2455     font-size: 0.7em;
2456 }
2457 footer {
2458     display: block;
2459     margin: 50px 20%;
2460     clear: both;
2461 }
2462 #profile-jot-text {
2463     height: 20px;
2464     color: #666;
2465     border: 1px solid #ccc;
2466     border-radius: 5px;
2467     width: 99.5%;
2468 }
2469
2470
2471 /** acl **/
2472 #photo-edit-perms-select,
2473 #photos-upload-permissions-wrapper,
2474 #profile-jot-acl-wrapper {
2475     display: block !important;
2476 }
2477 #acl-wrapper {
2478     width: 690px;
2479     float: left;
2480 }
2481 #acl-search {
2482     float: right;
2483     background: #fff url("../../../images/search_18.png") no-repeat right center;
2484     padding-right: 20px;
2485 }
2486 #acl-showall {
2487     float:left;
2488     display:block;
2489     width:auto;
2490     height:18px;
2491     background-color:#CCC;
2492     background-image:url("../../../images/show_all_off.png");
2493     background-position:7px 7px;
2494     background-repeat:no-repeat;
2495     padding:7px 10px 7px 30px;
2496     -webkit-border-radius:5px;
2497     -moz-border-radius:5px;
2498     border-radius:5px;
2499     color:#999;
2500 }
2501 #acl-showall.selected {
2502     color:#000;
2503     background-color:#F90;
2504     background-image:url(../../../images/show_all_on.png);
2505 }
2506 #acl-list {
2507     height:210px;
2508     border:1px solid #ccc;
2509     clear:both;
2510     margin-top:30px;
2511     overflow:auto;
2512 }
2513 #acl-list-content {
2514 }
2515 .acl-list-item {
2516     display:block;
2517     width:150px;
2518     height:30px;
2519     border:1px solid #ccc;
2520     margin:5px;
2521     float:left;
2522 }
2523 .acl-list-item img {
2524     width:22px;
2525     height:22px;
2526     float:left;
2527     margin:4px;
2528 }
2529 .acl-list-item p {
2530     height: 12px;
2531     font-size: 10px;
2532     margin: 0;
2533     padding: 2px 0 1px;
2534 }
2535 .acl-list-item a {
2536     font-size:8px;
2537     display:block;
2538     width:40px;
2539     height:10px;
2540     float:left;
2541     color:#999;
2542     background-color:#CCC;
2543     background-position:3px 3px;
2544     background-repeat:no-repeat;
2545     margin-right:5px;
2546     -webkit-border-radius:2px;
2547     -moz-border-radius:2px;
2548     border-radius:2px;
2549     padding-left:15px;
2550 }
2551 #acl-wrapper a:hover {
2552     text-decoration:none;
2553     color:#000;
2554 }
2555 .acl-button-show {
2556     background-image:url('../../../images/show_off.png');
2557 }
2558 .acl-button-hide {
2559     background-image:url('../../../images/hide_off.png');
2560 }
2561 .acl-button-show.selected {
2562     color:#000;
2563     background-color:#9ade00;
2564     background-image:url(../../../images/show_on.png);
2565 }
2566 .acl-button-hide.selected {
2567     color:#000;
2568     background-color:#ff4141;
2569     background-image:url(../../../images/hide_on.png);
2570 }
2571 .acl-list-item.groupshow {
2572     border-color:#9ade00;
2573 }
2574 .acl-list-item.grouphide {
2575     border-color:#ff4141;
2576 }
2577 /** /acl **/
2578
2579
2580 /* autocomplete popup */
2581 .acpopup {
2582         max-height:150px;
2583         background-color:#555753;
2584         color: #FFFFFF;
2585         overflow:auto;
2586         z-index:100000;
2587         border:1px solid #cccccc;
2588 }
2589 .acpopupitem {
2590         background-color:#555753;
2591     padding: 4px;
2592         clear:left;
2593 }
2594 .acpopupitem img {
2595         float: left;
2596         margin-right: 4px;
2597 }
2598 .acpopupitem.selected {
2599         color: #2e3436;
2600     background-color: #eeeeec;
2601 }
2602 .qcomment-wrapper {
2603     padding: 0px;
2604     margin: 2px;
2605     list-style-type: none;
2606 }
2607 .qcomment, .qcomment:hover {
2608     display: inline;
2609     padding: 5px;
2610     margin: 5px;
2611 }
2612 .qcomment {
2613         opacity: 0.5;
2614         filter:alpha(opacity=50);
2615 }
2616 .qcomment:hover {
2617         opacity: 1.0;
2618         filter:alpha(opacity=100);
2619 }
2620 #network-star-link {
2621     margin-top: 10px;
2622 }
2623 .network-star {
2624     float: left;
2625     margin-right: 5px;
2626 }
2627 .network-star.icon.starred {
2628     display: inline-block;
2629 }
2630