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