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