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