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