]> git.mxchange.org Git - friendica.git/blob - view/theme/default/style.css
added location tagging
[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 #profile-youtube-wrapper {
720         float: left;
721         margin-left: 20px;
722 }
723 #profile-location-wrapper {
724         float: left;
725         margin-left: 20px;
726 }
727
728 #profile-jot-perms {
729         float: left;
730         margin-left: 200px;
731 }
732
733 #profile-jot-perms-end {
734         clear: both;
735 }
736
737 #profile-jot-end {
738         clear: both;
739         margin-bottom: 30px;
740 }
741 #about-jot-submit-wrapper {
742         margin-top: 15px;
743 }
744 #about-jot-end {
745         margin-bottom: 30px;
746 }
747 #contacts-main {
748         margin-bottom: 30px;
749 }
750
751 #profile-listing-desc {
752         margin-left: 30px;
753 }
754
755 #profile-listing-new-link-wrapper {
756         margin-left: 30px;
757         margin-bottom: 30px;
758 }
759 .profile-listing-photo-wrapper {
760         float: left;
761 }
762
763 .profile-listing-edit-buttons-wrapper {
764         clear: both;
765 }
766 .profile-listing-photo-edit-link {
767         float: left;
768         width: 125px;
769 }
770 .profile-listing-end {
771         clear: both;
772 }
773 .profile-listing-edit-buttons-wrapper img{
774         border: none;
775         margin-right: 20px;
776 }
777 .profile-listing {
778         margin-top: 25px;
779 }
780 .profile-listing-name {
781         float: left;
782         margin-left: 32px;
783         margin-top: 10px;
784         color: #3172BD;
785         font-weight: bold;
786         width: 200px;
787
788 }
789 .fortune {
790         margin-top: 50px;
791         color: #4444FF;
792         font-weight: bold;
793         margin-bottom: 20px;
794 }
795
796
797 .directory-end {
798         clear: both;
799 }
800 .directory-name {
801         text-align: center;
802 }
803 .directory-photo {
804         margin-left: 25px;
805 }
806 .directory-details {
807         font-size: 0.7em;
808         text-align: center;
809         margin-left: 5px;
810         margin-right: 5px;
811 }
812 .directory-item {
813         float: left;
814         width: 225px;
815         height: 260px;
816         overflow: auto;
817 }
818
819 #directory-search-wrapper {
820         margin-top: 20px;
821         margin-right: 20px;
822         margin-bottom: 50px;
823 }
824
825 #directory-search-end {
826 }
827
828 .directory-photo-img {
829         border: none;
830 }
831
832
833 .pager {
834   padding: 10px;
835   text-align: center;
836   font-size: 1.0em;
837 }
838
839
840 .pager_first,
841 .pager_last,
842 .pager_prev,
843 .pager_next,
844 .pager_n {
845         border: 1px solid black;
846         background: #EEE;
847         padding: 4px;
848 }
849
850 .pager_first a,
851 .pager_last a,
852 .pager_prev a,
853 .pager_next a,
854 .pager_n a {
855         text-decoration: none;
856 }
857
858 .pager_current {
859   border: 1px solid black;
860   background: #FFCCCC;
861   padding: 4px;
862 }
863
864
865 #advanced-profile-name-wrapper,
866 #advanced-profile-gender-wrapper,
867 #advanced-profile-dob-wrapper,
868 #advanced-profile-age-wrapper,
869 #advanced-profile-marital-wrapper,
870 #advanced-profile-sexual-wrapper,
871 #advanced-profile-homepage-wrapper,
872 #advanced-profile-politic-wrapper,
873 #advanced-profile-religion-wrapper,
874 #advanced-profile-about-wrapper,
875 #advanced-profile-interest-wrapper,
876 #advanced-profile-contact-wrapper,
877 #advanced-profile-music-wrapper,
878 #advanced-profile-book-wrapper,
879 #advanced-profile-tv-wrapper,
880 #advanced-profile-film-wrapper,
881 #advanced-profile-romance-wrapper,
882 #advanced-profile-work-wrapper,
883 #advanced-profile-education-wrapper {
884         margin-top: 20px;
885 }
886
887 #advanced-profile-name-text,
888 #advanced-profile-gender-text,
889 #advanced-profile-dob-text,
890 #advanced-profile-age-text,
891 #advanced-profile-marital-text,
892 #advanced-profile-sexual-text,
893 #advanced-profile-homepage-text,
894 #advanced-profile-politic-text,
895 #advanced-profile-religion-text,
896 #advanced-profile-about-text,
897 #advanced-profile-interest-text,
898 #advanced-profile-contact-text,
899 #advanced-profile-music-text,
900 #advanced-profile-book-text,
901 #advanced-profile-tv-text,
902 #advanced-profile-film-text,
903 #advanced-profile-romance-text,
904 #advanced-profile-work-text,
905 #advanced-profile-education-text {
906         width: 300px;
907         float: left;
908 }
909
910 #advanced-profile-name-end,
911 #advanced-profile-gender-end,
912 #advanced-profile-dob-end,
913 #advanced-profile-age-end,
914 #advanced-profile-marital-end,
915 #advanced-profile-sexual-end,
916 #advanced-profile-homepage-end,
917 #advanced-profile-politic-end,
918 #advanced-profile-religion-end {
919         clear: both;
920 }
921
922 #advanced-profile-about-end,
923 #advanced-profile-interest-end,
924 #advanced-profile-contact-end,
925 #advanced-profile-music-end,
926 #advanced-profile-book-end,
927 #advanced-profile-tv-end,
928 #advanced-profile-film-end,
929 #advanced-profile-romance-end,
930 #advanced-profile-work-end,
931 #advanced-profile-education-end {
932
933
934 }
935
936 #advanced-profile-name,
937 #advanced-profile-gender,
938 #advanced-profile-dob,
939 #advanced-profile-age,
940 #advanced-profile-marital,
941 #advanced-profile-sexual,
942 #advanced-profile-homepage,
943 #advanced-profile-politic,
944 #advanced-profile-religion {
945         float: left;
946
947 }
948
949
950 #advanced-profile-about,
951 #advanced-profile-interest,
952 #advanced-profile-contact,
953 #advanced-profile-music,
954 #advanced-profile-book,
955 #advanced-profile-tv,
956 #advanced-profile-film,
957 #advanced-profile-romance,
958 #advanced-profile-work,
959 #advanced-profile-education {
960         margin-top: 10px;
961         margin-left: 50px;
962         margin-right: 20px;
963         padding: 10px;
964         border: 1px solid #CCCCCC;
965 }
966
967 #contact-edit-wrapper {
968         margin-top: 50px;
969 }
970
971 #contact-edit-banner-name {
972         font-size: 1.4em;
973         font-weight: bold;
974         margin-left: 30px;
975 }
976
977 #contact-edit-poll-wrapper {
978         margin-left: 50px;
979         margin-top: 30px;
980 }
981 #contact-edit-poll-text {
982         margin-bottom: 10px;
983 }
984
985 #contact-edit-photo-wrapper {
986         margin-bottom: 20px;
987 }
988 #contact-edit-links {
989         float: left;
990 }
991 #contact-edit-links img {
992         margin-left: 20px;
993         border: none;
994 }
995
996 #contact-drop-links {
997         float: left;
998 }
999
1000 #contact-drop-links img {
1001         margin-left: 20px;
1002         border: none;
1003 }
1004
1005 #contact-edit-nav-end {
1006         clear: both;
1007 }
1008
1009 #contact-edit-direction-icon {
1010         float: left;
1011         margin-top: 70px;
1012         margin-right: 2px;
1013 }
1014
1015 #contact-edit-photo {
1016         float: left;
1017 }
1018
1019 #contact-edit-photo-end {
1020         clear: both;
1021 }
1022
1023 #contact-edit-photo-wrapper {
1024         float: left;
1025 }
1026
1027 #contact-edit-nav-wrapper {
1028         float: left;
1029 }
1030
1031 #contact-edit-end {
1032         clear: both;
1033 }
1034
1035 #contact-profile-selector {
1036         width: 175px;
1037         margin-left: 175px;
1038 }
1039
1040 #contact-reputation-selector {
1041         margin-left: 175px;
1042 }
1043
1044 #contact-edit-rating-text {
1045         margin-left: 175px;
1046 }
1047
1048 .contact-edit-submit {
1049         margin-top: 20px;
1050         margin-left: 50px;
1051 }
1052
1053 #block-message, #ignore-message {
1054         margin-top: 20px;
1055         width: 180px;
1056         color: #FF0000;
1057         font-size: 1.1em;
1058         border: 1px solid #FF8888;
1059         background-color: #FFEEEE;
1060         padding: 10px;
1061 }
1062
1063 .profile-tabs {
1064         float: left;
1065         padding: 3px;
1066         margin-top: 10px;
1067         margin-bottom: 10px;
1068         margin-right: 5px;
1069         border: 1px solid #AAAAAA;
1070         background: #F4F4F4;
1071         font-size: 0.8em;
1072         font-weight: bold;
1073 }
1074
1075 #profile-tabs-end {
1076         clear: both;
1077 }
1078
1079 .comment-edit-text-empty {
1080         color: gray;
1081         height: 30px;
1082         width: 175px;
1083         overflow: auto;
1084         margin-bottom: 10px;
1085 }
1086
1087 .comment-edit-text-full {
1088         color: black;
1089         height: 150px;
1090         width: 350px;
1091         overflow: auto;
1092 }
1093
1094 #group-new-submit-wrapper {
1095         margin-top: 30px;
1096 }
1097
1098 #acl-allow-group-label, 
1099 #acl-allow-contact-label,
1100 #acl-deny-group-label,
1101 #acl-deny-contact-label {
1102         display: block;
1103 }
1104
1105 #acl-permit-text,
1106 #acl-deny-text {
1107         margin-top: 10px;
1108 }
1109
1110 #acl-allow-group-label,
1111 #acl-allow-contact-label,
1112 #acl-deny-group-label,
1113 #acl-deny-contact-label {
1114         margin-top: 5px;
1115         margin-bottom: 5px;
1116 }
1117
1118
1119 #group_allow_wrapper, 
1120 #group_deny_wrapper {
1121         float: left;
1122         width: 100px;
1123         margin-right: 10px;
1124 }
1125
1126 #contact_allow_wrapper,
1127 #contact_deny_wrapper {
1128         float: left;
1129         width: 150px;
1130         margin-right: 10px;
1131 }
1132
1133 #acl-allow-end,
1134 #acl-deny-end {
1135         clear: both;
1136 }
1137 #acl-permit-outer-wrapper,
1138 #acl-deny-outer-wrapper {
1139         padding: 10px;
1140         margin-top: 10px;
1141         border: 2px solid #BBBBBB;
1142         float: left;
1143 }
1144
1145 #acl-wrapper-end {
1146         clear: both;
1147 }
1148
1149 #group-edit-name-label {
1150         float: left;
1151         width: 175px;
1152         margin-top: 20px;
1153         margin-bottom: 20px;
1154 }
1155
1156 #group-edit-name {
1157         float: left;
1158         width: 225px;
1159         margin-top: 20px;
1160         margin-bottom: 20px;
1161 }
1162
1163 #group-edit-name-wrapper {
1164
1165
1166 }
1167
1168
1169 #group_members_select_label {
1170         display: block;
1171         float: left;
1172         width: 175px;
1173 }
1174
1175 .group_members_select {
1176         float: left;
1177         width: 230px;
1178         overflow: auto;
1179 }
1180
1181 #group_members_select_end {
1182         clear: both;
1183 }       
1184 #group-edit-name-end {
1185         clear: both;
1186 }
1187
1188 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1189         margin-bottom: 10px;
1190         margin-top: 20px;
1191 }
1192
1193 #prvmail-submit {
1194         float: left;
1195         margin-top: 10px;
1196         margin-right: 30px;
1197 }
1198 #prvmail-upload-wrapper,
1199 #prvmail-link-wrapper,
1200 #prvmail-rotator-wrapper {
1201         float: left;
1202         margin-top: 10px;
1203         margin-right: 10px;
1204         width: 24px;
1205 }
1206
1207 #prvmail-end {
1208         clear: both;
1209 }
1210
1211 .mail-list-sender,
1212 .mail-list-detail {
1213         float: left;
1214 }
1215 .mail-list-detail {
1216         margin-left: 20px;
1217 }
1218
1219 .mail-list-subject {
1220         font-size: 1.1em;
1221         margin-top: 10px;
1222 }
1223
1224 .mail-list-outside-wrapper-end {
1225         clear: both;
1226 }
1227
1228 .mail-list-outside-wrapper {
1229         margin-top: 30px;
1230 }
1231
1232 .mail-list-delete-wrapper {
1233         float: right;
1234         margin-right: 30px;
1235         margin-top: 15px;
1236 }
1237
1238 .mail-list-delete-icon {
1239         border: none;
1240 }
1241
1242
1243
1244
1245
1246 .mail-conv-sender,
1247 .mail-conv-detail {
1248         float: left;
1249 }
1250 .mail-conv-detail {
1251         margin-left: 20px;
1252         width: 500px;
1253 }
1254
1255 .mail-conv-subject {
1256         font-size: 1.1em;
1257         margin-top: 10px;
1258 }
1259
1260 .mail-conv-outside-wrapper-end {
1261         clear: both;
1262 }
1263
1264 .mail-conv-outside-wrapper {
1265         margin-top: 30px;
1266 }
1267
1268 .mail-conv-delete-wrapper {
1269         float: right;
1270         margin-right: 30px;
1271         margin-top: 15px;
1272 }
1273
1274 .mail-conv-delete-icon {
1275         border: none;
1276 }
1277
1278 .message-links ul {
1279         list-style-type: none;
1280 }
1281
1282 .message-links li {
1283         margin-top: 10px;
1284 }
1285
1286 #sidebar-group-list ul {
1287         list-style-type: none;
1288 }
1289
1290 #sidebar-group-list li {
1291         margin-top: 10px;
1292 }
1293
1294 .photo-album-image-wrapper {
1295         float: left;
1296         margin-top: 15px;
1297         height: 350px;
1298         width: 350px;
1299 }
1300
1301 #photo-album-end {
1302         clear: both;
1303 }
1304
1305 .photo-top-image-wrapper {
1306         float: left;
1307         margin-top: 15px;
1308         height: 350px;
1309         width: 350px;
1310 }
1311
1312 #photo-top-end {
1313         clear: both;
1314 }
1315
1316 #photo-top-links {
1317         margin-bottom: 30px;
1318         margin-left: 30px;
1319 }
1320
1321 #photos-upload-newalbum-div {
1322         float: left;
1323         width: 175px;
1324 }
1325 #photos-upload-existing-album-text {
1326         float: left;
1327         width: 175px;
1328 }
1329 #photos-upload-newalbum {
1330         float: left;
1331 }
1332 #photos-upload-album-select {
1333         float: left;
1334 }
1335 #photos-upload-new-end, #photos-upload-exist-end {
1336         clear: both;
1337 }
1338 #photos-upload-exist-end {
1339         margin-bottom: 15px;
1340 }
1341 #photos-upload-submit {
1342         margin-top: 15px;
1343 }
1344
1345 #photos_upload_applet_wrapper {
1346         margin-bottom: 15px;
1347 }
1348
1349 #photos-upload-no-java-message {
1350         margin-bottom: 15px;
1351 }
1352
1353 #profile-jot-desc {
1354         float: left;
1355         width: 480px;
1356         margin-top: 10px;
1357         margin-bottom: 10px;
1358 }
1359 #character-counter {
1360         float: left;
1361         font-size: 120%;
1362 }
1363
1364 #character-counter.grey {
1365         color: #888888;
1366 }
1367
1368 #character-counter.orange {
1369         color: orange;
1370 }
1371 #character-counter.red {
1372         color: red;
1373 }
1374
1375 #profile-jot-banner-end {
1376         clear: both;
1377 }
1378
1379 #photos-upload-select-files-text {
1380         margin-top: 15px;
1381         margin-bottom: 15px;
1382 }
1383
1384 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1385         color: #8888FF;
1386         text-decoration: none;
1387         cursor: pointer;
1388 }
1389
1390 #photos-upload-perms-menu:hover {
1391         color: #0000FF;
1392         text-decoration: underline;
1393         cursor: pointer;
1394 }
1395 #settings-default-perms-menu, #settings-default-perms-menu:visited {
1396         color: #8888FF;
1397         text-decoration: none;
1398         cursor: pointer;
1399         margin-top: 15px;
1400         margin-bottom: 15px;
1401 }
1402
1403 #settings-default-perms-menu:hover {
1404         color: #0000FF;
1405         text-decoration: underline;
1406         cursor: pointer;
1407 }
1408
1409 #photo-edit-caption-label, #photo-edit-tags-label {
1410         float: left; 
1411         width: 150px;
1412 }
1413 #photo-edit-caption, #photo-edit-tags-textarea {
1414         float: left;
1415         margin-bottom: 15px;
1416 }
1417
1418 #photo-edit-caption-end, #photo-edit-tags-end {
1419         clear: both;
1420 }
1421
1422 #photo-edit-delete-button {
1423         margin-left: 200px;
1424 }
1425 #photo-caption {
1426         font-size: 110%;
1427         font-weight: bold;
1428         margin-top: 15px;
1429         margin-bottom: 15px;
1430 }
1431
1432 #in-this-photo-text {
1433         color: #0000FF;
1434         margin-left: 30px;
1435 }       
1436
1437 #in-this-photo {
1438         margin-left: 60px;
1439         margin-top: 10px;
1440         margin-bottom: 20px;
1441 }
1442
1443 #photo-album-edit-submit, #photo-album-edit-drop {
1444         margin-top: 15px;
1445         margin-bottom: 15px;
1446 }
1447
1448 #photo-album-edit-drop {
1449         margin-left: 200px;
1450 }
1451
1452 .group-delete-wrapper {
1453         float: right;
1454         margin-right: 50px;
1455 }
1456
1457 #install-dbhost-label,
1458 #install-dbuser-label,
1459 #install-dbpass-label,
1460 #install-dbdata-label,
1461 #install-tz-desc {
1462        float: left;
1463        width: 250px;
1464        margin-top: 10px;
1465        margin-bottom: 10px;
1466
1467 }
1468
1469 #install-dbhost,
1470 #install-dbuser,
1471 #install-dbpass,
1472 #install-dbdata {
1473        float: left;
1474        width: 200px;
1475        margin-left: 20px;
1476 }
1477
1478 #install-dbhost-end,
1479 #install-dbuser-end,
1480 #install-dbpass-end,
1481 #install-dbdata-end,
1482 #install-tz-end {
1483        clear: both;
1484 }
1485
1486 #install-form select#timezone_select {
1487        float: left;
1488        margin-top: 18px;
1489        margin-left: 20px;
1490 }