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