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