]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
a9295344b25ba111b1cc1867cab28963e3f7a889
[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 }
1000 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1001 .wall-item-photo-menu li a { display: block; padding: 2px; }
1002 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1003
1004
1005 .wall-item-arrowphoto-wrapper {
1006         margin-top: 40px;
1007         margin-right: 20px;
1008         float: left;
1009 }
1010 .wall-item-wrapper {
1011         margin-left: 10px;;
1012 }
1013
1014 .wall-item-lock {
1015         position: absolute;
1016         left: 105px;
1017         top: 1px;
1018 }
1019
1020 .wall-item-ago {
1021         color: #888888;
1022         font-size: 0.8em;
1023 }
1024 .wall-item-like-buttons {
1025     float: left;
1026     margin-right: 10px;
1027     padding-right: 10px;
1028     border-right: 2px solid #fff;
1029 }
1030
1031 .wall-item-share-buttons {
1032         margin-left: 5px;
1033 }
1034
1035 .editpost {
1036         margin-left: 15px;
1037 }
1038
1039 .wall-item-links-wrapper {
1040     float: left;
1041 }
1042
1043 .wall-item-delete-wrapper {
1044     float: right;
1045 }
1046
1047 .wall-item-delete-end {
1048     clear: both;
1049 }
1050
1051
1052 .wall-item-like-buttons img {
1053         cursor: pointer;
1054 }
1055
1056 .wall-item-delete-icon {
1057         border: none;
1058 }
1059
1060
1061 .wall-item-wrapper-end {
1062         clear: both;
1063 }
1064 .wall-item-name-link {
1065         font-weight: bold;
1066         text-decoration: none;
1067         color: #3172BD;
1068 }
1069 .wall-item-photo {
1070         border: none;
1071 }
1072 .wall-item-content {
1073         float: left;
1074         width: 450px;
1075         margin-left: 10px;
1076         margin-bottom: 20px;
1077         padding: 20px;
1078         max-height: 400px;
1079         overflow: auto;
1080
1081 }
1082 .wall-item-tools {
1083     clear: both;
1084 padding: 5px 10px 0px;
1085 }
1086 .wall-item-photo-end {
1087         clear: both;
1088 }
1089 .wall-item-author {
1090         margin-top: 10px;
1091 }
1092 .wall-item-info {
1093     display: block;
1094     float: left;
1095     width:110px;
1096     margin-right:10px;
1097 }
1098
1099 .wall-item-title {
1100         float: left;
1101         font-weight: bold;
1102         width: 450px;
1103 }
1104
1105 .wall-item-body {
1106         float: left;
1107         width: 450px;
1108         margin-top: 10px;
1109 }
1110
1111 .comment-edit-wrapper {
1112         margin-top: 15px;
1113         background: #CCCCCC;
1114         margin-left: 50px;
1115 }
1116
1117 .comment-wwedit-wrapper {
1118         margin-top: 15px;
1119         background: #CCCCCC;
1120         margin-left: 250px;
1121 }
1122
1123 .comment-edit-photo {
1124         margin-top: 10px;
1125         margin-left: 10px;
1126         margin-bottom: 10px;
1127         width: 100px;
1128         float: left;
1129 }
1130 .comment-edit-text-empty, .comment-edit-text-full {
1131         float: left;
1132         margin-top: 40px;
1133 }
1134 .comment-edit-text-end {
1135         clear: both;
1136 }
1137
1138 .comment-edit-submit {
1139         margin-left: 110px;
1140         margin-top: 10px;
1141 }
1142 #profile-jot-plugin-wrapper,
1143 #profile-jot-submit-wrapper {
1144         margin-top: 15px;
1145 }
1146
1147 #profile-jot-submit {
1148         float: left;
1149 }
1150 #profile-upload-wrapper {
1151         float: left;
1152         margin-left: 30px;
1153 }
1154
1155 #profile-rotator {
1156         float: left;
1157         margin-left: 30px;
1158 }
1159 #profile-link-wrapper {
1160         float: left;
1161         margin-left: 15px;
1162 }
1163 #profile-youtube-wrapper {
1164         float: left;
1165         margin-left: 15px;
1166 }
1167 #profile-video-wrapper {
1168         float: left;
1169         margin-left: 15px;
1170 }
1171 #profile-audio-wrapper {
1172         float: left;
1173         margin-left: 15px;
1174 }
1175 #profile-location-wrapper {
1176         float: left;
1177         margin-left: 15px;
1178 }
1179 #profile-nolocation-wrapper {
1180         float: left;
1181         margin-left: 15px;
1182 }
1183
1184 #profile-title-wrapper {
1185         float: left;
1186         margin-left: 15px;
1187 }
1188
1189 #profile-jot-perms {
1190         float: left;
1191         margin-left: 100px;
1192         font-weight: bold;
1193         font-size: 1.2em;
1194 }
1195
1196 #profile-jot-perms-end {
1197         clear: both;
1198 }
1199 #profile-jot-plugin-end {
1200   clear:both;
1201 }
1202 .profile-jot-net {
1203         float: left;
1204         margin-right: 10px;
1205         margin-top: 5px;
1206         margin-bottom: 5px;
1207 }
1208
1209 #profile-jot-networks-end {
1210         clear: both;
1211 }
1212
1213 #profile-jot-end {
1214         clear: both;
1215         margin-bottom: 30px;
1216 }
1217 #about-jot-submit-wrapper {
1218         margin-top: 15px;
1219 }
1220 #about-jot-end {
1221         margin-bottom: 30px;
1222 }
1223 #contacts-main {
1224         margin-bottom: 30px;
1225 }
1226
1227 #profile-listing-desc {
1228         margin-left: 30px;
1229 }
1230
1231 #profile-listing-new-link-wrapper {
1232         margin-left: 30px;
1233         margin-bottom: 30px;
1234 }
1235 .profile-listing-photo-wrapper {
1236         float: left;
1237 }
1238
1239 .profile-listing-edit-buttons-wrapper {
1240         clear: both;
1241 }
1242 .profile-listing-photo-edit-link {
1243         float: left;
1244         width: 125px;
1245 }
1246 .profile-listing-end {
1247         clear: both;
1248 }
1249 .profile-listing-edit-buttons-wrapper img{
1250         border: none;
1251         margin-right: 20px;
1252 }
1253 .profile-listing {
1254         margin-top: 25px;
1255 }
1256 .profile-listing-name {
1257         float: left;
1258         margin-left: 32px;
1259         margin-top: 10px;
1260         color: #3172BD;
1261         font-weight: bold;
1262         width: 200px;
1263
1264 }
1265 .fortune {
1266         margin-top: 50px;
1267         color: #4444FF;
1268         font-weight: bold;
1269         margin-bottom: 20px;
1270 }
1271
1272
1273 .directory-end {
1274         clear: both;
1275 }
1276 .directory-name {
1277         text-align: center;
1278 }
1279 .directory-photo {
1280         margin-left: 25px;
1281 }
1282 .directory-details {
1283         font-size: 0.7em;
1284         text-align: center;
1285         margin-left: 5px;
1286         margin-right: 5px;
1287 }
1288 .directory-item {
1289         float: left;
1290         width: 225px;
1291         height: 260px;
1292         overflow: auto;
1293 }
1294
1295 #directory-search-wrapper {
1296         margin-top: 20px;
1297         margin-right: 20px;
1298         margin-bottom: 50px;
1299 }
1300
1301 #directory-search-end {
1302 }
1303
1304 .directory-photo-img {
1305         border: none;
1306 }
1307
1308
1309 .pager {
1310   padding: 10px;
1311   text-align: center;
1312   font-size: 1.0em;
1313 }
1314
1315
1316 .pager_first,
1317 .pager_last,
1318 .pager_prev,
1319 .pager_next,
1320 .pager_n {
1321         border: 1px solid black;
1322         background: #EEE;
1323         padding: 4px;
1324 }
1325
1326 .pager_first a,
1327 .pager_last a,
1328 .pager_prev a,
1329 .pager_next a,
1330 .pager_n a {
1331         text-decoration: none;
1332 }
1333
1334 .pager_current {
1335   border: 1px solid black;
1336   background: #FFCCCC;
1337   padding: 4px;
1338 }
1339
1340
1341 #advanced-profile-name-wrapper,
1342 #advanced-profile-gender-wrapper,
1343 #advanced-profile-dob-wrapper,
1344 #advanced-profile-age-wrapper,
1345 #advanced-profile-marital-wrapper,
1346 #advanced-profile-sexual-wrapper,
1347 #advanced-profile-homepage-wrapper,
1348 #advanced-profile-politic-wrapper,
1349 #advanced-profile-religion-wrapper,
1350 #advanced-profile-about-wrapper,
1351 #advanced-profile-interest-wrapper,
1352 #advanced-profile-contact-wrapper,
1353 #advanced-profile-music-wrapper,
1354 #advanced-profile-book-wrapper,
1355 #advanced-profile-tv-wrapper,
1356 #advanced-profile-film-wrapper,
1357 #advanced-profile-romance-wrapper,
1358 #advanced-profile-work-wrapper,
1359 #advanced-profile-education-wrapper {
1360         margin-top: 20px;
1361 }
1362
1363 #advanced-profile-name-text,
1364 #advanced-profile-gender-text,
1365 #advanced-profile-dob-text,
1366 #advanced-profile-age-text,
1367 #advanced-profile-marital-text,
1368 #advanced-profile-sexual-text,
1369 #advanced-profile-homepage-text,
1370 #advanced-profile-politic-text,
1371 #advanced-profile-religion-text,
1372 #advanced-profile-about-text,
1373 #advanced-profile-interest-text,
1374 #advanced-profile-contact-text,
1375 #advanced-profile-music-text,
1376 #advanced-profile-book-text,
1377 #advanced-profile-tv-text,
1378 #advanced-profile-film-text,
1379 #advanced-profile-romance-text,
1380 #advanced-profile-work-text,
1381 #advanced-profile-education-text {
1382         width: 300px;
1383         float: left;
1384 }
1385
1386 #advanced-profile-name-end,
1387 #advanced-profile-gender-end,
1388 #advanced-profile-dob-end,
1389 #advanced-profile-age-end,
1390 #advanced-profile-marital-end,
1391 #advanced-profile-sexual-end,
1392 #advanced-profile-homepage-end,
1393 #advanced-profile-politic-end,
1394 #advanced-profile-religion-end {
1395         clear: both;
1396 }
1397
1398 #advanced-profile-about-end,
1399 #advanced-profile-interest-end,
1400 #advanced-profile-contact-end,
1401 #advanced-profile-music-end,
1402 #advanced-profile-book-end,
1403 #advanced-profile-tv-end,
1404 #advanced-profile-film-end,
1405 #advanced-profile-romance-end,
1406 #advanced-profile-work-end,
1407 #advanced-profile-education-end {
1408
1409
1410 }
1411
1412 #advanced-profile-name,
1413 #advanced-profile-gender,
1414 #advanced-profile-dob,
1415 #advanced-profile-age,
1416 #advanced-profile-marital,
1417 #advanced-profile-sexual,
1418 #advanced-profile-homepage,
1419 #advanced-profile-politic,
1420 #advanced-profile-religion {
1421         float: left;
1422
1423 }
1424
1425
1426 #advanced-profile-about,
1427 #advanced-profile-interest,
1428 #advanced-profile-contact,
1429 #advanced-profile-music,
1430 #advanced-profile-book,
1431 #advanced-profile-tv,
1432 #advanced-profile-film,
1433 #advanced-profile-romance,
1434 #advanced-profile-work,
1435 #advanced-profile-education {
1436         margin-top: 10px;
1437         margin-left: 50px;
1438         margin-right: 20px;
1439         padding: 10px;
1440         border: 1px solid #CCCCCC;
1441 }
1442
1443 #advanced-profile-with {
1444         float: left;
1445         margin-left: 15px;
1446 }
1447
1448 #contact-edit-wrapper {
1449         margin-top: 50px;
1450 }
1451
1452 #contact-edit-banner-name {
1453         font-size: 1.4em;
1454         font-weight: bold;
1455         margin-left: 30px;
1456 }
1457
1458 #contact-edit-poll-wrapper {
1459         margin-left: 50px;
1460         margin-top: 30px;
1461 }
1462 #contact-edit-poll-text {
1463         margin-top: 15px;
1464         margin-bottom: 5px;
1465 }
1466
1467 #contact-edit-update-now {
1468         margin-top: 15px;
1469 }
1470
1471 #contact-edit-photo-wrapper {
1472         margin-bottom: 20px;
1473 }
1474 #contact-edit-links {
1475         float: left;
1476 }
1477 #contact-edit-links img {
1478         margin-left: 20px;
1479         border: none;
1480 }
1481
1482 #contact-drop-links {
1483         float: left;
1484 }
1485
1486 #contact-drop-links img {
1487         margin-left: 20px;
1488         border: none;
1489 }
1490
1491 #contact-edit-nav-end {
1492         clear: both;
1493 }
1494
1495 #contact-edit-direction-icon {
1496         float: left;
1497         margin-top: 70px;
1498         margin-right: 2px;
1499 }
1500
1501 #contact-edit-photo {
1502         float: left;
1503 }
1504
1505 #contact-edit-photo-end {
1506         clear: both;
1507 }
1508
1509 #contact-edit-photo-wrapper {
1510         float: left;
1511 }
1512
1513 #contact-edit-nav-wrapper {
1514         float: left;
1515 }
1516
1517 #contact-edit-end {
1518         clear: both;
1519 }
1520
1521 #contact-profile-selector {
1522         width: 175px;
1523         margin-left: 175px;
1524 }
1525
1526 #contact-reputation-selector {
1527         margin-left: 175px;
1528 }
1529
1530 #contact-edit-rating-text {
1531         margin-left: 175px;
1532 }
1533
1534 .contact-edit-submit {
1535         margin-top: 20px;
1536         margin-left: 50px;
1537 }
1538
1539 #block-message, #ignore-message, #profile-edit-insecure {
1540         margin-top: 20px;
1541         color: #FF0000;
1542         font-size: 1.1em;
1543         border: 1px solid #FF8888;
1544         background-color: #FFEEEE;
1545         padding: 10px;
1546 }
1547
1548 #block-message, #ignore-message {
1549         width: 180px;
1550 }
1551
1552 #profile-edit-insecure {
1553         width: 600px;
1554 }
1555
1556 .profile-tabs {
1557         float: left;
1558         padding: 4px;
1559         margin-top: 10px;
1560         margin-bottom: 10px;
1561         margin-right: 5px;
1562         /*border: 1px solid #CCC;*/
1563         /*background: #F8F8F8;*/
1564         font-size: 0.8em;
1565         font-weight: bold;
1566         background-color: #ECECEC;
1567         border: 1px solid #858585;
1568 }
1569 .profile-tabs:hover {
1570         background-color: #0CBEFE;
1571         color: #F5F6FB;
1572         border: 1px solid #F5F6FB;
1573         /*cursor: pointer;*/
1574 }
1575
1576 #profile-tabs-end {
1577         clear: both;
1578 }
1579
1580 .comment-edit-text-empty {
1581         color: gray;
1582         height: 30px;
1583         width: 175px;
1584         overflow: auto;
1585         margin-bottom: 10px;
1586 }
1587
1588 .comment-edit-text-full {
1589         color: black;
1590         height: 150px;
1591         width: 350px;
1592         overflow: auto;
1593 }
1594
1595 #group-new-submit-wrapper {
1596         margin-top: 30px;
1597 }
1598
1599 #acl-allow-group-label,
1600 #acl-allow-contact-label,
1601 #acl-deny-group-label,
1602 #acl-deny-contact-label {
1603         display: block;
1604 }
1605
1606 #acl-permit-text,
1607 #acl-deny-text {
1608         margin-top: 10px;
1609 }
1610
1611 #acl-allow-group-label,
1612 #acl-allow-contact-label,
1613 #acl-deny-group-label,
1614 #acl-deny-contact-label {
1615         margin-top: 5px;
1616         margin-bottom: 5px;
1617 }
1618
1619
1620 #group_allow_wrapper,
1621 #group_deny_wrapper {
1622         float: left;
1623         width: 100px;
1624         margin-right: 10px;
1625 }
1626
1627 #contact_allow_wrapper,
1628 #contact_deny_wrapper {
1629         float: left;
1630         width: 150px;
1631         margin-right: 10px;
1632 }
1633
1634 #acl-allow-end,
1635 #acl-deny-end {
1636         clear: both;
1637 }
1638 #acl-permit-outer-wrapper,
1639 #acl-deny-outer-wrapper {
1640         padding: 10px;
1641         margin-top: 10px;
1642         border: 2px solid #BBBBBB;
1643         float: left;
1644 }
1645
1646 #acl-wrapper-end {
1647         clear: both;
1648 }
1649
1650 #group-edit-name-label {
1651         float: left;
1652         width: 175px;
1653         margin-top: 20px;
1654         margin-bottom: 20px;
1655 }
1656
1657 #group-edit-name {
1658         float: left;
1659         width: 225px;
1660         margin-top: 20px;
1661         margin-bottom: 20px;
1662 }
1663
1664 #group-edit-name-wrapper {
1665
1666
1667 }
1668
1669
1670 #group_members_select_label {
1671         display: block;
1672         float: left;
1673         width: 175px;
1674 }
1675
1676 .group_members_select {
1677         float: left;
1678         width: 230px;
1679         overflow: auto;
1680 }
1681
1682 #group_members_select_end {
1683         clear: both;
1684 }
1685 #group-edit-name-end {
1686         clear: both;
1687 }
1688
1689 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1690         margin-bottom: 10px;
1691         margin-top: 20px;
1692 }
1693
1694 #prvmail-submit {
1695         float: left;
1696         margin-top: 10px;
1697         margin-right: 30px;
1698 }
1699 #prvmail-upload-wrapper,
1700 #prvmail-link-wrapper,
1701 #prvmail-rotator-wrapper {
1702         float: left;
1703         margin-top: 10px;
1704         margin-right: 10px;
1705         width: 24px;
1706 }
1707
1708 #prvmail-end {
1709         clear: both;
1710 }
1711
1712 .mail-list-sender,
1713 .mail-list-detail {
1714         float: left;
1715 }
1716 .mail-list-detail {
1717         margin-left: 20px;
1718 }
1719
1720 .mail-list-subject {
1721         font-size: 1.1em;
1722         margin-top: 10px;
1723 }
1724 a.mail-list-link {
1725         display: block;
1726         padding: 4px 5px;
1727 }
1728
1729 /*
1730 *a.mail-list-link:hover {
1731 *       background-color: #15607B;
1732 *       color: #F5F6FB;
1733 *}
1734 */
1735
1736 .mail-list-outside-wrapper-end {
1737         clear: both;
1738 }
1739
1740 .mail-list-outside-wrapper {
1741         margin-top: 30px;
1742 }
1743
1744 .mail-list-delete-wrapper {
1745         float: right;
1746         margin-right: 30px;
1747         margin-top: 15px;
1748 }
1749
1750 .mail-list-delete-icon {
1751         border: none;
1752 }
1753
1754 .mail-conv-sender,
1755 .mail-conv-detail {
1756         float: left;
1757 }
1758 .mail-conv-detail {
1759         margin-left: 20px;
1760         width: 500px;
1761 }
1762
1763 .mail-conv-subject {
1764         font-size: 1.1em;
1765         margin-top: 10px;
1766 }
1767
1768 .mail-conv-outside-wrapper-end {
1769         clear: both;
1770 }
1771
1772 .mail-conv-outside-wrapper {
1773         margin-top: 30px;
1774 }
1775
1776 .mail-conv-delete-wrapper {
1777         float: right;
1778         margin-right: 30px;
1779         margin-top: 15px;
1780 }
1781
1782 .mail-conv-delete-icon {
1783         border: none;
1784 }
1785
1786 .message-links ul {
1787         list-style-type: none;
1788 }
1789
1790 .message-links li {
1791         margin-top: 10px;
1792 }
1793 .message-links a {
1794         /*background-color: #ECECEC;*/
1795         /*border: 1px solid #858585;*/
1796         padding: 3px 5px;
1797         /*display: block;*/
1798 }
1799 .message-links a:hover {
1800         background-color: #0CBEFE;
1801         color: #F5F6FB;
1802         /*border: 1px solid #F5F6FB;*/
1803 }
1804
1805 #sidebar-group-list ul {
1806         list-style-type: none;
1807 }
1808
1809 #sidebar-group-list li {
1810         margin-top: 10px;
1811 }
1812
1813 #side-follow-wrapper {
1814         margin-top: 20px;
1815 }
1816 #side-follow-url {
1817         margin-top: 5px;
1818 }
1819 #side-follow-submit {
1820         margin-top: 15px;
1821 }
1822
1823 .photo-album-image-wrapper {
1824         float: left;
1825         margin-top: 15px;
1826         height: 350px;
1827         width: 350px;
1828 }
1829
1830 #photo-album-end {
1831         clear: both;
1832 }
1833
1834 .photo-top-image-wrapper {
1835         float: left;
1836         margin-top: 15px;
1837         height: 350px;
1838         width: 350px;
1839 }
1840
1841 #photo-top-end {
1842         clear: both;
1843 }
1844
1845 #photo-top-links {
1846         margin-bottom: 30px;
1847         margin-left: 30px;
1848 }
1849
1850 #photos-upload-newalbum-div {
1851         float: left;
1852         width: 175px;
1853 }
1854 #photos-upload-existing-album-text {
1855         float: left;
1856         width: 175px;
1857 }
1858 #photos-upload-newalbum {
1859         float: left;
1860 }
1861 #photos-upload-album-select {
1862         float: left;
1863 }
1864 #photos-upload-spacer {
1865         margin-top: 25px;
1866 }
1867 #photos-upload-new-end, #photos-upload-exist-end {
1868         clear: both;
1869 }
1870 #photos-upload-exist-end {
1871         margin-bottom: 15px;
1872 }
1873 #photos-upload-submit {
1874         margin-top: 15px;
1875 }
1876
1877 #photos_upload_applet_wrapper {
1878         margin-bottom: 15px;
1879 }
1880
1881 #photos-upload-no-java-message {
1882         margin-bottom: 15px;
1883 }
1884
1885 #profile-jot-desc {
1886         float: left;
1887         width: 480px;
1888         margin-top: 10px;
1889         margin-bottom: 10px;
1890 }
1891 #character-counter {
1892         float: left;
1893         font-size: 120%;
1894 }
1895
1896 #character-counter.grey {
1897         color: #888888;
1898 }
1899
1900 #character-counter.orange {
1901         color: orange;
1902 }
1903 #character-counter.red {
1904         color: red;
1905 }
1906
1907 #profile-jot-banner-end {
1908         clear: both;
1909 }
1910
1911 #photos-upload-select-files-text {
1912         margin-top: 15px;
1913         margin-bottom: 15px;
1914 }
1915
1916 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1917         color: #8888FF;
1918         text-decoration: none;
1919         cursor: pointer;
1920 }
1921
1922 #photos-upload-perms-menu:hover {
1923         color: #0000FF;
1924         text-decoration: underline;
1925         cursor: pointer;
1926 }
1927 #settings-default-perms-menu {
1928         margin-top: 15px;
1929         margin-bottom: 15px;
1930 }
1931
1932 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1933         float: left;
1934         width: 150px;
1935 }
1936
1937 #photo-edit-perms-end {
1938         margin-bottom: 15px;
1939 }
1940
1941 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1942         float: left;
1943         margin-bottom: 25px;
1944 }
1945 #photo-edit-link-wrap {
1946         margin-bottom: 15px;
1947 }
1948 #photo-like-div {
1949         margin-bottom: 25px;
1950 }
1951
1952 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1953         clear: both;
1954 }
1955
1956 #photo-edit-delete-button {
1957         margin-left: 200px;
1958 }
1959 #photo-edit-end {
1960         margin-bottom: 35px;
1961 }
1962 #photo-caption {
1963         font-size: 110%;
1964         font-weight: bold;
1965         margin-top: 15px;
1966         margin-bottom: 15px;
1967 }
1968
1969 #in-this-photo-text {
1970         color: #0000FF;
1971         margin-left: 30px;
1972 }
1973
1974 #in-this-photo {
1975         margin-left: 60px;
1976         margin-top: 10px;
1977         margin-bottom: 20px;
1978 }
1979
1980 #photo-album-edit-submit, #photo-album-edit-drop {
1981         margin-top: 15px;
1982         margin-bottom: 15px;
1983 }
1984
1985 #photo-album-edit-drop {
1986         margin-left: 200px;
1987 }
1988
1989 .group-delete-wrapper {
1990         float: right;
1991         margin-right: 50px;
1992 }
1993
1994 #install-dbhost-label,
1995 #install-dbuser-label,
1996 #install-dbpass-label,
1997 #install-dbdata-label,
1998 #install-tz-desc {
1999        float: left;
2000        width: 250px;
2001        margin-top: 10px;
2002        margin-bottom: 10px;
2003
2004 }
2005
2006 #install-dbhost,
2007 #install-dbuser,
2008 #install-dbpass,
2009 #install-dbdata {
2010        float: left;
2011        width: 200px;
2012        margin-left: 20px;
2013 }
2014
2015 #install-dbhost-end,
2016 #install-dbuser-end,
2017 #install-dbpass-end,
2018 #install-dbdata-end,
2019 #install-tz-end {
2020        clear: both;
2021 }
2022
2023 #install-form select#timezone_select {
2024        float: left;
2025        margin-top: 18px;
2026        margin-left: 20px;
2027 }
2028
2029 #dfrn-request-networks {
2030         margin-bottom: 30px;
2031 }
2032
2033 #pause {
2034   position: fixed;
2035   bottom: 5px;
2036   right: 5px;
2037 }
2038
2039 .sparkle {
2040         cursor: url('lock.cur'), pointer;
2041 /*      cursor: pointer !important; */
2042 }
2043
2044 .contact-block-div {
2045         float: left;
2046         width: 52px;
2047         height: 52px;
2048 }
2049 #contact-block-end {
2050         clear: both;
2051 }
2052 .contact-block-link {
2053         float: left;
2054 }
2055 .contact-block-img {
2056         width:48px;
2057         height:48px;
2058 }
2059
2060 #tag-remove {
2061         margin-bottom: 15px;
2062 }
2063
2064 #tagrm li {
2065         margin-bottom: 10px;
2066 }
2067
2068 #tagrm-submit, #tagrm-cancel {
2069         margin-top: 25px;
2070 }
2071
2072 #tagrm-cancel {
2073         margin-left: 15px;
2074 }
2075
2076 .wall-item-conv {
2077         margin-top: 5px;
2078         margin-bottom: 25px;
2079 }
2080
2081 #search-submit {
2082         margin-left: 15px;
2083 }
2084
2085 #search-box {
2086         margin-bottom: 25px;
2087 }
2088
2089 .location-label, .gender-label, .marital-label, .homepage-label {
2090         float: left;
2091         text-align: right;
2092         display: block;
2093         width: 65px;
2094 }
2095
2096 .adr, .x-gender, .marital-text, .homepage-url {
2097         float: left;
2098         display: block;
2099         margin-left: 8px;
2100 }
2101
2102 .profile-clear {
2103         clear: both;
2104 }
2105
2106
2107 .clear {
2108         clear: both;
2109 }
2110
2111 .cc-license {
2112         margin-top: 50px;
2113         font-size: 70%;
2114 }
2115
2116
2117 #plugin-settings-link, #account-settings-link, #uexport-link {
2118         margin-bottom: 10px;
2119 }
2120
2121
2122 #birthday-title {
2123         float: left;
2124         font-weight: bold;      
2125 }
2126
2127 #birthday-adjust {
2128         float: left;
2129         font-size: 75%;
2130         margin-left: 10px;
2131 }
2132
2133 #birthday-title-end {
2134         clear: both;
2135 }
2136
2137 .birthday-list {
2138         margin-left: 15px;
2139 }
2140
2141 #birthday-wrapper {
2142         margin-bottom: 20px;
2143 }
2144
2145
2146 #network-new-link {
2147         margin-top: 15px;
2148         margin-bottom: 15px;
2149 }
2150
2151 .tool-wrapper {
2152   float: left;
2153   margin-left: 15px;
2154 }
2155 .tool-link {
2156   cursor: pointer;
2157 }
2158
2159
2160 .calendar {
2161         font-family: Courier, monospace;
2162 }
2163 .today {
2164         color: #FF0000;
2165 }
2166
2167
2168 .settings-block {
2169         border: 1px solid #AAA;
2170         margin: 10px;
2171         padding: 10px;
2172 }
2173
2174
2175 .app-title {
2176         margin: 10px;
2177 }
2178
2179
2180 #identity-manage-desc {
2181         margin-top:15px;
2182         margin-bottom: 15px;
2183 }
2184
2185 #identity-manage-choose {
2186         margin-bottom: 15px;
2187 }
2188
2189 #identity-submit {
2190         margin-top: 20px;
2191 }
2192
2193
2194 #photo-prev-link, #photo-next-link {
2195         padding: 10px;
2196         float: left;
2197 }
2198
2199 #photo-photo {
2200         float: left;
2201 }
2202
2203 #photo-photo-end {
2204         clear: both;
2205 }
2206
2207
2208 .profile-match-photo {
2209         float: left;
2210         text-align: center;
2211         width: 120px;
2212 }
2213
2214 .profile-match-name {
2215         float: left;
2216         text-align: center;
2217         width: 120px;
2218         overflow: hidden;
2219 }
2220
2221 .profile-match-break,
2222 .profile-match-end {
2223         clear: both;
2224 }
2225
2226 .profile-match-wrapper {
2227         float: left;
2228         padding: 10px;
2229 }
2230 #profile-match-wrapper-end {
2231         clear: both;
2232 }
2233
2234 .side-link {
2235         margin-bottom: 15px;
2236 }