]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
bee68fc32725738555daf7dd7f1a30903020b5f6
[friendica.git] / view / theme / loozah / style.css
1 /*
2         Loozah CSS - Emmanuel Revah manurevah.com
3         Copy, Paste, Send - Free
4
5         this is still considered as messy :]
6 */
7
8 /** {*/
9         /*margin: 0;*/
10         /*padding: 0;*/
11 /*}*/
12
13 /* GENERIC STUFF */
14 body {
15         background: #F5F6FB;
16         color: #444444;
17         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
18         font-size: 90%;
19         margin-left: 10px;
20 }
21 a, a:visited {
22 /*      color: #34366A; */
23         color: #15607B;
24         text-decoration: none;
25 }
26 a:hover {
27         color: #0CBEFE;
28         text-decoration: none;
29 }
30 input, select {
31         background-color: #ECECEC;
32         border: 1px solid #858585;
33 }
34 input:hover {
35
36         background-color: #0CBEFE;
37 /*      background-color: #49dbFa; */
38         color: black;
39 /*      color: #F5F6FB; */
40 /*      border: 1px solid #F5F6FB; */
41         cursor: pointer;
42 }
43
44 .openid {
45    background-color: #ECECEC !important;
46    background: url(login-bg.gif) no-repeat;
47    background-position: 0 50%;
48    padding-left: 18px;
49 }
50 .openid:hover {
51         background-color: #0CBEFE !important;
52 }
53
54 option {
55         background-color: #ECD6D2;
56 }
57 img {
58         border: none;
59 }
60 code {
61         font-family: Courier, monospace;
62         white-space: pre;
63         display: block;
64         overflow: auto;
65         border: 1px solid #444;
66         background: #EEE;
67         color: #444;
68         padding: 10px;
69         margin-top: 20px;
70 }
71 blockquote:before {
72         content: '>> ';
73 }
74
75 #site-location {
76         position: absolute;
77         right: 5px;
78         top: 3px;
79         color: white;
80         font-size: 60%;
81 }
82
83 .shiny {
84         border-color: orange !important;
85 }
86
87 .nav-login-link {
88         float: right;
89         margin-left: 0px;
90         margin-right: 3px;
91         padding: 3px;
92         font-size: 70%;
93 }
94
95 /* NOTIFICATION */
96 #notification-show-hide-link {
97         background-color: red;
98         padding: 2px 4px;
99         background-color: #ECECEC;
100         border: 1px solid #858585;
101 }
102 #notification-show-hide-link:hover {
103         background-color: #0CBEFE;
104         color: #F5F6FB;
105         border: 1px solid #F5F6FB;
106 }
107
108 #jot-perms-icon, 
109 #profile-location,
110 #profile-nolocation,
111 #profile-youtube, 
112 #profile-video,
113 #profile-audio, 
114 #profile-link,
115 #profile-title, 
116 #wall-image-upload,
117 #profile-upload-wrapper,
118 #wall-image-upload-div,
119 .hover, .focus {
120         cursor: pointer;
121 }
122
123 .fakelink, .fakelink:visited {
124         color: #15607B;
125         text-decoration: none;
126         cursor: pointer;
127         margin-top: 15px;
128         margin-bottom: 15px;
129 }
130 .lockview {
131         cursor: pointer;
132 }
133
134 .fakelink:hover {
135         color: #0CBEFE;
136         text-decoration: none;
137         cursor: pointer;
138 }
139 .smalltext {
140         font-size: 0.7em;
141 }
142 #sysmsg {
143         width: 600px;
144         margin-bottom: 10px;
145 }
146
147 #top-margin {
148         height: 20px;
149 }
150
151 #logo-img {
152         margin-top: 3px;
153
154 }
155
156 #logo-text {
157         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
158         margin-left: 3px;
159         vertical-align: top;
160 }
161
162 #logo-text a, #logo-text a:hover, #logo-text a:visited {
163         color: #F5F6FB;
164         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
165         margin-left: 3px;
166         vertical-align: top;
167 }
168
169
170 #banner {
171         color: #F5F6FB;
172         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
173         font-size: 2.0em;
174         position: absolute;
175         top: 5px;
176         left: 39%;
177 }
178
179 #panel {
180         background-color: ivory;
181         position: absolute;
182         z-index: 2;
183         width: 30%;
184         padding: 25px;
185         border: 1px solid #444;
186 }
187
188 img.photo {
189         /*border: 1px solid #AAAAAA;*/
190         /*padding: 5px;*/
191         /*background: #FFFFFF;*/
192 }
193
194 #logo {
195         font-size: 300%;
196         color: #A8A8A8;
197         font-weight: bold;
198         margin-left: 280px;
199 }
200
201 /*
202  * #page-footer {
203  *      height: 20px;
204  *
205  * }
206  */
207
208 .heart {
209         color: #FF0000;
210         font-size: 100%;
211 }
212
213 aside {
214         /*position: absolute;*/
215         /*left: 0px;*/
216         /*top: 60px;*/
217         /*right: 250px;*/
218         width: 230px;
219         /*margin-left: 20px;*/
220         /*margin-right: 0px;*/
221         font-size: 0.9em;
222
223         float: left;
224         margin-top: 64px;
225         margin-left: 20px;
226 }
227 section {
228         position: absolute;
229         left: 250px;
230         top: 60px;
231         margin-top: 25px;
232         margin-left: 20px;
233         margin-right: 20px;
234         right: 0px;
235 }
236 h1 {
237         font-size: 1.6em;
238 }
239
240 nav {
241         position: absolute;
242         top: 0px;
243         height: 48px;
244         left: 0px;
245         right: 0px;
246         background: #15607B;
247 }
248
249 /*
250  * footer {
251  *      left: 0px;
252  *      bottom: 0px;
253  *      position: fixed;
254  *      background-color: #0CBEFE;
255  *      width: 100%;
256  *      padding: 2px 3%;
257  * }
258  */
259
260 .fn {
261         font-size: 1.4em;
262         margin-bottom: 5px;
263         line-height: 1.5;
264 }
265
266 .vcard .title {
267         margin-bottom: 5px;
268 }
269
270
271 .powered {
272         font-size: 0.6em;
273         color: black;
274 }
275 .powered a {
276         color: #EBF3F3;
277         font-weight: bold;
278 }
279 .powered a:hover {
280         color: #FFC019;
281 }
282 .error-message {
283         color: #FF0000;
284         font-size: 1.1em;
285         border: 1px solid #FF8888;
286         background-color: #FFEEEE;
287         padding: 10px;
288 }
289
290 .nav-link {
291         float: right;
292         margin-left: 0px;
293         margin-right: 3px;
294         padding: 6px;
295         /*border: 2px solid #000000;*/
296         background: #D5D5D5;
297         font-size: 80%;
298         font-weight: bold;
299         -moz-border-radius-topleft: 3px;
300         -moz-border-radius-topright: 3px;
301         -webkit-border-radius-topleft: 3px;
302         -webkit-border-radius-topright: 3px;
303         border-radius-topleft: 3px;
304         border-radius-topright: 3px;
305 }
306 .nav-link:hover {
307         background-color: #0CBEFE;
308         color: #F5F6FB;
309 }
310
311
312 .nav-ajax-left {
313         margin-left: 1px;
314         margin-right: 2px;
315         float: left;
316         font-size: 0.6em;
317         font-weight: bold;
318         color: #F8FF15;
319         /*background: #FFFFFF;*/
320 }
321
322
323
324 .nav-selected {
325         border-bottom: none !important;
326         background: #F5F6FB !important;
327         padding: 8px 6px 6px 6px !important;
328         color: #000 !important;
329 }
330
331
332 .nav-ajax-left:hover {
333         font-size: 1.5em;
334 }
335
336 .nav-ajax-right {
337         margin-left: 1px;
338         float: right;
339         font-size: 0.6em;
340         font-weight: bold;
341         color: #FF0000;
342 }
343
344 .nav-commlink {
345         float: left;
346         margin-left: 3px;
347         margin-right: 0px;
348         padding: 6px;
349         /*border: 2px solid #000000;*/
350         background: #D5D5D5;
351         font-size: 80%;
352         font-weight: bold;
353         text-decoration: none;
354         -moz-border-radius-topleft: 3px;
355         -moz-border-radius-topright: 3px;
356         -webkit-border-radius-topleft: 3px;
357         -webkit-border-radius-topright: 3px;
358         border-radius-topleft: 3px;
359         border-radius-topright: 3px;
360 }
361 .nav-commlink:hover {
362         background-color: #0CBEFE;
363         color: #F5F6FB;
364 }
365
366 #nav-end {
367         clear: both;
368 }
369
370 .login-extra-links {
371         font-size: 0.7em;
372 }
373
374 #profile-extra-links {
375         margin-top: 20px;
376         margin-bottom: 20px;
377         margin-left: 20px;
378         margin-right: 20px;
379 }
380 #register-fill-ext {
381         margin-bottom: 25px;
382 }
383
384 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
385         float: left;
386         width: 350px;
387         margin-top: 10px;
388 }
389
390 #register-name, #register-email, #register-nickname {
391         float: left;
392         margin-top: 10px;
393         width: 150px;
394 }
395
396 #register-openid {
397         float: left;
398         margin-top: 10px;
399         width: 130px;
400 }
401
402 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
403         clear: both;
404 }
405
406 #register-nickname-desc {
407         margin-top: 30px;
408         width: 650px;
409 }
410 #register-sitename {
411         float: left;
412         margin-top: 10px;
413 }
414
415 #register-submit-button {
416         margin-top: 10px;
417 }
418
419 #label-login-name, #label-login-password, #login-extra-filler {
420         float: left;
421         width: 200px;
422         margin-bottom: 20px;
423 }
424
425
426 #login-password {
427         float: left;
428         width: 170px;
429 }
430
431 #login-name {
432         float: left;
433         width: 153px;
434 }
435
436 #login-name.no-openid {
437         float: left;
438         width: 170px;
439 }
440
441 #register-link, #lost-password-link {
442         float: left;
443         font-size: 80%;
444         margin-right: 15px;
445 }
446
447 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
448         clear: both;
449 }
450
451 #login-submit-button {
452 /*      margin-top: 10px; */
453         margin-left: 200px;
454 }
455
456 input#dfrn-url {
457         float: left;
458         background: url(friendika-16.png) no-repeat;
459         background-position: 2px center;
460         font-size: 17px;
461         padding-left: 21px;
462         height: 21px;
463         background-color: #FFFFFF;
464         color: #000000;
465         margin-bottom: 20px;
466 }
467
468 #dfrn-url-label {
469         float: left;
470         width: 250px;
471 }
472
473 #dfrn-request-url-end {
474         clear: both;
475 }
476
477 #knowyouyes, #knowyouno {
478         float: left;
479 }
480
481 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
482
483         float: none;
484 }
485 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
486         float: left;
487         width: 75px;
488         margin-left: 50px;
489         margin-bottom: 7px;
490 }
491 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
492         clear: both;
493
494 }
495
496 #dfrn-request-message-wrapper {
497         margin-bottom: 50px;
498 }
499 #dfrn-request-submit-wrapper {
500         clear: both;
501         margin-left: 50px;
502 }
503
504 #dfrn-request-info-wrapper {
505         margin-left: 50px;
506 }
507
508 #settings-nick-wrapper {
509         margin-bottom: 15px;
510 }
511
512 #settings-expire-end {
513         margin-bottom: 30px;
514 }
515
516 #settings-username-end,
517 #settings-email-end,
518 #settings-nick-end,
519 #settings-defloc-end,
520 #settings-allowloc-end,
521 #settings-blockw-end,
522 #settings-timezone-end,
523 #settings-theme-end,
524 #settings-password-end,
525 #settings-confirm-end,
526 #settings-openid-end,
527 #settings-maxreq-end,
528 #notify1-end,
529 #notify2-end,
530 #notify3-end,
531 #notify4-end,
532 #notify5-end {
533         margin-bottom: 5px;
534         clear: both;
535 }
536
537 #settings-username-label,
538 #settings-email-label,
539 #settings-nick-label,
540 #settings-defloc-label,
541 #settings-allowloc-label,
542 #settings-blockw-label,
543 #settings-timezone-label,
544 #settings-theme-label,
545 #settings-password-label,
546 #settings-confirm-label,
547 #settings-openid-label,
548 #settings-maxreq-label,
549 #settings-label-notify1,
550 #settings-label-notify2,
551 #settings-label-notify3,
552 #settings-label-notify4,
553 #settings-label-notify5 {
554         float: left;
555         width: 200px;
556 }
557
558 #settings-username,
559 #settings-email,
560 #settings-nick,
561 #settings-defloc,
562 #settings-allowloc,
563 #settings-blockw,
564 #timezone-select,
565 #theme-select,
566 #settings-password,
567 #settings-confirm,
568 #settings-maxreq,
569 #notify1,
570 #notify2,
571 #notify3,
572 #notify4,
573 #notify5 {
574         float: left;
575         margin-bottom: 20px;
576 }
577
578 #settings-openid {
579         float: left;
580         margin-bottom: 20px;
581         width: 127px;
582 }
583         
584 #settings-maxreq-desc {
585         float: left;
586         margin-left: 20px;
587 }
588
589 #settings-theme-label,
590 #settings-defloc-label {
591         margin-top: 20px;
592 }
593
594 #settings-defloc {
595         margin-top: 20px;
596 }
597
598
599 #theme-select {
600         margin-top: 20px;
601         width: 207px;
602 }
603 #settings-notify-desc {
604         margin-top: 20px;
605         margin-bottom: 20px;
606 }
607 #settings-nick-desc {
608         width: 500px;
609 }
610
611 #settings-nick {
612         margin-bottom: 30px;
613 }
614
615 #cropimage-wrapper, #cropimage-preview-wrapper {
616         float: left;
617         padding: 30px;
618 }
619
620 #crop-image-form {
621         margin-top: 30px;
622         clear: both;
623 }
624
625 .intro-wrapper {
626         margin-top: 20px;
627 }
628
629 .intro-fullname {
630         font-size: 1.1em;
631         font-weight: bold;
632
633 }
634 .intro-desc {
635         margin-bottom: 20px;
636         font-weight: bold;
637 }
638
639 .intro-note {
640         padding: 10px;
641 }
642
643 .intro-end {
644         padding: 30px;
645 }
646
647 .intro-form {
648         float: left;
649 }
650 .intro-approve-form {
651         clear: both;
652 }
653 .intro-approve-as-friend-end {
654         clear: both;
655 }
656 .intro-submit-approve, .intro-submit-ignore {
657         margin-right: 20px;
658 }
659 .intro-submit-approve {
660         margin-top: 15px;
661 }
662
663 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
664         float: left;
665         width: 100px;
666         margin-left: 20px;
667 }
668 .intro-approve-as-friend, .intro-approve-as-fan {
669         float: left;
670 }
671 .intro-form-end {
672         clear: both;
673 }
674 .intro-approve-as-friend-desc {
675         margin-top: 15px;
676 }
677 .intro-approve-as-end {
678         clear: both;
679         margin-bottom: 10px;
680 }
681
682 .intro-end {
683         clear: both;
684         margin-bottom: 30px;
685 }
686
687 #profile-extra-links ul {
688         list-style-type: none;
689 }
690
691
692 #profile-extra-links li {
693         margin-top: 5px;
694 }
695
696 #profile-edit-links ul {
697         list-style-type: none;
698 }
699
700 #profile-edit-links li {
701         margin-top: 10px;
702 }
703
704 .view-contact-wrapper {
705         margin-top: 20px;
706         float: left;
707         margin-left: 20px;
708         width: 180px;
709 }
710 #view-contact-end {
711         clear: both;
712 }
713 #viewcontacts {
714         margin-top: 15px;
715 }
716 #profile-edit-default-desc {
717         color: #FF0000;
718         border: 1px solid #FF8888;
719         background-color: #FFEEEE;
720         padding: 7px;
721 }
722
723 #profile-edit-clone-link-wrapper {
724         float: left;
725         margin-left: 50px;
726         margin-bottom: 20px;
727         width: 300px;
728 }
729
730 #profile-edit-drop-link-wrapper {
731         float: left;
732 }
733
734 #profile-edit-links-end {
735         clear: both;
736 }
737 .profile-listing-photo {
738         border: none;
739 }
740
741 .profile-edit-submit-wrapper {
742         margin-top: 20px;
743         margin-bottom: 20px;
744 }
745
746 #profile-photo-link-select-wrapper {
747         margin-top: 2em;
748 }
749 #profile-photo-wrapper img {
750         width:175px;
751         height:175px;
752 }
753
754 #profile-edit-profile-name-label,
755 #profile-edit-name-label,
756 #profile-edit-pdesc-label,
757 #profile-edit-gender-label,
758 #profile-edit-dob-label,
759 #profile-edit-address-label,
760 #profile-edit-locality-label,
761 #profile-edit-region-label,
762 #profile-edit-postal-code-label,
763 #profile-edit-country-name-label,
764 #profile-edit-marital-label,
765 #profile-edit-sexual-label,
766 #profile-edit-politic-label,
767 #profile-edit-religion-label,
768 #profile-edit-pubkeywords-label,
769 #profile-edit-prvkeywords-label,
770 #profile-edit-homepage-label {
771         float: left;
772         width: 175px;
773 }
774
775 #profile-edit-profile-name,
776 #profile-edit-name,
777 #profile-edit-pdesc,
778 #gender-select,
779 #profile-edit-dob,
780 #profile-edit-address,
781 #profile-edit-locality,
782 #profile-edit-region,
783 #profile-edit-postal-code,
784 #profile-edit-country-name,
785 #marital-select,
786 #sexual-select,
787 #profile-edit-politic,
788 #profile-edit-religion,
789 #profile-edit-pubkeywords,
790 #profile-edit-prvkeywords,
791 #profile-in-dir-yes,
792 #profile-in-dir-no,
793 #profile-in-netdir-yes,
794 #profile-in-netdir-no,
795 #hide-friends-yes,
796 #hide-friends-no,
797 #settings-normal,
798 #settings-soapbox,
799 #settings-community,
800 #settings-freelove {
801         float: left;
802         margin-bottom: 20px;
803 }
804
805 #profile-in-dir-yes-label,
806 #profile-in-dir-no-label,
807 #profile-in-netdir-yes-label,
808 #profile-in-netdir-no-label,
809 #hide-friends-yes-label,
810 #hide-friends-no-label {
811         margin-left: 125px;
812         float: left;
813         width: 50px;
814 }
815
816 #profile-edit-with-label {
817         width: 175px;
818         margin-left: 20px;
819 }
820
821 #profile-edit-pubkeywords-desc,
822 #profile-edit-prvkeywords-desc {
823         float: left;
824         margin-left: 20px;
825 }
826
827 #profile-publish-yes-reg,
828 #profile-publish-no-reg {
829        float: left;
830        margin-bottom: 10px;
831 }
832
833 #profile-publish-yes-label-reg,
834 #profile-publish-no-label-reg {
835        margin-left: 350px;
836        float: left;
837        width: 50px;
838 }
839
840 #profile-publish-break-reg,
841 #profile-publish-end-reg {
842        clear: both;
843 }
844
845
846
847 #profile-edit-homepage {
848         float: left;
849         margin-bottom: 35px;
850 }
851 #settings-normal-label,
852 #settings-soapbox-label,
853 #settings-community-label,
854 #settings-freelove-label {
855         float: left;
856         width: 200px;
857 }
858 #settings-normal-desc,
859 #settings-soapbox-desc,
860 #settings-community-desc,
861 #settings-freelove-desc {
862         float: left;
863         margin-left: 75px;
864 }
865
866 #profile-edit-profile-name-end,
867 #profile-edit-name-end,
868 #profile-edit-pdesc-end,
869 #profile-edit-gender-end,
870 #profile-edit-dob-end,
871 #profile-edit-address-end,
872 #profile-edit-locality-end,
873 #profile-edit-region-end,
874 #profile-edit-postal-code-end,
875 #profile-edit-country-name-end,
876 #profile-edit-marital-end,
877 #profile-edit-sexual-end,
878 #profile-edit-politic-end,
879 #profile-edit-religion-end,
880 #profile-edit-pubkeywords-end,
881 #profile-edit-prvkeywords-end,
882 #profile-edit-homepage-end,
883 #profile-in-dir-break,
884 #profile-in-dir-end,
885 #profile-in-netdir-break,
886 #profile-in-netdir-end,
887 #hide-friends-break,
888 #hide-friends-end,
889 #settings-normal-break,
890 #settings-soapbox-break,
891 #settings-community-break,
892 #settings-freelove-break {
893         clear: both;
894 }
895
896
897
898
899
900 #gender-select, #marital-select, #sexual-select {
901         width: 220px;
902 }
903
904 #profile-edit-profile-name-wrapper .required {
905         color: #FF0000;
906         float: left;
907 }
908
909 #contacts-main {
910         margin-top: 20px;
911         margin-bottom: 20px;
912 }
913
914 .contact-entry-wrapper {
915         float: left;
916         width: 180px;
917 }
918
919 .contact-entry-direction-icon {
920         margin-top: 24px;
921         margin-right: 2px;
922 }
923
924 .contact-entry-photo img {
925         border: none;
926 }
927 .contact-entry-photo-end {
928         clear: both;
929 }
930 .contact-entry-name {
931         float: left;
932         margin-left: 30px;
933 }
934 .contact-entry-edit-links {
935         margin-top: 6px;
936         margin-left: 10px;
937         width: 16px;
938 }
939 .contact-entry-nav-wrapper {
940         float: left;
941         margin-left: 10px;
942 }
943
944 .contact-entry-edit-links img {
945         border: none;
946         margin-right: 15px;
947 }
948 .contact-entry-photo {
949         float: left;
950 }
951 .contact-entry-end {
952         clear: both;
953 }
954
955 #contact-edit-end {
956         clear: both;
957 }
958
959 .wall-item-content-wrapper {
960         margin-top: 10px;
961         border: 1px solid #CCC;
962         position: relative;
963 }
964
965 .wall-item-content-wrapper.comment {
966         margin-left: 50px;
967         background: #CCCCCC;
968 }
969
970 .wall-item-photo-wrapper {
971         margin-top: 10px;
972         margin-left: 10px;
973         margin-bottom: 10px;
974         width: 100px;
975         float: left;
976 }
977
978 .wall-item-photo-menu-button {
979         display: block;
980         position: absolute;
981         background-image: url("photo-menu.jpg");
982         background-position: top left; 
983         background-repeat: no-repeat;
984         margin: 0px; padding: 0px;
985         width: 16px;
986         height: 16px;
987         top: 74px; left:10px;
988         overflow: hidden;
989         text-indent: 40px;
990         display: none;
991 }
992 .wall-item-photo-menu {
993         width: auto;
994         border: 2px solid #444444;
995         background: #FFFFFF;
996         position: absolute;
997         left: 10px; top: 90px;
998         display: none;
999         z-index: 10000;
1000 }
1001 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1002 .wall-item-photo-menu li a { display: block; padding: 2px; }
1003 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1004
1005
1006 .wall-item-arrowphoto-wrapper {
1007         margin-top: 40px;
1008 }
1009 .wall-item-wrapper {
1010         margin-left: 10px;;
1011 }
1012
1013 .wall-item-lock {
1014         position: absolute;
1015         left: 105px;
1016         top: 1px;
1017 }
1018
1019 .wall-item-ago {
1020         color: #888888;
1021         font-size: 0.8em;
1022 }
1023 .wall-item-like-buttons {
1024     float: left;
1025     margin-right: 10px;
1026     padding-right: 10px;
1027     border-right: 2px solid #fff;
1028 }
1029
1030 .wall-item-share-buttons {
1031         margin-left: 5px;
1032 }
1033
1034 .editpost {
1035         margin-left: 15px;
1036 }
1037
1038 .wall-item-info.wallwall {
1039         width: 285px;
1040 }
1041
1042 .wwto, .wall-item-arrowphoto-wrapper, .wwfrom {
1043         float: left;
1044         margin-right: 10px;
1045 }
1046
1047
1048 .wall-item-links-wrapper {
1049     float: left;
1050 }
1051
1052 .wall-item-delete-wrapper {
1053     float: right;
1054 }
1055
1056 .wall-item-delete-end {
1057     clear: both;
1058 }
1059
1060
1061 .wall-item-like-buttons img {
1062         cursor: pointer;
1063 }
1064
1065 .wall-item-delete-icon {
1066         border: none;
1067 }
1068
1069
1070 .wall-item-wrapper-end {
1071         clear: both;
1072 }
1073 .wall-item-name-link {
1074         font-weight: bold;
1075         text-decoration: none;
1076         color: #3172BD;
1077 }
1078 .wall-item-photo {
1079         border: none;
1080 }
1081 .wall-item-content {
1082         float: left;
1083         width: 450px;
1084         margin-left: 10px;
1085         margin-bottom: 20px;
1086         padding: 20px;
1087         max-height: 400px;
1088         overflow: auto;
1089
1090 }
1091 .wall-item-tools {
1092     clear: both;
1093 padding: 5px 10px 0px;
1094 }
1095 .wall-item-photo-end {
1096         clear: both;
1097 }
1098 .wall-item-author {
1099         margin-top: 10px;
1100 }
1101 .wall-item-info {
1102     display: block;
1103     float: left;
1104     width:110px;
1105     margin-right:10px;
1106 }
1107
1108 .wall-item-title {
1109         float: left;
1110         font-weight: bold;
1111         width: 450px;
1112 }
1113
1114 .wall-item-body {
1115         float: left;
1116         width: 450px;
1117         margin-top: 10px;
1118 }
1119
1120 .comment-edit-wrapper {
1121         margin-top: 15px;
1122         background: #CCCCCC;
1123         margin-left: 50px;
1124 }
1125
1126 .comment-wwedit-wrapper {
1127         margin-top: 15px;
1128         background: #CCCCCC;
1129         margin-left: 250px;
1130 }
1131
1132 .comment-edit-photo {
1133         margin-top: 10px;
1134         margin-left: 10px;
1135         margin-bottom: 10px;
1136         width: 100px;
1137         float: left;
1138 }
1139 .comment-edit-text-empty, .comment-edit-text-full {
1140         float: left;
1141         margin-top: 40px;
1142 }
1143 .comment-edit-text-end {
1144         clear: both;
1145 }
1146
1147 .comment-edit-submit {
1148         margin-left: 110px;
1149         margin-top: 10px;
1150 }
1151 #profile-jot-plugin-wrapper,
1152 #profile-jot-submit-wrapper {
1153         margin-top: 15px;
1154 }
1155
1156 #profile-jot-submit {
1157         float: left;
1158 }
1159 #profile-upload-wrapper {
1160         float: left;
1161         margin-left: 30px;
1162 }
1163
1164 #profile-rotator {
1165         float: left;
1166         margin-left: 30px;
1167 }
1168 #profile-link-wrapper {
1169         float: left;
1170         margin-left: 15px;
1171 }
1172 #profile-youtube-wrapper {
1173         float: left;
1174         margin-left: 15px;
1175 }
1176 #profile-video-wrapper {
1177         float: left;
1178         margin-left: 15px;
1179 }
1180 #profile-audio-wrapper {
1181         float: left;
1182         margin-left: 15px;
1183 }
1184 #profile-location-wrapper {
1185         float: left;
1186         margin-left: 15px;
1187 }
1188 #profile-nolocation-wrapper {
1189         float: left;
1190         margin-left: 15px;
1191 }
1192
1193 #profile-title-wrapper {
1194         float: left;
1195         margin-left: 15px;
1196 }
1197
1198 #profile-jot-perms {
1199         float: left;
1200         margin-left: 100px;
1201         font-weight: bold;
1202         font-size: 1.2em;
1203 }
1204
1205 #profile-jot-perms-end {
1206         clear: both;
1207 }
1208 #profile-jot-plugin-end {
1209   clear:both;
1210 }
1211 .profile-jot-net {
1212         float: left;
1213         margin-right: 10px;
1214         margin-top: 5px;
1215         margin-bottom: 5px;
1216 }
1217
1218 #profile-jot-networks-end {
1219         clear: both;
1220 }
1221
1222 #profile-jot-end {
1223         clear: both;
1224         margin-bottom: 30px;
1225 }
1226 #about-jot-submit-wrapper {
1227         margin-top: 15px;
1228 }
1229 #about-jot-end {
1230         margin-bottom: 30px;
1231 }
1232 #contacts-main {
1233         margin-bottom: 30px;
1234 }
1235
1236 #profile-listing-desc {
1237         margin-left: 30px;
1238 }
1239
1240 #profile-listing-new-link-wrapper {
1241         margin-left: 30px;
1242         margin-bottom: 30px;
1243 }
1244 .profile-listing-photo-wrapper {
1245         float: left;
1246 }
1247
1248 .profile-listing-edit-buttons-wrapper {
1249         clear: both;
1250 }
1251 .profile-listing-photo-edit-link {
1252         float: left;
1253         width: 125px;
1254 }
1255 .profile-listing-end {
1256         clear: both;
1257 }
1258 .profile-listing-edit-buttons-wrapper img{
1259         border: none;
1260         margin-right: 20px;
1261 }
1262 .profile-listing {
1263         margin-top: 25px;
1264 }
1265 .profile-listing-name {
1266         float: left;
1267         margin-left: 32px;
1268         margin-top: 10px;
1269         color: #3172BD;
1270         font-weight: bold;
1271         width: 200px;
1272
1273 }
1274 .fortune {
1275         margin-top: 50px;
1276         color: #4444FF;
1277         font-weight: bold;
1278         margin-bottom: 20px;
1279 }
1280
1281
1282 .directory-end {
1283         clear: both;
1284 }
1285 .directory-name {
1286         text-align: center;
1287 }
1288 .directory-photo {
1289         margin-left: 25px;
1290 }
1291 .directory-details {
1292         font-size: 0.7em;
1293         text-align: center;
1294         margin-left: 5px;
1295         margin-right: 5px;
1296 }
1297 .directory-item {
1298         float: left;
1299         width: 225px;
1300         height: 260px;
1301         overflow: auto;
1302 }
1303
1304 #directory-search-wrapper {
1305         margin-top: 20px;
1306         margin-right: 20px;
1307         margin-bottom: 50px;
1308 }
1309
1310 #directory-search-end {
1311 }
1312
1313 .directory-photo-img {
1314         border: none;
1315 }
1316
1317
1318 .pager {
1319   padding: 10px;
1320   text-align: center;
1321   font-size: 1.0em;
1322 }
1323
1324
1325 .pager_first,
1326 .pager_last,
1327 .pager_prev,
1328 .pager_next,
1329 .pager_n {
1330         border: 1px solid black;
1331         background: #EEE;
1332         padding: 4px;
1333 }
1334
1335 .pager_first a,
1336 .pager_last a,
1337 .pager_prev a,
1338 .pager_next a,
1339 .pager_n a {
1340         text-decoration: none;
1341 }
1342
1343 .pager_current {
1344   border: 1px solid black;
1345   background: #FFCCCC;
1346   padding: 4px;
1347 }
1348
1349
1350 #advanced-profile-name-wrapper,
1351 #advanced-profile-gender-wrapper,
1352 #advanced-profile-dob-wrapper,
1353 #advanced-profile-age-wrapper,
1354 #advanced-profile-marital-wrapper,
1355 #advanced-profile-sexual-wrapper,
1356 #advanced-profile-homepage-wrapper,
1357 #advanced-profile-politic-wrapper,
1358 #advanced-profile-religion-wrapper,
1359 #advanced-profile-about-wrapper,
1360 #advanced-profile-interest-wrapper,
1361 #advanced-profile-contact-wrapper,
1362 #advanced-profile-music-wrapper,
1363 #advanced-profile-book-wrapper,
1364 #advanced-profile-tv-wrapper,
1365 #advanced-profile-film-wrapper,
1366 #advanced-profile-romance-wrapper,
1367 #advanced-profile-work-wrapper,
1368 #advanced-profile-education-wrapper {
1369         margin-top: 20px;
1370 }
1371
1372 #advanced-profile-name-text,
1373 #advanced-profile-gender-text,
1374 #advanced-profile-dob-text,
1375 #advanced-profile-age-text,
1376 #advanced-profile-marital-text,
1377 #advanced-profile-sexual-text,
1378 #advanced-profile-homepage-text,
1379 #advanced-profile-politic-text,
1380 #advanced-profile-religion-text,
1381 #advanced-profile-about-text,
1382 #advanced-profile-interest-text,
1383 #advanced-profile-contact-text,
1384 #advanced-profile-music-text,
1385 #advanced-profile-book-text,
1386 #advanced-profile-tv-text,
1387 #advanced-profile-film-text,
1388 #advanced-profile-romance-text,
1389 #advanced-profile-work-text,
1390 #advanced-profile-education-text {
1391         width: 300px;
1392         float: left;
1393 }
1394
1395 #advanced-profile-name-end,
1396 #advanced-profile-gender-end,
1397 #advanced-profile-dob-end,
1398 #advanced-profile-age-end,
1399 #advanced-profile-marital-end,
1400 #advanced-profile-sexual-end,
1401 #advanced-profile-homepage-end,
1402 #advanced-profile-politic-end,
1403 #advanced-profile-religion-end {
1404         clear: both;
1405 }
1406
1407 #advanced-profile-about-end,
1408 #advanced-profile-interest-end,
1409 #advanced-profile-contact-end,
1410 #advanced-profile-music-end,
1411 #advanced-profile-book-end,
1412 #advanced-profile-tv-end,
1413 #advanced-profile-film-end,
1414 #advanced-profile-romance-end,
1415 #advanced-profile-work-end,
1416 #advanced-profile-education-end {
1417
1418
1419 }
1420
1421 #advanced-profile-name,
1422 #advanced-profile-gender,
1423 #advanced-profile-dob,
1424 #advanced-profile-age,
1425 #advanced-profile-marital,
1426 #advanced-profile-sexual,
1427 #advanced-profile-homepage,
1428 #advanced-profile-politic,
1429 #advanced-profile-religion {
1430         float: left;
1431
1432 }
1433
1434
1435 #advanced-profile-about,
1436 #advanced-profile-interest,
1437 #advanced-profile-contact,
1438 #advanced-profile-music,
1439 #advanced-profile-book,
1440 #advanced-profile-tv,
1441 #advanced-profile-film,
1442 #advanced-profile-romance,
1443 #advanced-profile-work,
1444 #advanced-profile-education {
1445         margin-top: 10px;
1446         margin-left: 50px;
1447         margin-right: 20px;
1448         padding: 10px;
1449         border: 1px solid #CCCCCC;
1450 }
1451
1452 #advanced-profile-with {
1453         float: left;
1454         margin-left: 15px;
1455 }
1456
1457 #contact-edit-wrapper {
1458         margin-top: 50px;
1459 }
1460
1461 #contact-edit-banner-name {
1462         font-size: 1.4em;
1463         font-weight: bold;
1464         margin-left: 30px;
1465 }
1466
1467 #contact-edit-poll-wrapper {
1468         margin-left: 50px;
1469         margin-top: 30px;
1470 }
1471 #contact-edit-poll-text {
1472         margin-top: 15px;
1473         margin-bottom: 5px;
1474 }
1475
1476 #contact-edit-update-now {
1477         margin-top: 15px;
1478 }
1479
1480 #contact-edit-photo-wrapper {
1481         margin-bottom: 20px;
1482 }
1483 #contact-edit-links {
1484         float: left;
1485 }
1486 #contact-edit-links img {
1487         margin-left: 20px;
1488         border: none;
1489 }
1490
1491 #contact-drop-links {
1492         float: left;
1493 }
1494
1495 #contact-drop-links img {
1496         margin-left: 20px;
1497         border: none;
1498 }
1499
1500 #contact-edit-nav-end {
1501         clear: both;
1502 }
1503
1504 #contact-edit-direction-icon {
1505         float: left;
1506         margin-top: 70px;
1507         margin-right: 2px;
1508 }
1509
1510 #contact-edit-photo {
1511         float: left;
1512 }
1513
1514 #contact-edit-photo-end {
1515         clear: both;
1516 }
1517
1518 #contact-edit-photo-wrapper {
1519         float: left;
1520 }
1521
1522 #contact-edit-nav-wrapper {
1523         float: left;
1524 }
1525
1526 #contact-edit-end {
1527         clear: both;
1528 }
1529
1530 #contact-profile-selector {
1531         width: 175px;
1532         margin-left: 175px;
1533 }
1534
1535 #contact-reputation-selector {
1536         margin-left: 175px;
1537 }
1538
1539 #contact-edit-rating-text {
1540         margin-left: 175px;
1541 }
1542
1543 .contact-edit-submit {
1544         margin-top: 20px;
1545         margin-left: 50px;
1546 }
1547
1548 #block-message, #ignore-message, #profile-edit-insecure {
1549         margin-top: 20px;
1550         color: #FF0000;
1551         font-size: 1.1em;
1552         border: 1px solid #FF8888;
1553         background-color: #FFEEEE;
1554         padding: 10px;
1555 }
1556
1557 #block-message, #ignore-message {
1558         width: 180px;
1559 }
1560
1561 #profile-edit-insecure {
1562         width: 600px;
1563 }
1564
1565 .profile-tabs {
1566         float: left;
1567         padding: 4px;
1568         margin-top: 10px;
1569         margin-bottom: 10px;
1570         margin-right: 5px;
1571         /*border: 1px solid #CCC;*/
1572         /*background: #F8F8F8;*/
1573         font-size: 0.8em;
1574         font-weight: bold;
1575         background-color: #ECECEC;
1576         border: 1px solid #858585;
1577 }
1578 .profile-tabs:hover {
1579         background-color: #0CBEFE;
1580         color: #F5F6FB;
1581         border: 1px solid #F5F6FB;
1582         /*cursor: pointer;*/
1583 }
1584
1585 #profile-tabs-end {
1586         clear: both;
1587 }
1588
1589 .comment-edit-text-empty {
1590         color: gray;
1591         height: 30px;
1592         width: 175px;
1593         overflow: auto;
1594         margin-bottom: 10px;
1595 }
1596
1597 .comment-edit-text-full {
1598         color: black;
1599         height: 150px;
1600         width: 350px;
1601         overflow: auto;
1602 }
1603
1604 #group-new-submit-wrapper {
1605         margin-top: 30px;
1606 }
1607
1608 #acl-allow-group-label,
1609 #acl-allow-contact-label,
1610 #acl-deny-group-label,
1611 #acl-deny-contact-label {
1612         display: block;
1613 }
1614
1615 #acl-permit-text,
1616 #acl-deny-text {
1617         margin-top: 10px;
1618 }
1619
1620 #acl-allow-group-label,
1621 #acl-allow-contact-label,
1622 #acl-deny-group-label,
1623 #acl-deny-contact-label {
1624         margin-top: 5px;
1625         margin-bottom: 5px;
1626 }
1627
1628
1629 #group_allow_wrapper,
1630 #group_deny_wrapper {
1631         float: left;
1632         width: 100px;
1633         margin-right: 10px;
1634 }
1635
1636 #contact_allow_wrapper,
1637 #contact_deny_wrapper {
1638         float: left;
1639         width: 150px;
1640         margin-right: 10px;
1641 }
1642
1643 #acl-allow-end,
1644 #acl-deny-end {
1645         clear: both;
1646 }
1647 #acl-permit-outer-wrapper,
1648 #acl-deny-outer-wrapper {
1649         padding: 10px;
1650         margin-top: 10px;
1651         border: 2px solid #BBBBBB;
1652         float: left;
1653 }
1654
1655 #acl-wrapper-end {
1656         clear: both;
1657 }
1658
1659 #group-edit-name-label {
1660         float: left;
1661         width: 175px;
1662         margin-top: 20px;
1663         margin-bottom: 20px;
1664 }
1665
1666 #group-edit-name {
1667         float: left;
1668         width: 225px;
1669         margin-top: 20px;
1670         margin-bottom: 20px;
1671 }
1672
1673 #group-edit-name-wrapper {
1674
1675
1676 }
1677
1678
1679 #group_members_select_label {
1680         display: block;
1681         float: left;
1682         width: 175px;
1683 }
1684
1685 .group_members_select {
1686         float: left;
1687         width: 230px;
1688         overflow: auto;
1689 }
1690
1691 #group_members_select_end {
1692         clear: both;
1693 }
1694 #group-edit-name-end {
1695         clear: both;
1696 }
1697
1698 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1699         margin-bottom: 10px;
1700         margin-top: 20px;
1701 }
1702
1703 #prvmail-submit {
1704         float: left;
1705         margin-top: 10px;
1706         margin-right: 30px;
1707 }
1708 #prvmail-upload-wrapper,
1709 #prvmail-link-wrapper,
1710 #prvmail-rotator-wrapper {
1711         float: left;
1712         margin-top: 10px;
1713         margin-right: 10px;
1714         width: 24px;
1715 }
1716
1717 #prvmail-end {
1718         clear: both;
1719 }
1720
1721 .mail-list-sender,
1722 .mail-list-detail {
1723         float: left;
1724 }
1725 .mail-list-detail {
1726         margin-left: 20px;
1727 }
1728
1729 .mail-list-subject {
1730         font-size: 1.1em;
1731         margin-top: 10px;
1732 }
1733 a.mail-list-link {
1734         display: block;
1735         padding: 4px 5px;
1736 }
1737
1738 /*
1739 *a.mail-list-link:hover {
1740 *       background-color: #15607B;
1741 *       color: #F5F6FB;
1742 *}
1743 */
1744
1745 .mail-list-outside-wrapper-end {
1746         clear: both;
1747 }
1748
1749 .mail-list-outside-wrapper {
1750         margin-top: 30px;
1751 }
1752
1753 .mail-list-delete-wrapper {
1754         float: right;
1755         margin-right: 30px;
1756         margin-top: 15px;
1757 }
1758
1759 .mail-list-delete-icon {
1760         border: none;
1761 }
1762
1763 .mail-conv-sender,
1764 .mail-conv-detail {
1765         float: left;
1766 }
1767 .mail-conv-detail {
1768         margin-left: 20px;
1769         width: 500px;
1770 }
1771
1772 .mail-conv-subject {
1773         font-size: 1.1em;
1774         margin-top: 10px;
1775 }
1776
1777 .mail-conv-outside-wrapper-end {
1778         clear: both;
1779 }
1780
1781 .mail-conv-outside-wrapper {
1782         margin-top: 30px;
1783 }
1784
1785 .mail-conv-delete-wrapper {
1786         float: right;
1787         margin-right: 30px;
1788         margin-top: 15px;
1789 }
1790
1791 .mail-conv-delete-icon {
1792         border: none;
1793 }
1794
1795 .message-links ul {
1796         list-style-type: none;
1797 }
1798
1799 .message-links li {
1800         margin-top: 10px;
1801 }
1802 .message-links a {
1803         /*background-color: #ECECEC;*/
1804         /*border: 1px solid #858585;*/
1805         padding: 3px 5px;
1806         /*display: block;*/
1807 }
1808 .message-links a:hover {
1809         background-color: #0CBEFE;
1810         color: #F5F6FB;
1811         /*border: 1px solid #F5F6FB;*/
1812 }
1813
1814 #sidebar-group-list ul {
1815         list-style-type: none;
1816 }
1817
1818 #sidebar-group-list li {
1819         margin-top: 10px;
1820 }
1821
1822 #side-follow-wrapper {
1823         margin-top: 20px;
1824 }
1825 #side-follow-url {
1826         margin-top: 5px;
1827 }
1828 #side-follow-submit {
1829         margin-top: 15px;
1830 }
1831
1832 .photo-album-image-wrapper {
1833         float: left;
1834         margin-top: 15px;
1835         height: 350px;
1836         width: 350px;
1837 }
1838
1839 #photo-album-end {
1840         clear: both;
1841 }
1842
1843 .photo-top-image-wrapper {
1844         float: left;
1845         margin-top: 15px;
1846         height: 350px;
1847         width: 350px;
1848 }
1849
1850 #photo-top-end {
1851         clear: both;
1852 }
1853
1854 #photo-top-links {
1855         margin-bottom: 30px;
1856         margin-left: 30px;
1857 }
1858
1859 #photos-upload-newalbum-div {
1860         float: left;
1861         width: 175px;
1862 }
1863 #photos-upload-existing-album-text {
1864         float: left;
1865         width: 175px;
1866 }
1867 #photos-upload-newalbum {
1868         float: left;
1869 }
1870 #photos-upload-album-select {
1871         float: left;
1872 }
1873 #photos-upload-spacer {
1874         margin-top: 25px;
1875 }
1876 #photos-upload-new-end, #photos-upload-exist-end {
1877         clear: both;
1878 }
1879 #photos-upload-exist-end {
1880         margin-bottom: 15px;
1881 }
1882 #photos-upload-submit {
1883         margin-top: 15px;
1884 }
1885
1886 #photos_upload_applet_wrapper {
1887         margin-bottom: 15px;
1888 }
1889
1890 #photos-upload-no-java-message {
1891         margin-bottom: 15px;
1892 }
1893
1894 #profile-jot-desc {
1895         float: left;
1896         width: 480px;
1897         margin-top: 10px;
1898         margin-bottom: 10px;
1899 }
1900 #character-counter {
1901         float: left;
1902         font-size: 120%;
1903 }
1904
1905 #character-counter.grey {
1906         color: #888888;
1907 }
1908
1909 #character-counter.orange {
1910         color: orange;
1911 }
1912 #character-counter.red {
1913         color: red;
1914 }
1915
1916 #profile-jot-banner-end {
1917         clear: both;
1918 }
1919
1920 #photos-upload-select-files-text {
1921         margin-top: 15px;
1922         margin-bottom: 15px;
1923 }
1924
1925 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1926         color: #8888FF;
1927         text-decoration: none;
1928         cursor: pointer;
1929 }
1930
1931 #photos-upload-perms-menu:hover {
1932         color: #0000FF;
1933         text-decoration: underline;
1934         cursor: pointer;
1935 }
1936 #settings-default-perms-menu {
1937         margin-top: 15px;
1938         margin-bottom: 15px;
1939 }
1940
1941 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1942         float: left;
1943         width: 150px;
1944 }
1945
1946 #photo-edit-perms-end {
1947         margin-bottom: 15px;
1948 }
1949
1950 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1951         float: left;
1952         margin-bottom: 25px;
1953 }
1954 #photo-edit-link-wrap {
1955         margin-bottom: 15px;
1956 }
1957 #photo-like-div {
1958         margin-bottom: 25px;
1959 }
1960
1961 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1962         clear: both;
1963 }
1964
1965 #photo-edit-delete-button {
1966         margin-left: 200px;
1967 }
1968 #photo-edit-end {
1969         margin-bottom: 35px;
1970 }
1971 #photo-caption {
1972         font-size: 110%;
1973         font-weight: bold;
1974         margin-top: 15px;
1975         margin-bottom: 15px;
1976 }
1977
1978 #in-this-photo-text {
1979         color: #0000FF;
1980         margin-left: 30px;
1981 }
1982
1983 #in-this-photo {
1984         margin-left: 60px;
1985         margin-top: 10px;
1986         margin-bottom: 20px;
1987 }
1988
1989 #photo-album-edit-submit, #photo-album-edit-drop {
1990         margin-top: 15px;
1991         margin-bottom: 15px;
1992 }
1993
1994 #photo-album-edit-drop {
1995         margin-left: 200px;
1996 }
1997
1998 .group-delete-wrapper {
1999         float: right;
2000         margin-right: 50px;
2001 }
2002
2003 #install-dbhost-label,
2004 #install-dbuser-label,
2005 #install-dbpass-label,
2006 #install-dbdata-label,
2007 #install-tz-desc {
2008        float: left;
2009        width: 250px;
2010        margin-top: 10px;
2011        margin-bottom: 10px;
2012
2013 }
2014
2015 #install-dbhost,
2016 #install-dbuser,
2017 #install-dbpass,
2018 #install-dbdata {
2019        float: left;
2020        width: 200px;
2021        margin-left: 20px;
2022 }
2023
2024 #install-dbhost-end,
2025 #install-dbuser-end,
2026 #install-dbpass-end,
2027 #install-dbdata-end,
2028 #install-tz-end {
2029        clear: both;
2030 }
2031
2032 #install-form select#timezone_select {
2033        float: left;
2034        margin-top: 18px;
2035        margin-left: 20px;
2036 }
2037
2038 #dfrn-request-networks {
2039         margin-bottom: 30px;
2040 }
2041
2042 #pause {
2043   position: fixed;
2044   bottom: 5px;
2045   right: 5px;
2046 }
2047
2048 .sparkle {
2049         cursor: url('lock.cur'), pointer;
2050 /*      cursor: pointer !important; */
2051 }
2052
2053 .contact-block-div {
2054         float: left;
2055         width: 52px;
2056         height: 52px;
2057 }
2058 #contact-block-end {
2059         clear: both;
2060 }
2061 .contact-block-link {
2062         float: left;
2063 }
2064 .contact-block-img {
2065         width:48px;
2066         height:48px;
2067 }
2068
2069 #tag-remove {
2070         margin-bottom: 15px;
2071 }
2072
2073 #tagrm li {
2074         margin-bottom: 10px;
2075 }
2076
2077 #tagrm-submit, #tagrm-cancel {
2078         margin-top: 25px;
2079 }
2080
2081 #tagrm-cancel {
2082         margin-left: 15px;
2083 }
2084
2085 .wall-item-conv {
2086         margin-top: 5px;
2087         margin-bottom: 25px;
2088 }
2089
2090 #search-submit {
2091         margin-left: 15px;
2092 }
2093
2094 #search-box {
2095         margin-bottom: 25px;
2096 }
2097
2098 .location-label, .gender-label, .marital-label, .homepage-label {
2099         float: left;
2100         text-align: right;
2101         display: block;
2102         width: 65px;
2103 }
2104
2105 .adr, .x-gender, .marital-text, .homepage-url {
2106         float: left;
2107         display: block;
2108         margin-left: 8px;
2109 }
2110
2111 .profile-clear {
2112         clear: both;
2113 }
2114
2115
2116 .clear {
2117         clear: both;
2118 }
2119
2120 .cc-license {
2121         margin-top: 50px;
2122         font-size: 70%;
2123 }
2124
2125
2126 #plugin-settings-link, #account-settings-link, #uexport-link {
2127         margin-bottom: 10px;
2128 }
2129
2130
2131 #birthday-title {
2132         float: left;
2133         font-weight: bold;      
2134 }
2135
2136 #birthday-adjust {
2137         float: left;
2138         font-size: 75%;
2139         margin-left: 10px;
2140 }
2141
2142 #birthday-title-end {
2143         clear: both;
2144 }
2145
2146 .birthday-list {
2147         margin-left: 15px;
2148 }
2149
2150 #birthday-wrapper {
2151         margin-bottom: 20px;
2152 }
2153
2154
2155 #network-new-link {
2156         margin-top: 15px;
2157         margin-bottom: 15px;
2158 }
2159
2160 .tool-wrapper {
2161   float: left;
2162   margin-left: 15px;
2163 }
2164 .tool-link {
2165   cursor: pointer;
2166 }
2167
2168
2169 .calendar {
2170         font-family: Courier, monospace;
2171 }
2172 .today {
2173         color: #FF0000;
2174 }
2175
2176
2177 .settings-block {
2178         border: 1px solid #AAA;
2179         margin: 10px;
2180         padding: 10px;
2181 }
2182
2183
2184 .app-title {
2185         margin: 10px;
2186 }
2187
2188
2189 #identity-manage-desc {
2190         margin-top:15px;
2191         margin-bottom: 15px;
2192 }
2193
2194 #identity-manage-choose {
2195         margin-bottom: 15px;
2196 }
2197
2198 #identity-submit {
2199         margin-top: 20px;
2200 }
2201
2202
2203 #photo-prev-link, #photo-next-link {
2204         padding: 10px;
2205         float: left;
2206 }
2207
2208 #photo-photo {
2209         float: left;
2210 }
2211
2212 #photo-photo-end {
2213         clear: both;
2214 }
2215
2216
2217 .profile-match-photo {
2218         float: left;
2219         text-align: center;
2220         width: 120px;
2221 }
2222
2223 .profile-match-name {
2224         float: left;
2225         text-align: center;
2226         width: 120px;
2227         overflow: hidden;
2228 }
2229
2230 .profile-match-break,
2231 .profile-match-end {
2232         clear: both;
2233 }
2234
2235 .profile-match-wrapper {
2236         float: left;
2237         padding: 10px;
2238 }
2239 #profile-match-wrapper-end {
2240         clear: both;
2241 }
2242
2243 .side-link {
2244         margin-bottom: 15px;
2245 }
2246
2247 #language-selector {
2248         position: absolute;
2249         top: 0;
2250         left: 0;
2251 }
2252
2253
2254 #group-members {
2255         margin-top: 20px;
2256         padding: 10px;
2257         height: 250px;
2258         overflow: auto;
2259         border: 1px solid #ddd;
2260 }
2261
2262 #group-members-end {
2263         clear: both;
2264 }
2265
2266 #group-separator {
2267         margin-top: 10px;
2268         margin-bottom: 10px;
2269 }
2270
2271 #group-all-contacts {
2272         padding: 10px;
2273         height: 450px;
2274         overflow: auto;
2275         border: 1px solid #ddd;
2276 }
2277
2278 #group-all-contacts-end {
2279         clear: both;
2280         margin-bottom: 10px;
2281 }
2282
2283 #group-edit-desc {
2284     margin-top: 15px;
2285 }
2286
2287
2288 #prof-members {
2289         margin-top: 20px;
2290         padding: 10px;
2291         height: 250px;
2292         overflow: auto;
2293         border: 1px solid #ddd;
2294 }
2295
2296 #prof-members-end {
2297         clear: both;
2298 }
2299
2300 #prof-separator {
2301         margin-top: 10px;
2302         margin-bottom: 10px;
2303 }
2304
2305 #prof-all-contacts {
2306         padding: 10px;
2307         height: 450px;
2308         overflow: auto;
2309         border: 1px solid #ddd;
2310 }
2311
2312 #prof-all-contacts-end {
2313         clear: both;
2314         margin-bottom: 10px;
2315 }
2316
2317 #prof-edit-desc {
2318         margin-top: 15px;
2319 }
2320