]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
b00f24cc28abb4e1134d515095b8059a1a4abaeb
[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 }
813 .wall-item-lock {
814         height: 20px;
815         margin-top: 10px;
816 }
817
818 .wall-item-ago {
819         color: #888888;
820         font-size: 0.8em;
821 }
822
823 .wall-item-like-buttons img {
824         cursor: pointer;
825 }
826 .wall-item-delete-wrapper {
827         float: right;
828         margin-top: 5px;
829         margin-right: 5px;
830 }
831
832 .wall-item-delete-end {
833         clear: both;
834 }
835
836 .wall-item-delete-icon {
837         border: none;
838 }
839
840
841 .wall-item-wrapper-end {
842         clear: both;
843 }
844 .wall-item-name-link {
845         font-weight: bold;
846         text-decoration: none;
847         color: #3172BD;
848 }
849 .wall-item-photo {
850         border: none;
851 }
852 .wall-item-content {
853         float: left;
854         width: 450px;
855         margin-left: 10px;
856         margin-bottom: 20px;
857 }
858
859 .wall-item-title {
860         float: left;
861         font-weight: bold;
862         width: 450px;
863 }
864
865 .wall-item-body {
866         float: left;
867         width: 450px;
868         margin-top: 30px;
869 }
870
871 .comment-edit-wrapper {
872         margin-top: 15px;
873         background: #f3f3f3;
874         margin-left: 50px;
875 }
876
877 .comment-wwedit-wrapper {
878         margin-top: 15px;
879         background: #CCCCCC;
880         margin-left: 250px;
881 }
882
883 .comment-edit-photo {
884         margin-top: 10px;
885         margin-left: 10px;
886         margin-bottom: 10px;
887         width: 100px;
888         float: left;
889 }
890 .comment-edit-photo img {
891         width: 25px;
892 }
893 .comment-edit-text-empty, .comment-edit-text-full {
894         float: left;
895         margin-top: 10px;
896 }
897 .comment-edit-text-end {
898         clear: both;
899 }
900
901 .comment-edit-submit {
902         margin: 10px 0px 10px 110px;
903 }
904
905 #profile-jot-submit-wrapper {
906         margin-top: 15px;
907 }
908
909 #profile-jot-submit {
910         float: left;
911 }
912 #profile-upload-wrapper {
913         float: left;
914         margin-left: 50px;
915 }
916
917 #profile-rotator {
918         float: left;
919         margin-left: 50px;
920 }
921 #profile-link-wrapper {
922         float: left;
923         margin-left: 20px;
924 }
925 #profile-youtube-wrapper {
926         float: left;
927         margin-left: 20px;
928 }
929 #profile-location-wrapper {
930         float: left;
931         margin-left: 20px;
932 }
933 #profile-nolocation-wrapper {
934         float: left;
935         margin-left: 20px;
936 }
937
938 #profile-jot-perms {
939         float: left;
940         margin-left: 200px;
941         font-weight: bold;
942         font-size: 1.2em;
943 }
944
945 #profile-jot-perms-end {
946         /*clear: left;*/
947         height: 30px;
948 }
949
950 #profile-jot-end {
951         /*clear: both;*/
952         margin-bottom: 30px;
953 }
954 #about-jot-submit-wrapper {
955         margin-top: 15px;
956 }
957 #about-jot-end {
958         margin-bottom: 30px;
959 }
960 #contacts-main {
961         margin-bottom: 30px;
962 }
963
964 #profile-listing-desc {
965         margin-left: 30px;
966 }
967
968 #profile-listing-new-link-wrapper {
969         margin-left: 30px;
970         margin-bottom: 30px;
971 }
972 .profile-listing-photo-wrapper {
973         float: left;
974 }
975
976 .profile-listing-edit-buttons-wrapper {
977         clear: both;
978 }
979 .profile-listing-photo-edit-link {
980         float: left;
981         width: 125px;
982 }
983 .profile-listing-end {
984         clear: both;
985 }
986 .profile-listing-edit-buttons-wrapper img{
987         border: none;
988         margin-right: 20px;
989 }
990 .profile-listing {
991         margin-top: 25px;
992 }
993 .profile-listing-name {
994         float: left;
995         margin-left: 32px;
996         margin-top: 10px;
997         color: #3172BD;
998         font-weight: bold;
999         width: 200px;
1000
1001 }
1002 .fortune {
1003         margin-top: 50px;
1004         color: #4444FF;
1005         font-weight: bold;
1006         margin-bottom: 20px;
1007 }
1008
1009
1010 .directory-end {
1011         clear: both;
1012 }
1013 .directory-name {
1014         text-align: center;
1015 }
1016 .directory-photo {
1017         margin-left: 25px;
1018 }
1019 .directory-details {
1020         font-size: 0.7em;
1021         text-align: center;
1022         margin-left: 5px;
1023         margin-right: 5px;
1024 }
1025 .directory-item {
1026         float: left;
1027         width: 225px;
1028         height: 260px;
1029         overflow: auto;
1030 }
1031
1032 #directory-search-wrapper {
1033         margin-top: 20px;
1034         margin-right: 20px;
1035         margin-bottom: 50px;
1036 }
1037
1038 #directory-search-end {
1039 }
1040
1041 .directory-photo-img {
1042         border: none;
1043 }
1044
1045
1046 .pager {
1047   padding: 10px;
1048   text-align: center;
1049   font-size: 1.0em;
1050 }
1051
1052
1053 .pager_first,
1054 .pager_last,
1055 .pager_prev,
1056 .pager_next,
1057 .pager_n {
1058         border: 1px solid black;
1059         background: #EEE;
1060         padding: 4px;
1061 }
1062
1063 .pager_first a,
1064 .pager_last a,
1065 .pager_prev a,
1066 .pager_next a,
1067 .pager_n a {
1068         text-decoration: none;
1069 }
1070
1071 .pager_current {
1072   border: 1px solid black;
1073   background: #FFCCCC;
1074   padding: 4px;
1075 }
1076
1077
1078 #advanced-profile-name-wrapper,
1079 #advanced-profile-gender-wrapper,
1080 #advanced-profile-dob-wrapper,
1081 #advanced-profile-age-wrapper,
1082 #advanced-profile-marital-wrapper,
1083 #advanced-profile-sexual-wrapper,
1084 #advanced-profile-homepage-wrapper,
1085 #advanced-profile-politic-wrapper,
1086 #advanced-profile-religion-wrapper,
1087 #advanced-profile-about-wrapper,
1088 #advanced-profile-interest-wrapper,
1089 #advanced-profile-contact-wrapper,
1090 #advanced-profile-music-wrapper,
1091 #advanced-profile-book-wrapper,
1092 #advanced-profile-tv-wrapper,
1093 #advanced-profile-film-wrapper,
1094 #advanced-profile-romance-wrapper,
1095 #advanced-profile-work-wrapper,
1096 #advanced-profile-education-wrapper {
1097         margin-top: 20px;
1098 }
1099
1100 #advanced-profile-name-text,
1101 #advanced-profile-gender-text,
1102 #advanced-profile-dob-text,
1103 #advanced-profile-age-text,
1104 #advanced-profile-marital-text,
1105 #advanced-profile-sexual-text,
1106 #advanced-profile-homepage-text,
1107 #advanced-profile-politic-text,
1108 #advanced-profile-religion-text,
1109 #advanced-profile-about-text,
1110 #advanced-profile-interest-text,
1111 #advanced-profile-contact-text,
1112 #advanced-profile-music-text,
1113 #advanced-profile-book-text,
1114 #advanced-profile-tv-text,
1115 #advanced-profile-film-text,
1116 #advanced-profile-romance-text,
1117 #advanced-profile-work-text,
1118 #advanced-profile-education-text {
1119         width: 300px;
1120         float: left;
1121 }
1122
1123 #advanced-profile-name-end,
1124 #advanced-profile-gender-end,
1125 #advanced-profile-dob-end,
1126 #advanced-profile-age-end,
1127 #advanced-profile-marital-end,
1128 #advanced-profile-sexual-end,
1129 #advanced-profile-homepage-end,
1130 #advanced-profile-politic-end,
1131 #advanced-profile-religion-end {
1132         height: 10px;
1133 }
1134
1135 #advanced-profile-about-end,
1136 #advanced-profile-interest-end,
1137 #advanced-profile-contact-end,
1138 #advanced-profile-music-end,
1139 #advanced-profile-book-end,
1140 #advanced-profile-tv-end,
1141 #advanced-profile-film-end,
1142 #advanced-profile-romance-end,
1143 #advanced-profile-work-end,
1144 #advanced-profile-education-end {
1145
1146
1147 }
1148
1149 #advanced-profile-name,
1150 #advanced-profile-gender,
1151 #advanced-profile-dob,
1152 #advanced-profile-age,
1153 #advanced-profile-marital,
1154 #advanced-profile-sexual,
1155 #advanced-profile-homepage,
1156 #advanced-profile-politic,
1157 #advanced-profile-religion {
1158         float: left;
1159
1160 }
1161
1162
1163 #advanced-profile-about,
1164 #advanced-profile-interest,
1165 #advanced-profile-contact,
1166 #advanced-profile-music,
1167 #advanced-profile-book,
1168 #advanced-profile-tv,
1169 #advanced-profile-film,
1170 #advanced-profile-romance,
1171 #advanced-profile-work,
1172 #advanced-profile-education {
1173         margin-top: 10px;
1174         margin-left: 50px;
1175         margin-right: 20px;
1176         padding: 10px;
1177         border: 1px solid #CCCCCC;
1178 }
1179
1180 #advanced-profile-with {
1181         float: left;
1182         margin-left: 15px;
1183 }
1184
1185 #contact-edit-wrapper {
1186         margin-top: 50px;
1187 }
1188
1189 #contact-edit-banner-name {
1190         font-size: 1.4em;
1191         font-weight: bold;
1192         margin-left: 30px;
1193 }
1194
1195 #contact-edit-poll-wrapper {
1196         margin-left: 50px;
1197         margin-top: 30px;
1198 }
1199 #contact-edit-poll-text {
1200         margin-bottom: 10px;
1201 }
1202
1203 #contact-edit-photo-wrapper {
1204         margin-bottom: 20px;
1205 }
1206 #contact-edit-links {
1207         float: left;
1208 }
1209 #contact-edit-links img {
1210         margin-left: 20px;
1211         border: none;
1212 }
1213
1214 #contact-drop-links {
1215         float: left;
1216 }
1217
1218 #contact-drop-links img {
1219         margin-left: 20px;
1220         border: none;
1221 }
1222
1223 #contact-edit-nav-end {
1224         clear: both;
1225 }
1226
1227 #contact-edit-direction-icon {
1228         float: left;
1229         margin-top: 70px;
1230         margin-right: 2px;
1231 }
1232
1233 #contact-edit-photo {
1234         float: left;
1235 }
1236
1237 #contact-edit-photo-end {
1238         clear: both;
1239 }
1240
1241 #contact-edit-photo-wrapper {
1242         float: left;
1243 }
1244
1245 #contact-edit-nav-wrapper {
1246         float: left;
1247 }
1248
1249 #contact-edit-end {
1250         clear: both;
1251 }
1252
1253 #contact-profile-selector {
1254         width: 175px;
1255         margin-left: 175px;
1256 }
1257
1258 #contact-reputation-selector {
1259         margin-left: 175px;
1260 }
1261
1262 #contact-edit-rating-text {
1263         margin-left: 175px;
1264 }
1265
1266 .contact-edit-submit {
1267         margin-top: 20px;
1268         /*margin-left: 50px;*/
1269 }
1270
1271 #block-message, #ignore-message, #profile-edit-insecure {
1272         margin-top: 20px;
1273         color: #FF0000;
1274         font-size: 1.1em;
1275         border: 1px solid #FF8888;
1276         background-color: #FFEEEE;
1277         padding: 10px;
1278 }
1279
1280 #block-message, #ignore-message {
1281         width: 180px;
1282 }
1283
1284 #profile-edit-insecure {
1285         width: 600px;
1286 }
1287
1288 /*
1289 .profile-tabs {
1290         float: left;
1291         padding: 4px;
1292         margin-top: 10px;
1293         margin-bottom: 10px;
1294         margin-right: 5px;
1295         font-size: 0.8em;
1296         font-weight: bold;
1297         background-color: #ECECEC;
1298         border: 1px solid #858585;
1299 }
1300 .profile-tabs:hover {
1301         background-color: #0CBEFE;
1302         color: #F5F6FB;
1303         border: 1px solid #F5F6FB;
1304 }
1305
1306
1307 #profile-tabs-end {
1308         clear: both;
1309 }*/
1310
1311 .comment-edit-text-empty {
1312         color: gray;
1313         height: 30px;
1314         width: 175px;
1315         overflow: auto;
1316         margin-bottom: 10px;
1317 }
1318
1319 .comment-edit-text-full {
1320         color: black;
1321         height: 150px;
1322         width: 350px;
1323         overflow: auto;
1324 }
1325
1326 #group-new-submit-wrapper {
1327         margin-top: 30px;
1328 }
1329
1330 #acl-allow-group-label,
1331 #acl-allow-contact-label,
1332 #acl-deny-group-label,
1333 #acl-deny-contact-label {
1334         display: block;
1335 }
1336
1337 #acl-permit-text,
1338 #acl-deny-text {
1339         margin-top: 10px;
1340 }
1341
1342 #acl-allow-group-label,
1343 #acl-allow-contact-label,
1344 #acl-deny-group-label,
1345 #acl-deny-contact-label {
1346         margin-top: 5px;
1347         margin-bottom: 5px;
1348 }
1349
1350
1351 #group_allow_wrapper,
1352 #group_deny_wrapper {
1353         float: left;
1354         width: 100px;
1355         margin-right: 10px;
1356 }
1357
1358 #contact_allow_wrapper,
1359 #contact_deny_wrapper {
1360         float: left;
1361         width: 150px;
1362         margin-right: 10px;
1363 }
1364
1365 #acl-allow-end,
1366 #acl-deny-end {
1367         clear: both;
1368 }
1369 #acl-permit-outer-wrapper,
1370 #acl-deny-outer-wrapper {
1371         padding: 10px;
1372         margin-top: 10px;
1373         border: 2px solid #BBBBBB;
1374         float: left;
1375 }
1376
1377 #acl-wrapper-end {
1378         clear: both;
1379 }
1380
1381 #group-edit-name-label {
1382         float: left;
1383         width: 175px;
1384         margin-top: 20px;
1385         margin-bottom: 20px;
1386 }
1387
1388 #group-edit-name {
1389         float: left;
1390         width: 225px;
1391         margin-top: 20px;
1392         margin-bottom: 20px;
1393 }
1394
1395 #group-edit-name-wrapper {
1396
1397
1398 }
1399
1400
1401 #group_members_select_label {
1402         display: block;
1403         float: left;
1404         width: 175px;
1405 }
1406
1407 .group_members_select {
1408         float: left;
1409         width: 230px;
1410         overflow: auto;
1411 }
1412
1413 #group_members_select_end {
1414         clear: both;
1415 }
1416 #group-edit-name-end {
1417         clear: both;
1418 }
1419
1420 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1421         margin-bottom: 10px;
1422         margin-top: 20px;
1423 }
1424
1425 #prvmail-submit {
1426         float: left;
1427         margin-top: 10px;
1428         margin-right: 30px;
1429 }
1430 #prvmail-upload-wrapper,
1431 #prvmail-link-wrapper,
1432 #prvmail-rotator-wrapper {
1433         float: left;
1434         margin-top: 10px;
1435         margin-right: 10px;
1436         width: 24px;
1437 }
1438
1439 #prvmail-end {
1440         clear: both;
1441 }
1442
1443 .mail-list-sender,
1444 .mail-list-detail {
1445         float: left;
1446 }
1447 .mail-list-detail {
1448         margin-left: 20px;
1449 }
1450
1451 .mail-list-subject {
1452         font-size: 1.1em;
1453         margin-top: 10px;
1454 }
1455 a.mail-list-link {
1456         display: block;
1457         padding: 4px 5px;
1458 }
1459
1460 /*
1461 *a.mail-list-link:hover {
1462 *       background-color: #15607B;
1463 *       color: #F5F6FB;
1464 *}
1465 */
1466
1467 .mail-list-outside-wrapper-end {
1468         clear: both;
1469 }
1470
1471 .mail-list-outside-wrapper {
1472         margin-top: 30px;
1473 }
1474
1475 .mail-list-delete-wrapper {
1476         float: right;
1477         margin-right: 30px;
1478         margin-top: 15px;
1479 }
1480
1481 .mail-list-delete-icon {
1482         border: none;
1483 }
1484
1485 .mail-conv-sender,
1486 .mail-conv-detail {
1487         float: left;
1488 }
1489 .mail-conv-detail {
1490         margin-left: 20px;
1491         width: 500px;
1492 }
1493
1494 .mail-conv-subject {
1495         font-size: 1.1em;
1496         margin-top: 10px;
1497 }
1498
1499 .mail-conv-outside-wrapper-end {
1500         clear: both;
1501 }
1502
1503 .mail-conv-outside-wrapper {
1504         margin-top: 30px;
1505 }
1506
1507 .mail-conv-delete-wrapper {
1508         float: right;
1509         margin-right: 30px;
1510         margin-top: 15px;
1511 }
1512
1513 .mail-conv-delete-icon {
1514         border: none;
1515 }
1516
1517 .message-links ul {
1518         list-style-type: none;
1519         padding: 0px;
1520 }
1521
1522 .message-links li {
1523         margin-top: 10px;
1524         float: left;
1525 }
1526 .message-links a {
1527         padding: 3px 5px;
1528 }
1529
1530 .message-links ul ul {
1531         clear: both;
1532 }
1533
1534 #sidebar-group-list ul {
1535         list-style-type: none;
1536 }
1537
1538 #sidebar-group-list li {
1539         margin-top: 10px;
1540 }
1541
1542 #side-follow-wrapper {
1543         margin-top: 20px;
1544 }
1545 #side-follow-url {
1546         margin-top: 5px;
1547 }
1548 #side-follow-submit {
1549         margin-top: 15px;
1550 }
1551
1552 .photo-album-image-wrapper {
1553         float: left;
1554         margin-top: 15px;
1555         height: 350px;
1556         width: 350px;
1557 }
1558
1559 #photo-album-end {
1560         clear: both;
1561 }
1562
1563 .photo-top-image-wrapper {
1564         float: left;
1565         margin-top: 15px;
1566         height: 350px;
1567         width: 350px;
1568 }
1569
1570 #photo-top-end {
1571         clear: both;
1572 }
1573
1574 #photo-top-links {
1575         margin-bottom: 30px;
1576         margin-left: 30px;
1577 }
1578
1579 #photos-upload-newalbum-div {
1580         float: left;
1581         width: 175px;
1582 }
1583 #photos-upload-existing-album-text {
1584         float: left;
1585         width: 175px;
1586 }
1587 #photos-upload-newalbum {
1588         float: left;
1589 }
1590 #photos-upload-album-select {
1591         float: left;
1592 }
1593 #photos-upload-new-end, #photos-upload-exist-end {
1594         clear: both;
1595 }
1596 #photos-upload-exist-end {
1597         margin-bottom: 15px;
1598 }
1599 #photos-upload-submit {
1600         margin-top: 15px;
1601 }
1602
1603 #photos_upload_applet_wrapper {
1604         margin-bottom: 15px;
1605 }
1606
1607 #photos-upload-no-java-message {
1608         margin-bottom: 15px;
1609 }
1610
1611 #profile-jot-desc {
1612         /*float: left;*/
1613         width: 480px;
1614         margin-top: 10px;
1615         margin-bottom: 10px;
1616 }
1617 #character-counter {
1618         float: right;
1619         font-size: 120%;
1620 }
1621
1622 #character-counter.grey {
1623         color: #888888;
1624 }
1625
1626 #character-counter.orange {
1627         color: orange;
1628 }
1629 #character-counter.red {
1630         color: red;
1631 }
1632
1633 #profile-jot-banner-end {
1634         /* clear: both; */ 
1635 }
1636
1637 #photos-upload-select-files-text {
1638         margin-top: 15px;
1639         margin-bottom: 15px;
1640 }
1641
1642 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1643         color: #8888FF;
1644         text-decoration: none;
1645         cursor: pointer;
1646 }
1647
1648 #photos-upload-perms-menu:hover {
1649         color: #0000FF;
1650         text-decoration: underline;
1651         cursor: pointer;
1652 }
1653 #settings-default-perms-menu {
1654         margin-top: 15px;
1655         margin-bottom: 15px;
1656 }
1657
1658 #photo-edit-caption-label, #photo-edit-tags-label {
1659         float: left;
1660         width: 150px;
1661 }
1662 #photo-edit-caption, #photo-edit-newtag {
1663         float: left;
1664         margin-bottom: 25px;
1665 }
1666 #photo-edit-link-wrap {
1667         margin-bottom: 15px;
1668 }
1669 #photo-like-div {
1670         margin-bottom: 25px;
1671 }
1672
1673 #photo-edit-caption-end, #photo-edit-tags-end {
1674         clear: both;
1675 }
1676
1677 #photo-edit-delete-button {
1678         margin-left: 200px;
1679 }
1680 #photo-edit-end {
1681         margin-bottom: 35px;
1682 }
1683 #photo-caption {
1684         font-size: 110%;
1685         font-weight: bold;
1686         margin-top: 15px;
1687         margin-bottom: 15px;
1688 }
1689
1690 #in-this-photo-text {
1691         color: #0000FF;
1692         margin-left: 30px;
1693 }
1694
1695 #in-this-photo {
1696         margin-left: 60px;
1697         margin-top: 10px;
1698         margin-bottom: 20px;
1699 }
1700
1701 #photo-album-edit-submit, #photo-album-edit-drop {
1702         margin-top: 15px;
1703         margin-bottom: 15px;
1704 }
1705
1706 #photo-album-edit-drop {
1707         margin-left: 200px;
1708 }
1709
1710 .group-delete-wrapper {
1711         float: right;
1712         margin-right: 50px;
1713 }
1714
1715 #install-dbhost-label,
1716 #install-dbuser-label,
1717 #install-dbpass-label,
1718 #install-dbdata-label,
1719 #install-tz-desc {
1720        float: left;
1721        width: 250px;
1722        margin-top: 10px;
1723        margin-bottom: 10px;
1724
1725 }
1726
1727 #install-dbhost,
1728 #install-dbuser,
1729 #install-dbpass,
1730 #install-dbdata {
1731        float: left;
1732        width: 200px;
1733        margin-left: 20px;
1734 }
1735
1736 #install-dbhost-end,
1737 #install-dbuser-end,
1738 #install-dbpass-end,
1739 #install-dbdata-end,
1740 #install-tz-end {
1741        clear: both;
1742 }
1743
1744 #install-form select#timezone_select {
1745        float: left;
1746        margin-top: 18px;
1747        margin-left: 20px;
1748 }
1749
1750 #dfrn-request-networks {
1751         margin-bottom: 30px;
1752 }
1753
1754 #pause {
1755   position: fixed;
1756   bottom: 5px;
1757   right: 5px;
1758 }
1759
1760 .sparkle {
1761         cursor: url('../default/lock.cur'), pointer;
1762 /*      cursor: pointer !important; */
1763 }
1764
1765 .contact-block-div {
1766         float: left;
1767         width: 52px;
1768         height: 52px;
1769 }
1770 #contact-block-end {
1771         clear: both;
1772 }
1773 .contact-block-link {
1774         float: left;
1775 }
1776
1777 #tag-remove {
1778         margin-bottom: 15px;
1779 }
1780
1781 #tagrm li {
1782         margin-bottom: 10px;
1783 }
1784
1785 #tagrm-submit, #tagrm-cancel {
1786         margin-top: 25px;
1787 }
1788
1789 #tagrm-cancel {
1790         margin-left: 15px;
1791 }
1792
1793 .wall-item-conv {
1794         margin-top: 5px;
1795         margin-bottom: 25px;
1796 }
1797
1798 #search-submit {
1799         margin-left: 15px;
1800 }
1801
1802 #search-box {
1803         margin-bottom: 25px;
1804 }
1805
1806 .location-label, .gender-label, .marital-label, .homepage-label {
1807         float: left;
1808         text-align: right;
1809         display: block;
1810         width: 65px;
1811 }
1812
1813 .adr, .x-gender, .marital-text, .homepage-url {
1814         float: left;
1815         display: block;
1816         margin-left: 8px;
1817 }
1818
1819 .profile-clear {
1820         clear: both;
1821 }
1822
1823
1824 .clear {
1825         clear: both;
1826 }
1827
1828 .cc-license {
1829         margin-top: 50px;
1830         font-size: 70%;
1831 }
1832
1833
1834 #plugin-settings-link, #account-settings-link {
1835         margin-bottom: 25px;
1836 }
1837
1838
1839
1840 /* end from defautlt */
1841         
1842
1843 .fn {
1844         padding: 0px 0px 5px 0px;
1845         font-size: 120%;
1846         font-weight: bold;
1847 }
1848
1849 .vcard .title {
1850         margin-bottom: 5px;
1851 }
1852
1853
1854 #birthday-title {
1855         float: left;
1856         font-weight: bold;      
1857 }
1858
1859 #birthday-adjust {
1860         float: left;
1861         font-size: 75%;
1862         margin-left: 10px;
1863 }
1864
1865 #birthday-title-end {
1866         clear: both;
1867 }
1868
1869 .birthday-list {
1870         margin-left: 15px;
1871 }
1872
1873 #birthday-wrapper {
1874         margin-bottom: 20px;
1875 }
1876
1877 #network-new-link {
1878         margin-top: 15px;
1879         margin-bottom: 15px;
1880 }
1881
1882