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