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