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