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