]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
35ffe3a89744336e545e384576714db2dba9c534
[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(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: 10px;
279 }
280
281 #label-login-name, #label-login-password, #login-extra-filler {
282         float: left;
283         width: 200px;
284         margin-bottom: 20px;
285 }
286
287
288 #login-password {
289         float: left;
290         width: 170px;
291 }
292
293 #login-name {
294         float: left;
295         width: 153px;
296 }
297
298 #login-name.no-openid {
299         float: left;
300         width: 170px;
301 }
302
303 #register-link, #lost-password-link {
304         float: left;
305         font-size: 80%;
306         margin-right: 15px;
307 }
308
309 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
310         height: 50px;
311 }
312
313 #login-submit-button {
314 /*      margin-top: 10px; */
315         margin-left: 200px;
316 }
317
318
319 input#dfrn-url {
320         float: left;
321         background: url(ff-16.jpg) no-repeat;
322         background-position: 2px center;
323         font-size: 17px;
324         padding-left: 21px;
325         height: 21px;
326         background-color: #FFFFFF;
327         color: #000000;
328         margin-bottom: 20px;
329 }
330
331 #dfrn-url-label {
332         float: left;
333         width: 250px;
334 }
335
336 #dfrn-request-url-end {
337         clear: both;
338 }
339
340 #knowyouyes, #knowyouno {
341         float: left;
342 }
343
344 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
345
346         float: none;
347 }
348 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
349         float: left;
350         width: 75px;
351         margin-left: 50px;
352         margin-bottom: 7px;
353 }
354 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
355         clear: both;
356
357 }
358
359 #dfrn-request-message-wrapper {
360         margin-bottom: 50px;
361 }
362 #dfrn-request-submit-wrapper {
363         clear: both;
364         margin-left: 50px;
365 }
366
367 #dfrn-request-info-wrapper {
368         margin-left: 50px;
369 }
370
371 #settings-nick-wrapper {
372         margin-bottom: 30px;
373 }
374
375 #settings-username-end,
376 #settings-email-end,
377 #settings-nick-end,
378 #settings-defloc-end,
379 #settings-allowloc-end,
380 #settings-timezone-end,
381 #settings-theme-end,
382 #settings-password-end,
383 #settings-confirm-end,
384 #settings-openid-end,
385 #settings-maxreq-end,
386 #notify1-end,
387 #notify2-end,
388 #notify3-end,
389 #notify4-end,
390 #notify5-end {
391         margin-bottom: 5px;
392         clear: both;
393 }
394
395 #settings-username-label,
396 #settings-email-label,
397 #settings-nick-label,
398 #settings-defloc-label,
399 #settings-allowloc-label,
400 #settings-timezone-label,
401 #settings-theme-label,
402 #settings-password-label,
403 #settings-confirm-label,
404 #settings-openid-label,
405 #settings-maxreq-label,
406 #settings-label-notify1,
407 #settings-label-notify2,
408 #settings-label-notify3,
409 #settings-label-notify4,
410 #settings-label-notify5 {
411         float: left;
412         width: 200px;
413 }
414
415 #settings-username,
416 #settings-email,
417 #settings-nick,
418 #settings-defloc,
419 #settings-allowloc,
420 #timezone-select,
421 #theme-select,
422 #settings-password,
423 #settings-confirm,
424 #settings-maxreq,
425 #notify1,
426 #notify2,
427 #notify3,
428 #notify4,
429 #notify5 {
430         float: left;
431         margin-bottom: 20px;
432 }
433
434 #settings-openid {
435         float: left;
436         margin-bottom: 20px;
437         width: 127px;
438 }
439         
440 #settings-maxreq-desc {
441         float: left;
442         margin-left: 20px;
443 }
444
445 #settings-theme-label,
446 #settings-defloc-label {
447         margin-top: 20px;
448 }
449
450 #settings-defloc {
451         margin-top: 20px;
452 }
453
454
455 #theme-select {
456         margin-top: 20px;
457         width: 207px;
458 }
459 #settings-notify-desc {
460         margin-top: 20px;
461         margin-bottom: 20px;
462 }
463 #settings-nick-desc {
464         width: 500px;
465 }
466
467 #settings-nick {
468         margin-bottom: 50px;
469 }
470
471 #cropimage-wrapper, #cropimage-preview-wrapper {
472         float: left;
473         padding: 30px;
474 }
475
476 #crop-image-form {
477         margin-top: 30px;
478         clear: both;
479 }
480
481 .intro-wrapper {
482         margin-top: 20px;
483 }
484
485 .intro-fullname {
486         font-size: 1.1em;
487         font-weight: bold;
488
489 }
490 .intro-desc {
491         margin-bottom: 20px;
492         font-weight: bold;
493 }
494
495 .intro-note {
496         padding: 10px;
497 }
498
499 .intro-end {
500         padding: 30px;
501 }
502
503 .intro-form {
504         float: left;
505 }
506 .intro-approve-form {
507         clear: both;
508 }
509 .intro-approve-as-friend-end {
510         clear: both;
511 }
512 .intro-submit-approve, .intro-submit-ignore {
513         margin-right: 20px;
514 }
515 .intro-submit-approve {
516         margin-top: 15px;
517 }
518
519 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
520         float: left;
521         width: 100px;
522         margin-left: 20px;
523 }
524 .intro-approve-as-friend, .intro-approve-as-fan {
525         float: left;
526 }
527 .intro-form-end {
528         clear: both;
529 }
530 .intro-approve-as-friend-desc {
531         margin-top: 15px;
532 }
533 .intro-approve-as-end {
534         clear: both;
535         margin-bottom: 10px;
536 }
537
538 .intro-end {
539         clear: both;
540         margin-bottom: 30px;
541 }
542
543 #profile-extra-links ul {
544         list-style-type: none;
545 }
546
547
548 #profile-extra-links li {
549         margin-top: 5px;
550 }
551
552 #profile-edit-links ul {
553         list-style-type: none;
554 }
555
556 #profile-edit-links li {
557         margin-top: 10px;
558 }
559
560 .view-contact-wrapper {
561         margin-top: 20px;
562         float: left;
563         margin-left: 20px;
564         width: 180px;
565 }
566 #view-contact-end {
567         clear: both;
568 }
569
570
571 #viewcontacts {
572         margin-top: 15px;
573 }
574 #profile-edit-default-desc {
575         color: #FF0000;
576         border: 1px solid #FF8888;
577         background-color: #FFEEEE;
578         padding: 7px;
579 }
580
581 #profile-edit-clone-link-wrapper {
582         float: left;
583         margin-left: 50px;
584         margin-bottom: 20px;
585         width: 300px;
586 }
587
588 #profile-edit-drop-link-wrapper {
589         float: left;
590 }
591
592 #profile-edit-links-end {
593         clear: both;
594 }
595 .profile-listing-photo {
596         border: none;
597 }
598
599 .profile-edit-submit-wrapper {
600         margin-top: 20px;
601         margin-bottom: 20px;
602 }
603
604 #profile-photo-link-select-wrapper {
605         margin-top: 2em;
606 }
607 #profile-photo-wrapper img {
608         width:175px;
609         height:175px;
610 }
611
612 #profile-edit-profile-name-label,
613 #profile-edit-name-label,
614 #profile-edit-pdesc-label,
615 #profile-edit-gender-label,
616 #profile-edit-dob-label,
617 #profile-edit-address-label,
618 #profile-edit-locality-label,
619 #profile-edit-region-label,
620 #profile-edit-postal-code-label,
621 #profile-edit-country-name-label,
622 #profile-edit-marital-label,
623 #profile-edit-sexual-label,
624 #profile-edit-politic-label,
625 #profile-edit-religion-label,
626 #profile-edit-keywords-label,
627 #profile-edit-homepage-label {
628         float: left;
629         width: 175px;
630 }
631
632 #profile-edit-profile-name,
633 #profile-edit-name,
634 #profile-edit-pdesc,
635 #gender-select,
636 #profile-edit-dob,
637 #profile-edit-address,
638 #profile-edit-locality,
639 #profile-edit-region,
640 #profile-edit-postal-code,
641 #profile-edit-country-name,
642 #marital-select,
643 #sexual-select,
644 #profile-edit-politic,
645 #profile-edit-religion,
646 #profile-edit-keywords,
647 #profile-in-dir-yes,
648 #profile-in-dir-no,
649 #profile-in-netdir-yes,
650 #profile-in-netdir-no,
651 #hide-friends-yes,
652 #hide-friends-no {
653         float: left;
654         margin-bottom: 20px;
655 }
656 #settings-normal,
657 #settings-soapbox,
658 #settings-freelove,
659 #settings-community {
660         float: left;
661 }
662
663
664 #profile-in-dir-yes-label,
665 #profile-in-dir-no-label,
666 #profile-in-netdir-yes-label,
667 #profile-in-netdir-no-label,
668 #hide-friends-yes-label,
669 #hide-friends-no-label {
670         margin-left: 125px;
671         float: left;
672         width: 50px;
673 }
674
675 #profile-edit-with-label {
676         width: 175px;
677         margin-left: 20px;
678 }
679
680 #profile-publish-yes-reg,
681 #profile-publish-no-reg {
682         float: left;
683         margin-bottom: 10px;
684 }
685
686 #profile-publish-yes-label-reg,
687 #profile-publish-no-label-reg {
688         margin-left: 350px;
689         float: left;
690         width: 50px;
691 }
692
693 #profile-publish-break-reg,
694 #profile-publish-end-reg {
695         clear: both;
696 }
697
698
699 #profile-edit-pdesc-desc,
700 #profile-edit-keywords-desc {
701         float: left;
702         margin-left: 20px;
703 }
704
705
706 #profile-edit-homepage {
707         float: left;
708         margin-bottom: 35px;
709 }
710 #settings-normal-label,
711 #settings-soapbox-label,
712 #settings-community-label,
713 #settings-freelove-label {
714         float: left;
715         width: 200px;
716 }
717 #settings-normal-desc,
718 #settings-soapbox-desc,
719 #settings-community-desc,
720 #settings-freelove-desc {
721         /*float: left;
722         margin-left: 75px;*/
723     clear: left;
724     color: #666666;
725     display: block;
726     margin-bottom: 20px 
727 }
728
729 #profile-edit-profile-name-end,
730 #profile-edit-name-end,
731 #profile-edit-pdesc-end,
732 #profile-edit-gender-end,
733 #profile-edit-dob-end,
734 #profile-edit-address-end,
735 #profile-edit-locality-end,
736 #profile-edit-region-end,
737 #profile-edit-postal-code-end,
738 #profile-edit-country-name-end,
739 #profile-edit-marital-end,
740 #profile-edit-sexual-end,
741 #profile-edit-politic-end,
742 #profile-edit-religion-end,
743 #profile-edit-keywords-end,
744 #profile-edit-homepage-end,
745 #profile-in-dir-break,
746 #profile-in-dir-end,
747 #profile-in-netdir-break,
748 #profile-in-netdir-end,
749 #hide-friends-break,
750 #hide-friends-end,
751 #settings-normal-break,
752 #settings-soapbox-break,
753 #settings-community-break,
754 #settings-freelove-break {
755         clear: both;
756 }
757
758
759
760
761
762 #gender-select, #marital-select, #sexual-select {
763         width: 220px;
764 }
765
766 #profile-edit-profile-name-wrapper .required {
767         color: #FF0000;
768         float: left;
769 }
770
771 #contacts-main {
772         margin-top: 20px;
773         margin-bottom: 20px;
774 }
775
776 .contact-entry-wrapper {
777         float: left;
778         width: 180px;
779 }
780
781 .contact-entry-direction-icon {
782         margin-top: 24px;
783         margin-right: 2px;
784 }
785
786 .contact-entry-photo img {
787         border: none;
788 }
789 .contact-entry-photo-end {
790         clear: both;
791 }
792 .contact-entry-name {
793         float: left;
794         margin-left: 30px;
795 }
796 .contact-entry-edit-links {
797         margin-top: 6px;
798         margin-left: 10px;
799         width: 16px;
800 }
801 .contact-entry-nav-wrapper {
802         float: left;
803         margin-left: 10px;
804 }
805
806 .contact-entry-edit-links img {
807         border: none;
808         margin-right: 15px;
809 }
810 .contact-entry-photo {
811         float: left;
812 }
813 .contact-entry-end {
814         clear: both;
815 }
816
817 #contact-edit-end {
818         clear: both;
819 }
820
821 .wall-item-content-wrapper {
822         margin-top: 10px;
823         border: 1px solid #CCC;
824         position: relative;
825 }
826
827 .wall-item-content-wrapper.comment {
828         margin-left: 50px;
829         background: #EEEEEE;
830 }
831
832 .wall-item-info {
833         display: block;
834         float: left;
835         width:150px;
836 }
837 .wallwall .wall-item-info {
838         width: 300px;
839 }
840
841
842 .wall-item-photo-wrapper {
843         margin-top: 10px;
844         margin-left: 10px;
845         margin-bottom: 10px;
846         width: 100px;
847 }
848 .wallwall .wall-item-photo-wrapper {
849         float: left;
850 }
851
852 .wall-item-arrowphoto-wrapper {
853         margin-top: 40px;
854         margin-right: 20px;
855         float: left;
856 }
857 .wall-item-wrapper {
858         /*float: left;
859     margin-right: 5px;
860     width: 250px;*/
861     margin-left:10px;
862 }
863 .wall-item-lock {
864         /*height: 20px;*/
865         /*margin-top: 10px;*/
866     left: 135px;
867     position: absolute;
868     top: 1px;   
869 }
870
871 .wall-item-ago {
872         color: #888888;
873         font-size: 0.8em;
874 }
875
876 .wall-item-like-buttons img {
877         cursor: pointer;
878 }
879
880 .wall-item-links-wrapper {
881         float: left;
882 }
883
884 .wall-item-delete-wrapper {
885         float: right;
886 }
887
888 .wall-item-delete-end {
889         clear: both;
890 }
891
892 .wall-item-delete-icon {
893         border: none;
894 }
895
896
897 .wall-item-wrapper-end {
898         clear: both;
899 }
900 .wall-item-name-link {
901         font-weight: bold;
902         text-decoration: none;
903         color: #3172BD;
904 }
905 .wall-item-photo {
906         border: none;
907 }
908 .comment .wall-item-photo {
909         width: 50px; height: 50px;
910 }
911 .wall-item-content {
912         /*float: left;*/
913         /*width: 450px;*/
914         margin-left: 10px;
915         /*margin-bottom: 20px;*/
916         /*padding: 20px;*/
917         max-height: 400px;
918         overflow: auto;
919 }
920
921 .wall-item-title {
922         float: left;
923         font-weight: bold;
924         /*width: 450px;*/
925 }
926
927 .wall-item-title-end {
928         clear: both;
929 }
930
931 .wall-item-body {
932         float: left;
933         /*width: 450px;*/
934         margin-top: 10px;
935 }
936
937 .wall-item-tools {
938         clear: both;
939         background-image: url("head.jpg");
940     background-position: 0 -20px;
941     background-repeat: repeat-x;
942         padding: 5px 10px 0px;
943 }
944 .comment .wall-item-tools {
945         background:none;
946
947
948 .comment-edit-wrapper {
949         margin-top: 15px;
950         background: #f3f3f3;
951         margin-left: 50px;
952 }
953
954 .comment-wwedit-wrapper {
955         margin-top: 15px;
956         background: #f3f3f3;
957         margin-left: 50px;
958 }
959
960 .comment-edit-photo {
961         margin-top: 10px;
962         margin-left: 10px;
963         margin-bottom: 10px;
964         width: 100px;
965         float: left;
966 }
967 .comment-edit-photo img {
968         width: 25px;
969 }
970 .comment-edit-text-empty, .comment-edit-text-full {
971         float: left;
972         margin-top: 10px;
973 }
974 .comment-edit-text-end {
975         clear: both;
976 }
977
978 .comment-edit-submit {
979         margin: 10px 0px 10px 110px;
980 }
981
982 #profile-jot-plugin-wrapper,
983 #profile-jot-submit-wrapper {
984         margin-top: 15px;
985 }
986
987 #profile-jot-submit {
988         float: left;
989 }
990 #profile-upload-wrapper {
991         float: left;
992         margin-left: 50px;
993 }
994
995 #profile-rotator {
996         float: left;
997         margin-left: 50px;
998 }
999 #profile-link-wrapper {
1000         float: left;
1001         margin-left: 20px;
1002 }
1003 #profile-youtube-wrapper {
1004         float: left;
1005         margin-left: 20px;
1006 }
1007 #profile-location-wrapper {
1008         float: left;
1009         margin-left: 20px;
1010 }
1011 #profile-nolocation-wrapper {
1012         float: left;
1013         margin-left: 20px;
1014 }
1015
1016 #profile-jot-perms {
1017         float: left;
1018         margin-left: 200px;
1019         font-weight: bold;
1020         font-size: 1.2em;
1021 }
1022
1023 #profile-jot-perms-end {
1024         /*clear: left;*/
1025         height: 30px;
1026 }
1027
1028 #profile-jot-plugin-end{
1029   clear: both;
1030 }
1031 .profile-jot-net {
1032         float: left;
1033         margin-right: 10px;
1034         margin-top: 5px;
1035         margin-bottom: 5px;
1036 }
1037
1038 #profile-jot-networks-end {
1039         clear: both;
1040 }
1041
1042 #profile-jot-end {
1043         /*clear: both;*/
1044         margin-bottom: 30px;
1045 }
1046 #about-jot-submit-wrapper {
1047         margin-top: 15px;
1048 }
1049 #about-jot-end {
1050         margin-bottom: 30px;
1051 }
1052 #contacts-main {
1053         margin-bottom: 30px;
1054 }
1055
1056 #profile-listing-desc {
1057         margin-left: 30px;
1058 }
1059
1060 #profile-listing-new-link-wrapper {
1061         margin-left: 30px;
1062         margin-bottom: 30px;
1063 }
1064 .profile-listing-photo-wrapper {
1065         float: left;
1066 }
1067
1068 .profile-listing-edit-buttons-wrapper {
1069         clear: both;
1070 }
1071 .profile-listing-photo-edit-link {
1072         float: left;
1073         width: 125px;
1074 }
1075 .profile-listing-end {
1076         clear: both;
1077 }
1078 .profile-listing-edit-buttons-wrapper img{
1079         border: none;
1080         margin-right: 20px;
1081 }
1082 .profile-listing {
1083         margin-top: 25px;
1084 }
1085 .profile-listing-name {
1086         float: left;
1087         margin-left: 32px;
1088         margin-top: 10px;
1089         color: #3172BD;
1090         font-weight: bold;
1091         width: 200px;
1092
1093 }
1094 .fortune {
1095         margin-top: 50px;
1096         color: #4444FF;
1097         font-weight: bold;
1098         margin-bottom: 20px;
1099 }
1100
1101
1102 .directory-end {
1103         clear: both;
1104 }
1105 .directory-name {
1106         text-align: center;
1107 }
1108 .directory-photo {
1109         margin-left: 25px;
1110 }
1111 .directory-details {
1112         font-size: 0.7em;
1113         text-align: center;
1114         margin-left: 5px;
1115         margin-right: 5px;
1116 }
1117 .directory-item {
1118         float: left;
1119         width: 225px;
1120         height: 260px;
1121         overflow: auto;
1122 }
1123
1124 #directory-search-wrapper {
1125         margin-top: 20px;
1126         margin-right: 20px;
1127         margin-bottom: 50px;
1128 }
1129
1130 #directory-search-end {
1131 }
1132
1133 .directory-photo-img {
1134         border: none;
1135 }
1136
1137
1138 .pager {
1139   padding: 10px;
1140   text-align: center;
1141   font-size: 1.0em;
1142 }
1143
1144
1145 .pager_first,
1146 .pager_last,
1147 .pager_prev,
1148 .pager_next,
1149 .pager_n {
1150         border: 1px solid black;
1151         background: #EEE;
1152         padding: 4px;
1153 }
1154
1155 .pager_first a,
1156 .pager_last a,
1157 .pager_prev a,
1158 .pager_next a,
1159 .pager_n a {
1160         text-decoration: none;
1161 }
1162
1163 .pager_current {
1164   border: 1px solid black;
1165   background: #FFCCCC;
1166   padding: 4px;
1167 }
1168
1169
1170 #advanced-profile-name-wrapper,
1171 #advanced-profile-gender-wrapper,
1172 #advanced-profile-dob-wrapper,
1173 #advanced-profile-age-wrapper,
1174 #advanced-profile-marital-wrapper,
1175 #advanced-profile-sexual-wrapper,
1176 #advanced-profile-homepage-wrapper,
1177 #advanced-profile-politic-wrapper,
1178 #advanced-profile-religion-wrapper,
1179 #advanced-profile-about-wrapper,
1180 #advanced-profile-interest-wrapper,
1181 #advanced-profile-contact-wrapper,
1182 #advanced-profile-music-wrapper,
1183 #advanced-profile-book-wrapper,
1184 #advanced-profile-tv-wrapper,
1185 #advanced-profile-film-wrapper,
1186 #advanced-profile-romance-wrapper,
1187 #advanced-profile-work-wrapper,
1188 #advanced-profile-education-wrapper {
1189         margin-top: 20px;
1190 }
1191
1192 #advanced-profile-name-text,
1193 #advanced-profile-gender-text,
1194 #advanced-profile-dob-text,
1195 #advanced-profile-age-text,
1196 #advanced-profile-marital-text,
1197 #advanced-profile-sexual-text,
1198 #advanced-profile-homepage-text,
1199 #advanced-profile-politic-text,
1200 #advanced-profile-religion-text,
1201 #advanced-profile-about-text,
1202 #advanced-profile-interest-text,
1203 #advanced-profile-contact-text,
1204 #advanced-profile-music-text,
1205 #advanced-profile-book-text,
1206 #advanced-profile-tv-text,
1207 #advanced-profile-film-text,
1208 #advanced-profile-romance-text,
1209 #advanced-profile-work-text,
1210 #advanced-profile-education-text {
1211         width: 300px;
1212         float: left;
1213 }
1214
1215 #advanced-profile-name-end,
1216 #advanced-profile-gender-end,
1217 #advanced-profile-dob-end,
1218 #advanced-profile-age-end,
1219 #advanced-profile-marital-end,
1220 #advanced-profile-sexual-end,
1221 #advanced-profile-homepage-end,
1222 #advanced-profile-politic-end,
1223 #advanced-profile-religion-end {
1224         height: 10px;
1225 }
1226
1227 #advanced-profile-about-end,
1228 #advanced-profile-interest-end,
1229 #advanced-profile-contact-end,
1230 #advanced-profile-music-end,
1231 #advanced-profile-book-end,
1232 #advanced-profile-tv-end,
1233 #advanced-profile-film-end,
1234 #advanced-profile-romance-end,
1235 #advanced-profile-work-end,
1236 #advanced-profile-education-end {
1237
1238
1239 }
1240
1241 #advanced-profile-name,
1242 #advanced-profile-gender,
1243 #advanced-profile-dob,
1244 #advanced-profile-age,
1245 #advanced-profile-marital,
1246 #advanced-profile-sexual,
1247 #advanced-profile-homepage,
1248 #advanced-profile-politic,
1249 #advanced-profile-religion {
1250         float: left;
1251
1252 }
1253
1254
1255 #advanced-profile-about,
1256 #advanced-profile-interest,
1257 #advanced-profile-contact,
1258 #advanced-profile-music,
1259 #advanced-profile-book,
1260 #advanced-profile-tv,
1261 #advanced-profile-film,
1262 #advanced-profile-romance,
1263 #advanced-profile-work,
1264 #advanced-profile-education {
1265         margin-top: 10px;
1266         margin-left: 50px;
1267         margin-right: 20px;
1268         padding: 10px;
1269         border: 1px solid #CCCCCC;
1270 }
1271
1272 #advanced-profile-with {
1273         float: left;
1274         margin-left: 15px;
1275 }
1276
1277 #contact-edit-wrapper {
1278         margin-top: 50px;
1279 }
1280
1281 #contact-edit-banner-name {
1282         font-size: 1.4em;
1283         font-weight: bold;
1284         margin-left: 30px;
1285 }
1286
1287 #contact-edit-poll-wrapper {
1288         margin-left: 50px;
1289         margin-top: 30px;
1290 }
1291 #contact-edit-poll-text {
1292         margin-top: 15px;
1293         margin-bottom: 5px;
1294 }
1295
1296 #contact-edit-update-now {
1297         margin-top: 15px;
1298 }
1299
1300 #contact-edit-photo-wrapper {
1301         margin-bottom: 20px;
1302 }
1303 #contact-edit-links {
1304         float: left;
1305 }
1306 #contact-edit-links img {
1307         margin-left: 20px;
1308         border: none;
1309 }
1310
1311 #contact-drop-links {
1312         float: left;
1313 }
1314
1315 #contact-drop-links img {
1316         margin-left: 20px;
1317         border: none;
1318 }
1319
1320 #contact-edit-nav-end {
1321         clear: both;
1322 }
1323
1324 #contact-edit-direction-icon {
1325         float: left;
1326         margin-top: 70px;
1327         margin-right: 2px;
1328 }
1329
1330 #contact-edit-photo {
1331         float: left;
1332 }
1333
1334 #contact-edit-photo-end {
1335         clear: both;
1336 }
1337
1338 #contact-edit-photo-wrapper {
1339         float: left;
1340 }
1341
1342 #contact-edit-nav-wrapper {
1343         float: left;
1344 }
1345
1346 #contact-edit-end {
1347         clear: both;
1348 }
1349
1350 #contact-profile-selector {
1351         width: 175px;
1352         margin-left: 175px;
1353 }
1354
1355 #contact-reputation-selector {
1356         margin-left: 175px;
1357 }
1358
1359 #contact-edit-rating-text {
1360         margin-left: 175px;
1361 }
1362
1363 .contact-edit-submit {
1364         margin-top: 20px;
1365         /*margin-left: 50px;*/
1366 }
1367
1368 #block-message, #ignore-message, #profile-edit-insecure {
1369         margin-top: 20px;
1370         color: #FF0000;
1371         font-size: 1.1em;
1372         border: 1px solid #FF8888;
1373         background-color: #FFEEEE;
1374         padding: 10px;
1375 }
1376
1377 #block-message, #ignore-message {
1378         width: 180px;
1379 }
1380
1381 #profile-edit-insecure {
1382         width: 600px;
1383 }
1384
1385 /*
1386 .profile-tabs {
1387         float: left;
1388         padding: 4px;
1389         margin-top: 10px;
1390         margin-bottom: 10px;
1391         margin-right: 5px;
1392         font-size: 0.8em;
1393         font-weight: bold;
1394         background-color: #ECECEC;
1395         border: 1px solid #858585;
1396 }
1397 .profile-tabs:hover {
1398         background-color: #0CBEFE;
1399         color: #F5F6FB;
1400         border: 1px solid #F5F6FB;
1401 }
1402
1403
1404 #profile-tabs-end {
1405         clear: both;
1406 }*/
1407
1408 .comment-edit-text-empty {
1409         color: gray;
1410         height: 30px;
1411         width: 175px;
1412         overflow: auto;
1413         margin-bottom: 10px;
1414 }
1415
1416 .comment-edit-text-full {
1417         color: black;
1418         height: 150px;
1419         width: 350px;
1420         overflow: auto;
1421 }
1422
1423 #group-new-submit-wrapper {
1424         margin-top: 30px;
1425 }
1426
1427 #acl-allow-group-label,
1428 #acl-allow-contact-label,
1429 #acl-deny-group-label,
1430 #acl-deny-contact-label {
1431         display: block;
1432 }
1433
1434 #acl-permit-text,
1435 #acl-deny-text {
1436         margin-top: 10px;
1437 }
1438
1439 #acl-allow-group-label,
1440 #acl-allow-contact-label,
1441 #acl-deny-group-label,
1442 #acl-deny-contact-label {
1443         margin-top: 5px;
1444         margin-bottom: 5px;
1445 }
1446
1447
1448 #group_allow_wrapper,
1449 #group_deny_wrapper {
1450         float: left;
1451         width: 100px;
1452         margin-right: 10px;
1453 }
1454
1455 #contact_allow_wrapper,
1456 #contact_deny_wrapper {
1457         float: left;
1458         width: 150px;
1459         margin-right: 10px;
1460 }
1461
1462 #acl-allow-end,
1463 #acl-deny-end {
1464         clear: both;
1465 }
1466 #acl-permit-outer-wrapper,
1467 #acl-deny-outer-wrapper {
1468         padding: 10px;
1469         margin-top: 10px;
1470         border: 2px solid #BBBBBB;
1471         float: left;
1472 }
1473
1474 #acl-wrapper-end {
1475         clear: both;
1476 }
1477
1478 #group-edit-name-label {
1479         float: left;
1480         width: 175px;
1481         margin-top: 20px;
1482         margin-bottom: 20px;
1483 }
1484
1485 #group-edit-name {
1486         float: left;
1487         width: 225px;
1488         margin-top: 20px;
1489         margin-bottom: 20px;
1490 }
1491
1492 #group-edit-name-wrapper {
1493
1494
1495 }
1496
1497
1498 #group_members_select_label {
1499         display: block;
1500         float: left;
1501         width: 175px;
1502 }
1503
1504 .group_members_select {
1505         float: left;
1506         width: 230px;
1507         overflow: auto;
1508 }
1509
1510 #group_members_select_end {
1511         clear: both;
1512 }
1513 #group-edit-name-end {
1514         clear: both;
1515 }
1516
1517 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1518         margin-bottom: 10px;
1519         margin-top: 20px;
1520 }
1521
1522 #prvmail-submit {
1523         float: left;
1524         margin-top: 10px;
1525         margin-right: 30px;
1526 }
1527 #prvmail-upload-wrapper,
1528 #prvmail-link-wrapper,
1529 #prvmail-rotator-wrapper {
1530         float: left;
1531         margin-top: 10px;
1532         margin-right: 10px;
1533         width: 24px;
1534 }
1535
1536 #prvmail-end {
1537         clear: both;
1538 }
1539
1540 .mail-list-sender,
1541 .mail-list-detail {
1542         float: left;
1543 }
1544 .mail-list-detail {
1545         margin-left: 20px;
1546 }
1547
1548 .mail-list-subject {
1549         font-size: 1.1em;
1550         margin-top: 10px;
1551 }
1552 a.mail-list-link {
1553     display: block;
1554     font-size: 1.3em;
1555     padding: 4px 0;
1556 }
1557
1558 /*
1559 *a.mail-list-link:hover {
1560 *       background-color: #15607B;
1561 *       color: #F5F6FB;
1562 *}
1563 */
1564
1565 .mail-list-outside-wrapper-end {
1566         clear: both;
1567 }
1568
1569 .mail-list-outside-wrapper {
1570         margin-top: 30px;
1571 }
1572
1573 .mail-list-delete-wrapper {
1574         float: right;
1575         margin-right: 30px;
1576         margin-top: 15px;
1577 }
1578
1579 .mail-list-delete-icon {
1580         border: none;
1581 }
1582
1583 .mail-conv-sender,
1584 .mail-conv-detail {
1585         float: left;
1586 }
1587 .mail-conv-detail {
1588         margin-left: 20px;
1589         width: 500px;
1590 }
1591
1592 .mail-conv-subject {
1593     font-size: 1.4em;
1594     margin: 10px 0;
1595 }
1596
1597 .mail-conv-outside-wrapper-end {
1598         clear: both;
1599 }
1600
1601 .mail-conv-outside-wrapper {
1602         margin-top: 30px;
1603 }
1604
1605 .mail-conv-delete-wrapper {
1606         float: right;
1607         margin-right: 30px;
1608         margin-top: 15px;
1609 }
1610
1611 .mail-conv-delete-icon {
1612         border: none;
1613 }
1614
1615 .message-links ul {
1616         list-style-type: none;
1617         padding: 0px;
1618 }
1619
1620 .message-links li {
1621         margin-top: 10px;
1622         float: left;
1623 }
1624 .message-links a {
1625         padding: 3px 5px;
1626 }
1627
1628 .message-links ul ul {
1629         clear: both;
1630 }
1631
1632 #sidebar-group-list ul {
1633         list-style-type: none;
1634 }
1635
1636 #sidebar-group-list li {
1637         margin-top: 10px;
1638 }
1639
1640 #side-follow-wrapper {
1641         margin-top: 20px;
1642 }
1643 #side-follow-url {
1644         margin-top: 5px;
1645 }
1646 #side-follow-submit {
1647         margin-top: 15px;
1648 }
1649
1650 .photo-album-image-wrapper {
1651         float: left;
1652         margin-top: 15px;
1653         margin-right: 15px;
1654         width: 200px; height: 200px; 
1655         overflow: hidden; 
1656         position: relative;
1657 }
1658 .photo-album-image-wrapper .caption {
1659         display: none; 
1660         width: 100%;
1661         position: absolute; 
1662         bottom: 0px; 
1663         padding: 0.5em 0.5em 0px 0.5em;
1664         background-color: rgba(245, 245, 255, 0.8);
1665         border-bottom: 2px solid #CCC;
1666         margin: 0px;
1667 }
1668 .photo-album-image-wrapper a:hover .caption {
1669         display:block;
1670 }
1671
1672 #photo-album-end {
1673         clear: both;
1674 }
1675
1676 .photo-top-image-wrapper {
1677         position: relative;
1678         float: left;
1679         margin-top: 15px;
1680         margin-right: 15px;
1681         width: 200px; height: 200px; 
1682         overflow: hidden; 
1683 }
1684 .photo-top-album-name {
1685         width: 100%;
1686         min-height: 2em;
1687         position: absolute; 
1688         bottom: 0px; 
1689         padding: 0px 3px;
1690         padding-top: 0.5em;
1691         background-color: rgb(255, 255, 255);
1692 }
1693 #photo-top-end {
1694         clear: both;
1695 }
1696
1697 #photo-top-links {
1698         margin-bottom: 30px;
1699         margin-left: 30px;
1700 }
1701
1702 #photos-upload-newalbum-div {
1703         float: left;
1704         width: 175px;
1705 }
1706 #photos-upload-existing-album-text {
1707         float: left;
1708         width: 175px;
1709 }
1710 #photos-upload-newalbum {
1711         float: left;
1712 }
1713 #photos-upload-album-select {
1714         float: left;
1715 }
1716
1717 #photos-upload-spacer {
1718         margin-top: 25px;
1719 }
1720 #photos-upload-new-end, #photos-upload-exist-end {
1721         clear: both;
1722 }
1723 #photos-upload-exist-end {
1724         margin-bottom: 15px;
1725 }
1726 #photos-upload-submit {
1727         margin-top: 15px;
1728 }
1729
1730 #photos_upload_applet_wrapper {
1731         margin-bottom: 15px;
1732 }
1733
1734 #photos-upload-no-java-message {
1735         margin-bottom: 15px;
1736 }
1737
1738 #profile-jot-desc {
1739         /*float: left;*/
1740         width: 480px;
1741         margin-top: 10px;
1742         margin-bottom: 10px;
1743 }
1744 #character-counter {
1745         float: right;
1746         font-size: 120%;
1747 }
1748
1749 #character-counter.grey {
1750         color: #888888;
1751 }
1752
1753 #character-counter.orange {
1754         color: orange;
1755 }
1756 #character-counter.red {
1757         color: red;
1758 }
1759
1760 #profile-jot-banner-end {
1761         /* clear: both; */ 
1762 }
1763
1764 #photos-upload-select-files-text {
1765         margin-top: 15px;
1766         margin-bottom: 15px;
1767 }
1768
1769 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1770         color: #8888FF;
1771         text-decoration: none;
1772         cursor: pointer;
1773 }
1774
1775 #photos-upload-perms-menu:hover {
1776         color: #0000FF;
1777         text-decoration: underline;
1778         cursor: pointer;
1779 }
1780 #settings-default-perms-menu {
1781         margin-top: 15px;
1782         margin-bottom: 15px;
1783 }
1784
1785 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1786         float: left;
1787         width: 150px;
1788 }
1789 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1790         float: left;
1791         margin-bottom: 25px;
1792 }
1793 #photo-edit-link-wrap {
1794         margin-bottom: 15px;
1795 }
1796 #photo-like-div {
1797         margin-bottom: 25px;
1798 }
1799
1800 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1801         clear: both;
1802 }
1803
1804 #photo-edit-delete-button {
1805         margin-left: 200px;
1806 }
1807 #photo-edit-end {
1808         margin-bottom: 35px;
1809 }
1810 #photo-caption {
1811         font-size: 110%;
1812         font-weight: bold;
1813         margin-top: 15px;
1814         margin-bottom: 15px;
1815 }
1816
1817 #in-this-photo-text {
1818         color: #0000FF;
1819         margin-left: 30px;
1820 }
1821
1822 #in-this-photo {
1823         margin-left: 60px;
1824         margin-top: 10px;
1825         margin-bottom: 20px;
1826 }
1827
1828 #photo-album-edit-submit, #photo-album-edit-drop {
1829         margin-top: 15px;
1830         margin-bottom: 15px;
1831 }
1832
1833 #photo-album-edit-drop {
1834         margin-left: 200px;
1835 }
1836
1837 .group-delete-wrapper {
1838         float: right;
1839         margin-right: 50px;
1840 }
1841
1842 #install-dbhost-label,
1843 #install-dbuser-label,
1844 #install-dbpass-label,
1845 #install-dbdata-label,
1846 #install-tz-desc {
1847        float: left;
1848        width: 250px;
1849        margin-top: 10px;
1850        margin-bottom: 10px;
1851
1852 }
1853
1854 #install-dbhost,
1855 #install-dbuser,
1856 #install-dbpass,
1857 #install-dbdata {
1858        float: left;
1859        width: 200px;
1860        margin-left: 20px;
1861 }
1862
1863 #install-dbhost-end,
1864 #install-dbuser-end,
1865 #install-dbpass-end,
1866 #install-dbdata-end,
1867 #install-tz-end {
1868        clear: both;
1869 }
1870
1871 #install-form select#timezone_select {
1872        float: left;
1873        margin-top: 18px;
1874        margin-left: 20px;
1875 }
1876
1877 #dfrn-request-networks {
1878         margin-bottom: 30px;
1879 }
1880
1881 #pause {
1882   position: fixed;
1883   bottom: 5px;
1884   right: 5px;
1885 }
1886
1887 .sparkle {
1888         cursor: url('lock.cur'), pointer;
1889 /*      cursor: pointer !important; */
1890 }
1891
1892 .contact-block-div {
1893         float: left;
1894         width: 52px;
1895         height: 52px;
1896 }
1897 #contact-block-end {
1898         clear: both;
1899 }
1900 .contact-block-link {
1901         float: left;
1902 }
1903 .contact-block-img {
1904         width:48px;
1905         height:48px;
1906 }
1907
1908 #tag-remove {
1909         margin-bottom: 15px;
1910 }
1911
1912 #tagrm li {
1913         margin-bottom: 10px;
1914 }
1915
1916 #tagrm-submit, #tagrm-cancel {
1917         margin-top: 25px;
1918 }
1919
1920 #tagrm-cancel {
1921         margin-left: 15px;
1922 }
1923
1924 .wall-item-conv {
1925         margin-top: 5px;
1926         margin-bottom: 25px;
1927 }
1928
1929 #search-submit {
1930         margin-left: 15px;
1931 }
1932
1933 #search-box {
1934         margin-bottom: 25px;
1935 }
1936
1937 .location-label, .gender-label, .marital-label, .homepage-label {
1938         float: left;
1939         text-align: right;
1940         display: block;
1941         width: 65px;
1942 }
1943
1944 .adr, .x-gender, .marital-text, .homepage-url {
1945         float: left;
1946         display: block;
1947         margin-left: 8px;
1948 }
1949
1950 .profile-clear {
1951         clear: both;
1952 }
1953
1954
1955 .clear {
1956         clear: both;
1957 }
1958
1959 .cc-license {
1960         margin-top: 50px;
1961         font-size: 70%;
1962 }
1963
1964
1965 #plugin-settings-link, #account-settings-link {
1966         margin-bottom: 25px;
1967 }
1968
1969 /* end from defautlt */
1970         
1971
1972 .fn {
1973         padding: 0px 0px 5px 0px;
1974         font-size: 120%;
1975         font-weight: bold;
1976 }
1977
1978 .vcard .title {
1979         margin-bottom: 5px;
1980 }
1981
1982
1983 #birthday-title {
1984         float: left;
1985         font-weight: bold;      
1986 }
1987
1988 #birthday-adjust {
1989         float: left;
1990         font-size: 75%;
1991         margin-left: 10px;
1992 }
1993
1994 #birthday-title-end {
1995         clear: both;
1996 }
1997
1998 .birthday-list {
1999         margin-left: 15px;
2000 }
2001
2002 #birthday-wrapper {
2003         margin-bottom: 20px;
2004 }
2005
2006 #network-new-link {
2007         margin-top: 15px;
2008         margin-bottom: 15px;
2009 }
2010
2011
2012 .tool-wrapper {
2013   float: left;
2014   margin-left: 20px;
2015 }
2016
2017 .tool-link {
2018   cursor: pointer;
2019 }
2020
2021