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