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