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