]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
1a415db4503b52301ea742ae42c411d2c9b3b585
[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(../default/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: 10px;
95         position: absolute;
96 }
97 nav #banner #logo-text a {
98         font-size: 44px;
99         font-weight: bold;
100         color: #000000;
101
102 }
103 nav #banner #logo-text a:hover { text-decoration: none; }
104
105
106 .nav-commlink, .nav-login-link {
107     display: block;
108     height: 15px;
109         margin-top: 67px;
110         margin-right: 2px;
111         padding: 6px 10px;
112         float: left;
113         bottom: 140px;
114         border: 1px solid #babdb6;
115         border-bottom: 0px;
116         background-color: #aec0d3;
117         color: #565854;         
118         -moz-border-radius: 3px 3px 0px 0px;
119         border-radius: 3px 3px 0px 0px; 
120 }
121 nav .nav-link {
122         float: right;
123         margin: 0.2em 0em;
124         padding: 0em 0.5em;
125         background-color: transparent !important;
126 }
127
128
129 .nav-selected {
130         background-color: #ffffff;
131         border-bottom: 1px solid #ffffff;
132         color: #000000 !important;
133         margin-top: 64px;
134         padding-top: 6px;
135         padding-bottom: 8px;
136 }
137 .nav-ajax-left {
138         font-size: 0.8em;
139         float: left;
140         margin-top: 62px;       
141 }
142
143
144 nav #nav-link-wrapper .nav-link {
145         border-right: 1px solid #babdb6;
146 }
147
148 /* aside */
149 aside {
150         display: block;
151         min-height: 112px;
152         width: 200px;
153         margin-left: 10%;
154         padding: 1em;
155         float: left;
156         background-image: url(border.jpg);
157         background-position: top left;
158         background-repeat: no-repeat;
159         position: absolute;
160 }
161
162
163 /* section */
164 section {
165         margin: 0px 10%;
166         padding-top: 1em;
167         padding-left: 250px;
168         padding-right: 1em;
169         display: block;
170         background-color: #ffffff;
171         background-image: url(border.jpg);
172         background-position: top right;
173         background-repeat: no-repeat;
174         min-height: 112px;
175         
176 }
177
178 #profile-tabs-wrapper {
179         height: 27px;
180         background-image: url(head.jpg);
181         background-repeat: repeat-x;    
182         background-position: 0px -20px;
183         border-bottom: 1px solid #babdb6;
184 }
185 .profile-tabs {
186         display:block;
187         float:left;
188         padding: 0.4em;
189         margin-right: 1em;
190 }
191
192 /* footer */
193 footer {
194     display: none;
195
196 }
197
198
199 div.wall-item-content-wrapper.shiny {
200   background-image: url('shiny.png');
201   background-position: -5px 30px;
202   background-repeat:no-repeat;
203 }
204
205 /* from defautlt */
206 #jot-perms-icon, 
207 #profile-location,
208 #profile-nolocation, 
209 #profile-video, 
210 #profile-link, 
211 #wall-image-upload,
212 #profile-upload-wrapper,
213 #wall-image-upload-div,
214 .hover, .focus {
215         cursor: pointer;
216 }
217
218 .fakelink, .fakelink:visited {
219         color: #3465a4;
220         text-decoration: none;
221         cursor: pointer;
222         margin-top: 15px;
223         margin-bottom: 15px;
224 }
225 .lockview {
226         cursor: pointer;
227 }
228
229 .fakelink:hover {
230         color: #3465a4;
231         text-decoration: underline;
232         cursor: pointer;
233 }
234 .smalltext {
235         font-size: 0.7em;
236 }
237 #sysmsg {
238         /*width: 600px;*/
239         margin-bottom: 10px;
240 }
241
242 #register-fill-ext {
243         margin-bottom: 25px;
244 }
245
246 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
247         float: left;
248         width: 350px;
249         margin-top: 10px;
250 }
251
252 #register-name, #register-email, #register-nickname {
253         float: left;
254         margin-top: 10px;
255         width: 150px;
256 }
257
258 #register-openid {
259         float: left;
260         margin-top: 10px;
261         width: 130px;
262 }
263
264 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
265         clear: both;
266 }
267
268 #register-nickname-desc {
269         margin-top: 30px;
270         width: 650px;
271 }
272 #register-sitename {
273         float: left;
274         margin-top: 10px;
275 }
276
277 #register-submit-button {
278         margin-top: 50px;
279         margin-left: 350px;
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(../default/ff-16.jpg) 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-edit-profile-name-label,
606 #profile-edit-name-label,
607 #profile-edit-pdesc-label,
608 #profile-edit-gender-label,
609 #profile-edit-dob-label,
610 #profile-edit-address-label,
611 #profile-edit-locality-label,
612 #profile-edit-region-label,
613 #profile-edit-postal-code-label,
614 #profile-edit-country-name-label,
615 #profile-edit-marital-label,
616 #profile-edit-sexual-label,
617 #profile-edit-politic-label,
618 #profile-edit-religion-label,
619 #profile-edit-keywords-label,
620 #profile-edit-homepage-label {
621         float: left;
622         width: 175px;
623 }
624
625 #profile-edit-profile-name,
626 #profile-edit-name,
627 #profile-edit-pdesc,
628 #gender-select,
629 #profile-edit-dob,
630 #profile-edit-address,
631 #profile-edit-locality,
632 #profile-edit-region,
633 #profile-edit-postal-code,
634 #profile-edit-country-name,
635 #marital-select,
636 #sexual-select,
637 #profile-edit-politic,
638 #profile-edit-religion,
639 #profile-edit-keywords,
640 #profile-in-dir-yes,
641 #profile-in-dir-no,
642 #profile-in-netdir-yes,
643 #profile-in-netdir-no,
644 #hide-friends-yes,
645 #hide-friends-no,
646 #settings-normal,
647 #settings-soapbox,
648 #settings-community,
649 #settings-freelove {
650         float: left;
651         margin-bottom: 20px;
652 }
653
654 #profile-in-dir-yes-label,
655 #profile-in-dir-no-label,
656 #profile-in-netdir-yes-label,
657 #profile-in-netdir-no-label,
658 #hide-friends-yes-label,
659 #hide-friends-no-label {
660         margin-left: 125px;
661         float: left;
662         width: 50px;
663 }
664
665 #profile-edit-with-label {
666         width: 175px;
667         margin-left: 20px;
668 }
669
670 #profile-edit-pdesc-desc,
671 #profile-edit-keywords-desc {
672         float: left;
673         margin-left: 20px;
674 }
675
676
677 #profile-edit-homepage {
678         float: left;
679         margin-bottom: 35px;
680 }
681 #settings-normal-label,
682 #settings-soapbox-label,
683 #settings-community-label,
684 #settings-freelove-label {
685         float: left;
686         width: 200px;
687 }
688 #settings-normal-desc,
689 #settings-soapbox-desc,
690 #settings-community-desc,
691 #settings-freelove-desc {
692         float: left;
693         margin-left: 75px;
694 }
695
696 #profile-edit-profile-name-end,
697 #profile-edit-name-end,
698 #profile-edit-pdesc-end,
699 #profile-edit-gender-end,
700 #profile-edit-dob-end,
701 #profile-edit-address-end,
702 #profile-edit-locality-end,
703 #profile-edit-region-end,
704 #profile-edit-postal-code-end,
705 #profile-edit-country-name-end,
706 #profile-edit-marital-end,
707 #profile-edit-sexual-end,
708 #profile-edit-politic-end,
709 #profile-edit-religion-end,
710 #profile-edit-keywords-end,
711 #profile-edit-homepage-end,
712 #profile-in-dir-break,
713 #profile-in-dir-end,
714 #profile-in-netdir-break,
715 #profile-in-netdir-end,
716 #hide-friends-break,
717 #hide-friends-end,
718 #settings-normal-break,
719 #settings-soapbox-break,
720 #settings-community-break,
721 #settings-freelove-break {
722         clear: both;
723 }
724
725
726
727
728
729 #gender-select, #marital-select, #sexual-select {
730         width: 220px;
731 }
732
733 #profile-edit-profile-name-wrapper .required {
734         color: #FF0000;
735         float: left;
736 }
737
738 #contacts-main {
739         margin-top: 20px;
740         margin-bottom: 20px;
741 }
742
743 .contact-entry-wrapper {
744         float: left;
745         width: 180px;
746 }
747
748 .contact-entry-direction-icon {
749         margin-top: 24px;
750         margin-right: 2px;
751 }
752
753 .contact-entry-photo img {
754         border: none;
755 }
756 .contact-entry-photo-end {
757         clear: both;
758 }
759 .contact-entry-name {
760         float: left;
761         margin-left: 30px;
762 }
763 .contact-entry-edit-links {
764         margin-top: 6px;
765         margin-left: 10px;
766         width: 16px;
767 }
768 .contact-entry-nav-wrapper {
769         float: left;
770         margin-left: 10px;
771 }
772
773 .contact-entry-edit-links img {
774         border: none;
775         margin-right: 15px;
776 }
777 .contact-entry-photo {
778         float: left;
779 }
780 .contact-entry-end {
781         clear: both;
782 }
783
784 #contact-edit-end {
785         clear: both;
786 }
787
788 .wall-item-content-wrapper {
789         margin-top: 10px;
790         border: 1px solid #CCC;
791 }
792
793 .wall-item-content-wrapper.comment {
794         margin-left: 50px;
795         background: #EEEEEE;
796 }
797
798 .wall-item-photo-wrapper {
799         margin-top: 10px;
800         margin-left: 10px;
801         margin-bottom: 10px;
802         width: 100px;
803         float: left;
804 }
805 .wall-item-arrowphoto-wrapper {
806         margin-top: 40px;
807         margin-right: 20px;
808         float: left;
809 }
810 .wall-item-wrapper {
811         float: left;
812     margin-right: 5px;
813     width: 80px;
814 }
815 .wall-item-lock {
816         height: 20px;
817         margin-top: 10px;
818 }
819
820 .wall-item-ago {
821         color: #888888;
822         font-size: 0.8em;
823 }
824
825 .wall-item-like-buttons img {
826         cursor: pointer;
827 }
828 .wall-item-delete-wrapper {
829         float: right;
830         margin-top: 5px;
831         margin-right: 5px;
832 }
833
834 .wall-item-delete-end {
835         clear: both;
836 }
837
838 .wall-item-delete-icon {
839         border: none;
840 }
841
842
843 .wall-item-wrapper-end {
844         clear: both;
845 }
846 .wall-item-name-link {
847         font-weight: bold;
848         text-decoration: none;
849         color: #3172BD;
850 }
851 .wall-item-photo {
852         border: none;
853 }
854 .wall-item-content {
855         float: left;
856         width: 450px;
857         margin-left: 10px;
858         margin-bottom: 20px;
859         padding: 20px;
860         max-height: 400px;
861         overflow: auto;
862 }
863
864 .wall-item-title {
865         float: left;
866         font-weight: bold;
867         width: 450px;
868 }
869
870 .wall-item-body {
871         float: left;
872         width: 450px;
873         margin-top: 30px;
874 }
875
876 .comment-edit-wrapper {
877         margin-top: 15px;
878         background: #f3f3f3;
879         margin-left: 50px;
880 }
881
882 .comment-wwedit-wrapper {
883         margin-top: 15px;
884         background: #CCCCCC;
885         margin-left: 250px;
886 }
887
888 .comment-edit-photo {
889         margin-top: 10px;
890         margin-left: 10px;
891         margin-bottom: 10px;
892         width: 100px;
893         float: left;
894 }
895 .comment-edit-photo img {
896         width: 25px;
897 }
898 .comment-edit-text-empty, .comment-edit-text-full {
899         float: left;
900         margin-top: 10px;
901 }
902 .comment-edit-text-end {
903         clear: both;
904 }
905
906 .comment-edit-submit {
907         margin: 10px 0px 10px 110px;
908 }
909
910 #profile-jot-submit-wrapper {
911         margin-top: 15px;
912 }
913
914 #profile-jot-submit {
915         float: left;
916 }
917 #profile-upload-wrapper {
918         float: left;
919         margin-left: 50px;
920 }
921
922 #profile-rotator {
923         float: left;
924         margin-left: 50px;
925 }
926 #profile-link-wrapper {
927         float: left;
928         margin-left: 20px;
929 }
930 #profile-youtube-wrapper {
931         float: left;
932         margin-left: 20px;
933 }
934 #profile-location-wrapper {
935         float: left;
936         margin-left: 20px;
937 }
938 #profile-nolocation-wrapper {
939         float: left;
940         margin-left: 20px;
941 }
942
943 #profile-jot-perms {
944         float: left;
945         margin-left: 200px;
946         font-weight: bold;
947         font-size: 1.2em;
948 }
949
950 #profile-jot-perms-end {
951         /*clear: left;*/
952         height: 30px;
953 }
954
955 #profile-jot-end {
956         /*clear: both;*/
957         margin-bottom: 30px;
958 }
959 #about-jot-submit-wrapper {
960         margin-top: 15px;
961 }
962 #about-jot-end {
963         margin-bottom: 30px;
964 }
965 #contacts-main {
966         margin-bottom: 30px;
967 }
968
969 #profile-listing-desc {
970         margin-left: 30px;
971 }
972
973 #profile-listing-new-link-wrapper {
974         margin-left: 30px;
975         margin-bottom: 30px;
976 }
977 .profile-listing-photo-wrapper {
978         float: left;
979 }
980
981 .profile-listing-edit-buttons-wrapper {
982         clear: both;
983 }
984 .profile-listing-photo-edit-link {
985         float: left;
986         width: 125px;
987 }
988 .profile-listing-end {
989         clear: both;
990 }
991 .profile-listing-edit-buttons-wrapper img{
992         border: none;
993         margin-right: 20px;
994 }
995 .profile-listing {
996         margin-top: 25px;
997 }
998 .profile-listing-name {
999         float: left;
1000         margin-left: 32px;
1001         margin-top: 10px;
1002         color: #3172BD;
1003         font-weight: bold;
1004         width: 200px;
1005
1006 }
1007 .fortune {
1008         margin-top: 50px;
1009         color: #4444FF;
1010         font-weight: bold;
1011         margin-bottom: 20px;
1012 }
1013
1014
1015 .directory-end {
1016         clear: both;
1017 }
1018 .directory-name {
1019         text-align: center;
1020 }
1021 .directory-photo {
1022         margin-left: 25px;
1023 }
1024 .directory-details {
1025         font-size: 0.7em;
1026         text-align: center;
1027         margin-left: 5px;
1028         margin-right: 5px;
1029 }
1030 .directory-item {
1031         float: left;
1032         width: 225px;
1033         height: 260px;
1034         overflow: auto;
1035 }
1036
1037 #directory-search-wrapper {
1038         margin-top: 20px;
1039         margin-right: 20px;
1040         margin-bottom: 50px;
1041 }
1042
1043 #directory-search-end {
1044 }
1045
1046 .directory-photo-img {
1047         border: none;
1048 }
1049
1050
1051 .pager {
1052   padding: 10px;
1053   text-align: center;
1054   font-size: 1.0em;
1055 }
1056
1057
1058 .pager_first,
1059 .pager_last,
1060 .pager_prev,
1061 .pager_next,
1062 .pager_n {
1063         border: 1px solid black;
1064         background: #EEE;
1065         padding: 4px;
1066 }
1067
1068 .pager_first a,
1069 .pager_last a,
1070 .pager_prev a,
1071 .pager_next a,
1072 .pager_n a {
1073         text-decoration: none;
1074 }
1075
1076 .pager_current {
1077   border: 1px solid black;
1078   background: #FFCCCC;
1079   padding: 4px;
1080 }
1081
1082
1083 #advanced-profile-name-wrapper,
1084 #advanced-profile-gender-wrapper,
1085 #advanced-profile-dob-wrapper,
1086 #advanced-profile-age-wrapper,
1087 #advanced-profile-marital-wrapper,
1088 #advanced-profile-sexual-wrapper,
1089 #advanced-profile-homepage-wrapper,
1090 #advanced-profile-politic-wrapper,
1091 #advanced-profile-religion-wrapper,
1092 #advanced-profile-about-wrapper,
1093 #advanced-profile-interest-wrapper,
1094 #advanced-profile-contact-wrapper,
1095 #advanced-profile-music-wrapper,
1096 #advanced-profile-book-wrapper,
1097 #advanced-profile-tv-wrapper,
1098 #advanced-profile-film-wrapper,
1099 #advanced-profile-romance-wrapper,
1100 #advanced-profile-work-wrapper,
1101 #advanced-profile-education-wrapper {
1102         margin-top: 20px;
1103 }
1104
1105 #advanced-profile-name-text,
1106 #advanced-profile-gender-text,
1107 #advanced-profile-dob-text,
1108 #advanced-profile-age-text,
1109 #advanced-profile-marital-text,
1110 #advanced-profile-sexual-text,
1111 #advanced-profile-homepage-text,
1112 #advanced-profile-politic-text,
1113 #advanced-profile-religion-text,
1114 #advanced-profile-about-text,
1115 #advanced-profile-interest-text,
1116 #advanced-profile-contact-text,
1117 #advanced-profile-music-text,
1118 #advanced-profile-book-text,
1119 #advanced-profile-tv-text,
1120 #advanced-profile-film-text,
1121 #advanced-profile-romance-text,
1122 #advanced-profile-work-text,
1123 #advanced-profile-education-text {
1124         width: 300px;
1125         float: left;
1126 }
1127
1128 #advanced-profile-name-end,
1129 #advanced-profile-gender-end,
1130 #advanced-profile-dob-end,
1131 #advanced-profile-age-end,
1132 #advanced-profile-marital-end,
1133 #advanced-profile-sexual-end,
1134 #advanced-profile-homepage-end,
1135 #advanced-profile-politic-end,
1136 #advanced-profile-religion-end {
1137         height: 10px;
1138 }
1139
1140 #advanced-profile-about-end,
1141 #advanced-profile-interest-end,
1142 #advanced-profile-contact-end,
1143 #advanced-profile-music-end,
1144 #advanced-profile-book-end,
1145 #advanced-profile-tv-end,
1146 #advanced-profile-film-end,
1147 #advanced-profile-romance-end,
1148 #advanced-profile-work-end,
1149 #advanced-profile-education-end {
1150
1151
1152 }
1153
1154 #advanced-profile-name,
1155 #advanced-profile-gender,
1156 #advanced-profile-dob,
1157 #advanced-profile-age,
1158 #advanced-profile-marital,
1159 #advanced-profile-sexual,
1160 #advanced-profile-homepage,
1161 #advanced-profile-politic,
1162 #advanced-profile-religion {
1163         float: left;
1164
1165 }
1166
1167
1168 #advanced-profile-about,
1169 #advanced-profile-interest,
1170 #advanced-profile-contact,
1171 #advanced-profile-music,
1172 #advanced-profile-book,
1173 #advanced-profile-tv,
1174 #advanced-profile-film,
1175 #advanced-profile-romance,
1176 #advanced-profile-work,
1177 #advanced-profile-education {
1178         margin-top: 10px;
1179         margin-left: 50px;
1180         margin-right: 20px;
1181         padding: 10px;
1182         border: 1px solid #CCCCCC;
1183 }
1184
1185 #advanced-profile-with {
1186         float: left;
1187         margin-left: 15px;
1188 }
1189
1190 #contact-edit-wrapper {
1191         margin-top: 50px;
1192 }
1193
1194 #contact-edit-banner-name {
1195         font-size: 1.4em;
1196         font-weight: bold;
1197         margin-left: 30px;
1198 }
1199
1200 #contact-edit-poll-wrapper {
1201         margin-left: 50px;
1202         margin-top: 30px;
1203 }
1204 #contact-edit-poll-text {
1205         margin-bottom: 10px;
1206 }
1207
1208 #contact-edit-photo-wrapper {
1209         margin-bottom: 20px;
1210 }
1211 #contact-edit-links {
1212         float: left;
1213 }
1214 #contact-edit-links img {
1215         margin-left: 20px;
1216         border: none;
1217 }
1218
1219 #contact-drop-links {
1220         float: left;
1221 }
1222
1223 #contact-drop-links img {
1224         margin-left: 20px;
1225         border: none;
1226 }
1227
1228 #contact-edit-nav-end {
1229         clear: both;
1230 }
1231
1232 #contact-edit-direction-icon {
1233         float: left;
1234         margin-top: 70px;
1235         margin-right: 2px;
1236 }
1237
1238 #contact-edit-photo {
1239         float: left;
1240 }
1241
1242 #contact-edit-photo-end {
1243         clear: both;
1244 }
1245
1246 #contact-edit-photo-wrapper {
1247         float: left;
1248 }
1249
1250 #contact-edit-nav-wrapper {
1251         float: left;
1252 }
1253
1254 #contact-edit-end {
1255         clear: both;
1256 }
1257
1258 #contact-profile-selector {
1259         width: 175px;
1260         margin-left: 175px;
1261 }
1262
1263 #contact-reputation-selector {
1264         margin-left: 175px;
1265 }
1266
1267 #contact-edit-rating-text {
1268         margin-left: 175px;
1269 }
1270
1271 .contact-edit-submit {
1272         margin-top: 20px;
1273         /*margin-left: 50px;*/
1274 }
1275
1276 #block-message, #ignore-message, #profile-edit-insecure {
1277         margin-top: 20px;
1278         color: #FF0000;
1279         font-size: 1.1em;
1280         border: 1px solid #FF8888;
1281         background-color: #FFEEEE;
1282         padding: 10px;
1283 }
1284
1285 #block-message, #ignore-message {
1286         width: 180px;
1287 }
1288
1289 #profile-edit-insecure {
1290         width: 600px;
1291 }
1292
1293 /*
1294 .profile-tabs {
1295         float: left;
1296         padding: 4px;
1297         margin-top: 10px;
1298         margin-bottom: 10px;
1299         margin-right: 5px;
1300         font-size: 0.8em;
1301         font-weight: bold;
1302         background-color: #ECECEC;
1303         border: 1px solid #858585;
1304 }
1305 .profile-tabs:hover {
1306         background-color: #0CBEFE;
1307         color: #F5F6FB;
1308         border: 1px solid #F5F6FB;
1309 }
1310
1311
1312 #profile-tabs-end {
1313         clear: both;
1314 }*/
1315
1316 .comment-edit-text-empty {
1317         color: gray;
1318         height: 30px;
1319         width: 175px;
1320         overflow: auto;
1321         margin-bottom: 10px;
1322 }
1323
1324 .comment-edit-text-full {
1325         color: black;
1326         height: 150px;
1327         width: 350px;
1328         overflow: auto;
1329 }
1330
1331 #group-new-submit-wrapper {
1332         margin-top: 30px;
1333 }
1334
1335 #acl-allow-group-label,
1336 #acl-allow-contact-label,
1337 #acl-deny-group-label,
1338 #acl-deny-contact-label {
1339         display: block;
1340 }
1341
1342 #acl-permit-text,
1343 #acl-deny-text {
1344         margin-top: 10px;
1345 }
1346
1347 #acl-allow-group-label,
1348 #acl-allow-contact-label,
1349 #acl-deny-group-label,
1350 #acl-deny-contact-label {
1351         margin-top: 5px;
1352         margin-bottom: 5px;
1353 }
1354
1355
1356 #group_allow_wrapper,
1357 #group_deny_wrapper {
1358         float: left;
1359         width: 100px;
1360         margin-right: 10px;
1361 }
1362
1363 #contact_allow_wrapper,
1364 #contact_deny_wrapper {
1365         float: left;
1366         width: 150px;
1367         margin-right: 10px;
1368 }
1369
1370 #acl-allow-end,
1371 #acl-deny-end {
1372         clear: both;
1373 }
1374 #acl-permit-outer-wrapper,
1375 #acl-deny-outer-wrapper {
1376         padding: 10px;
1377         margin-top: 10px;
1378         border: 2px solid #BBBBBB;
1379         float: left;
1380 }
1381
1382 #acl-wrapper-end {
1383         clear: both;
1384 }
1385
1386 #group-edit-name-label {
1387         float: left;
1388         width: 175px;
1389         margin-top: 20px;
1390         margin-bottom: 20px;
1391 }
1392
1393 #group-edit-name {
1394         float: left;
1395         width: 225px;
1396         margin-top: 20px;
1397         margin-bottom: 20px;
1398 }
1399
1400 #group-edit-name-wrapper {
1401
1402
1403 }
1404
1405
1406 #group_members_select_label {
1407         display: block;
1408         float: left;
1409         width: 175px;
1410 }
1411
1412 .group_members_select {
1413         float: left;
1414         width: 230px;
1415         overflow: auto;
1416 }
1417
1418 #group_members_select_end {
1419         clear: both;
1420 }
1421 #group-edit-name-end {
1422         clear: both;
1423 }
1424
1425 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1426         margin-bottom: 10px;
1427         margin-top: 20px;
1428 }
1429
1430 #prvmail-submit {
1431         float: left;
1432         margin-top: 10px;
1433         margin-right: 30px;
1434 }
1435 #prvmail-upload-wrapper,
1436 #prvmail-link-wrapper,
1437 #prvmail-rotator-wrapper {
1438         float: left;
1439         margin-top: 10px;
1440         margin-right: 10px;
1441         width: 24px;
1442 }
1443
1444 #prvmail-end {
1445         clear: both;
1446 }
1447
1448 .mail-list-sender,
1449 .mail-list-detail {
1450         float: left;
1451 }
1452 .mail-list-detail {
1453         margin-left: 20px;
1454 }
1455
1456 .mail-list-subject {
1457         font-size: 1.1em;
1458         margin-top: 10px;
1459 }
1460 a.mail-list-link {
1461     display: block;
1462     font-size: 1.3em;
1463     padding: 4px 0;
1464 }
1465
1466 /*
1467 *a.mail-list-link:hover {
1468 *       background-color: #15607B;
1469 *       color: #F5F6FB;
1470 *}
1471 */
1472
1473 .mail-list-outside-wrapper-end {
1474         clear: both;
1475 }
1476
1477 .mail-list-outside-wrapper {
1478         margin-top: 30px;
1479 }
1480
1481 .mail-list-delete-wrapper {
1482         float: right;
1483         margin-right: 30px;
1484         margin-top: 15px;
1485 }
1486
1487 .mail-list-delete-icon {
1488         border: none;
1489 }
1490
1491 .mail-conv-sender,
1492 .mail-conv-detail {
1493         float: left;
1494 }
1495 .mail-conv-detail {
1496         margin-left: 20px;
1497         width: 500px;
1498 }
1499
1500 .mail-conv-subject {
1501     font-size: 1.4em;
1502     margin: 10px 0;
1503 }
1504
1505 .mail-conv-outside-wrapper-end {
1506         clear: both;
1507 }
1508
1509 .mail-conv-outside-wrapper {
1510         margin-top: 30px;
1511 }
1512
1513 .mail-conv-delete-wrapper {
1514         float: right;
1515         margin-right: 30px;
1516         margin-top: 15px;
1517 }
1518
1519 .mail-conv-delete-icon {
1520         border: none;
1521 }
1522
1523 .message-links ul {
1524         list-style-type: none;
1525         padding: 0px;
1526 }
1527
1528 .message-links li {
1529         margin-top: 10px;
1530         float: left;
1531 }
1532 .message-links a {
1533         padding: 3px 5px;
1534 }
1535
1536 .message-links ul ul {
1537         clear: both;
1538 }
1539
1540 #sidebar-group-list ul {
1541         list-style-type: none;
1542 }
1543
1544 #sidebar-group-list li {
1545         margin-top: 10px;
1546 }
1547
1548 #side-follow-wrapper {
1549         margin-top: 20px;
1550 }
1551 #side-follow-url {
1552         margin-top: 5px;
1553 }
1554 #side-follow-submit {
1555         margin-top: 15px;
1556 }
1557
1558 .photo-album-image-wrapper {
1559         float: left;
1560         margin-top: 15px;
1561         height: 350px;
1562         width: 350px;
1563 }
1564
1565 #photo-album-end {
1566         clear: both;
1567 }
1568
1569 .photo-top-image-wrapper {
1570         float: left;
1571         margin-top: 15px;
1572         height: 350px;
1573         width: 350px;
1574 }
1575
1576 #photo-top-end {
1577         clear: both;
1578 }
1579
1580 #photo-top-links {
1581         margin-bottom: 30px;
1582         margin-left: 30px;
1583 }
1584
1585 #photos-upload-newalbum-div {
1586         float: left;
1587         width: 175px;
1588 }
1589 #photos-upload-existing-album-text {
1590         float: left;
1591         width: 175px;
1592 }
1593 #photos-upload-newalbum {
1594         float: left;
1595 }
1596 #photos-upload-album-select {
1597         float: left;
1598 }
1599 #photos-upload-new-end, #photos-upload-exist-end {
1600         clear: both;
1601 }
1602 #photos-upload-exist-end {
1603         margin-bottom: 15px;
1604 }
1605 #photos-upload-submit {
1606         margin-top: 15px;
1607 }
1608
1609 #photos_upload_applet_wrapper {
1610         margin-bottom: 15px;
1611 }
1612
1613 #photos-upload-no-java-message {
1614         margin-bottom: 15px;
1615 }
1616
1617 #profile-jot-desc {
1618         /*float: left;*/
1619         width: 480px;
1620         margin-top: 10px;
1621         margin-bottom: 10px;
1622 }
1623 #character-counter {
1624         float: right;
1625         font-size: 120%;
1626 }
1627
1628 #character-counter.grey {
1629         color: #888888;
1630 }
1631
1632 #character-counter.orange {
1633         color: orange;
1634 }
1635 #character-counter.red {
1636         color: red;
1637 }
1638
1639 #profile-jot-banner-end {
1640         /* clear: both; */ 
1641 }
1642
1643 #photos-upload-select-files-text {
1644         margin-top: 15px;
1645         margin-bottom: 15px;
1646 }
1647
1648 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1649         color: #8888FF;
1650         text-decoration: none;
1651         cursor: pointer;
1652 }
1653
1654 #photos-upload-perms-menu:hover {
1655         color: #0000FF;
1656         text-decoration: underline;
1657         cursor: pointer;
1658 }
1659 #settings-default-perms-menu {
1660         margin-top: 15px;
1661         margin-bottom: 15px;
1662 }
1663
1664 #photo-edit-caption-label, #photo-edit-tags-label {
1665         float: left;
1666         width: 150px;
1667 }
1668 #photo-edit-caption, #photo-edit-newtag {
1669         float: left;
1670         margin-bottom: 25px;
1671 }
1672 #photo-edit-link-wrap {
1673         margin-bottom: 15px;
1674 }
1675 #photo-like-div {
1676         margin-bottom: 25px;
1677 }
1678
1679 #photo-edit-caption-end, #photo-edit-tags-end {
1680         clear: both;
1681 }
1682
1683 #photo-edit-delete-button {
1684         margin-left: 200px;
1685 }
1686 #photo-edit-end {
1687         margin-bottom: 35px;
1688 }
1689 #photo-caption {
1690         font-size: 110%;
1691         font-weight: bold;
1692         margin-top: 15px;
1693         margin-bottom: 15px;
1694 }
1695
1696 #in-this-photo-text {
1697         color: #0000FF;
1698         margin-left: 30px;
1699 }
1700
1701 #in-this-photo {
1702         margin-left: 60px;
1703         margin-top: 10px;
1704         margin-bottom: 20px;
1705 }
1706
1707 #photo-album-edit-submit, #photo-album-edit-drop {
1708         margin-top: 15px;
1709         margin-bottom: 15px;
1710 }
1711
1712 #photo-album-edit-drop {
1713         margin-left: 200px;
1714 }
1715
1716 .group-delete-wrapper {
1717         float: right;
1718         margin-right: 50px;
1719 }
1720
1721 #install-dbhost-label,
1722 #install-dbuser-label,
1723 #install-dbpass-label,
1724 #install-dbdata-label,
1725 #install-tz-desc {
1726        float: left;
1727        width: 250px;
1728        margin-top: 10px;
1729        margin-bottom: 10px;
1730
1731 }
1732
1733 #install-dbhost,
1734 #install-dbuser,
1735 #install-dbpass,
1736 #install-dbdata {
1737        float: left;
1738        width: 200px;
1739        margin-left: 20px;
1740 }
1741
1742 #install-dbhost-end,
1743 #install-dbuser-end,
1744 #install-dbpass-end,
1745 #install-dbdata-end,
1746 #install-tz-end {
1747        clear: both;
1748 }
1749
1750 #install-form select#timezone_select {
1751        float: left;
1752        margin-top: 18px;
1753        margin-left: 20px;
1754 }
1755
1756 #dfrn-request-networks {
1757         margin-bottom: 30px;
1758 }
1759
1760 #pause {
1761   position: fixed;
1762   bottom: 5px;
1763   right: 5px;
1764 }
1765
1766 .sparkle {
1767         cursor: url('../default/lock.cur'), pointer;
1768 /*      cursor: pointer !important; */
1769 }
1770
1771 .contact-block-div {
1772         float: left;
1773         width: 52px;
1774         height: 52px;
1775 }
1776 #contact-block-end {
1777         clear: both;
1778 }
1779 .contact-block-link {
1780         float: left;
1781 }
1782
1783 #tag-remove {
1784         margin-bottom: 15px;
1785 }
1786
1787 #tagrm li {
1788         margin-bottom: 10px;
1789 }
1790
1791 #tagrm-submit, #tagrm-cancel {
1792         margin-top: 25px;
1793 }
1794
1795 #tagrm-cancel {
1796         margin-left: 15px;
1797 }
1798
1799 .wall-item-conv {
1800         margin-top: 5px;
1801         margin-bottom: 25px;
1802 }
1803
1804 #search-submit {
1805         margin-left: 15px;
1806 }
1807
1808 #search-box {
1809         margin-bottom: 25px;
1810 }
1811
1812 .location-label, .gender-label, .marital-label, .homepage-label {
1813         float: left;
1814         text-align: right;
1815         display: block;
1816         width: 65px;
1817 }
1818
1819 .adr, .x-gender, .marital-text, .homepage-url {
1820         float: left;
1821         display: block;
1822         margin-left: 8px;
1823 }
1824
1825 .profile-clear {
1826         clear: both;
1827 }
1828
1829
1830 .clear {
1831         clear: both;
1832 }
1833
1834 .cc-license {
1835         margin-top: 50px;
1836         font-size: 70%;
1837 }
1838
1839
1840 #plugin-settings-link, #account-settings-link {
1841         margin-bottom: 25px;
1842 }
1843
1844
1845
1846 /* end from defautlt */
1847         
1848
1849 .fn {
1850         padding: 0px 0px 5px 0px;
1851         font-size: 120%;
1852         font-weight: bold;
1853 }
1854
1855 .vcard .title {
1856         margin-bottom: 5px;
1857 }
1858
1859
1860 #birthday-title {
1861         float: left;
1862         font-weight: bold;      
1863 }
1864
1865 #birthday-adjust {
1866         float: left;
1867         font-size: 75%;
1868         margin-left: 10px;
1869 }
1870
1871 #birthday-title-end {
1872         clear: both;
1873 }
1874
1875 .birthday-list {
1876         margin-left: 15px;
1877 }
1878
1879 #birthday-wrapper {
1880         margin-bottom: 20px;
1881 }
1882
1883 #network-new-link {
1884         margin-top: 15px;
1885         margin-bottom: 15px;
1886 }
1887