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