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