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