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