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