]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26         padding: 3px;
27 }
28
29 img { border :0px; }
30
31 #id_openid_url, .openid input {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 #id_openid_url {
41         width: 384px;
42 }
43
44 code {
45         font-family: Courier, monospace;
46         white-space: pre;
47         display: block;
48         overflow: auto;
49         border: 1px solid #444;
50         background: #EEE;
51         color: #444;
52         padding: 10px;
53         margin-top: 20px; 
54 }
55
56 blockquote {
57         background-color: #f4f8f9;
58         border-left: 4px solid #dae4ee;
59         padding: 0.4em;
60 }
61
62 .icollapse-wrapper, .ccollapse-wrapper {
63         border: 1px solid #CCC;
64         padding: 5px;
65 }
66
67 .hide-comments {
68         margin-left: 5px;
69 }
70
71 #panel {
72         background-color: ivory;
73         position: absolute;
74         z-index: 2;
75         width: 30%;
76         padding: 25px;
77         border: 1px solid #444;
78 }
79
80 .heart {
81         color: #FF0000;
82         font-size: 100%;
83 }
84
85
86
87 /* nav */
88 nav {
89         height: 94px;
90         display: block;
91         margin: 0px 10%;
92         border-bottom: 1px solid #babdb6;
93 }
94 nav #site-location {
95         color: #888a85;
96         font-size: 0.8em;
97         position: absolute;
98 }
99
100 .error-message {
101         color: #FF0000;
102         font-size: 1.1em;
103         border: 1px solid #FF8888;
104         background-color: #FFEEEE;
105         padding: 10px;
106 }
107
108 .info-message {
109         color: #204a87;
110         font-size: 1.1em;
111         border: 1px solid #3465a4;
112         background-color: #d7e3f1;
113         padding: 10px;
114 }
115
116
117 nav #banner {
118         display: block;
119     margin-top: 14px;
120         position: absolute;
121 }
122 nav #banner #logo-text a {
123         font-size: 40px;
124         font-weight: bold;
125         margin-left: 3px;
126         color: #000000;
127
128 }
129 nav #banner #logo-text a:hover { text-decoration: none; }
130
131
132 .nav-commlink, .nav-login-link {
133     display: block;
134     height: 15px;
135         margin-top: 67px;
136         margin-right: 2px;
137         padding: 6px 10px;
138         float: left;
139         bottom: 140px;
140         border: 1px solid #babdb6;
141         border-bottom: 0px;
142         background-color: #aec0d3;
143         color: #565854;         
144         -moz-border-radius: 3px 3px 0px 0px;
145         border-radius: 3px 3px 0px 0px; 
146 }
147 nav .nav-link {
148         float: right;
149         margin: 0.2em 0em;
150         padding: 0em 0.5em;
151         background-color: transparent !important;
152 }
153
154 .nav-commlink.selected {
155         background-color: #ffffff;
156         border-bottom: 1px solid #ffffff;
157         color: #000000 !important;
158         margin-top: 64px;
159         padding-top: 6px;
160         padding-bottom: 8px;
161 }
162 .nav-ajax-left {
163         font-size: 0.8em;
164         float: left;
165         margin-top: 62px;       
166 }
167
168
169 nav #nav-link-wrapper .nav-link {
170         border-right: 1px solid #babdb6;
171 }
172
173 /* aside */
174 aside {
175         display: block;
176         min-height: 112px;
177         width: 200px;
178         margin-left: 10%;
179         padding: 1em;
180         float: left;
181         background-image: url(border.jpg);
182         background-position: top left;
183         background-repeat: no-repeat;
184         position: absolute;
185 }
186
187 #dfrn-request-link {
188         display: block;
189         color: #FFFFFF;
190         -webkit-border-radius: 5px ;
191         -moz-border-radius: 5px;
192         border-radius: 5px;
193         padding: 5px;
194         font-weight: bold;
195         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
196 }
197
198 /* section */
199 section {
200         margin: 0px 10%;
201         padding-top: 1em;
202         padding-left: 250px;
203         padding-right: 1em;
204         display: block;
205         background-color: #ffffff;
206         background-image: url(border.jpg);
207         background-position: top right;
208         background-repeat: no-repeat;
209         min-height: 112px;
210         
211 }
212 .tabs {
213         height: 27px;
214         background-image: url(head.jpg);
215         background-repeat: repeat-x;    
216         background-position: 0px -20px;
217         border-bottom: 1px solid #babdb6;
218         padding:0px;
219 }
220 .tabs li { margin: 0px; list-style: none; }
221 .tab {
222         display:block;
223         float:left;
224         padding: 0.4em;
225         margin-right: 1em;
226 }
227 .tab.active {
228         font-weight: bold;
229 }
230
231
232 /* footer */
233 footer {
234     display: none;
235
236 }
237
238 .birthday-today, .event-today {
239         font-weight: bold;
240 }
241
242 div.wall-item-content-wrapper.shiny {
243   background-image: url('shiny.png');
244   background-position: -5px 30px;
245   background-repeat:no-repeat;
246 }
247
248 .preview {
249         background: #FFFFC8;
250 }
251
252 /* from default */
253 #jot-perms-icon, 
254 #profile-location,
255 #profile-nolocation,
256 #profile-youtube, 
257 #profile-video, 
258 #profile-audio,
259 #profile-link,
260 #profile-title, 
261 #wall-image-upload,
262 #wall-file-upload,
263 #profile-upload-wrapper,
264 #wall-image-upload-div,
265 #wall-file-upload-div,
266 .hover, .focus {
267         cursor: pointer;
268 }
269
270 #jot-perms-icon {
271         float: left;
272 }
273
274
275 #jot-title {
276         border: 0px;
277         margin: 0px;
278         height: 20px;
279         width: 530px;
280         margin-bottom: 5px;
281         font-weight: bold;
282         border: 1px solid #ffffff;
283 }
284
285 #jot-title::-webkit-input-placeholder{font-weight: normal;}
286 #jot-title:-moz-placeholder{font-weight: normal;}
287                 
288         
289 #jot-title:hover,
290 #jot-title:focus {
291         border: 1px solid #cccccc; 
292 }
293
294 .jothidden { display:none; }
295
296
297 .fakelink, .fakelink:visited, .fakelink:link {
298         color: #3465a4;
299         text-decoration: none;
300         cursor: pointer;
301         margin-top: 15px;
302         margin-bottom: 15px;
303 }
304 .lockview {
305         cursor: pointer;
306 }
307
308 #group-sidebar {
309         margin-bottom: 10px;
310 }
311
312 .group-selected, .nets-selected, .fileas-selected {
313         padding: 3px;
314         -moz-border-radius: 3px;
315         border-radius: 3px;     
316         border: 1px solid #CCCCCC;
317         background: #F8F8F8;
318         font-weight: bold;
319 }
320
321 .fakelink:hover {
322         color: #3465a4;
323         text-decoration: underline;
324         cursor: pointer;
325 }
326 .smalltext {
327         font-size: 0.7em;
328 }
329 #sysmsg {
330         /*width: 600px;*/
331         margin-bottom: 10px;
332 }
333
334 #register-fill-ext {
335         margin-bottom: 25px;
336 }
337
338 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
339         float: left;
340         width: 350px;
341         margin-top: 10px;
342 }
343
344 #register-name, #register-email, #register-nickname {
345         float: left;
346         margin-top: 10px;
347         width: 150px;
348 }
349
350 #register-openid {
351         float: left;
352         margin-top: 10px;
353         width: 130px;
354 }
355
356 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
357         clear: both;
358 }
359
360 #register-nickname-desc {
361         margin-top: 30px;
362         width: 650px;
363 }
364 #register-sitename {
365         float: left;
366         margin-top: 10px;
367 }
368
369 #register-submit-button {
370         margin-top: 10px;
371 }
372
373
374 #login_standard {
375         width: 210px;
376         float: left;
377 }
378 #login_openid {
379         width: 210px;
380         margin-left: 250px;
381 }
382
383 #login_standard input,
384 #login_openid input {
385         width: 180px;
386 }
387
388 #login-extra-links {
389         clear: both;
390 }
391
392 #register-link, #lost-password-link {
393         float: left;
394         font-size: 80%;
395         margin-right: 15px;
396 }
397
398 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
399         height: 50px;
400 }
401
402 #login-submit-button {
403 /*      margin-top: 10px; */
404         margin-left: 200px;
405 }
406
407
408 input#dfrn-url {
409         float: left;
410         background: url(friendika-16.png) no-repeat;
411         background-position: 2px center;
412         font-size: 17px;
413         padding-left: 21px;
414         height: 21px;
415         background-color: #FFFFFF;
416         color: #000000;
417         margin-bottom: 20px;
418 }
419
420 #dfrn-url-label {
421         float: left;
422         width: 250px;
423 }
424
425 #dfrn-request-url-end {
426         clear: both;
427 }
428
429 #knowyouyes, #knowyouno {
430         float: left;
431 }
432
433 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
434
435         float: none;
436 }
437 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
438         float: left;
439         width: 75px;
440         margin-left: 50px;
441         margin-bottom: 7px;
442 }
443 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
444         clear: both;
445
446 }
447
448 #dfrn-request-message-wrapper {
449         margin-bottom: 50px;
450 }
451 #dfrn-request-submit-wrapper {
452         clear: both;
453         margin-left: 50px;
454 }
455
456 #dfrn-request-info-wrapper {
457         margin-left: 50px;
458 }
459
460
461
462 #cropimage-wrapper, #cropimage-preview-wrapper {
463         float: left;
464         padding: 30px;
465 }
466
467 #crop-image-form {
468         margin-top: 30px;
469         clear: both;
470 }
471
472 .intro-wrapper {
473         margin-top: 20px;
474 }
475
476 .intro-fullname {
477         font-size: 1.1em;
478         font-weight: bold;
479
480 }
481 .intro-desc {
482         margin-bottom: 20px;
483         font-weight: bold;
484 }
485
486 .intro-note {
487         padding: 10px;
488 }
489
490 .intro-end {
491         padding: 30px;
492 }
493
494 .intro-form {
495         float: left;
496 }
497 .intro-approve-form {
498         clear: both;
499 }
500 .intro-approve-as-friend-end {
501         clear: both;
502 }
503 .intro-submit-approve, .intro-submit-ignore {
504         margin-right: 20px;
505 }
506 .intro-submit-approve {
507         margin-top: 15px;
508 }
509
510 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
511         float: left;
512         width: 100px;
513         margin-left: 20px;
514 }
515 .intro-approve-as-friend, .intro-approve-as-fan {
516         float: left;
517 }
518 .intro-form-end {
519         clear: both;
520 }
521 .intro-approve-as-friend-desc {
522         margin-top: 15px;
523 }
524 .intro-approve-as-end {
525         clear: both;
526         margin-bottom: 10px;
527 }
528
529 .intro-end {
530         clear: both;
531         margin-bottom: 30px;
532 }
533
534 #profile-extra-links {
535         clear: both;
536         margin-top: 10px;
537 }
538
539 #profile-extra-links ul {
540         list-style-type: none;
541         padding: 0px;
542 }
543
544
545 #profile-extra-links li {
546         margin-top: 5px;
547 }
548
549 #profile-edit-links ul {
550         list-style-type: none;
551 }
552
553 #profile-edit-links li {
554         margin-top: 10px;
555 }
556 .profile-edit-side-div {
557         float: right;
558 }
559 .profile-edit-side-link {
560         opacity: 0.3;
561         filter:alpha(opacity=30);
562 }
563 .profile-edit-side-link:hover {
564         opacity: 1.0;
565         filter:alpha(opacity=100);
566 }
567
568 .view-contact-wrapper {
569         margin-top: 20px;
570         float: left;
571         margin-left: 20px;
572         width: 180px;
573 }
574
575 .contact-wrapper {
576         float: left;
577         width: 150px;
578         height: 150px;
579         overflow: auto;
580 }
581
582 #view-contact-end {
583         clear: both;
584 }
585
586
587 #viewcontacts {
588         margin-top: 15px;
589 }
590 #profile-edit-default-desc {
591         color: #FF0000;
592         border: 1px solid #FF8888;
593         background-color: #FFEEEE;
594         padding: 7px;
595 }
596
597 #profile-edit-clone-link-wrapper {
598         float: left;
599         margin-left: 50px;
600         margin-bottom: 20px;
601         width: 300px;
602 }
603
604
605 #profile-edit-links-end {
606         clear: both;
607         margin-bottom: 15px;
608 }
609
610 .profile-listing-photo {
611         border: none;
612 }
613
614 .profile-edit-submit-wrapper {
615         margin-top: 20px;
616         margin-bottom: 20px;
617 }
618
619 #profile-photo-link-select-wrapper {
620         margin-top: 2em;
621 }
622
623 #profile-photo-submit-wrapper {
624         margin-top: 10px;
625 }
626
627 #profile-photo-wrapper img {
628         width:175px;
629         height:175px;
630         padding: 12px;
631 }
632
633 #profile-edit-profile-name-label,
634 #profile-edit-name-label,
635 #profile-edit-pdesc-label,
636 #profile-edit-gender-label,
637 #profile-edit-dob-label,
638 #profile-edit-address-label,
639 #profile-edit-locality-label,
640 #profile-edit-region-label,
641 #profile-edit-postal-code-label,
642 #profile-edit-country-name-label,
643 #profile-edit-marital-label,
644 #profile-edit-sexual-label,
645 #profile-edit-politic-label,
646 #profile-edit-religion-label,
647 #profile-edit-pubkeywords-label,
648 #profile-edit-prvkeywords-label,
649 #profile-edit-homepage-label {
650         float: left;
651         width: 175px;
652 }
653
654 #profile-edit-profile-name,
655 #profile-edit-name,
656 #profile-edit-pdesc,
657 #gender-select,
658 #profile-edit-dob,
659 #profile-edit-address,
660 #profile-edit-locality,
661 #profile-edit-region,
662 #profile-edit-postal-code,
663 #profile-edit-country-name,
664 #marital-select,
665 #sexual-select,
666 #profile-edit-politic,
667 #profile-edit-religion,
668 #profile-edit-pubkeywords,
669 #profile-edit-prvkeywords,
670 #profile-in-dir-yes,
671 #profile-in-dir-no,
672 #profile-in-netdir-yes,
673 #profile-in-netdir-no,
674 #hide-wall-yes,
675 #hide-wall-no,
676 #hide-friends-yes,
677 #hide-friends-no {
678         float: left;
679         margin-bottom: 20px;
680 }
681 #settings-normal,
682 #settings-soapbox,
683 #settings-freelove,
684 #settings-community {
685         float: left;
686 }
687
688
689 #profile-in-dir-yes-label,
690 #profile-in-dir-no-label,
691 #profile-in-netdir-yes-label,
692 #profile-in-netdir-no-label,
693 #hide-wall-yes-label,
694 #hide-wall-no-label,
695 #hide-friends-yes-label,
696 #hide-friends-no-label {
697         margin-left: 125px;
698         float: left;
699         width: 50px;
700 }
701
702 #profile-edit-with-label {
703         width: 175px;
704         margin-left: 20px;
705 }
706
707 #profile-publish-yes-reg,
708 #profile-publish-no-reg {
709         float: left;
710         margin-bottom: 10px;
711 }
712
713 #profile-publish-yes-label-reg,
714 #profile-publish-no-label-reg {
715         margin-left: 350px;
716         float: left;
717         width: 50px;
718 }
719
720 #profile-publish-break-reg,
721 #profile-publish-end-reg {
722         clear: both;
723 }
724
725
726 #profile-edit-pdesc-desc,
727 #profile-edit-pubkeywords-desc,
728 #profile-edit-prvkeywords-desc {
729         float: left;
730         margin-left: 20px;
731 }
732
733
734 #profile-edit-homepage {
735         float: left;
736         margin-bottom: 35px;
737 }
738 #settings-normal-label,
739 #settings-soapbox-label,
740 #settings-community-label,
741 #settings-freelove-label {
742         float: left;
743         width: 200px;
744 }
745 #settings-normal-desc,
746 #settings-soapbox-desc,
747 #settings-community-desc,
748 #settings-freelove-desc {
749         /*float: left;
750         margin-left: 75px;*/
751     clear: left;
752     color: #666666;
753     display: block;
754     margin-bottom: 20px 
755 }
756
757 #profile-edit-profile-name-end,
758 #profile-edit-name-end,
759 #profile-edit-pdesc-end,
760 #profile-edit-gender-end,
761 #profile-edit-dob-end,
762 #profile-edit-address-end,
763 #profile-edit-locality-end,
764 #profile-edit-region-end,
765 #profile-edit-postal-code-end,
766 #profile-edit-country-name-end,
767 #profile-edit-marital-end,
768 #profile-edit-sexual-end,
769 #profile-edit-politic-end,
770 #profile-edit-religion-end,
771 #profile-edit-pubkeywords-end,
772 #profile-edit-prvkeywords-end,
773 #profile-edit-homepage-end,
774 #profile-in-dir-break,
775 #profile-in-dir-end,
776 #profile-in-netdir-break,
777 #profile-in-netdir-end,
778 #hide-wall-break,
779 #hide-wall-end,
780 #hide-friends-break,
781 #hide-friends-end,
782 #settings-normal-break,
783 #settings-soapbox-break,
784 #settings-community-break,
785 #settings-freelove-break {
786         clear: both;
787 }
788
789
790
791
792
793 #gender-select, #marital-select, #sexual-select {
794         width: 220px;
795 }
796
797 #profile-edit-profile-name-wrapper .required {
798         color: #FF0000;
799         float: left;
800 }
801
802 #contacts-main {
803         margin-top: 20px;
804         margin-bottom: 20px;
805 }
806
807 .contact-entry-wrapper {
808         float: left;
809         width: 120px;
810         height: 120px;
811 }
812 #contacts-search-end {
813         margin-bottom: 10px;
814 }
815
816 .contact-entry-direction-icon {
817         margin-top: 24px;
818         margin-right: 2px;
819 }
820
821 .contact-entry-photo img {
822         border: none;
823 }
824 .contact-entry-photo-end {
825         clear: both;
826 }
827 .contact-entry-name {
828         float: left;
829         margin-left: 0px;
830         margin-right: 10px;
831         width: 120px;
832         overflow: hidden;
833 }
834 .contact-entry-edit-links {
835         margin-top: 6px;
836         margin-left: 10px;
837         width: 16px;
838 }
839 .contact-entry-nav-wrapper {
840         float: left;
841         margin-left: 10px;
842 }
843
844 .contact-entry-edit-links img {
845         border: none;
846         margin-right: 15px;
847 }
848 .contact-entry-photo {
849         float: left;
850         position: relative;
851 }
852 .contact-entry-end {
853         clear: both;
854 }
855
856 #fsuggest-desc, #fsuggest-submit-wrapper {
857         margin-top: 15px;
858         margin-bottom: 15px;
859 }
860
861 #network-star-link{
862         margin-top: 10px;
863 }
864 .network-star {
865         float: left;
866         margin-right: 5px;
867 }
868 #network-bmark-link {
869         margin-top: 10px;
870 }
871
872 .wall-item-content-wrapper {
873         margin-top: 10px;
874         border: 1px solid #CCC;
875         position: relative;
876         -moz-border-radius: 3px;
877         border-radius: 3px;     
878
879 }
880
881 .wall-item-content-wrapper.comment {
882         margin-left: 50px;
883         background: #EEEEEE;
884 }
885
886 .wall-item-info {
887         display: block;
888         float: left;
889         width:110px;
890         margin-right:10px;
891 }
892 .comment .wall-item-info {
893         width: 70px;
894 }
895
896 .wall-item-photo-wrapper {
897         margin-top: 10px;
898         margin-left: 10px;
899         margin-bottom: 10px;
900         width: 100px;
901 }
902 .wall-item-photo-menu-button {
903         display: block;
904         position: absolute;
905         background-image: url("photo-menu.jpg");
906         background-position: top left; 
907         background-repeat: no-repeat;
908         margin: 0px; padding: 0px;
909         width: 16px;
910         height: 16px;
911         top: 74px; left:10px;
912         overflow: hidden;
913         text-indent: 40px;
914         display: none;
915         
916 }
917 .wall-item-photo-menu {
918         width: auto;
919         border: 2px solid #444444;
920         background: #FFFFFF;
921         position: absolute;
922         left: 10px; top: 90px;
923         display: none;
924         z-index: 10000;
925 }
926 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
927 .wall-item-photo-menu li a { display: block; padding: 2px; }
928 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
929
930
931 .comment .wall-item-photo-menu-button { top: 44px;}
932 .comment .wall-item-photo-menu { top: 60px; }
933
934 .wallwall .wwto {
935     left: 50px;
936     margin: 0;
937     position: absolute;
938     top: 70px;
939     width: 30px
940 }
941 .wallwall .wwto img {
942         width: 30px !important;
943         height: 30px !important;
944 }
945
946 .wallwall .wall-item-photo-end {
947         clear: both;
948 }
949
950 .wall-item-arrowphoto-wrapper {
951     position: absolute;
952     left: 75px;
953     top: 70px;
954     z-index: 100;
955 }
956 .wall-item-wrapper {
957         /*float: left;
958     margin-right: 5px;
959     width: 250px;*/
960     margin-left:10px;
961 }
962 .wall-item-lock {
963         /*height: 20px;*/
964         /*margin-top: 10px;*/
965     left: 105px;
966     position: absolute;
967     top: 1px;   
968 }
969 .comment .wall-item-lock {
970         left: 65px;
971 }
972
973 .wall-item-ago {
974         color: #888888;
975         font-size: 0.8em;
976 }
977
978 .wall-item-location {
979         overflow: hidden;
980         /* add ellipsis on text overflow               */
981         /* this work on safari, opera, ie, chrome.     */
982         /* firefox users have to wait support or we    */
983         /* can use a jquery plugin http://bit.ly/zJskg */
984         text-overflow: ellipsis;
985         -o-text-overflow: ellipsis;
986         width: 100%;
987 }
988
989 .wall-item-like-buttons {
990         float: left;
991         margin-right: 10px;
992 /*      padding-right: 10px; */
993 /*      border-right: 2px solid #fff; */
994 }
995
996 .like-rotator {
997         margin-left: 5px;
998 }
999
1000 .wall-item-like-buttons > a,
1001 .wall-item-like-buttons > img {
1002         float: left;
1003 }
1004
1005 .wall-item-like-buttons img {
1006         cursor: pointer;
1007 }
1008
1009 .wall-item-share-buttons {
1010         margin-left: 10px;
1011         margin-right: 10px;
1012 }
1013
1014 .editpost {
1015         margin-left: 10px;
1016         float: left;
1017 }
1018 .star-item {
1019         margin-left: 10px;
1020         float: left;    
1021 }
1022 .tag-item {
1023         margin-left: 10px;
1024         float: left;    
1025 }
1026
1027 .filer-item {
1028         margin-left: 10px;
1029         float: left;
1030 }
1031
1032 .wall-item-links-wrapper {
1033         float: left;
1034 }
1035
1036 .wall-item-delete-wrapper {
1037         float: right;
1038 }
1039
1040 .wall-item-delete-end {
1041         clear: both;
1042 }
1043
1044 .wall-item-delete-icon {
1045         border: none;
1046 }
1047
1048
1049 .wall-item-wrapper-end {
1050         clear: both;
1051 }
1052 .wall-item-name-link {
1053         font-weight: bold;
1054         text-decoration: none;
1055         color: #3172BD;
1056 }
1057 .wall-item-photo {
1058         border: none;
1059 }
1060 .comment .wall-item-photo {
1061         width: 50px !important; 
1062         height: 50px !important;
1063 }
1064 .wall-item-content {
1065         /*float: left;*/
1066         /*width: 450px;*/
1067         margin-left: 10px;
1068         /*margin-bottom: 20px;*/
1069         /*padding: 20px;*/
1070         max-height: 400px;
1071         overflow: auto;
1072 }
1073
1074 .wall-item-title {
1075         float: left;
1076         font-weight: bold;
1077         /*width: 450px;*/
1078 }
1079
1080 .wall-item-title-end {
1081         clear: both;
1082 }
1083
1084 .wall-item-body {
1085         float: left;
1086         /*width: 450px;*/
1087         margin-top: 10px;
1088 }
1089
1090 .wall-item-tools {
1091         clear: both;
1092         background-image: url("head.jpg");
1093     background-position: 0 -20px;
1094     background-repeat: repeat-x;
1095         padding: 5px 10px 0px;
1096 }
1097 .wall-item-author {
1098         margin-top: 10px;
1099 }
1100
1101 .comment .wall-item-tools {
1102         background:none;
1103
1104
1105 .comment-edit-wrapper {
1106         margin-top: 15px;
1107         background: #f3f3f3;
1108         margin-left: 50px;
1109 }
1110
1111 .comment-wwedit-wrapper {
1112         margin-top: 15px;
1113         background: #f3f3f3;
1114         margin-left: 50px;
1115 }
1116
1117 .comment-edit-photo {
1118         margin-top: 10px;
1119         margin-left: 10px;
1120         margin-bottom: 10px;
1121         width: 100px;
1122         float: left;
1123 }
1124 .comment-edit-photo img {
1125         width: 25px;
1126 }
1127 .comment-edit-text-empty, .comment-edit-text-full {
1128         float: left;
1129         margin-top: 10px;
1130         -moz-border-radius: 3px;
1131         border-radius: 3px;     
1132         border: 1px solid #cccccc;
1133         padding: 3px 1px 1px 3px;
1134 }
1135 .comment-edit-text-end {
1136         clear: both;
1137 }
1138
1139 .comment-edit-submit {
1140         margin: 10px 0px 10px 110px;
1141 }
1142
1143 #profile-jot-plugin-wrapper,
1144 #profile-jot-submit-wrapper {
1145         margin-top: 15px;
1146 }
1147
1148 #profile-jot-submit {
1149         float: left;
1150 }
1151 #profile-upload-wrapper {
1152         float: left;
1153         margin-left: 30px;
1154 }
1155 #profile-attach-wrapper {
1156         float: left;
1157         margin-left: 30px;
1158 }
1159 #profile-rotator {
1160         float: left;
1161         margin-left: 30px;
1162 }
1163 #profile-link-wrapper {
1164         float: left;
1165         margin-left: 15px;
1166 }
1167 #profile-youtube-wrapper {
1168         float: left;
1169         margin-left: 15px;
1170 }
1171 #profile-video-wrapper {
1172         float: left;
1173         margin-left: 15px;
1174 }
1175 #profile-audio-wrapper {
1176         float: left;
1177         margin-left: 15px;
1178 }
1179 #profile-location-wrapper {
1180         float: left;
1181         margin-left: 15px;
1182 }
1183 #jot-preview-link {
1184         float: left;
1185         margin-left: 45px;
1186         margin-top: 0px !important;
1187 }
1188
1189
1190 #profile-nolocation-wrapper {
1191         float: left;
1192         margin-left: 15px;
1193 }
1194 #profile-title-wrapper {
1195         float: left;
1196         margin-left: 15px;
1197 }
1198
1199 #profile-jot-perms {
1200         float: left;
1201         margin-left: 100px;
1202         font-weight: bold;
1203         font-size: 1.2em;
1204 }
1205
1206
1207 #profile-jot-perms-end {
1208         /*clear: left;*/
1209         height: 30px;
1210 }
1211
1212 #profile-jot-plugin-end{
1213   clear: both;
1214 }
1215 .profile-jot-net {
1216         float: left;
1217         margin-right: 10px;
1218         margin-top: 5px;
1219         margin-bottom: 5px;
1220 }
1221
1222 #profile-jot-networks-end {
1223         clear: both;
1224 }
1225
1226 #profile-jot-end {
1227         /*clear: both;*/
1228         margin-bottom: 30px;
1229 }
1230 #about-jot-submit-wrapper {
1231         margin-top: 15px;
1232 }
1233 #about-jot-end {
1234         margin-bottom: 30px;
1235 }
1236 #contacts-main {
1237         margin-bottom: 30px;
1238 }
1239
1240 #profile-listing-desc {
1241         margin-left: 30px;
1242 }
1243
1244 #profile-listing-new-link-wrapper {
1245         margin-left: 30px;
1246         margin-bottom: 30px;
1247 }
1248 .profile-listing-photo-wrapper {
1249         float: left;
1250 }
1251
1252 .profile-listing-edit-buttons-wrapper {
1253         clear: both;
1254 }
1255 .profile-listing-photo-edit-link {
1256         float: left;
1257         width: 125px;
1258 }
1259 .profile-listing-end {
1260         clear: both;
1261 }
1262 .profile-listing-edit-buttons-wrapper img{
1263         border: none;
1264         margin-right: 20px;
1265 }
1266 .profile-listing {
1267         margin-top: 25px;
1268 }
1269 .profile-listing-name {
1270         float: left;
1271         margin-left: 32px;
1272         margin-top: 10px;
1273         color: #3172BD;
1274         font-weight: bold;
1275         width: 200px;
1276
1277 }
1278 .fortune {
1279         margin-top: 50px;
1280         color: #4444FF;
1281         font-weight: bold;
1282         margin-bottom: 20px;
1283 }
1284
1285
1286 .directory-end {
1287         clear: both;
1288 }
1289 .directory-name {
1290         text-align: center;
1291 }
1292 .directory-photo {
1293         margin-left: 25px;
1294 }
1295 .directory-details {
1296         font-size: 0.7em;
1297         text-align: center;
1298         margin-left: 5px;
1299         margin-right: 5px;
1300 }
1301 .directory-item {
1302         float: left;
1303         width: 225px;
1304         height: 260px;
1305         overflow: auto;
1306 }
1307
1308 #directory-search-wrapper {
1309         margin-top: 20px;
1310         margin-right: 20px;
1311         margin-bottom: 50px;
1312 }
1313
1314 #directory-search-end {
1315 }
1316
1317 .directory-photo-img {
1318         border: none;
1319 }
1320
1321
1322 .pager {
1323   padding: 10px;
1324   text-align: center;
1325   font-size: 1.0em;
1326 }
1327
1328
1329 .pager_first,
1330 .pager_last,
1331 .pager_prev,
1332 .pager_next,
1333 .pager_n {
1334         border: 1px solid black;
1335         background: #EEE;
1336         padding: 4px;
1337 }
1338
1339 .pager_first a,
1340 .pager_last a,
1341 .pager_prev a,
1342 .pager_next a,
1343 .pager_n a {
1344         text-decoration: none;
1345 }
1346
1347 .pager_current {
1348   border: 1px solid black;
1349   background: #FFCCCC;
1350   padding: 4px;
1351 }
1352
1353
1354 #advanced-profile-name-wrapper,
1355 #advanced-profile-gender-wrapper,
1356 #advanced-profile-dob-wrapper,
1357 #advanced-profile-age-wrapper,
1358 #advanced-profile-marital-wrapper,
1359 #advanced-profile-sexual-wrapper,
1360 #advanced-profile-homepage-wrapper,
1361 #advanced-profile-politic-wrapper,
1362 #advanced-profile-religion-wrapper,
1363 #advanced-profile-about-wrapper,
1364 #advanced-profile-interest-wrapper,
1365 #advanced-profile-contact-wrapper,
1366 #advanced-profile-music-wrapper,
1367 #advanced-profile-book-wrapper,
1368 #advanced-profile-tv-wrapper,
1369 #advanced-profile-film-wrapper,
1370 #advanced-profile-romance-wrapper,
1371 #advanced-profile-work-wrapper,
1372 #advanced-profile-education-wrapper {
1373         margin-top: 20px;
1374 }
1375
1376 #advanced-profile-name-text,
1377 #advanced-profile-gender-text,
1378 #advanced-profile-dob-text,
1379 #advanced-profile-age-text,
1380 #advanced-profile-marital-text,
1381 #advanced-profile-sexual-text,
1382 #advanced-profile-homepage-text,
1383 #advanced-profile-politic-text,
1384 #advanced-profile-religion-text,
1385 #advanced-profile-about-text,
1386 #advanced-profile-interest-text,
1387 #advanced-profile-contact-text,
1388 #advanced-profile-music-text,
1389 #advanced-profile-book-text,
1390 #advanced-profile-tv-text,
1391 #advanced-profile-film-text,
1392 #advanced-profile-romance-text,
1393 #advanced-profile-work-text,
1394 #advanced-profile-education-text {
1395         width: 300px;
1396         float: left;
1397 }
1398
1399 #advanced-profile-name-end,
1400 #advanced-profile-gender-end,
1401 #advanced-profile-dob-end,
1402 #advanced-profile-age-end,
1403 #advanced-profile-marital-end,
1404 #advanced-profile-sexual-end,
1405 #advanced-profile-homepage-end,
1406 #advanced-profile-politic-end,
1407 #advanced-profile-religion-end {
1408         height: 10px;
1409 }
1410
1411 #advanced-profile-about-end,
1412 #advanced-profile-interest-end,
1413 #advanced-profile-contact-end,
1414 #advanced-profile-music-end,
1415 #advanced-profile-book-end,
1416 #advanced-profile-tv-end,
1417 #advanced-profile-film-end,
1418 #advanced-profile-romance-end,
1419 #advanced-profile-work-end,
1420 #advanced-profile-education-end {
1421
1422
1423 }
1424
1425 #advanced-profile-name,
1426 #advanced-profile-gender,
1427 #advanced-profile-dob,
1428 #advanced-profile-age,
1429 #advanced-profile-marital,
1430 #advanced-profile-sexual,
1431 #advanced-profile-homepage,
1432 #advanced-profile-politic,
1433 #advanced-profile-religion {
1434         float: left;
1435
1436 }
1437
1438
1439 #advanced-profile-about,
1440 #advanced-profile-interest,
1441 #advanced-profile-contact,
1442 #advanced-profile-music,
1443 #advanced-profile-book,
1444 #advanced-profile-tv,
1445 #advanced-profile-film,
1446 #advanced-profile-romance,
1447 #advanced-profile-work,
1448 #advanced-profile-education {
1449         margin-top: 10px;
1450         margin-left: 50px;
1451         margin-right: 20px;
1452         padding: 10px;
1453         border: 1px solid #CCCCCC;
1454 }
1455
1456 #advanced-profile-with {
1457         float: left;
1458         margin-left: 15px;
1459 }
1460
1461 #contact-edit-wrapper {
1462         margin-top: 10px;
1463 }
1464
1465 #contact-edit-banner-name {
1466         font-size: 1.4em;
1467         font-weight: bold;
1468 }
1469
1470 #contact-edit-poll-wrapper {
1471         margin-top: 15px;
1472 }
1473
1474 #contact-edit-poll-text {
1475         margin-top: 15px;
1476         margin-bottom: 5px;
1477 }
1478
1479 #contact-edit-update-now {
1480         margin-top: 15px;
1481 }
1482
1483 #contact-edit-links{
1484         clear: both;
1485 }
1486
1487 #contact-edit-links ul {
1488         list-style: none;
1489         list-style-type: none;
1490         margin-left: 0px;
1491         padding-left: 0px;
1492 }
1493
1494 #contact-edit-links li {
1495         margin-top: 5px;
1496 }
1497
1498 #contact-edit-drop-link {
1499         float: right;
1500         margin-right: 20px;
1501 }
1502
1503 #contact-edit-nav-end {
1504         clear: both;
1505 }
1506
1507 #contact-edit-wrapper {
1508         width: 100%;
1509 }
1510
1511 #contact-edit-end {
1512         clear: both;
1513         margin-top: 15px;
1514 }
1515
1516 #contact-profile-selector {
1517         width: 175px;
1518         margin-left: 175px;
1519 }
1520
1521 .contact-edit-submit {
1522         margin-top: 20px;
1523 }
1524
1525
1526 .contact-photo-menu-button {
1527         position: absolute;
1528         background-image: url("photo-menu.jpg");
1529         background-position: top left; 
1530         background-repeat: no-repeat;
1531         margin: 0px; padding: 0px;
1532         width: 16px;
1533         height: 16px;
1534         top: 64px; left:0px;
1535         overflow: hidden;
1536         text-indent: 40px;
1537         display: none;
1538         
1539 }
1540 .contact-photo-menu {
1541         width: auto;
1542         border: 2px solid #444444;
1543         background: #FFFFFF;
1544         position: absolute;
1545         left: 0px; top: 90px;
1546         display: none;
1547         z-index: 10000;
1548 }
1549 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1550 .contact-photo-menu li a { display: block; padding: 2px; }
1551 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1552
1553
1554 #block-message, #ignore-message {
1555         color: #FF0000;
1556 }
1557
1558 #profile-edit-insecure {
1559         margin-top: 20px;
1560         color: #FF0000;
1561         font-size: 1.1em;
1562         border: 1px solid #FF8888;
1563         background-color: #FFEEEE;
1564         padding-left: 5px;
1565         /*: 3px 3px 3px 5px; */
1566         width: 587px;
1567 }
1568
1569 #profile-jot-text {
1570         height: 20px;
1571         color:#cccccc;
1572         border: 1px solid #cccccc;
1573         padding: 3px 0px 0px 5px;
1574         -moz-border-radius: 3px;
1575         border-radius: 3px;     
1576 }
1577
1578
1579 /** acl **/
1580 #photo-edit-perms-select,
1581 #photos-upload-permissions-wrapper,
1582 #profile-jot-acl-wrapper{
1583         display:block!important;
1584 }
1585
1586
1587
1588 #acl-wrapper {
1589         width: 690px;
1590         float:left;
1591 }
1592 #acl-search {
1593         float:right;
1594         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1595         padding-right:20px;
1596 }
1597 #acl-showall {
1598         float: left;
1599         display: block;
1600         width: auto;
1601         height: 18px;
1602         background-color: #cccccc;
1603         background-image: url("../../../images/show_all_off.png");
1604         background-position: 7px 7px;
1605         background-repeat: no-repeat;
1606         padding: 7px 5px 0px 30px;
1607         -webkit-border-radius: 5px ;
1608         -moz-border-radius: 5px;
1609         border-radius: 5px;
1610         color: #999999;
1611 }
1612 #acl-showall.selected {
1613         color: #000000;
1614         background-color: #ff9900;
1615         background-image: url("../../../images/show_all_on.png");
1616 }
1617
1618 #acl-list {
1619         height: 210px;
1620         border: 1px solid #cccccc;
1621         clear: both;
1622         margin-top: 30px;
1623         overflow: auto;
1624 }
1625 #acl-list-content {
1626         
1627 }
1628 .acl-list-item {
1629         display: block;
1630         width: 150px;
1631         height: 30px;
1632         border: 1px solid #cccccc;
1633         margin: 5px;
1634         float: left;
1635 }
1636 .acl-list-item img{
1637         width:22px;
1638         height: 22px;
1639         float: left;
1640         margin: 4px;
1641 }
1642 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1643 .acl-list-item a { 
1644         font-size: 8px;
1645         display: block;
1646         width: 40px;
1647         height: 10px;
1648         float: left;
1649         color: #999999;
1650         background-color: #cccccc;
1651         background-position: 3px 3px;
1652         background-repeat: no-repeat;
1653         margin-right: 5px;
1654         -webkit-border-radius: 2px ;
1655         -moz-border-radius: 2px;
1656         border-radius: 2px;
1657         padding-left: 15px;
1658 }
1659 #acl-wrapper a:hover {
1660         text-decoration: none;
1661         color:#000000;
1662 }
1663 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1664 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1665
1666 .acl-button-show.selected {
1667         color: #000000;
1668         background-color: #9ade00;
1669         background-image: url("../../../images/show_on.png");
1670 }
1671 .acl-button-hide.selected {
1672         color: #000000;
1673         background-color: #ff4141;
1674         background-image: url("../../../images/hide_on.png");
1675 }
1676 .acl-list-item.groupshow { border-color: #9ade00; }
1677 .acl-list-item.grouphide { border-color: #ff4141; }
1678 /** /acl **/
1679
1680
1681 .comment-edit-text-empty {
1682         color: gray;
1683         height: 30px;
1684         width: 175px;
1685         overflow: auto;
1686         margin-bottom: 10px;
1687 }
1688
1689 .comment-edit-text-full {
1690         color: black;
1691         height: 150px;
1692         width: 350px;
1693         overflow: auto;
1694 }
1695
1696 #group-new-submit-wrapper {
1697         margin-top: 30px;
1698 }
1699
1700 #group-edit-name-label {
1701         float: left;
1702         width: 175px;
1703         margin-top: 20px;
1704         margin-bottom: 20px;
1705 }
1706
1707 #group-edit-name {
1708         float: left;
1709         width: 225px;
1710         margin-top: 20px;
1711         margin-bottom: 20px;
1712 }
1713
1714 #group-edit-name-wrapper {
1715
1716
1717 }
1718
1719
1720 #group_members_select_label {
1721         display: block;
1722         float: left;
1723         width: 175px;
1724 }
1725
1726 .group_members_select {
1727         float: left;
1728         width: 230px;
1729         overflow: auto;
1730 }
1731
1732 #group_members_select_end {
1733         clear: both;
1734 }
1735 #group-edit-name-end {
1736         clear: both;
1737 }
1738
1739 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1740         margin-bottom: 10px;
1741         margin-top: 20px;
1742 }
1743
1744 #prvmail-submit {
1745         float: left;
1746         margin-top: 10px;
1747         margin-right: 30px;
1748 }
1749 #prvmail-upload-wrapper,
1750 #prvmail-link-wrapper,
1751 #prvmail-rotator-wrapper {
1752         float: left;
1753         margin-top: 10px;
1754         margin-right: 10px;
1755         width: 24px;
1756 }
1757
1758 #prvmail-end {
1759         clear: both;
1760 }
1761
1762 .mail-list-sender,
1763 .mail-list-detail {
1764         float: left;
1765 }
1766 .mail-list-detail {
1767         margin-left: 20px;
1768 }
1769
1770 .mail-list-subject {
1771         font-size: 1.1em;
1772         margin-top: 10px;
1773 }
1774 a.mail-list-link {
1775     display: block;
1776     font-size: 1.3em;
1777     padding: 4px 0;
1778 }
1779
1780 /*
1781 *a.mail-list-link:hover {
1782 *       background-color: #15607B;
1783 *       color: #F5F6FB;
1784 *}
1785 */
1786
1787 .mail-list-outside-wrapper-end {
1788         clear: both;
1789 }
1790
1791 .mail-list-outside-wrapper {
1792         margin-top: 30px;
1793 }
1794
1795 .mail-list-delete-wrapper {
1796         float: right;
1797         margin-right: 30px;
1798         margin-top: 15px;
1799 }
1800
1801 .mail-list-delete-icon {
1802         border: none;
1803 }
1804
1805 .mail-conv-sender,
1806 .mail-conv-detail {
1807         float: left;
1808 }
1809 .mail-conv-detail {
1810         margin-left: 20px;
1811         width: 500px;
1812 }
1813
1814 .mail-conv-subject {
1815     font-size: 1.4em;
1816     margin: 10px 0;
1817 }
1818
1819 .mail-conv-outside-wrapper-end {
1820         clear: both;
1821 }
1822
1823 .mail-conv-outside-wrapper {
1824         margin-top: 30px;
1825 }
1826
1827 .mail-conv-delete-wrapper {
1828         float: right;
1829         margin-right: 30px;
1830         margin-top: 15px;
1831 }
1832 .mail-conv-break {
1833         clear: both;
1834 }
1835
1836 .mail-conv-delete-icon {
1837         border: none;
1838 }
1839
1840 .message-links ul {
1841         list-style-type: none;
1842         padding: 0px;
1843 }
1844
1845 .message-links li {
1846         margin-top: 10px;
1847         float: left;
1848 }
1849 .message-links a {
1850         padding: 3px 5px;
1851 }
1852
1853 .message-links-end {
1854         clear: both;
1855 }
1856
1857 #sidebar-group-list ul {
1858         list-style-type: none;
1859 }
1860
1861 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1862         display: inline-block;
1863         height: 12px;
1864         width: 12px;
1865 }
1866
1867 #sidebar-group-list li {
1868         margin-top: 10px;
1869 }
1870
1871 .nets-ul, .fileas-ul {
1872         list-style-type: none;
1873 }
1874
1875 .nets-ul li, .fileas-ul li {
1876         margin-top: 10px;
1877 }
1878
1879 .nets-link {
1880         margin-left: 24px;
1881 }
1882 .nets-all {
1883         margin-left: 42px;
1884 }
1885
1886 .fileas-link {
1887         margin-left: 24px;
1888 }
1889
1890 .fileas-all {
1891         margin-left: 0px;
1892 }
1893
1894 #search-save {
1895         margin-left: 5px;
1896 }
1897 .groupsideedit {
1898         margin-right: 10px;
1899 }
1900 #saved-search-ul {
1901         list-style-type: none;
1902 }
1903 .savedsearchdrop, .savedsearchterm {
1904         float: left;
1905         margin-top: 10px;
1906 }
1907 .savedsearchterm {
1908         margin-left: 10px;
1909 }
1910
1911
1912 #side-follow-wrapper {
1913         margin-top: 20px;
1914 }
1915 #side-follow-url, #side-peoplefind-url {
1916         margin-top: 5px;
1917 }
1918 #side-follow-submit, #side-peoplefind-submit {
1919         margin-top: 15px;
1920 }
1921
1922 #side-match-link {
1923         margin-top: 10px;
1924 }
1925
1926 aside input[type='text'] {
1927  width: 174px;
1928 }
1929
1930 .widget {
1931         border: 1px solid #DDDDDD;
1932         padding: 8px;
1933         margin-top: 5px;
1934         -moz-border-radius:5px;
1935         -webkit-border-radius:5px;
1936         border-radius:5px;
1937
1938 }
1939
1940
1941 .photos {
1942         height: auto;
1943         overflow: auto;
1944 }
1945
1946 .photo-album-image-wrapper {
1947         float: left;
1948         margin-top: 15px;
1949         margin-right: 15px;
1950         width: 200px; height: 200px; 
1951         overflow: hidden; 
1952         position: relative;
1953 }
1954 .photo-album-image-wrapper .caption {
1955         display: none; 
1956         width: 100%;
1957         position: absolute; 
1958         bottom: 0px; 
1959         padding: 0.5em 0.5em 0px 0.5em;
1960         background-color: rgba(245, 245, 255, 0.8);
1961         border-bottom: 2px solid #CCC;
1962         margin: 0px;
1963 }
1964 .photo-album-image-wrapper a:hover .caption {
1965         display:block;
1966 }
1967
1968 #photo-album-end {
1969         clear: both;
1970 }
1971
1972 .photo-top-image-wrapper {
1973         position: relative;
1974         float: left;
1975         margin-top: 15px;
1976         margin-right: 15px;
1977         width: 200px; height: 200px; 
1978         overflow: hidden; 
1979 }
1980 .photo-top-album-name {
1981         width: 100%;
1982         min-height: 2em;
1983         position: absolute; 
1984         bottom: 0px; 
1985         padding: 0px 3px;
1986         padding-top: 0.5em;
1987         background-color: rgb(255, 255, 255);
1988 }
1989 #photo-top-end {
1990         clear: both;
1991 }
1992
1993 #photo-top-links {
1994         margin-bottom: 30px;
1995         margin-left: 30px;
1996 }
1997
1998 #photos-upload-newalbum-div {
1999         float: left;
2000         width: 175px;
2001 }
2002
2003 #photos-upload-noshare {
2004         margin-bottom: 10px;
2005 }
2006 #photos-upload-existing-album-text {
2007         float: left;
2008         width: 175px;
2009 }
2010 #photos-upload-newalbum {
2011         float: left;
2012 }
2013 #photos-upload-album-select {
2014         float: left;
2015 }
2016
2017 #photos-upload-spacer {
2018         margin-top: 25px;
2019 }
2020 #photos-upload-new-end, #photos-upload-exist-end {
2021         clear: both;
2022 }
2023 #photos-upload-exist-end {
2024         margin-bottom: 15px;
2025 }
2026 #photos-upload-submit {
2027         margin-top: 15px;
2028 }
2029
2030 #photos_upload_applet_wrapper {
2031         margin-bottom: 15px;
2032 }
2033
2034 #photos-upload-no-java-message {
2035         margin-bottom: 15px;
2036 }
2037
2038 #profile-jot-desc {
2039         /*float: left;*/
2040         width: 480px;
2041         color: #FF0000;
2042         margin-top: 10px;
2043         margin-bottom: 10px;
2044 }
2045
2046 #character-counter {
2047         float: right;
2048         font-size: 120%;
2049 }
2050
2051 #character-counter.grey {
2052         color: #888888;
2053 }
2054
2055 #character-counter.orange {
2056         color: orange;
2057 }
2058 #character-counter.red {
2059         color: red;
2060 }
2061
2062 #profile-jot-banner-end {
2063         /* clear: both; */ 
2064 }
2065
2066 #photos-upload-select-files-text {
2067         margin-top: 15px;
2068         margin-bottom: 15px;
2069 }
2070
2071 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2072         color: #8888FF;
2073         text-decoration: none;
2074         cursor: pointer;
2075 }
2076
2077 #photos-upload-perms-menu:hover {
2078         color: #0000FF;
2079         text-decoration: underline;
2080         cursor: pointer;
2081 }
2082 #settings-default-perms-menu {
2083         margin-top: 15px;
2084         margin-bottom: 15px;
2085 }
2086
2087 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2088         float: left;
2089         width: 150px;
2090 }
2091
2092 #photo-edit-perms-end {
2093         margin-bottom: 15px;
2094 }
2095
2096 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2097         float: left;
2098         margin-bottom: 25px;
2099 }
2100 #photo-edit-link-wrap {
2101         margin-bottom: 15px;
2102 }
2103 #photo-like-div {
2104         margin-bottom: 25px;
2105 }
2106
2107 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2108         clear: both;
2109 }
2110
2111 #photo-edit-delete-button {
2112         margin-left: 200px;
2113 }
2114 #photo-edit-end {
2115         margin-bottom: 35px;
2116 }
2117 #photo-caption {
2118         font-size: 110%;
2119         font-weight: bold;
2120         margin-top: 15px;
2121         margin-bottom: 15px;
2122 }
2123
2124 #in-this-photo-text {
2125         color: #0000FF;
2126         margin-left: 30px;
2127 }
2128
2129 #in-this-photo {
2130         margin-left: 60px;
2131         margin-top: 10px;
2132         margin-bottom: 20px;
2133 }
2134
2135 #photo-album-edit-submit, #photo-album-edit-drop {
2136         margin-top: 15px;
2137         margin-bottom: 15px;
2138 }
2139
2140 #photo-album-edit-drop {
2141         margin-left: 200px;
2142 }
2143
2144 .group-delete-wrapper {
2145         float: right;
2146         margin-right: 50px;
2147 }
2148
2149 #install-dbhost-label,
2150 #install-dbuser-label,
2151 #install-dbpass-label,
2152 #install-dbdata-label,
2153 #install-tz-desc {
2154        float: left;
2155        width: 250px;
2156        margin-top: 10px;
2157        margin-bottom: 10px;
2158
2159 }
2160
2161 #install-dbhost,
2162 #install-dbuser,
2163 #install-dbpass,
2164 #install-dbdata {
2165        float: left;
2166        width: 200px;
2167        margin-left: 20px;
2168 }
2169
2170 #install-dbhost-end,
2171 #install-dbuser-end,
2172 #install-dbpass-end,
2173 #install-dbdata-end,
2174 #install-tz-end {
2175        clear: both;
2176 }
2177
2178 #install-form select#timezone_select {
2179        float: left;
2180        margin-top: 18px;
2181        margin-left: 20px;
2182 }
2183
2184 #dfrn-request-networks {
2185         margin-bottom: 30px;
2186 }
2187
2188 #pause {
2189   position: fixed;
2190   bottom: 5px;
2191   right: 5px;
2192 }
2193
2194 .sparkle {
2195         cursor: url('lock.cur'), pointer;
2196 /*      cursor: pointer !important; */
2197 }
2198
2199 .contact-block-div {
2200         float: left;
2201         width: 52px;
2202         height: 52px;
2203 }
2204 .contact-block-textdiv {
2205         float: left;
2206         width: 150px;
2207         height: 34px;
2208 }
2209
2210 #contact-block-end {
2211         clear: both;
2212 }
2213 .contact-block-link {
2214         float: left;
2215 }
2216 .contact-block-img {
2217         width:48px;
2218         height:48px;
2219 }
2220
2221 #tag-remove {
2222         margin-bottom: 15px;
2223 }
2224
2225 #tagrm li {
2226         margin-bottom: 10px;
2227 }
2228
2229 #tagrm-submit, #tagrm-cancel {
2230         margin-top: 25px;
2231 }
2232
2233 #tagrm-cancel {
2234         margin-left: 15px;
2235 }
2236
2237 .wall-item-conv {
2238         margin-top: 5px;
2239         margin-bottom: 25px;
2240 }
2241
2242 #search-submit {
2243         margin-left: 15px;
2244 }
2245
2246 #search-box {
2247         margin-bottom: 25px;
2248 }
2249
2250 .location-label, .gender-label, .marital-label, .homepage-label {
2251         float: left;
2252         text-align: right;
2253         display: block;
2254         width: 65px;
2255 }
2256
2257 .adr, .x-gender, .marital-text, .homepage-url {
2258         float: left;
2259         display: block;
2260         margin-left: 8px;
2261 }
2262
2263 .profile-clear {
2264         clear: both;
2265 }
2266
2267
2268 .clear {
2269         clear: both;
2270 }
2271
2272 .cc-license {
2273         margin-top: 50px;
2274         font-size: 70%;
2275 }
2276
2277
2278 #plugin-settings-link, #account-settings-link {
2279         margin-bottom: 10px;
2280 }
2281
2282 #uexport-link {
2283         margin-bottom: 20px;
2284 }
2285
2286 /* end from default */
2287         
2288
2289 .fn {
2290         padding: 0px 0px 5px 12px;
2291         font-size: 120%;
2292         font-weight: bold;
2293 }
2294
2295 .vcard .title {
2296         margin-bottom: 5px;
2297         margin-left: 12px;
2298 }
2299
2300 .vcard dl {
2301         clear: both;
2302 }
2303
2304 #birthday-title {
2305         float: left;
2306         font-weight: bold;      
2307 }
2308
2309 #birthday-adjust {
2310         float: left;
2311         font-size: 75%;
2312         margin-left: 10px;
2313 }
2314
2315 #birthday-title-end {
2316         clear: both;
2317 }
2318
2319 .birthday-list {
2320         margin-left: 15px;
2321 }
2322
2323 #birthday-wrapper {
2324         margin-bottom: 20px;
2325 }
2326
2327 #network-new-link {
2328         margin-top: 15px;
2329         margin-bottom: 15px;
2330 }
2331
2332
2333 .tool-wrapper {
2334   float: left;
2335   margin-left: 15px;
2336 }
2337
2338 .tool-link {
2339   cursor: pointer;
2340 }
2341
2342 .eventcal {
2343         float: left;
2344         font-size: 20px;
2345 }
2346
2347 .vevent {
2348         border: 1px solid #CCCCCC;
2349 }
2350 .vevent .event-description, .vevent .event-location {
2351         margin-left: 10px;
2352         margin-right: 10px;
2353 }
2354 .vevent .event-start {
2355         margin-left: 10px;
2356         margin-right: 10px;
2357 }
2358
2359 #new-event-link {
2360         margin-bottom: 10px;
2361 }
2362
2363 .edit-event-link, .plink-event-link {
2364         float: left;
2365         margin-top: 4px;
2366         margin-right: 4px;
2367         margin-bottom: 15px;
2368 }
2369
2370 .event-description:before {
2371         content: url('../../../images/calendar.png');
2372         margin-right: 15px;
2373 }
2374
2375 .event-start, .event-end {
2376         margin-left: 10px;
2377         width: 330px;
2378         clear: both;
2379 }
2380
2381 .event-start .dtstart, .event-end .dtend {
2382         float: right;
2383 }
2384
2385 .event-list-date {
2386         margin-bottom: 10px;
2387 }
2388
2389 .prevcal, .nextcal {
2390         float: left;
2391         margin-left: 32px;
2392         margin-right: 32px;
2393         margin-top: 64px;
2394 }
2395 .event-calendar-end {
2396         clear: both;
2397 }
2398
2399  
2400 .calendar {
2401         font-family: Courier, monospace;
2402 }
2403 .today {
2404         font-weight: bold;
2405         color: #FF0000;
2406 }
2407
2408 .settings-block {
2409         border: 1px solid #AAA;
2410         margin: 10px;
2411         padding: 10px;
2412 }
2413
2414 .app-title {
2415         margin: 10px;
2416 }
2417
2418 #identity-manage-desc {
2419         margin-top:15px;
2420         margin-bottom: 15px;
2421 }
2422
2423 #identity-manage-choose {
2424         margin-bottom: 15px;
2425 }
2426
2427 #identity-submit {
2428         margin-top: 20px;
2429 }
2430
2431 #photo-prev-link, #photo-next-link {
2432         padding: 10px;
2433         float: left;
2434 }
2435
2436 #photo-photo {
2437         float: left;
2438 }
2439
2440 #photo-photo-end {
2441         clear: both;
2442 }
2443
2444 .profile-match-photo {
2445         float: left;
2446         text-align: center;
2447         width: 120px;
2448 }
2449
2450 .profile-match-name {
2451         float: left;
2452         text-align: center;
2453         width: 120px;
2454         overflow: hidden;
2455 }
2456
2457 .profile-match-break,
2458 .profile-match-end {
2459         clear: both;
2460 }
2461
2462 .profile-match-connect {
2463         text-align: center;
2464         font-weight: bold;
2465 }
2466
2467 .profile-match-wrapper {
2468         float: left;
2469         padding: 10px;
2470         width: 120px;
2471         height: 120px;
2472         scroll: auto;
2473 }
2474 #profile-match-wrapper-end {
2475         clear: both;
2476 }
2477 .side-link {
2478         margin-bottom: 15px;
2479 }
2480
2481 #language-selector {
2482         position: absolute;
2483         top: 0px;
2484         left: 16px;
2485 }
2486
2487 #group-members {
2488         margin-top: 20px;
2489         padding: 10px;
2490         height: 250px;
2491         overflow: auto;
2492         border: 1px solid #ddd;
2493 }
2494
2495 #group-members-end {
2496         clear: both;
2497 }
2498
2499 #group-separator {
2500         margin-top: 10px;
2501         margin-bottom: 10px;
2502 }
2503
2504 #group-all-contacts {
2505         padding: 10px;
2506         height: 450px;
2507         overflow: auto;
2508         border: 1px solid #ddd;
2509 }
2510
2511 #group-all-contacts-end {
2512         clear: both;
2513         margin-bottom: 10px;
2514 }
2515
2516 #group-edit-desc {
2517         margin-top: 15px;
2518 }
2519
2520
2521 #prof-members {
2522         margin-top: 20px;
2523         padding: 10px;
2524         height: 250px;
2525         overflow: auto;
2526         border: 1px solid #ddd;
2527 }
2528
2529 #prof-members-end {
2530         clear: both;
2531 }
2532
2533 #prof-separator {
2534         margin-top: 10px;
2535         margin-bottom: 10px;
2536 }
2537
2538 #prof-all-contacts {
2539         padding: 10px;
2540         height: 450px;
2541         overflow: auto;
2542         border: 1px solid #ddd;
2543 }
2544
2545 #prof-all-contacts-end {
2546         clear: both;
2547         margin-bottom: 10px;
2548 }
2549
2550 #prof-edit-desc {
2551         margin-top: 15px;
2552 }
2553
2554 #crepair-name-label,
2555 #crepair-nick-label,
2556 #crepair-attag-label,
2557 #crepair-url-label,
2558 #crepair-request-label,
2559 #crepair-confirm-label,
2560 #crepair-notify-label,
2561 #crepair-photo-label,
2562 #crepair-poll-label {
2563         float: left;
2564         width: 200px;
2565         margin-bottom: 15px;
2566 }
2567
2568 #crepair-name,
2569 #crepair-nick,
2570 #crepair-attag,
2571 #crepair-url,
2572 #crepair-request,
2573 #crepair-confirm,
2574 #crepair-notify,
2575 #crepair-photo,
2576 #crepair-poll {
2577         float: left;
2578         width: 300px;
2579 }
2580
2581
2582 #netsearch-box {
2583         margin-top: 20px;       
2584 }
2585
2586 #netsearch-box #search-submit {
2587         margin: 5px 0px 0px 0px;
2588 }
2589
2590 .required {
2591         color: #FF0000;
2592 }
2593
2594 #event-start-text, #event-finish-text {
2595         margin-top: 10px;
2596         margin-bottom: 5px;
2597 }
2598
2599 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2600         float: left;
2601 }
2602 #event-datetime-break {
2603         margin-bottom: 10px;
2604 }
2605
2606 #event-nofinish-break, #event-adjust-break {
2607         clear: both;
2608 }
2609
2610 #event-desc-text, #event-location-text {
2611         margin-top: 10px;
2612         margin-bottom: 5px;
2613 }
2614 #event-submit {
2615         margin-top: 10px;
2616 }
2617
2618 .body-tag {
2619         opacity: 0.5;
2620         filter:alpha(opacity=50);
2621 }
2622
2623 .body-tag:hover {
2624         opacity: 1.0 !important;
2625         filter:alpha(opacity=100) !important;
2626 }
2627
2628 .item-select {
2629         opacity: 0.1;
2630         filter:alpha(opacity=10);
2631         float: right;
2632         margin-right: 10px;
2633
2634 }
2635 .item-select:hover, .checkeditem {
2636         opacity: 1;
2637         filter:alpha(opacity=100);
2638 }
2639
2640
2641 #item-delete-selected {
2642         margin-top: 30px;
2643 }
2644
2645 #item-delete-selected-end {
2646         clear: both;
2647 }
2648 #item-delete-selected-icon, #item-delete-selected-desc {
2649         float: left;
2650         margin-right: 5px;
2651 }
2652 #item-delete-selected-desc:hover {
2653         text-decoration: underline;
2654 }
2655
2656 #lang-select-icon {
2657         cursor: pointer;
2658         position: absolute;
2659         left: 0px;
2660         top: 0px;
2661         opacity: 0.2;
2662         filter:alpha(opacity=20);
2663 }
2664
2665 #lang-select-icon:hover {
2666         opacity: 1;
2667         filter:alpha(opacity=100);
2668 }
2669
2670 .notif-image {
2671         height: 80px;
2672         width: 80px;
2673         margin-right: 15px;
2674 }
2675 .notification-listing-end {
2676         clear: both;
2677         margin-bottom: 15px;
2678 }
2679
2680
2681
2682 /**
2683  * Plugins settings
2684  */
2685
2686 .settings-block > h3,
2687 .settings-heading {
2688         border-bottom: 1px solid #babdb6;
2689 }
2690  
2691
2692 /**
2693  * Form fields
2694  */
2695 .field {
2696         margin-bottom: 10px;
2697         padding-bottom: 10px;
2698         overflow: auto;
2699         width: 100%
2700 }
2701
2702 .field label {
2703         float: left;
2704         width: 200px;
2705 }
2706
2707 .field input,
2708 .field textarea {
2709         width: 400px;
2710 }
2711 .field textarea { height: 100px; }
2712 .field_help {
2713         display: block;
2714         margin-left: 200px;
2715         color: #666666;
2716         
2717 }
2718
2719
2720 .field .onoff {
2721         float: left;
2722         width: 80px;
2723 }
2724 .field .onoff a {
2725         display: block;
2726         border:1px solid #666666;
2727         background-image:url("../../../images/onoff.jpg");
2728         background-repeat: no-repeat;
2729         padding: 4px 2px 2px 2px;
2730         height: 16px;
2731         text-decoration: none;
2732 }
2733 .field .onoff .off {
2734         border-color:#666666;
2735         padding-left: 40px;
2736         background-position: left center;
2737         background-color: #cccccc;
2738         color: #666666;
2739         text-align: right;
2740 }
2741 .field .onoff .on {
2742         border-color:#204A87;
2743         padding-right: 40px;
2744         background-position: right center;
2745         background-color: #D7E3F1;
2746         color: #204A87;
2747         text-align: left;
2748 }
2749 .hidden { display: none!important; }
2750
2751 .field.radio .field_help { margin-left: 0px; }
2752
2753 /**
2754  * ADMIN
2755  */
2756 #pending-update {
2757         float:right;
2758         color: #ffffff;
2759         font-weight: bold;
2760         background-color: #FF0000;
2761         padding: 0em 0.3em;
2762         
2763 }
2764 #adminpage dl {
2765         clear: left;
2766         margin-bottom: 2px;
2767         padding-bottom: 2px;
2768         border-bottom: 1px solid black;
2769 }
2770 #adminpage dt {
2771         width: 200px;
2772         float: left;
2773         font-weight: bold;
2774 }
2775 #adminpage dd {
2776         margin-left: 200px;
2777 }
2778
2779 #adminpage h3 {
2780         border-bottom: 1px solid #cccccc;
2781 }
2782 #adminpage .field label {
2783         font-weight: bold;
2784 }
2785 #adminpage .submit {
2786         clear:left;
2787         text-align: right;
2788 }
2789
2790 #adminpage #pluginslist {
2791         margin: 0px; padding: 0px;
2792 }
2793 #adminpage .plugin {
2794         list-style: none;
2795         display: block;
2796         border: 1px solid #888888;
2797         padding: 1em;
2798         margin-bottom: 5px;
2799         clear: left;
2800 }
2801 #adminpage .plugin .desc { margin-left: 2.5em;}
2802 #adminpage .toggleplugin {
2803         float:left;
2804         margin-right: 1em;
2805 }
2806
2807 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2808 #adminpage table th { text-align: left;}
2809 #adminpage td .icon { float: left;}
2810 #adminpage table#users img { width: 16px; height: 16px; }
2811 #adminpage table tr:hover { background-color: #bbc7d7; }
2812 #adminpage .selectall { text-align: right; }
2813
2814 /*
2815  * UPDATE
2816  */
2817 .popup {        
2818         width: 100%; height: 100%;
2819         top:0px; left:0px;
2820         position: absolute;
2821         display: none;
2822 }
2823
2824 .popup .background {
2825         background-color: rgba(0,0,0,128);
2826         opacity: 0.5;
2827         width: 100%; height: 100%;
2828         position: absolute;
2829         top:0px; left:0px;
2830 }
2831 .popup .panel {
2832         top:25%;left:25%;width:50%;height:50%;
2833         padding: 1em;
2834         position: absolute;
2835         border: 4px solid #000000;
2836         background-color: #FFFFFF;
2837 }
2838 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2839 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2840 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2841 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2842 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2843
2844 /**
2845  * OAuth
2846  */
2847 .oauthapp {
2848         height: auto; overflow: auto;
2849         border-bottom: 2px solid #cccccc;
2850         padding-bottom: 1em;
2851         margin-bottom: 1em;     
2852 }
2853 .oauthapp img {
2854         float: left;
2855         width: 48px; height: 48px;
2856         margin: 10px;
2857 }
2858 .oauthapp img.noicon {
2859         background-image: url("../../../images/icons/48/plugin.png");
2860         background-position: center center;
2861         background-repeat: no-repeat;
2862 }
2863 .oauthapp a {
2864         float: left;
2865 }
2866
2867 /**
2868  * ICONS
2869  */
2870 .iconspacer {
2871         display: block; width: 16px; height: 16px;
2872 }
2873
2874 .icon {
2875         display: block; width: 16px; height: 16px;
2876         background-image: url('../../../images/icons.png');
2877 }
2878 .article { background-position: 0px 0px;}
2879 .audio { background-position: -16px 0px;}
2880 .block { background-position: -32px 0px;}
2881 .drop { background-position: -48px 0px;}
2882 .drophide { background-position: -64px 0px;}
2883 .edit { background-position: -80px 0px;}
2884 .camera { background-position: -96px 0px;}
2885 .dislike { background-position: -112px 0px;}
2886 .like { background-position: -128px 0px;}
2887 .link { background-position: -144px 0px;}
2888
2889 .globe { background-position: 0px -16px;}
2890 .noglobe { background-position: -16px -16px;}
2891 .no { background-position: -32px -16px;}
2892 .pause { background-position: -48px -16px;}
2893 .play { background-position: -64px -16px;}
2894 .pencil { background-position: -80px -16px;}
2895 .small-pencil { background-position: -96px -16px;}
2896 .recycle { background-position: -112px -16px;}
2897 .remote-link { background-position: -128px -16px;}
2898 .share { background-position: -144px -16px;}
2899
2900 .tools { background-position: 0px -32px;}
2901 .lock { background-position: -16px -32px;}
2902 .unlock { background-position: -32px -32px;}
2903 .video { background-position: -48px -32px;}
2904 .youtube { background-position: -64px -32px;}
2905 .attach { background-position: -80px -32px; }
2906 .language { background-position: -96px -32px; }
2907 .prev { background-position: -112px -32px; }
2908 .next { background-position: -128px -32px; }
2909 .on { background-position: -144px -32px; }
2910
2911 .off { background-position: 0px -48px; }
2912 .starred { background-position: -16px -48px; }
2913 .unstarred { background-position: -32px -48px; }
2914 .tagged { background-position: -48px -48px; }
2915
2916
2917 .filer-icon {
2918         display: block; width: 16px; height: 16px;
2919         background-image: url('file.gif');
2920 }
2921
2922 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2923
2924 .attachtype {
2925         display: block; width: 20px; height: 23px;
2926         float: left;
2927         background-image: url('../../../images/content-types.png');
2928 }
2929
2930 .body-attach {
2931         margin-top: 10px;
2932 }
2933
2934 .type-video { background-position: 0px 0px; }
2935 .type-image { background-position: -20px 0px; }
2936 .type-audio { background-position: -40px 0px; }
2937 .type-text  { background-position: -60px 0px; }
2938 .type-unkn  { background-position: -80px 0px; }
2939
2940
2941 /* autocomplete popup */
2942 .acpopup {
2943         max-height:150px;
2944         background-color:#ffffff;
2945         overflow:auto;
2946         z-index:100000;
2947         border:1px solid #cccccc;
2948 }
2949 .acpopupitem {
2950         background-color:#ffffff; padding: 4px;
2951         clear:left;
2952 }
2953 .acpopupitem img {
2954         float: left;
2955         margin-right: 4px;
2956 }
2957
2958 .acpopupitem.selected {
2959         color: #FFFFFF; background: #3465A4;
2960 }
2961
2962 /* popup notifications */
2963 div.jGrowl div.notice {
2964   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
2965   color: #ffffff;
2966   padding-left: 58px;
2967 }
2968 div.jGrowl div.info {
2969   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
2970   color: #ffffff;
2971   padding-left: 58px;
2972 }
2973
2974 .qcomment {
2975         border: 1px solid #EEE;
2976         padding: 3px;
2977 }
2978
2979 .qcomment {
2980         opacity: 0;
2981         filter:alpha(opacity=0);
2982 }
2983 .qcomment:hover {
2984         opacity: 1.0;
2985         filter:alpha(opacity=100);
2986 }
2987
2988 /* notifications popup menu */
2989 .nav-notify {
2990         display: none;
2991         position: absolute;
2992         font-size: 10px;
2993         padding: 1px 3px;
2994         top: 0px;
2995         right: -10px;
2996         min-width: 15px;
2997         text-align: right;
2998 }
2999 .nav-notify.show {
3000         display: block;
3001 }
3002 ul.menu-popup {
3003         position: absolute;
3004         display: none;
3005         width: 10em;
3006         margin: 0px;
3007         padding: 0px;
3008         list-style: none;
3009         z-index: 100000;
3010         top: 90px;
3011         left: 400px;
3012 }
3013 #nav-notifications-menu {
3014         width: 320px;
3015         max-height: 400px;
3016         overflow-y: scroll;overflow-style:scrollbar;
3017         background-color:#FFFFFF;
3018         -moz-border-radius: 5px;
3019         -webkit-border-radius: 5px;
3020         border-radius:5px;
3021         border: 1px solid #888;
3022 }
3023 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3024 #nav-notifications-menu img { float: left; margin-right: 5px; }
3025 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3026 #nav-notifications-menu li {
3027         padding: 7px 0px 7px 10px;
3028         word-wrap:normal;
3029         border-bottom: 1px solid #000;
3030 }
3031
3032 #nav-notifications-menu li:hover {
3033
3034 }
3035
3036 #nav-notifications-menu a:hover {
3037         text-decoration: underline;
3038 }
3039
3040 .notif-item a {
3041         color: #000000;
3042 }
3043
3044 .notif-item a:hover {
3045         text-decoration: underline;
3046 }
3047
3048 .notif-image {
3049         width: 32px;
3050         height: 32px;
3051         padding: 7px 7px 0px 0px;
3052 }
3053
3054 .notify-seen {
3055         background: #DDDDDD;
3056 }