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