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