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