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