]> git.mxchange.org Git - friendica.git/blob - view/theme/default/style.css
store default location
[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-approve-form, .intro-form {
387         float: left;
388 }
389 .intro-submit-approve, .intro-submit-ignore {
390         margin-right: 20px;
391 }
392 .intro-top {
393         width: 500px;
394         margin-bottom: 30px;
395 }
396 .intro-end {
397         clear: both;
398         margin-bottom: 30px;
399 }
400
401 #profile-extra-links ul {
402         list-style-type: none;
403 }
404
405
406 #profile-extra-links li {
407         margin-top: 5px;
408 }
409
410 #profile-edit-links ul {
411         list-style-type: none;
412 }
413
414 #profile-edit-links li {
415         margin-top: 10px;
416 }
417
418 .view-contact-wrapper {
419         margin-top: 20px;
420         float: left;
421         margin-left: 20px;
422         width: 180px;
423 }
424 #view-contact-end {
425         clear: both;
426 }
427 #profile-edit-default-desc {
428         color: #FF0000;
429         border: 1px solid #FF8888;
430         background-color: #FFEEEE;
431         padding: 7px;
432 }
433
434 #profile-edit-clone-link-wrapper {
435         float: left;
436         margin-left: 50px;
437         margin-bottom: 20px;
438         width: 300px;
439 }
440
441 #profile-edit-drop-link-wrapper {
442         float: left;
443 }
444
445 #profile-edit-links-end {
446         clear: both;
447 }
448 .profile-listing-photo {
449         border: none;
450 }
451
452 .profile-edit-submit-wrapper {
453         margin-top: 20px;
454         margin-bottom: 20px;
455 }
456
457 #profile-edit-profile-name-label,
458 #profile-edit-name-label,
459 #profile-edit-gender-label,
460 #profile-edit-dob-label,
461 #profile-edit-address-label,
462 #profile-edit-locality-label,
463 #profile-edit-region-label,
464 #profile-edit-postal-code-label,
465 #profile-edit-country-name-label,
466 #profile-edit-marital-label,
467 #profile-edit-sexual-label,
468 #profile-edit-politic-label,
469 #profile-edit-religion-label,
470 #profile-edit-homepage-label {
471         float: left;
472         width: 175px;
473 }
474
475 #profile-edit-profile-name,
476 #profile-edit-name,
477 #gender-select,
478 #profile-edit-dob,
479 #profile-edit-address,
480 #profile-edit-locality,
481 #profile-edit-region,
482 #profile-edit-postal-code,
483 #profile-edit-country-name,
484 #marital-select,
485 #sexual-select,
486 #profile-edit-politic,
487 #profile-edit-religion,
488 #profile-in-dir-yes,
489 #profile-in-dir-no,
490 #profile-in-netdir-yes,
491 #profile-in-netdir-no,
492 #hide-friends-yes,
493 #hide-friends-no {
494         float: left;
495         margin-bottom: 20px;
496 }
497
498 #profile-in-dir-yes-label, 
499 #profile-in-dir-no-label,
500 #profile-in-netdir-yes-label, 
501 #profile-in-netdir-no-label,
502 #hide-friends-yes-label,
503 #hide-friends-no-label {
504         margin-left: 125px;
505         float: left;
506         width: 50px;
507 }
508
509 #profile-edit-homepage {
510         float: left;
511         margin-bottom: 35px;
512 }
513
514 #profile-edit-profile-name-end,
515 #profile-edit-name-end,
516 #profile-edit-gender-end,
517 #profile-edit-dob-end,
518 #profile-edit-address-end,
519 #profile-edit-locality-end,
520 #profile-edit-region-end,
521 #profile-edit-postal-code-end,
522 #profile-edit-country-name-end,
523 #profile-edit-marital-end,
524 #profile-edit-sexual-end,
525 #profile-edit-politic-end,
526 #profile-edit-religion-end,
527 #profile-edit-homepage-end,
528 #profile-in-dir-break, 
529 #profile-in-dir-end,
530 #profile-in-netdir-break, 
531 #profile-in-netdir-end,
532 #hide-friends-break,
533 #hide-friends-end {
534         clear: both;
535 }
536
537
538
539
540
541 #gender-select, #marital-select, #sexual-select {
542         width: 220px;
543 }
544
545 #profile-edit-profile-name-wrapper .required {
546         color: #FF0000;
547         float: left;
548 }
549
550 #contacts-main {
551         margin-top: 20px;
552         margin-bottom: 20px;
553 }
554
555 .contact-entry-wrapper {
556         float: left;
557         width: 180px;
558 }
559
560 .contact-entry-direction-icon {
561         margin-top: 24px;
562         margin-right: 2px;
563 }
564
565 .contact-entry-photo img {
566         border: none;
567 }
568 .contact-entry-photo-end {
569         clear: both;
570 }
571 .contact-entry-name {
572         float: left;
573         margin-left: 30px;
574 }
575 .contact-entry-edit-links {
576         margin-top: 6px;
577         margin-left: 10px;
578         width: 16px;
579 }
580 .contact-entry-nav-wrapper {
581         float: left;
582         margin-left: 10px;
583 }
584
585 .contact-entry-edit-links img {
586         border: none;
587         margin-right: 15px;
588 }
589 .contact-entry-photo {
590         float: left;
591 }
592 .contact-entry-end {
593         clear: both;
594 }
595
596 #contact-edit-end {
597         clear: both;
598 }
599
600 .wall-item-content-wrapper {
601         margin-top: 10px;
602 }
603
604 .wall-item-content-wrapper.comment {
605         margin-left: 50px;
606         background: #CCCCCC;
607 }
608
609 .wall-item-photo-wrapper {
610         margin-top: 10px;
611         margin-left: 10px;
612         margin-bottom: 10px;
613         width: 100px;
614         float: left;
615 }
616 .wall-item-arrowphoto-wrapper {
617         margin-top: 40px;
618         margin-right: 20px;
619         float: left;
620 }
621 .wall-item-wrapper {
622         margin-top: 30px;
623         float: left;
624 }
625
626 .wall-item-ago {
627         color: #888888;
628         font-size: 0.8em;
629 }
630
631 .wall-item-delete-wrapper {
632         float: right;
633         margin-top: 20px;
634         margin-right: 50px;
635 }
636
637 .wall-item-delete-end {
638         clear: both;
639 }
640
641 .wall-item-delete-icon {
642         border: none;
643 }
644
645
646 .wall-item-wrapper-end {
647         clear: both;
648 }
649 .wall-item-name-link {
650         font-weight: bold;
651         text-decoration: none;
652         color: #3172BD;
653 }
654 .wall-item-photo {
655         border: none;
656 }
657 .wall-item-content {
658         float: left;
659         width: 450px;
660         margin-left: 10px;
661 }
662
663 .wall-item-title {
664         float: left;
665         font-weight: bold;
666         width: 450px;
667 }
668
669 .wall-item-body {
670         float: left;
671         width: 450px;
672         margin-top: 30px;
673 }
674
675 .comment-edit-wrapper {
676         margin-top: 15px;
677         background: #CCCCCC;
678         margin-left: 50px;
679 }
680
681 .comment-wwedit-wrapper {
682         margin-top: 15px;
683         background: #CCCCCC;
684         margin-left: 250px;
685 }
686
687 .comment-edit-photo {
688         margin-top: 10px;
689         margin-left: 10px;
690         margin-bottom: 10px;
691         width: 100px;
692         float: left;
693 }
694 .comment-edit-text-empty, .comment-edit-text-full {
695         float: left;
696         margin-top: 40px;
697 }
698 .comment-edit-text-end {
699         clear: both;
700 }
701
702 .comment-edit-submit {
703         margin-left: 110px;
704         margin-top: 10px;
705 }
706
707 #profile-jot-submit-wrapper {
708         margin-top: 15px;
709 }
710
711 #profile-jot-submit {
712         float: left;
713 }
714 #profile-upload-wrapper {
715         float: left;
716         margin-left: 50px;
717 }
718
719 #profile-rotator {
720         float: left;
721         margin-left: 50px;
722 }
723 #profile-link-wrapper {
724         float: left;
725         margin-left: 20px;
726 }
727 #profile-youtube-wrapper {
728         float: left;
729         margin-left: 20px;
730 }
731 #profile-location-wrapper {
732         float: left;
733         margin-left: 20px;
734 }
735
736 #profile-jot-perms {
737         float: left;
738         margin-left: 200px;
739 }
740
741 #profile-jot-perms-end {
742         clear: both;
743 }
744
745 #profile-jot-end {
746         clear: both;
747         margin-bottom: 30px;
748 }
749 #about-jot-submit-wrapper {
750         margin-top: 15px;
751 }
752 #about-jot-end {
753         margin-bottom: 30px;
754 }
755 #contacts-main {
756         margin-bottom: 30px;
757 }
758
759 #profile-listing-desc {
760         margin-left: 30px;
761 }
762
763 #profile-listing-new-link-wrapper {
764         margin-left: 30px;
765         margin-bottom: 30px;
766 }
767 .profile-listing-photo-wrapper {
768         float: left;
769 }
770
771 .profile-listing-edit-buttons-wrapper {
772         clear: both;
773 }
774 .profile-listing-photo-edit-link {
775         float: left;
776         width: 125px;
777 }
778 .profile-listing-end {
779         clear: both;
780 }
781 .profile-listing-edit-buttons-wrapper img{
782         border: none;
783         margin-right: 20px;
784 }
785 .profile-listing {
786         margin-top: 25px;
787 }
788 .profile-listing-name {
789         float: left;
790         margin-left: 32px;
791         margin-top: 10px;
792         color: #3172BD;
793         font-weight: bold;
794         width: 200px;
795
796 }
797 .fortune {
798         margin-top: 50px;
799         color: #4444FF;
800         font-weight: bold;
801         margin-bottom: 20px;
802 }
803
804
805 .directory-end {
806         clear: both;
807 }
808 .directory-name {
809         text-align: center;
810 }
811 .directory-photo {
812         margin-left: 25px;
813 }
814 .directory-details {
815         font-size: 0.7em;
816         text-align: center;
817         margin-left: 5px;
818         margin-right: 5px;
819 }
820 .directory-item {
821         float: left;
822         width: 225px;
823         height: 260px;
824         overflow: auto;
825 }
826
827 #directory-search-wrapper {
828         margin-top: 20px;
829         margin-right: 20px;
830         margin-bottom: 50px;
831 }
832
833 #directory-search-end {
834 }
835
836 .directory-photo-img {
837         border: none;
838 }
839
840
841 .pager {
842   padding: 10px;
843   text-align: center;
844   font-size: 1.0em;
845 }
846
847
848 .pager_first,
849 .pager_last,
850 .pager_prev,
851 .pager_next,
852 .pager_n {
853         border: 1px solid black;
854         background: #EEE;
855         padding: 4px;
856 }
857
858 .pager_first a,
859 .pager_last a,
860 .pager_prev a,
861 .pager_next a,
862 .pager_n a {
863         text-decoration: none;
864 }
865
866 .pager_current {
867   border: 1px solid black;
868   background: #FFCCCC;
869   padding: 4px;
870 }
871
872
873 #advanced-profile-name-wrapper,
874 #advanced-profile-gender-wrapper,
875 #advanced-profile-dob-wrapper,
876 #advanced-profile-age-wrapper,
877 #advanced-profile-marital-wrapper,
878 #advanced-profile-sexual-wrapper,
879 #advanced-profile-homepage-wrapper,
880 #advanced-profile-politic-wrapper,
881 #advanced-profile-religion-wrapper,
882 #advanced-profile-about-wrapper,
883 #advanced-profile-interest-wrapper,
884 #advanced-profile-contact-wrapper,
885 #advanced-profile-music-wrapper,
886 #advanced-profile-book-wrapper,
887 #advanced-profile-tv-wrapper,
888 #advanced-profile-film-wrapper,
889 #advanced-profile-romance-wrapper,
890 #advanced-profile-work-wrapper,
891 #advanced-profile-education-wrapper {
892         margin-top: 20px;
893 }
894
895 #advanced-profile-name-text,
896 #advanced-profile-gender-text,
897 #advanced-profile-dob-text,
898 #advanced-profile-age-text,
899 #advanced-profile-marital-text,
900 #advanced-profile-sexual-text,
901 #advanced-profile-homepage-text,
902 #advanced-profile-politic-text,
903 #advanced-profile-religion-text,
904 #advanced-profile-about-text,
905 #advanced-profile-interest-text,
906 #advanced-profile-contact-text,
907 #advanced-profile-music-text,
908 #advanced-profile-book-text,
909 #advanced-profile-tv-text,
910 #advanced-profile-film-text,
911 #advanced-profile-romance-text,
912 #advanced-profile-work-text,
913 #advanced-profile-education-text {
914         width: 300px;
915         float: left;
916 }
917
918 #advanced-profile-name-end,
919 #advanced-profile-gender-end,
920 #advanced-profile-dob-end,
921 #advanced-profile-age-end,
922 #advanced-profile-marital-end,
923 #advanced-profile-sexual-end,
924 #advanced-profile-homepage-end,
925 #advanced-profile-politic-end,
926 #advanced-profile-religion-end {
927         clear: both;
928 }
929
930 #advanced-profile-about-end,
931 #advanced-profile-interest-end,
932 #advanced-profile-contact-end,
933 #advanced-profile-music-end,
934 #advanced-profile-book-end,
935 #advanced-profile-tv-end,
936 #advanced-profile-film-end,
937 #advanced-profile-romance-end,
938 #advanced-profile-work-end,
939 #advanced-profile-education-end {
940
941
942 }
943
944 #advanced-profile-name,
945 #advanced-profile-gender,
946 #advanced-profile-dob,
947 #advanced-profile-age,
948 #advanced-profile-marital,
949 #advanced-profile-sexual,
950 #advanced-profile-homepage,
951 #advanced-profile-politic,
952 #advanced-profile-religion {
953         float: left;
954
955 }
956
957
958 #advanced-profile-about,
959 #advanced-profile-interest,
960 #advanced-profile-contact,
961 #advanced-profile-music,
962 #advanced-profile-book,
963 #advanced-profile-tv,
964 #advanced-profile-film,
965 #advanced-profile-romance,
966 #advanced-profile-work,
967 #advanced-profile-education {
968         margin-top: 10px;
969         margin-left: 50px;
970         margin-right: 20px;
971         padding: 10px;
972         border: 1px solid #CCCCCC;
973 }
974
975 #contact-edit-wrapper {
976         margin-top: 50px;
977 }
978
979 #contact-edit-banner-name {
980         font-size: 1.4em;
981         font-weight: bold;
982         margin-left: 30px;
983 }
984
985 #contact-edit-poll-wrapper {
986         margin-left: 50px;
987         margin-top: 30px;
988 }
989 #contact-edit-poll-text {
990         margin-bottom: 10px;
991 }
992
993 #contact-edit-photo-wrapper {
994         margin-bottom: 20px;
995 }
996 #contact-edit-links {
997         float: left;
998 }
999 #contact-edit-links img {
1000         margin-left: 20px;
1001         border: none;
1002 }
1003
1004 #contact-drop-links {
1005         float: left;
1006 }
1007
1008 #contact-drop-links img {
1009         margin-left: 20px;
1010         border: none;
1011 }
1012
1013 #contact-edit-nav-end {
1014         clear: both;
1015 }
1016
1017 #contact-edit-direction-icon {
1018         float: left;
1019         margin-top: 70px;
1020         margin-right: 2px;
1021 }
1022
1023 #contact-edit-photo {
1024         float: left;
1025 }
1026
1027 #contact-edit-photo-end {
1028         clear: both;
1029 }
1030
1031 #contact-edit-photo-wrapper {
1032         float: left;
1033 }
1034
1035 #contact-edit-nav-wrapper {
1036         float: left;
1037 }
1038
1039 #contact-edit-end {
1040         clear: both;
1041 }
1042
1043 #contact-profile-selector {
1044         width: 175px;
1045         margin-left: 175px;
1046 }
1047
1048 #contact-reputation-selector {
1049         margin-left: 175px;
1050 }
1051
1052 #contact-edit-rating-text {
1053         margin-left: 175px;
1054 }
1055
1056 .contact-edit-submit {
1057         margin-top: 20px;
1058         margin-left: 50px;
1059 }
1060
1061 #block-message, #ignore-message {
1062         margin-top: 20px;
1063         width: 180px;
1064         color: #FF0000;
1065         font-size: 1.1em;
1066         border: 1px solid #FF8888;
1067         background-color: #FFEEEE;
1068         padding: 10px;
1069 }
1070
1071 .profile-tabs {
1072         float: left;
1073         padding: 3px;
1074         margin-top: 10px;
1075         margin-bottom: 10px;
1076         margin-right: 5px;
1077         border: 1px solid #AAAAAA;
1078         background: #F4F4F4;
1079         font-size: 0.8em;
1080         font-weight: bold;
1081 }
1082
1083 #profile-tabs-end {
1084         clear: both;
1085 }
1086
1087 .comment-edit-text-empty {
1088         color: gray;
1089         height: 30px;
1090         width: 175px;
1091         overflow: auto;
1092         margin-bottom: 10px;
1093 }
1094
1095 .comment-edit-text-full {
1096         color: black;
1097         height: 150px;
1098         width: 350px;
1099         overflow: auto;
1100 }
1101
1102 #group-new-submit-wrapper {
1103         margin-top: 30px;
1104 }
1105
1106 #acl-allow-group-label, 
1107 #acl-allow-contact-label,
1108 #acl-deny-group-label,
1109 #acl-deny-contact-label {
1110         display: block;
1111 }
1112
1113 #acl-permit-text,
1114 #acl-deny-text {
1115         margin-top: 10px;
1116 }
1117
1118 #acl-allow-group-label,
1119 #acl-allow-contact-label,
1120 #acl-deny-group-label,
1121 #acl-deny-contact-label {
1122         margin-top: 5px;
1123         margin-bottom: 5px;
1124 }
1125
1126
1127 #group_allow_wrapper, 
1128 #group_deny_wrapper {
1129         float: left;
1130         width: 100px;
1131         margin-right: 10px;
1132 }
1133
1134 #contact_allow_wrapper,
1135 #contact_deny_wrapper {
1136         float: left;
1137         width: 150px;
1138         margin-right: 10px;
1139 }
1140
1141 #acl-allow-end,
1142 #acl-deny-end {
1143         clear: both;
1144 }
1145 #acl-permit-outer-wrapper,
1146 #acl-deny-outer-wrapper {
1147         padding: 10px;
1148         margin-top: 10px;
1149         border: 2px solid #BBBBBB;
1150         float: left;
1151 }
1152
1153 #acl-wrapper-end {
1154         clear: both;
1155 }
1156
1157 #group-edit-name-label {
1158         float: left;
1159         width: 175px;
1160         margin-top: 20px;
1161         margin-bottom: 20px;
1162 }
1163
1164 #group-edit-name {
1165         float: left;
1166         width: 225px;
1167         margin-top: 20px;
1168         margin-bottom: 20px;
1169 }
1170
1171 #group-edit-name-wrapper {
1172
1173
1174 }
1175
1176
1177 #group_members_select_label {
1178         display: block;
1179         float: left;
1180         width: 175px;
1181 }
1182
1183 .group_members_select {
1184         float: left;
1185         width: 230px;
1186         overflow: auto;
1187 }
1188
1189 #group_members_select_end {
1190         clear: both;
1191 }       
1192 #group-edit-name-end {
1193         clear: both;
1194 }
1195
1196 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1197         margin-bottom: 10px;
1198         margin-top: 20px;
1199 }
1200
1201 #prvmail-submit {
1202         float: left;
1203         margin-top: 10px;
1204         margin-right: 30px;
1205 }
1206 #prvmail-upload-wrapper,
1207 #prvmail-link-wrapper,
1208 #prvmail-rotator-wrapper {
1209         float: left;
1210         margin-top: 10px;
1211         margin-right: 10px;
1212         width: 24px;
1213 }
1214
1215 #prvmail-end {
1216         clear: both;
1217 }
1218
1219 .mail-list-sender,
1220 .mail-list-detail {
1221         float: left;
1222 }
1223 .mail-list-detail {
1224         margin-left: 20px;
1225 }
1226
1227 .mail-list-subject {
1228         font-size: 1.1em;
1229         margin-top: 10px;
1230 }
1231
1232 .mail-list-outside-wrapper-end {
1233         clear: both;
1234 }
1235
1236 .mail-list-outside-wrapper {
1237         margin-top: 30px;
1238 }
1239
1240 .mail-list-delete-wrapper {
1241         float: right;
1242         margin-right: 30px;
1243         margin-top: 15px;
1244 }
1245
1246 .mail-list-delete-icon {
1247         border: none;
1248 }
1249
1250
1251
1252
1253
1254 .mail-conv-sender,
1255 .mail-conv-detail {
1256         float: left;
1257 }
1258 .mail-conv-detail {
1259         margin-left: 20px;
1260         width: 500px;
1261 }
1262
1263 .mail-conv-subject {
1264         font-size: 1.1em;
1265         margin-top: 10px;
1266 }
1267
1268 .mail-conv-outside-wrapper-end {
1269         clear: both;
1270 }
1271
1272 .mail-conv-outside-wrapper {
1273         margin-top: 30px;
1274 }
1275
1276 .mail-conv-delete-wrapper {
1277         float: right;
1278         margin-right: 30px;
1279         margin-top: 15px;
1280 }
1281
1282 .mail-conv-delete-icon {
1283         border: none;
1284 }
1285
1286 .message-links ul {
1287         list-style-type: none;
1288 }
1289
1290 .message-links li {
1291         margin-top: 10px;
1292 }
1293
1294 #sidebar-group-list ul {
1295         list-style-type: none;
1296 }
1297
1298 #sidebar-group-list li {
1299         margin-top: 10px;
1300 }
1301
1302 .photo-album-image-wrapper {
1303         float: left;
1304         margin-top: 15px;
1305         height: 350px;
1306         width: 350px;
1307 }
1308
1309 #photo-album-end {
1310         clear: both;
1311 }
1312
1313 .photo-top-image-wrapper {
1314         float: left;
1315         margin-top: 15px;
1316         height: 350px;
1317         width: 350px;
1318 }
1319
1320 #photo-top-end {
1321         clear: both;
1322 }
1323
1324 #photo-top-links {
1325         margin-bottom: 30px;
1326         margin-left: 30px;
1327 }
1328
1329 #photos-upload-newalbum-div {
1330         float: left;
1331         width: 175px;
1332 }
1333 #photos-upload-existing-album-text {
1334         float: left;
1335         width: 175px;
1336 }
1337 #photos-upload-newalbum {
1338         float: left;
1339 }
1340 #photos-upload-album-select {
1341         float: left;
1342 }
1343 #photos-upload-new-end, #photos-upload-exist-end {
1344         clear: both;
1345 }
1346 #photos-upload-exist-end {
1347         margin-bottom: 15px;
1348 }
1349 #photos-upload-submit {
1350         margin-top: 15px;
1351 }
1352
1353 #photos_upload_applet_wrapper {
1354         margin-bottom: 15px;
1355 }
1356
1357 #photos-upload-no-java-message {
1358         margin-bottom: 15px;
1359 }
1360
1361 #profile-jot-desc {
1362         float: left;
1363         width: 480px;
1364         margin-top: 10px;
1365         margin-bottom: 10px;
1366 }
1367 #character-counter {
1368         float: left;
1369         font-size: 120%;
1370 }
1371
1372 #character-counter.grey {
1373         color: #888888;
1374 }
1375
1376 #character-counter.orange {
1377         color: orange;
1378 }
1379 #character-counter.red {
1380         color: red;
1381 }
1382
1383 #profile-jot-banner-end {
1384         clear: both;
1385 }
1386
1387 #photos-upload-select-files-text {
1388         margin-top: 15px;
1389         margin-bottom: 15px;
1390 }
1391
1392 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1393         color: #8888FF;
1394         text-decoration: none;
1395         cursor: pointer;
1396 }
1397
1398 #photos-upload-perms-menu:hover {
1399         color: #0000FF;
1400         text-decoration: underline;
1401         cursor: pointer;
1402 }
1403 #settings-default-perms-menu, #settings-default-perms-menu:visited {
1404         color: #8888FF;
1405         text-decoration: none;
1406         cursor: pointer;
1407         margin-top: 15px;
1408         margin-bottom: 15px;
1409 }
1410
1411 #settings-default-perms-menu:hover {
1412         color: #0000FF;
1413         text-decoration: underline;
1414         cursor: pointer;
1415 }
1416
1417 #photo-edit-caption-label, #photo-edit-tags-label {
1418         float: left; 
1419         width: 150px;
1420 }
1421 #photo-edit-caption, #photo-edit-tags-textarea {
1422         float: left;
1423         margin-bottom: 15px;
1424 }
1425
1426 #photo-edit-caption-end, #photo-edit-tags-end {
1427         clear: both;
1428 }
1429
1430 #photo-edit-delete-button {
1431         margin-left: 200px;
1432 }
1433 #photo-caption {
1434         font-size: 110%;
1435         font-weight: bold;
1436         margin-top: 15px;
1437         margin-bottom: 15px;
1438 }
1439
1440 #in-this-photo-text {
1441         color: #0000FF;
1442         margin-left: 30px;
1443 }       
1444
1445 #in-this-photo {
1446         margin-left: 60px;
1447         margin-top: 10px;
1448         margin-bottom: 20px;
1449 }
1450
1451 #photo-album-edit-submit, #photo-album-edit-drop {
1452         margin-top: 15px;
1453         margin-bottom: 15px;
1454 }
1455
1456 #photo-album-edit-drop {
1457         margin-left: 200px;
1458 }
1459
1460 .group-delete-wrapper {
1461         float: right;
1462         margin-right: 50px;
1463 }
1464
1465 #install-dbhost-label,
1466 #install-dbuser-label,
1467 #install-dbpass-label,
1468 #install-dbdata-label,
1469 #install-tz-desc {
1470        float: left;
1471        width: 250px;
1472        margin-top: 10px;
1473        margin-bottom: 10px;
1474
1475 }
1476
1477 #install-dbhost,
1478 #install-dbuser,
1479 #install-dbpass,
1480 #install-dbdata {
1481        float: left;
1482        width: 200px;
1483        margin-left: 20px;
1484 }
1485
1486 #install-dbhost-end,
1487 #install-dbuser-end,
1488 #install-dbpass-end,
1489 #install-dbdata-end,
1490 #install-tz-end {
1491        clear: both;
1492 }
1493
1494 #install-form select#timezone_select {
1495        float: left;
1496        margin-top: 18px;
1497        margin-left: 20px;
1498 }