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