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