]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
Merge branch 'master' into themetests
[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
966 .wall-item-links-wrapper {
967         float: left;
968         margin-top: 100px;
969         margin-left: 10px;
970 }
971
972 .wall-item-delete-wrapper {
973         float: right;
974         margin-top: 20px;
975         margin-right: 50px;
976 }
977
978 .wall-item-delete-end {
979         clear: both;
980 }
981
982 .wall-item-delete-icon {
983         border: none;
984 }
985
986
987 .wall-item-wrapper-end {
988         clear: both;
989 }
990 .wall-item-name-link {
991         font-weight: bold;
992         text-decoration: none;
993         color: #3172BD;
994 }
995 .wall-item-photo {
996         border: none;
997 }
998 .wall-item-content {
999         float: left;
1000         width: 450px;
1001         margin-left: 10px;
1002         margin-bottom: 20px;
1003         padding: 20px;
1004         max-height: 400px;
1005         overflow: auto;
1006
1007 }
1008
1009 .wall-item-title {
1010         float: left;
1011         font-weight: bold;
1012         width: 450px;
1013 }
1014
1015 .wall-item-body {
1016         float: left;
1017         width: 450px;
1018         margin-top: 30px;
1019 }
1020
1021 .comment-edit-wrapper {
1022         margin-top: 15px;
1023         background: #CCCCCC;
1024         margin-left: 50px;
1025 }
1026
1027 .comment-wwedit-wrapper {
1028         margin-top: 15px;
1029         background: #CCCCCC;
1030         margin-left: 250px;
1031 }
1032
1033 .comment-edit-photo {
1034         margin-top: 10px;
1035         margin-left: 10px;
1036         margin-bottom: 10px;
1037         width: 100px;
1038         float: left;
1039 }
1040 .comment-edit-text-empty, .comment-edit-text-full {
1041         float: left;
1042         margin-top: 40px;
1043 }
1044 .comment-edit-text-end {
1045         clear: both;
1046 }
1047
1048 .comment-edit-submit {
1049         margin-left: 110px;
1050         margin-top: 10px;
1051 }
1052 #profile-jot-plugin-wrapper,
1053 #profile-jot-submit-wrapper {
1054         margin-top: 15px;
1055 }
1056
1057 #profile-jot-submit {
1058         float: left;
1059 }
1060 #profile-upload-wrapper {
1061         float: left;
1062         margin-left: 50px;
1063 }
1064
1065 #profile-rotator {
1066         float: left;
1067         margin-left: 50px;
1068 }
1069 #profile-link-wrapper {
1070         float: left;
1071         margin-left: 20px;
1072 }
1073 #profile-youtube-wrapper {
1074         float: left;
1075         margin-left: 20px;
1076 }
1077 #profile-location-wrapper {
1078         float: left;
1079         margin-left: 20px;
1080 }
1081 #profile-nolocation-wrapper {
1082         float: left;
1083         margin-left: 20px;
1084 }
1085
1086 #profile-jot-perms {
1087         float: left;
1088         margin-left: 200px;
1089         font-weight: bold;
1090         font-size: 1.2em;
1091 }
1092
1093 #profile-jot-perms-end {
1094         clear: both;
1095 }
1096 #profile-jot-plugin-end {
1097   clear:both;
1098 }
1099 .profile-jot-net {
1100         float: left;
1101         margin-right: 10px;
1102         margin-top: 5px;
1103         margin-bottom: 5px;
1104 }
1105
1106 #profile-jot-networks-end {
1107         clear: both;
1108 }
1109
1110 #profile-jot-end {
1111         clear: both;
1112         margin-bottom: 30px;
1113 }
1114 #about-jot-submit-wrapper {
1115         margin-top: 15px;
1116 }
1117 #about-jot-end {
1118         margin-bottom: 30px;
1119 }
1120 #contacts-main {
1121         margin-bottom: 30px;
1122 }
1123
1124 #profile-listing-desc {
1125         margin-left: 30px;
1126 }
1127
1128 #profile-listing-new-link-wrapper {
1129         margin-left: 30px;
1130         margin-bottom: 30px;
1131 }
1132 .profile-listing-photo-wrapper {
1133         float: left;
1134 }
1135
1136 .profile-listing-edit-buttons-wrapper {
1137         clear: both;
1138 }
1139 .profile-listing-photo-edit-link {
1140         float: left;
1141         width: 125px;
1142 }
1143 .profile-listing-end {
1144         clear: both;
1145 }
1146 .profile-listing-edit-buttons-wrapper img{
1147         border: none;
1148         margin-right: 20px;
1149 }
1150 .profile-listing {
1151         margin-top: 25px;
1152 }
1153 .profile-listing-name {
1154         float: left;
1155         margin-left: 32px;
1156         margin-top: 10px;
1157         color: #3172BD;
1158         font-weight: bold;
1159         width: 200px;
1160
1161 }
1162 .fortune {
1163         margin-top: 50px;
1164         color: #4444FF;
1165         font-weight: bold;
1166         margin-bottom: 20px;
1167 }
1168
1169
1170 .directory-end {
1171         clear: both;
1172 }
1173 .directory-name {
1174         text-align: center;
1175 }
1176 .directory-photo {
1177         margin-left: 25px;
1178 }
1179 .directory-details {
1180         font-size: 0.7em;
1181         text-align: center;
1182         margin-left: 5px;
1183         margin-right: 5px;
1184 }
1185 .directory-item {
1186         float: left;
1187         width: 225px;
1188         height: 260px;
1189         overflow: auto;
1190 }
1191
1192 #directory-search-wrapper {
1193         margin-top: 20px;
1194         margin-right: 20px;
1195         margin-bottom: 50px;
1196 }
1197
1198 #directory-search-end {
1199 }
1200
1201 .directory-photo-img {
1202         border: none;
1203 }
1204
1205
1206 .pager {
1207   padding: 10px;
1208   text-align: center;
1209   font-size: 1.0em;
1210 }
1211
1212
1213 .pager_first,
1214 .pager_last,
1215 .pager_prev,
1216 .pager_next,
1217 .pager_n {
1218         border: 1px solid black;
1219         background: #EEE;
1220         padding: 4px;
1221 }
1222
1223 .pager_first a,
1224 .pager_last a,
1225 .pager_prev a,
1226 .pager_next a,
1227 .pager_n a {
1228         text-decoration: none;
1229 }
1230
1231 .pager_current {
1232   border: 1px solid black;
1233   background: #FFCCCC;
1234   padding: 4px;
1235 }
1236
1237
1238 #advanced-profile-name-wrapper,
1239 #advanced-profile-gender-wrapper,
1240 #advanced-profile-dob-wrapper,
1241 #advanced-profile-age-wrapper,
1242 #advanced-profile-marital-wrapper,
1243 #advanced-profile-sexual-wrapper,
1244 #advanced-profile-homepage-wrapper,
1245 #advanced-profile-politic-wrapper,
1246 #advanced-profile-religion-wrapper,
1247 #advanced-profile-about-wrapper,
1248 #advanced-profile-interest-wrapper,
1249 #advanced-profile-contact-wrapper,
1250 #advanced-profile-music-wrapper,
1251 #advanced-profile-book-wrapper,
1252 #advanced-profile-tv-wrapper,
1253 #advanced-profile-film-wrapper,
1254 #advanced-profile-romance-wrapper,
1255 #advanced-profile-work-wrapper,
1256 #advanced-profile-education-wrapper {
1257         margin-top: 20px;
1258 }
1259
1260 #advanced-profile-name-text,
1261 #advanced-profile-gender-text,
1262 #advanced-profile-dob-text,
1263 #advanced-profile-age-text,
1264 #advanced-profile-marital-text,
1265 #advanced-profile-sexual-text,
1266 #advanced-profile-homepage-text,
1267 #advanced-profile-politic-text,
1268 #advanced-profile-religion-text,
1269 #advanced-profile-about-text,
1270 #advanced-profile-interest-text,
1271 #advanced-profile-contact-text,
1272 #advanced-profile-music-text,
1273 #advanced-profile-book-text,
1274 #advanced-profile-tv-text,
1275 #advanced-profile-film-text,
1276 #advanced-profile-romance-text,
1277 #advanced-profile-work-text,
1278 #advanced-profile-education-text {
1279         width: 300px;
1280         float: left;
1281 }
1282
1283 #advanced-profile-name-end,
1284 #advanced-profile-gender-end,
1285 #advanced-profile-dob-end,
1286 #advanced-profile-age-end,
1287 #advanced-profile-marital-end,
1288 #advanced-profile-sexual-end,
1289 #advanced-profile-homepage-end,
1290 #advanced-profile-politic-end,
1291 #advanced-profile-religion-end {
1292         clear: both;
1293 }
1294
1295 #advanced-profile-about-end,
1296 #advanced-profile-interest-end,
1297 #advanced-profile-contact-end,
1298 #advanced-profile-music-end,
1299 #advanced-profile-book-end,
1300 #advanced-profile-tv-end,
1301 #advanced-profile-film-end,
1302 #advanced-profile-romance-end,
1303 #advanced-profile-work-end,
1304 #advanced-profile-education-end {
1305
1306
1307 }
1308
1309 #advanced-profile-name,
1310 #advanced-profile-gender,
1311 #advanced-profile-dob,
1312 #advanced-profile-age,
1313 #advanced-profile-marital,
1314 #advanced-profile-sexual,
1315 #advanced-profile-homepage,
1316 #advanced-profile-politic,
1317 #advanced-profile-religion {
1318         float: left;
1319
1320 }
1321
1322
1323 #advanced-profile-about,
1324 #advanced-profile-interest,
1325 #advanced-profile-contact,
1326 #advanced-profile-music,
1327 #advanced-profile-book,
1328 #advanced-profile-tv,
1329 #advanced-profile-film,
1330 #advanced-profile-romance,
1331 #advanced-profile-work,
1332 #advanced-profile-education {
1333         margin-top: 10px;
1334         margin-left: 50px;
1335         margin-right: 20px;
1336         padding: 10px;
1337         border: 1px solid #CCCCCC;
1338 }
1339
1340 #advanced-profile-with {
1341         float: left;
1342         margin-left: 15px;
1343 }
1344
1345 #contact-edit-wrapper {
1346         margin-top: 50px;
1347 }
1348
1349 #contact-edit-banner-name {
1350         font-size: 1.4em;
1351         font-weight: bold;
1352         margin-left: 30px;
1353 }
1354
1355 #contact-edit-poll-wrapper {
1356         margin-left: 50px;
1357         margin-top: 30px;
1358 }
1359 #contact-edit-poll-text {
1360         margin-top: 15px;
1361         margin-bottom: 5px;
1362 }
1363
1364 #contact-edit-update-now {
1365         margin-top: 15px;
1366 }
1367
1368 #contact-edit-photo-wrapper {
1369         margin-bottom: 20px;
1370 }
1371 #contact-edit-links {
1372         float: left;
1373 }
1374 #contact-edit-links img {
1375         margin-left: 20px;
1376         border: none;
1377 }
1378
1379 #contact-drop-links {
1380         float: left;
1381 }
1382
1383 #contact-drop-links img {
1384         margin-left: 20px;
1385         border: none;
1386 }
1387
1388 #contact-edit-nav-end {
1389         clear: both;
1390 }
1391
1392 #contact-edit-direction-icon {
1393         float: left;
1394         margin-top: 70px;
1395         margin-right: 2px;
1396 }
1397
1398 #contact-edit-photo {
1399         float: left;
1400 }
1401
1402 #contact-edit-photo-end {
1403         clear: both;
1404 }
1405
1406 #contact-edit-photo-wrapper {
1407         float: left;
1408 }
1409
1410 #contact-edit-nav-wrapper {
1411         float: left;
1412 }
1413
1414 #contact-edit-end {
1415         clear: both;
1416 }
1417
1418 #contact-profile-selector {
1419         width: 175px;
1420         margin-left: 175px;
1421 }
1422
1423 #contact-reputation-selector {
1424         margin-left: 175px;
1425 }
1426
1427 #contact-edit-rating-text {
1428         margin-left: 175px;
1429 }
1430
1431 .contact-edit-submit {
1432         margin-top: 20px;
1433         margin-left: 50px;
1434 }
1435
1436 #block-message, #ignore-message, #profile-edit-insecure {
1437         margin-top: 20px;
1438         color: #FF0000;
1439         font-size: 1.1em;
1440         border: 1px solid #FF8888;
1441         background-color: #FFEEEE;
1442         padding: 10px;
1443 }
1444
1445 #block-message, #ignore-message {
1446         width: 180px;
1447 }
1448
1449 #profile-edit-insecure {
1450         width: 600px;
1451 }
1452
1453 .profile-tabs {
1454         float: left;
1455         padding: 4px;
1456         margin-top: 10px;
1457         margin-bottom: 10px;
1458         margin-right: 5px;
1459         /*border: 1px solid #CCC;*/
1460         /*background: #F8F8F8;*/
1461         font-size: 0.8em;
1462         font-weight: bold;
1463         background-color: #ECECEC;
1464         border: 1px solid #858585;
1465 }
1466 .profile-tabs:hover {
1467         background-color: #0CBEFE;
1468         color: #F5F6FB;
1469         border: 1px solid #F5F6FB;
1470         /*cursor: pointer;*/
1471 }
1472
1473 #profile-tabs-end {
1474         clear: both;
1475 }
1476
1477 .comment-edit-text-empty {
1478         color: gray;
1479         height: 30px;
1480         width: 175px;
1481         overflow: auto;
1482         margin-bottom: 10px;
1483 }
1484
1485 .comment-edit-text-full {
1486         color: black;
1487         height: 150px;
1488         width: 350px;
1489         overflow: auto;
1490 }
1491
1492 #group-new-submit-wrapper {
1493         margin-top: 30px;
1494 }
1495
1496 #acl-allow-group-label,
1497 #acl-allow-contact-label,
1498 #acl-deny-group-label,
1499 #acl-deny-contact-label {
1500         display: block;
1501 }
1502
1503 #acl-permit-text,
1504 #acl-deny-text {
1505         margin-top: 10px;
1506 }
1507
1508 #acl-allow-group-label,
1509 #acl-allow-contact-label,
1510 #acl-deny-group-label,
1511 #acl-deny-contact-label {
1512         margin-top: 5px;
1513         margin-bottom: 5px;
1514 }
1515
1516
1517 #group_allow_wrapper,
1518 #group_deny_wrapper {
1519         float: left;
1520         width: 100px;
1521         margin-right: 10px;
1522 }
1523
1524 #contact_allow_wrapper,
1525 #contact_deny_wrapper {
1526         float: left;
1527         width: 150px;
1528         margin-right: 10px;
1529 }
1530
1531 #acl-allow-end,
1532 #acl-deny-end {
1533         clear: both;
1534 }
1535 #acl-permit-outer-wrapper,
1536 #acl-deny-outer-wrapper {
1537         padding: 10px;
1538         margin-top: 10px;
1539         border: 2px solid #BBBBBB;
1540         float: left;
1541 }
1542
1543 #acl-wrapper-end {
1544         clear: both;
1545 }
1546
1547 #group-edit-name-label {
1548         float: left;
1549         width: 175px;
1550         margin-top: 20px;
1551         margin-bottom: 20px;
1552 }
1553
1554 #group-edit-name {
1555         float: left;
1556         width: 225px;
1557         margin-top: 20px;
1558         margin-bottom: 20px;
1559 }
1560
1561 #group-edit-name-wrapper {
1562
1563
1564 }
1565
1566
1567 #group_members_select_label {
1568         display: block;
1569         float: left;
1570         width: 175px;
1571 }
1572
1573 .group_members_select {
1574         float: left;
1575         width: 230px;
1576         overflow: auto;
1577 }
1578
1579 #group_members_select_end {
1580         clear: both;
1581 }
1582 #group-edit-name-end {
1583         clear: both;
1584 }
1585
1586 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1587         margin-bottom: 10px;
1588         margin-top: 20px;
1589 }
1590
1591 #prvmail-submit {
1592         float: left;
1593         margin-top: 10px;
1594         margin-right: 30px;
1595 }
1596 #prvmail-upload-wrapper,
1597 #prvmail-link-wrapper,
1598 #prvmail-rotator-wrapper {
1599         float: left;
1600         margin-top: 10px;
1601         margin-right: 10px;
1602         width: 24px;
1603 }
1604
1605 #prvmail-end {
1606         clear: both;
1607 }
1608
1609 .mail-list-sender,
1610 .mail-list-detail {
1611         float: left;
1612 }
1613 .mail-list-detail {
1614         margin-left: 20px;
1615 }
1616
1617 .mail-list-subject {
1618         font-size: 1.1em;
1619         margin-top: 10px;
1620 }
1621 a.mail-list-link {
1622         display: block;
1623         padding: 4px 5px;
1624 }
1625
1626 /*
1627 *a.mail-list-link:hover {
1628 *       background-color: #15607B;
1629 *       color: #F5F6FB;
1630 *}
1631 */
1632
1633 .mail-list-outside-wrapper-end {
1634         clear: both;
1635 }
1636
1637 .mail-list-outside-wrapper {
1638         margin-top: 30px;
1639 }
1640
1641 .mail-list-delete-wrapper {
1642         float: right;
1643         margin-right: 30px;
1644         margin-top: 15px;
1645 }
1646
1647 .mail-list-delete-icon {
1648         border: none;
1649 }
1650
1651 .mail-conv-sender,
1652 .mail-conv-detail {
1653         float: left;
1654 }
1655 .mail-conv-detail {
1656         margin-left: 20px;
1657         width: 500px;
1658 }
1659
1660 .mail-conv-subject {
1661         font-size: 1.1em;
1662         margin-top: 10px;
1663 }
1664
1665 .mail-conv-outside-wrapper-end {
1666         clear: both;
1667 }
1668
1669 .mail-conv-outside-wrapper {
1670         margin-top: 30px;
1671 }
1672
1673 .mail-conv-delete-wrapper {
1674         float: right;
1675         margin-right: 30px;
1676         margin-top: 15px;
1677 }
1678
1679 .mail-conv-delete-icon {
1680         border: none;
1681 }
1682
1683 .message-links ul {
1684         list-style-type: none;
1685 }
1686
1687 .message-links li {
1688         margin-top: 10px;
1689 }
1690 .message-links a {
1691         /*background-color: #ECECEC;*/
1692         /*border: 1px solid #858585;*/
1693         padding: 3px 5px;
1694         /*display: block;*/
1695 }
1696 .message-links a:hover {
1697         background-color: #0CBEFE;
1698         color: #F5F6FB;
1699         /*border: 1px solid #F5F6FB;*/
1700 }
1701
1702 #sidebar-group-list ul {
1703         list-style-type: none;
1704 }
1705
1706 #sidebar-group-list li {
1707         margin-top: 10px;
1708 }
1709
1710 #side-follow-wrapper {
1711         margin-top: 20px;
1712 }
1713 #side-follow-url {
1714         margin-top: 5px;
1715 }
1716 #side-follow-submit {
1717         margin-top: 15px;
1718 }
1719
1720 .photo-album-image-wrapper {
1721         float: left;
1722         margin-top: 15px;
1723         height: 350px;
1724         width: 350px;
1725 }
1726
1727 #photo-album-end {
1728         clear: both;
1729 }
1730
1731 .photo-top-image-wrapper {
1732         float: left;
1733         margin-top: 15px;
1734         height: 350px;
1735         width: 350px;
1736 }
1737
1738 #photo-top-end {
1739         clear: both;
1740 }
1741
1742 #photo-top-links {
1743         margin-bottom: 30px;
1744         margin-left: 30px;
1745 }
1746
1747 #photos-upload-newalbum-div {
1748         float: left;
1749         width: 175px;
1750 }
1751 #photos-upload-existing-album-text {
1752         float: left;
1753         width: 175px;
1754 }
1755 #photos-upload-newalbum {
1756         float: left;
1757 }
1758 #photos-upload-album-select {
1759         float: left;
1760 }
1761 #photos-upload-spacer {
1762         margin-top: 25px;
1763 }
1764 #photos-upload-new-end, #photos-upload-exist-end {
1765         clear: both;
1766 }
1767 #photos-upload-exist-end {
1768         margin-bottom: 15px;
1769 }
1770 #photos-upload-submit {
1771         margin-top: 15px;
1772 }
1773
1774 #photos_upload_applet_wrapper {
1775         margin-bottom: 15px;
1776 }
1777
1778 #photos-upload-no-java-message {
1779         margin-bottom: 15px;
1780 }
1781
1782 #profile-jot-desc {
1783         float: left;
1784         width: 480px;
1785         margin-top: 10px;
1786         margin-bottom: 10px;
1787 }
1788 #character-counter {
1789         float: left;
1790         font-size: 120%;
1791 }
1792
1793 #character-counter.grey {
1794         color: #888888;
1795 }
1796
1797 #character-counter.orange {
1798         color: orange;
1799 }
1800 #character-counter.red {
1801         color: red;
1802 }
1803
1804 #profile-jot-banner-end {
1805         clear: both;
1806 }
1807
1808 #photos-upload-select-files-text {
1809         margin-top: 15px;
1810         margin-bottom: 15px;
1811 }
1812
1813 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1814         color: #8888FF;
1815         text-decoration: none;
1816         cursor: pointer;
1817 }
1818
1819 #photos-upload-perms-menu:hover {
1820         color: #0000FF;
1821         text-decoration: underline;
1822         cursor: pointer;
1823 }
1824 #settings-default-perms-menu {
1825         margin-top: 15px;
1826         margin-bottom: 15px;
1827 }
1828
1829 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1830         float: left;
1831         width: 150px;
1832 }
1833 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1834         float: left;
1835         margin-bottom: 25px;
1836 }
1837 #photo-edit-link-wrap {
1838         margin-bottom: 15px;
1839 }
1840 #photo-like-div {
1841         margin-bottom: 25px;
1842 }
1843
1844 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1845         clear: both;
1846 }
1847
1848 #photo-edit-delete-button {
1849         margin-left: 200px;
1850 }
1851 #photo-edit-end {
1852         margin-bottom: 35px;
1853 }
1854 #photo-caption {
1855         font-size: 110%;
1856         font-weight: bold;
1857         margin-top: 15px;
1858         margin-bottom: 15px;
1859 }
1860
1861 #in-this-photo-text {
1862         color: #0000FF;
1863         margin-left: 30px;
1864 }
1865
1866 #in-this-photo {
1867         margin-left: 60px;
1868         margin-top: 10px;
1869         margin-bottom: 20px;
1870 }
1871
1872 #photo-album-edit-submit, #photo-album-edit-drop {
1873         margin-top: 15px;
1874         margin-bottom: 15px;
1875 }
1876
1877 #photo-album-edit-drop {
1878         margin-left: 200px;
1879 }
1880
1881 .group-delete-wrapper {
1882         float: right;
1883         margin-right: 50px;
1884 }
1885
1886 #install-dbhost-label,
1887 #install-dbuser-label,
1888 #install-dbpass-label,
1889 #install-dbdata-label,
1890 #install-tz-desc {
1891        float: left;
1892        width: 250px;
1893        margin-top: 10px;
1894        margin-bottom: 10px;
1895
1896 }
1897
1898 #install-dbhost,
1899 #install-dbuser,
1900 #install-dbpass,
1901 #install-dbdata {
1902        float: left;
1903        width: 200px;
1904        margin-left: 20px;
1905 }
1906
1907 #install-dbhost-end,
1908 #install-dbuser-end,
1909 #install-dbpass-end,
1910 #install-dbdata-end,
1911 #install-tz-end {
1912        clear: both;
1913 }
1914
1915 #install-form select#timezone_select {
1916        float: left;
1917        margin-top: 18px;
1918        margin-left: 20px;
1919 }
1920
1921 #dfrn-request-networks {
1922         margin-bottom: 30px;
1923 }
1924
1925 #pause {
1926   position: fixed;
1927   bottom: 5px;
1928   right: 5px;
1929 }
1930
1931 .sparkle {
1932         cursor: url('lock.cur'), pointer;
1933 /*      cursor: pointer !important; */
1934 }
1935
1936 .contact-block-div {
1937         float: left;
1938         width: 52px;
1939         height: 52px;
1940 }
1941 #contact-block-end {
1942         clear: both;
1943 }
1944 .contact-block-link {
1945         float: left;
1946 }
1947 .contact-block-img {
1948         width:48px;
1949         height:48px;
1950 }
1951
1952 #tag-remove {
1953         margin-bottom: 15px;
1954 }
1955
1956 #tagrm li {
1957         margin-bottom: 10px;
1958 }
1959
1960 #tagrm-submit, #tagrm-cancel {
1961         margin-top: 25px;
1962 }
1963
1964 #tagrm-cancel {
1965         margin-left: 15px;
1966 }
1967
1968 .wall-item-conv {
1969         margin-top: 5px;
1970         margin-bottom: 25px;
1971 }
1972
1973 #search-submit {
1974         margin-left: 15px;
1975 }
1976
1977 #search-box {
1978         margin-bottom: 25px;
1979 }
1980
1981 .location-label, .gender-label, .marital-label, .homepage-label {
1982         float: left;
1983         text-align: right;
1984         display: block;
1985         width: 65px;
1986 }
1987
1988 .adr, .x-gender, .marital-text, .homepage-url {
1989         float: left;
1990         display: block;
1991         margin-left: 8px;
1992 }
1993
1994 .profile-clear {
1995         clear: both;
1996 }
1997
1998
1999 .clear {
2000         clear: both;
2001 }
2002
2003 .cc-license {
2004         margin-top: 50px;
2005         font-size: 70%;
2006 }
2007
2008
2009 #plugin-settings-link, #account-settings-link {
2010         margin-bottom: 25px;
2011 }
2012
2013
2014 #birthday-title {
2015         float: left;
2016         font-weight: bold;      
2017 }
2018
2019 #birthday-adjust {
2020         float: left;
2021         font-size: 75%;
2022         margin-left: 10px;
2023 }
2024
2025 #birthday-title-end {
2026         clear: both;
2027 }
2028
2029 .birthday-list {
2030         margin-left: 15px;
2031 }
2032
2033 #birthday-wrapper {
2034         margin-bottom: 20px;
2035 }
2036
2037
2038 #network-new-link {
2039         margin-top: 15px;
2040         margin-bottom: 15px;
2041 }
2042
2043 .tool-wrapper {
2044   float: left;
2045   margin-left: 20px;
2046 }
2047 .tool-link {
2048   cursor: pointer;
2049 }