]> git.mxchange.org Git - friendica.git/blob - view/theme/default/style.css
ability to clear browser location on individual posts
[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-fullname {
531         font-size: 1.1em;
532         font-weight: bold;
533
534 }
535 .intro-desc {
536         margin-bottom: 20px;
537 }
538
539 .intro-note {
540         padding: 10px;
541 }
542
543 .intro-end {
544         padding: 30px;
545 }
546
547 .intro-form {
548         float: left;
549 }
550 .intro-approve-form {
551         clear: both;
552 }
553 .intro-approve-as-friend-end {
554         clear: both;
555 }
556 .intro-submit-approve, .intro-submit-ignore {
557         margin-right: 20px;
558 }
559 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
560         float: left;
561         width: 100px;
562         margin-left: 20px;
563 }
564 .intro-approve-as-friend, .intro-approve-as-fan {
565         float: left;
566 }
567 .intro-form-end {
568         clear: both;
569 }
570 .intro-approve-as-friend-desc {
571         margin-top: 15px;
572 }
573 .intro-approve-as-end {
574         clear: both;
575         margin-bottom: 10px;
576 }
577
578 .intro-end {
579         clear: both;
580         margin-bottom: 30px;
581 }
582
583 #profile-extra-links ul {
584         list-style-type: none;
585 }
586
587
588 #profile-extra-links li {
589         margin-top: 5px;
590 }
591
592 #profile-edit-links ul {
593         list-style-type: none;
594 }
595
596 #profile-edit-links li {
597         margin-top: 10px;
598 }
599
600 .view-contact-wrapper {
601         margin-top: 20px;
602         float: left;
603         margin-left: 20px;
604         width: 180px;
605 }
606 #view-contact-end {
607         clear: both;
608 }
609 #profile-edit-default-desc {
610         color: #FF0000;
611         border: 1px solid #FF8888;
612         background-color: #FFEEEE;
613         padding: 7px;
614 }
615
616 #profile-edit-clone-link-wrapper {
617         float: left;
618         margin-left: 50px;
619         margin-bottom: 20px;
620         width: 300px;
621 }
622
623 #profile-edit-drop-link-wrapper {
624         float: left;
625 }
626
627 #profile-edit-links-end {
628         clear: both;
629 }
630 .profile-listing-photo {
631         border: none;
632 }
633
634 .profile-edit-submit-wrapper {
635         margin-top: 20px;
636         margin-bottom: 20px;
637 }
638
639 #profile-edit-profile-name-label,
640 #profile-edit-name-label,
641 #profile-edit-gender-label,
642 #profile-edit-dob-label,
643 #profile-edit-address-label,
644 #profile-edit-locality-label,
645 #profile-edit-region-label,
646 #profile-edit-postal-code-label,
647 #profile-edit-country-name-label,
648 #profile-edit-marital-label,
649 #profile-edit-sexual-label,
650 #profile-edit-politic-label,
651 #profile-edit-religion-label,
652 #profile-edit-homepage-label {
653         float: left;
654         width: 175px;
655 }
656
657 #profile-edit-profile-name,
658 #profile-edit-name,
659 #gender-select,
660 #profile-edit-dob,
661 #profile-edit-address,
662 #profile-edit-locality,
663 #profile-edit-region,
664 #profile-edit-postal-code,
665 #profile-edit-country-name,
666 #marital-select,
667 #sexual-select,
668 #profile-edit-politic,
669 #profile-edit-religion,
670 #profile-in-dir-yes,
671 #profile-in-dir-no,
672 #profile-in-netdir-yes,
673 #profile-in-netdir-no,
674 #hide-friends-yes,
675 #hide-friends-no,
676 #settings-normal,
677 #settings-soapbox,
678 #settings-community,
679 #settings-freelove {
680         float: left;
681         margin-bottom: 20px;
682 }
683
684 #profile-in-dir-yes-label,
685 #profile-in-dir-no-label,
686 #profile-in-netdir-yes-label,
687 #profile-in-netdir-no-label,
688 #hide-friends-yes-label,
689 #hide-friends-no-label {
690         margin-left: 125px;
691         float: left;
692         width: 50px;
693 }
694
695 #profile-edit-homepage {
696         float: left;
697         margin-bottom: 35px;
698 }
699 #settings-normal-label,
700 #settings-soapbox-label,
701 #settings-community-label,
702 #settings-freelove-label {
703         float: left;
704         width: 200px;
705 }
706 #settings-normal-desc,
707 #settings-soapbox-desc,
708 #settings-community-desc,
709 #settings-freelove-desc {
710         float: left;
711         margin-left: 75px;
712 }
713
714 #profile-edit-profile-name-end,
715 #profile-edit-name-end,
716 #profile-edit-gender-end,
717 #profile-edit-dob-end,
718 #profile-edit-address-end,
719 #profile-edit-locality-end,
720 #profile-edit-region-end,
721 #profile-edit-postal-code-end,
722 #profile-edit-country-name-end,
723 #profile-edit-marital-end,
724 #profile-edit-sexual-end,
725 #profile-edit-politic-end,
726 #profile-edit-religion-end,
727 #profile-edit-homepage-end,
728 #profile-in-dir-break,
729 #profile-in-dir-end,
730 #profile-in-netdir-break,
731 #profile-in-netdir-end,
732 #hide-friends-break,
733 #hide-friends-end,
734 #settings-normal-break,
735 #settings-soapbox-break,
736 #settings-community-break,
737 #settings-freelove-break {
738         clear: both;
739 }
740
741
742
743
744
745 #gender-select, #marital-select, #sexual-select {
746         width: 220px;
747 }
748
749 #profile-edit-profile-name-wrapper .required {
750         color: #FF0000;
751         float: left;
752 }
753
754 #contacts-main {
755         margin-top: 20px;
756         margin-bottom: 20px;
757 }
758
759 .contact-entry-wrapper {
760         float: left;
761         width: 180px;
762 }
763
764 .contact-entry-direction-icon {
765         margin-top: 24px;
766         margin-right: 2px;
767 }
768
769 .contact-entry-photo img {
770         border: none;
771 }
772 .contact-entry-photo-end {
773         clear: both;
774 }
775 .contact-entry-name {
776         float: left;
777         margin-left: 30px;
778 }
779 .contact-entry-edit-links {
780         margin-top: 6px;
781         margin-left: 10px;
782         width: 16px;
783 }
784 .contact-entry-nav-wrapper {
785         float: left;
786         margin-left: 10px;
787 }
788
789 .contact-entry-edit-links img {
790         border: none;
791         margin-right: 15px;
792 }
793 .contact-entry-photo {
794         float: left;
795 }
796 .contact-entry-end {
797         clear: both;
798 }
799
800 #contact-edit-end {
801         clear: both;
802 }
803
804 .wall-item-content-wrapper {
805         margin-top: 10px;
806         border: 1px solid #CCC;
807 }
808
809 .wall-item-content-wrapper.comment {
810         margin-left: 50px;
811         background: #CCCCCC;
812 }
813
814 .wall-item-photo-wrapper {
815         margin-top: 10px;
816         margin-left: 10px;
817         margin-bottom: 10px;
818         width: 100px;
819         float: left;
820 }
821 .wall-item-arrowphoto-wrapper {
822         margin-top: 40px;
823         margin-right: 20px;
824         float: left;
825 }
826 .wall-item-wrapper {
827         float: left;
828 }
829 .wall-item-lock {
830         height: 20px;
831         margin-top: 10px;
832 }
833
834 .wall-item-ago {
835         color: #888888;
836         font-size: 0.8em;
837 }
838
839 .wall-item-like-buttons img {
840         cursor: pointer;
841 }
842 .wall-item-delete-wrapper {
843         float: right;
844         margin-top: 20px;
845         margin-right: 50px;
846 }
847
848 .wall-item-delete-end {
849         clear: both;
850 }
851
852 .wall-item-delete-icon {
853         border: none;
854 }
855
856
857 .wall-item-wrapper-end {
858         clear: both;
859 }
860 .wall-item-name-link {
861         font-weight: bold;
862         text-decoration: none;
863         color: #3172BD;
864 }
865 .wall-item-photo {
866         border: none;
867 }
868 .wall-item-content {
869         float: left;
870         width: 450px;
871         margin-left: 10px;
872         margin-bottom: 20px;
873 }
874
875 .wall-item-title {
876         float: left;
877         font-weight: bold;
878         width: 450px;
879 }
880
881 .wall-item-body {
882         float: left;
883         width: 450px;
884         margin-top: 30px;
885 }
886
887 .comment-edit-wrapper {
888         margin-top: 15px;
889         background: #CCCCCC;
890         margin-left: 50px;
891 }
892
893 .comment-wwedit-wrapper {
894         margin-top: 15px;
895         background: #CCCCCC;
896         margin-left: 250px;
897 }
898
899 .comment-edit-photo {
900         margin-top: 10px;
901         margin-left: 10px;
902         margin-bottom: 10px;
903         width: 100px;
904         float: left;
905 }
906 .comment-edit-text-empty, .comment-edit-text-full {
907         float: left;
908         margin-top: 40px;
909 }
910 .comment-edit-text-end {
911         clear: both;
912 }
913
914 .comment-edit-submit {
915         margin-left: 110px;
916         margin-top: 10px;
917 }
918
919 #profile-jot-submit-wrapper {
920         margin-top: 15px;
921 }
922
923 #profile-jot-submit {
924         float: left;
925 }
926 #profile-upload-wrapper {
927         float: left;
928         margin-left: 50px;
929 }
930
931 #profile-rotator {
932         float: left;
933         margin-left: 50px;
934 }
935 #profile-link-wrapper {
936         float: left;
937         margin-left: 20px;
938 }
939 #profile-youtube-wrapper {
940         float: left;
941         margin-left: 20px;
942 }
943 #profile-location-wrapper {
944         float: left;
945         margin-left: 20px;
946 }
947 #profile-nolocation-wrapper {
948         float: left;
949         margin-left: 20px;
950 }
951
952 #profile-jot-perms {
953         float: left;
954         margin-left: 200px;
955         font-weight: bold;
956         font-size: 1.2em;
957 }
958
959 #profile-jot-perms-end {
960         clear: both;
961 }
962
963 #profile-jot-end {
964         clear: both;
965         margin-bottom: 30px;
966 }
967 #about-jot-submit-wrapper {
968         margin-top: 15px;
969 }
970 #about-jot-end {
971         margin-bottom: 30px;
972 }
973 #contacts-main {
974         margin-bottom: 30px;
975 }
976
977 #profile-listing-desc {
978         margin-left: 30px;
979 }
980
981 #profile-listing-new-link-wrapper {
982         margin-left: 30px;
983         margin-bottom: 30px;
984 }
985 .profile-listing-photo-wrapper {
986         float: left;
987 }
988
989 .profile-listing-edit-buttons-wrapper {
990         clear: both;
991 }
992 .profile-listing-photo-edit-link {
993         float: left;
994         width: 125px;
995 }
996 .profile-listing-end {
997         clear: both;
998 }
999 .profile-listing-edit-buttons-wrapper img{
1000         border: none;
1001         margin-right: 20px;
1002 }
1003 .profile-listing {
1004         margin-top: 25px;
1005 }
1006 .profile-listing-name {
1007         float: left;
1008         margin-left: 32px;
1009         margin-top: 10px;
1010         color: #3172BD;
1011         font-weight: bold;
1012         width: 200px;
1013
1014 }
1015 .fortune {
1016         margin-top: 50px;
1017         color: #4444FF;
1018         font-weight: bold;
1019         margin-bottom: 20px;
1020 }
1021
1022
1023 .directory-end {
1024         clear: both;
1025 }
1026 .directory-name {
1027         text-align: center;
1028 }
1029 .directory-photo {
1030         margin-left: 25px;
1031 }
1032 .directory-details {
1033         font-size: 0.7em;
1034         text-align: center;
1035         margin-left: 5px;
1036         margin-right: 5px;
1037 }
1038 .directory-item {
1039         float: left;
1040         width: 225px;
1041         height: 260px;
1042         overflow: auto;
1043 }
1044
1045 #directory-search-wrapper {
1046         margin-top: 20px;
1047         margin-right: 20px;
1048         margin-bottom: 50px;
1049 }
1050
1051 #directory-search-end {
1052 }
1053
1054 .directory-photo-img {
1055         border: none;
1056 }
1057
1058
1059 .pager {
1060   padding: 10px;
1061   text-align: center;
1062   font-size: 1.0em;
1063 }
1064
1065
1066 .pager_first,
1067 .pager_last,
1068 .pager_prev,
1069 .pager_next,
1070 .pager_n {
1071         border: 1px solid black;
1072         background: #EEE;
1073         padding: 4px;
1074 }
1075
1076 .pager_first a,
1077 .pager_last a,
1078 .pager_prev a,
1079 .pager_next a,
1080 .pager_n a {
1081         text-decoration: none;
1082 }
1083
1084 .pager_current {
1085   border: 1px solid black;
1086   background: #FFCCCC;
1087   padding: 4px;
1088 }
1089
1090
1091 #advanced-profile-name-wrapper,
1092 #advanced-profile-gender-wrapper,
1093 #advanced-profile-dob-wrapper,
1094 #advanced-profile-age-wrapper,
1095 #advanced-profile-marital-wrapper,
1096 #advanced-profile-sexual-wrapper,
1097 #advanced-profile-homepage-wrapper,
1098 #advanced-profile-politic-wrapper,
1099 #advanced-profile-religion-wrapper,
1100 #advanced-profile-about-wrapper,
1101 #advanced-profile-interest-wrapper,
1102 #advanced-profile-contact-wrapper,
1103 #advanced-profile-music-wrapper,
1104 #advanced-profile-book-wrapper,
1105 #advanced-profile-tv-wrapper,
1106 #advanced-profile-film-wrapper,
1107 #advanced-profile-romance-wrapper,
1108 #advanced-profile-work-wrapper,
1109 #advanced-profile-education-wrapper {
1110         margin-top: 20px;
1111 }
1112
1113 #advanced-profile-name-text,
1114 #advanced-profile-gender-text,
1115 #advanced-profile-dob-text,
1116 #advanced-profile-age-text,
1117 #advanced-profile-marital-text,
1118 #advanced-profile-sexual-text,
1119 #advanced-profile-homepage-text,
1120 #advanced-profile-politic-text,
1121 #advanced-profile-religion-text,
1122 #advanced-profile-about-text,
1123 #advanced-profile-interest-text,
1124 #advanced-profile-contact-text,
1125 #advanced-profile-music-text,
1126 #advanced-profile-book-text,
1127 #advanced-profile-tv-text,
1128 #advanced-profile-film-text,
1129 #advanced-profile-romance-text,
1130 #advanced-profile-work-text,
1131 #advanced-profile-education-text {
1132         width: 300px;
1133         float: left;
1134 }
1135
1136 #advanced-profile-name-end,
1137 #advanced-profile-gender-end,
1138 #advanced-profile-dob-end,
1139 #advanced-profile-age-end,
1140 #advanced-profile-marital-end,
1141 #advanced-profile-sexual-end,
1142 #advanced-profile-homepage-end,
1143 #advanced-profile-politic-end,
1144 #advanced-profile-religion-end {
1145         clear: both;
1146 }
1147
1148 #advanced-profile-about-end,
1149 #advanced-profile-interest-end,
1150 #advanced-profile-contact-end,
1151 #advanced-profile-music-end,
1152 #advanced-profile-book-end,
1153 #advanced-profile-tv-end,
1154 #advanced-profile-film-end,
1155 #advanced-profile-romance-end,
1156 #advanced-profile-work-end,
1157 #advanced-profile-education-end {
1158
1159
1160 }
1161
1162 #advanced-profile-name,
1163 #advanced-profile-gender,
1164 #advanced-profile-dob,
1165 #advanced-profile-age,
1166 #advanced-profile-marital,
1167 #advanced-profile-sexual,
1168 #advanced-profile-homepage,
1169 #advanced-profile-politic,
1170 #advanced-profile-religion {
1171         float: left;
1172
1173 }
1174
1175
1176 #advanced-profile-about,
1177 #advanced-profile-interest,
1178 #advanced-profile-contact,
1179 #advanced-profile-music,
1180 #advanced-profile-book,
1181 #advanced-profile-tv,
1182 #advanced-profile-film,
1183 #advanced-profile-romance,
1184 #advanced-profile-work,
1185 #advanced-profile-education {
1186         margin-top: 10px;
1187         margin-left: 50px;
1188         margin-right: 20px;
1189         padding: 10px;
1190         border: 1px solid #CCCCCC;
1191 }
1192
1193 #contact-edit-wrapper {
1194         margin-top: 50px;
1195 }
1196
1197 #contact-edit-banner-name {
1198         font-size: 1.4em;
1199         font-weight: bold;
1200         margin-left: 30px;
1201 }
1202
1203 #contact-edit-poll-wrapper {
1204         margin-left: 50px;
1205         margin-top: 30px;
1206 }
1207 #contact-edit-poll-text {
1208         margin-bottom: 10px;
1209 }
1210
1211 #contact-edit-photo-wrapper {
1212         margin-bottom: 20px;
1213 }
1214 #contact-edit-links {
1215         float: left;
1216 }
1217 #contact-edit-links img {
1218         margin-left: 20px;
1219         border: none;
1220 }
1221
1222 #contact-drop-links {
1223         float: left;
1224 }
1225
1226 #contact-drop-links img {
1227         margin-left: 20px;
1228         border: none;
1229 }
1230
1231 #contact-edit-nav-end {
1232         clear: both;
1233 }
1234
1235 #contact-edit-direction-icon {
1236         float: left;
1237         margin-top: 70px;
1238         margin-right: 2px;
1239 }
1240
1241 #contact-edit-photo {
1242         float: left;
1243 }
1244
1245 #contact-edit-photo-end {
1246         clear: both;
1247 }
1248
1249 #contact-edit-photo-wrapper {
1250         float: left;
1251 }
1252
1253 #contact-edit-nav-wrapper {
1254         float: left;
1255 }
1256
1257 #contact-edit-end {
1258         clear: both;
1259 }
1260
1261 #contact-profile-selector {
1262         width: 175px;
1263         margin-left: 175px;
1264 }
1265
1266 #contact-reputation-selector {
1267         margin-left: 175px;
1268 }
1269
1270 #contact-edit-rating-text {
1271         margin-left: 175px;
1272 }
1273
1274 .contact-edit-submit {
1275         margin-top: 20px;
1276         margin-left: 50px;
1277 }
1278
1279 #block-message, #ignore-message {
1280         margin-top: 20px;
1281         width: 180px;
1282         color: #FF0000;
1283         font-size: 1.1em;
1284         border: 1px solid #FF8888;
1285         background-color: #FFEEEE;
1286         padding: 10px;
1287 }
1288
1289 .profile-tabs {
1290         float: left;
1291         padding: 4px;
1292         margin-top: 10px;
1293         margin-bottom: 10px;
1294         margin-right: 5px;
1295         /*border: 1px solid #CCC;*/
1296         /*background: #F8F8F8;*/
1297         font-size: 0.8em;
1298         font-weight: bold;
1299         background-color: #ECECEC;
1300         border: 1px solid #858585;
1301 }
1302 .profile-tabs:hover {
1303         background-color: #29BBF2;
1304         color: #F5F6FB;
1305         border: 1px solid #F5F6FB;
1306         /*cursor: pointer;*/
1307 }
1308
1309 #profile-tabs-end {
1310         clear: both;
1311 }
1312
1313 .comment-edit-text-empty {
1314         color: gray;
1315         height: 30px;
1316         width: 175px;
1317         overflow: auto;
1318         margin-bottom: 10px;
1319 }
1320
1321 .comment-edit-text-full {
1322         color: black;
1323         height: 150px;
1324         width: 350px;
1325         overflow: auto;
1326 }
1327
1328 #group-new-submit-wrapper {
1329         margin-top: 30px;
1330 }
1331
1332 #acl-allow-group-label,
1333 #acl-allow-contact-label,
1334 #acl-deny-group-label,
1335 #acl-deny-contact-label {
1336         display: block;
1337 }
1338
1339 #acl-permit-text,
1340 #acl-deny-text {
1341         margin-top: 10px;
1342 }
1343
1344 #acl-allow-group-label,
1345 #acl-allow-contact-label,
1346 #acl-deny-group-label,
1347 #acl-deny-contact-label {
1348         margin-top: 5px;
1349         margin-bottom: 5px;
1350 }
1351
1352
1353 #group_allow_wrapper,
1354 #group_deny_wrapper {
1355         float: left;
1356         width: 100px;
1357         margin-right: 10px;
1358 }
1359
1360 #contact_allow_wrapper,
1361 #contact_deny_wrapper {
1362         float: left;
1363         width: 150px;
1364         margin-right: 10px;
1365 }
1366
1367 #acl-allow-end,
1368 #acl-deny-end {
1369         clear: both;
1370 }
1371 #acl-permit-outer-wrapper,
1372 #acl-deny-outer-wrapper {
1373         padding: 10px;
1374         margin-top: 10px;
1375         border: 2px solid #BBBBBB;
1376         float: left;
1377 }
1378
1379 #acl-wrapper-end {
1380         clear: both;
1381 }
1382
1383 #group-edit-name-label {
1384         float: left;
1385         width: 175px;
1386         margin-top: 20px;
1387         margin-bottom: 20px;
1388 }
1389
1390 #group-edit-name {
1391         float: left;
1392         width: 225px;
1393         margin-top: 20px;
1394         margin-bottom: 20px;
1395 }
1396
1397 #group-edit-name-wrapper {
1398
1399
1400 }
1401
1402
1403 #group_members_select_label {
1404         display: block;
1405         float: left;
1406         width: 175px;
1407 }
1408
1409 .group_members_select {
1410         float: left;
1411         width: 230px;
1412         overflow: auto;
1413 }
1414
1415 #group_members_select_end {
1416         clear: both;
1417 }
1418 #group-edit-name-end {
1419         clear: both;
1420 }
1421
1422 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1423         margin-bottom: 10px;
1424         margin-top: 20px;
1425 }
1426
1427 #prvmail-submit {
1428         float: left;
1429         margin-top: 10px;
1430         margin-right: 30px;
1431 }
1432 #prvmail-upload-wrapper,
1433 #prvmail-link-wrapper,
1434 #prvmail-rotator-wrapper {
1435         float: left;
1436         margin-top: 10px;
1437         margin-right: 10px;
1438         width: 24px;
1439 }
1440
1441 #prvmail-end {
1442         clear: both;
1443 }
1444
1445 .mail-list-sender,
1446 .mail-list-detail {
1447         float: left;
1448 }
1449 .mail-list-detail {
1450         margin-left: 20px;
1451 }
1452
1453 .mail-list-subject {
1454         font-size: 1.1em;
1455         margin-top: 10px;
1456 }
1457 a.mail-list-link {
1458         display: block;
1459         padding: 4px 5px;
1460         font-weight: bold;
1461 }
1462 a.mail-list-link:hover {
1463         background-color: #15607B;
1464         color: #F5F6FB;
1465 }
1466
1467 .mail-list-outside-wrapper-end {
1468         clear: both;
1469 }
1470
1471 .mail-list-outside-wrapper {
1472         margin-top: 30px;
1473 }
1474
1475 .mail-list-delete-wrapper {
1476         float: right;
1477         margin-right: 30px;
1478         margin-top: 15px;
1479 }
1480
1481 .mail-list-delete-icon {
1482         border: none;
1483 }
1484
1485 .mail-conv-sender,
1486 .mail-conv-detail {
1487         float: left;
1488 }
1489 .mail-conv-detail {
1490         margin-left: 20px;
1491         width: 500px;
1492 }
1493
1494 .mail-conv-subject {
1495         font-size: 1.1em;
1496         margin-top: 10px;
1497 }
1498
1499 .mail-conv-outside-wrapper-end {
1500         clear: both;
1501 }
1502
1503 .mail-conv-outside-wrapper {
1504         margin-top: 30px;
1505 }
1506
1507 .mail-conv-delete-wrapper {
1508         float: right;
1509         margin-right: 30px;
1510         margin-top: 15px;
1511 }
1512
1513 .mail-conv-delete-icon {
1514         border: none;
1515 }
1516
1517 .message-links ul {
1518         list-style-type: none;
1519 }
1520
1521 .message-links li {
1522         margin-top: 10px;
1523 }
1524 .message-links a {
1525         /*background-color: #ECECEC;*/
1526         /*border: 1px solid #858585;*/
1527         padding: 3px 5px;
1528         /*display: block;*/
1529 }
1530 .message-links a:hover {
1531         background-color: #29BBF2;
1532         color: #F5F6FB;
1533         /*border: 1px solid #F5F6FB;*/
1534 }
1535
1536 #sidebar-group-list ul {
1537         list-style-type: none;
1538 }
1539
1540 #sidebar-group-list li {
1541         margin-top: 10px;
1542 }
1543
1544 .photo-album-image-wrapper {
1545         float: left;
1546         margin-top: 15px;
1547         height: 350px;
1548         width: 350px;
1549 }
1550
1551 #photo-album-end {
1552         clear: both;
1553 }
1554
1555 .photo-top-image-wrapper {
1556         float: left;
1557         margin-top: 15px;
1558         height: 350px;
1559         width: 350px;
1560 }
1561
1562 #photo-top-end {
1563         clear: both;
1564 }
1565
1566 #photo-top-links {
1567         margin-bottom: 30px;
1568         margin-left: 30px;
1569 }
1570
1571 #photos-upload-newalbum-div {
1572         float: left;
1573         width: 175px;
1574 }
1575 #photos-upload-existing-album-text {
1576         float: left;
1577         width: 175px;
1578 }
1579 #photos-upload-newalbum {
1580         float: left;
1581 }
1582 #photos-upload-album-select {
1583         float: left;
1584 }
1585 #photos-upload-new-end, #photos-upload-exist-end {
1586         clear: both;
1587 }
1588 #photos-upload-exist-end {
1589         margin-bottom: 15px;
1590 }
1591 #photos-upload-submit {
1592         margin-top: 15px;
1593 }
1594
1595 #photos_upload_applet_wrapper {
1596         margin-bottom: 15px;
1597 }
1598
1599 #photos-upload-no-java-message {
1600         margin-bottom: 15px;
1601 }
1602
1603 #profile-jot-desc {
1604         float: left;
1605         width: 480px;
1606         margin-top: 10px;
1607         margin-bottom: 10px;
1608 }
1609 #character-counter {
1610         float: left;
1611         font-size: 120%;
1612 }
1613
1614 #character-counter.grey {
1615         color: #888888;
1616 }
1617
1618 #character-counter.orange {
1619         color: orange;
1620 }
1621 #character-counter.red {
1622         color: red;
1623 }
1624
1625 #profile-jot-banner-end {
1626         clear: both;
1627 }
1628
1629 #photos-upload-select-files-text {
1630         margin-top: 15px;
1631         margin-bottom: 15px;
1632 }
1633
1634 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1635         color: #8888FF;
1636         text-decoration: none;
1637         cursor: pointer;
1638 }
1639
1640 #photos-upload-perms-menu:hover {
1641         color: #0000FF;
1642         text-decoration: underline;
1643         cursor: pointer;
1644 }
1645 #settings-default-perms-menu {
1646         margin-top: 15px;
1647         margin-bottom: 15px;
1648 }
1649
1650 #photo-edit-caption-label, #photo-edit-tags-label {
1651         float: left;
1652         width: 150px;
1653 }
1654 #photo-edit-caption, #photo-edit-tags-textarea {
1655         float: left;
1656         margin-bottom: 15px;
1657 }
1658
1659 #photo-edit-caption-end, #photo-edit-tags-end {
1660         clear: both;
1661 }
1662
1663 #photo-edit-delete-button {
1664         margin-left: 200px;
1665 }
1666 #photo-caption {
1667         font-size: 110%;
1668         font-weight: bold;
1669         margin-top: 15px;
1670         margin-bottom: 15px;
1671 }
1672
1673 #in-this-photo-text {
1674         color: #0000FF;
1675         margin-left: 30px;
1676 }
1677
1678 #in-this-photo {
1679         margin-left: 60px;
1680         margin-top: 10px;
1681         margin-bottom: 20px;
1682 }
1683
1684 #photo-album-edit-submit, #photo-album-edit-drop {
1685         margin-top: 15px;
1686         margin-bottom: 15px;
1687 }
1688
1689 #photo-album-edit-drop {
1690         margin-left: 200px;
1691 }
1692
1693 .group-delete-wrapper {
1694         float: right;
1695         margin-right: 50px;
1696 }
1697
1698 #install-dbhost-label,
1699 #install-dbuser-label,
1700 #install-dbpass-label,
1701 #install-dbdata-label,
1702 #install-tz-desc {
1703        float: left;
1704        width: 250px;
1705        margin-top: 10px;
1706        margin-bottom: 10px;
1707
1708 }
1709
1710 #install-dbhost,
1711 #install-dbuser,
1712 #install-dbpass,
1713 #install-dbdata {
1714        float: left;
1715        width: 200px;
1716        margin-left: 20px;
1717 }
1718
1719 #install-dbhost-end,
1720 #install-dbuser-end,
1721 #install-dbpass-end,
1722 #install-dbdata-end,
1723 #install-tz-end {
1724        clear: both;
1725 }
1726
1727 #install-form select#timezone_select {
1728        float: left;
1729        margin-top: 18px;
1730        margin-left: 20px;
1731 }
1732
1733 #dfrn-request-networks {
1734         margin-bottom: 30px;
1735 }
1736
1737 #pause {
1738   position: fixed;
1739   bottom: 5px;
1740   right: 5px;
1741 }
1742
1743 .sparkle {
1744         cursor: url('lock.cur'), pointer;
1745 /*      cursor: pointer !important; */
1746 }