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