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