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