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