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