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