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