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