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