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