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