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