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