]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
Merge remote-tracking branch 'friendika-master/master' into iconpopup
[friendica.git] / view / theme / loozah / style.css
1 /*
2         Loozah CSS - Emmanuel Revah manurevah.com
3         Copy, Paste, Send - Free
4
5         this is still considered as messy :]
6 */
7
8 /** {*/
9         /*margin: 0;*/
10         /*padding: 0;*/
11 /*}*/
12
13 /* GENERIC STUFF */
14 body {
15         background: #F5F6FB;
16         color: #444444;
17         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
18         font-size: 90%;
19         margin-left: 10px;
20 }
21 a, a:visited {
22 /*      color: #34366A; */
23         color: #15607B;
24         text-decoration: none;
25 }
26 a:hover {
27         color: #0CBEFE;
28         text-decoration: none;
29 }
30 input, select {
31         background-color: #ECECEC;
32         border: 1px solid #858585;
33 }
34 input:hover {
35
36         background-color: #0CBEFE;
37 /*      background-color: #49dbFa; */
38         color: black;
39 /*      color: #F5F6FB; */
40 /*      border: 1px solid #F5F6FB; */
41         cursor: pointer;
42 }
43
44 .openid {
45    background-color: #ECECEC !important;
46    background: url(login-bg.gif) no-repeat;
47    background-position: 0 50%;
48    padding-left: 18px;
49 }
50 .openid:hover {
51         background-color: #0CBEFE !important;
52 }
53
54 option {
55         background-color: #ECD6D2;
56 }
57 img {
58         border: none;
59 }
60 code {
61         font-family: Courier, monospace;
62         white-space: pre;
63         display: block;
64         overflow: auto;
65         border: 1px solid #444;
66         background: #EEE;
67         color: #444;
68         padding: 10px;
69         margin-top: 20px;
70 }
71 blockquote:before {
72         content: '>> ';
73 }
74
75 #site-location {
76         position: absolute;
77         right: 5px;
78         top: 3px;
79         color: white;
80         font-size: 60%;
81 }
82
83 .shiny {
84         border-color: orange !important;
85 }
86
87 .nav-login-link {
88         float: right;
89         margin-left: 0px;
90         margin-right: 3px;
91         padding: 3px;
92         font-size: 70%;
93 }
94
95 /* NOTIFICATION */
96 #notification-show-hide-link {
97         background-color: red;
98         padding: 2px 4px;
99         background-color: #ECECEC;
100         border: 1px solid #858585;
101 }
102 #notification-show-hide-link:hover {
103         background-color: #0CBEFE;
104         color: #F5F6FB;
105         border: 1px solid #F5F6FB;
106 }
107
108 #jot-perms-icon, 
109 #profile-location,
110 #profile-nolocation,
111 #profile-youtube, 
112 #profile-video,
113 #profile-audio, 
114 #profile-link,
115 #profile-title, 
116 #wall-image-upload,
117 #profile-upload-wrapper,
118 #wall-image-upload-div,
119 .hover, .focus {
120         cursor: pointer;
121 }
122
123 .fakelink, .fakelink:visited {
124         color: #15607B;
125         text-decoration: none;
126         cursor: pointer;
127         margin-top: 15px;
128         margin-bottom: 15px;
129 }
130 .lockview {
131         cursor: pointer;
132 }
133
134 .fakelink:hover {
135         color: #0CBEFE;
136         text-decoration: none;
137         cursor: pointer;
138 }
139 .smalltext {
140         font-size: 0.7em;
141 }
142 #sysmsg {
143         width: 600px;
144         margin-bottom: 10px;
145 }
146
147 #top-margin {
148         height: 20px;
149 }
150
151 #logo-img {
152         margin-top: 3px;
153
154 }
155
156 #logo-text {
157         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
158         margin-left: 3px;
159         vertical-align: top;
160 }
161
162 #logo-text a, #logo-text a:hover, #logo-text a:visited {
163         color: #F5F6FB;
164         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
165         margin-left: 3px;
166         vertical-align: top;
167 }
168
169
170 #banner {
171         color: #F5F6FB;
172         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
173         font-size: 2.0em;
174         position: absolute;
175         top: 5px;
176         left: 39%;
177 }
178
179 #panel {
180         background-color: ivory;
181         position: absolute;
182         z-index: 2;
183         width: 30%;
184         padding: 25px;
185         border: 1px solid #444;
186 }
187
188 img.photo {
189         /*border: 1px solid #AAAAAA;*/
190         /*padding: 5px;*/
191         /*background: #FFFFFF;*/
192 }
193
194 #logo {
195         font-size: 300%;
196         color: #A8A8A8;
197         font-weight: bold;
198         margin-left: 280px;
199 }
200
201 /*
202  * #page-footer {
203  *      height: 20px;
204  *
205  * }
206  */
207
208 .heart {
209         color: #FF0000;
210         font-size: 100%;
211 }
212
213 aside {
214         /*position: absolute;*/
215         /*left: 0px;*/
216         /*top: 60px;*/
217         /*right: 250px;*/
218         width: 230px;
219         /*margin-left: 20px;*/
220         /*margin-right: 0px;*/
221         font-size: 0.9em;
222
223         float: left;
224         margin-top: 64px;
225         margin-left: 20px;
226 }
227 section {
228         position: absolute;
229         left: 250px;
230         top: 60px;
231         margin-top: 25px;
232         margin-left: 20px;
233         margin-right: 20px;
234         right: 0px;
235 }
236 h1 {
237         font-size: 1.6em;
238 }
239
240 nav {
241         position: absolute;
242         top: 0px;
243         height: 48px;
244         left: 0px;
245         right: 0px;
246         background: #15607B;
247 }
248
249 /*
250  * footer {
251  *      left: 0px;
252  *      bottom: 0px;
253  *      position: fixed;
254  *      background-color: #0CBEFE;
255  *      width: 100%;
256  *      padding: 2px 3%;
257  * }
258  */
259
260 .fn {
261         font-size: 1.4em;
262         margin-bottom: 5px;
263         line-height: 1.5;
264 }
265
266 .vcard .title {
267         margin-bottom: 5px;
268 }
269
270
271 .powered {
272         font-size: 0.6em;
273         color: black;
274 }
275 .powered a {
276         color: #EBF3F3;
277         font-weight: bold;
278 }
279 .powered a:hover {
280         color: #FFC019;
281 }
282 .error-message {
283         color: #FF0000;
284         font-size: 1.1em;
285         border: 1px solid #FF8888;
286         background-color: #FFEEEE;
287         padding: 10px;
288 }
289
290 .nav-link {
291         float: right;
292         margin-left: 0px;
293         margin-right: 3px;
294         padding: 6px;
295         /*border: 2px solid #000000;*/
296         background: #D5D5D5;
297         font-size: 80%;
298         font-weight: bold;
299         -moz-border-radius-topleft: 3px;
300         -moz-border-radius-topright: 3px;
301         -webkit-border-radius-topleft: 3px;
302         -webkit-border-radius-topright: 3px;
303         border-radius-topleft: 3px;
304         border-radius-topright: 3px;
305 }
306 .nav-link:hover {
307         background-color: #0CBEFE;
308         color: #F5F6FB;
309 }
310
311
312 .nav-ajax-left {
313         margin-left: 1px;
314         margin-right: 2px;
315         float: left;
316         font-size: 0.6em;
317         font-weight: bold;
318         color: #F8FF15;
319         /*background: #FFFFFF;*/
320 }
321
322
323
324 .nav-selected {
325         border-bottom: none !important;
326         background: #F5F6FB !important;
327         padding: 8px 6px 6px 6px !important;
328         color: #000 !important;
329 }
330
331
332 .nav-ajax-left:hover {
333         font-size: 1.5em;
334 }
335
336 .nav-ajax-right {
337         margin-left: 1px;
338         float: right;
339         font-size: 0.6em;
340         font-weight: bold;
341         color: #FF0000;
342 }
343
344 .nav-commlink {
345         float: left;
346         margin-left: 3px;
347         margin-right: 0px;
348         padding: 6px;
349         /*border: 2px solid #000000;*/
350         background: #D5D5D5;
351         font-size: 80%;
352         font-weight: bold;
353         text-decoration: none;
354         -moz-border-radius-topleft: 3px;
355         -moz-border-radius-topright: 3px;
356         -webkit-border-radius-topleft: 3px;
357         -webkit-border-radius-topright: 3px;
358         border-radius-topleft: 3px;
359         border-radius-topright: 3px;
360 }
361 .nav-commlink:hover {
362         background-color: #0CBEFE;
363         color: #F5F6FB;
364 }
365
366 #nav-end {
367         clear: both;
368 }
369
370 .login-extra-links {
371         font-size: 0.7em;
372 }
373
374 #profile-extra-links {
375         margin-top: 20px;
376         margin-bottom: 20px;
377         margin-left: 20px;
378         margin-right: 20px;
379 }
380 #register-fill-ext {
381         margin-bottom: 25px;
382 }
383
384 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
385         float: left;
386         width: 350px;
387         margin-top: 10px;
388 }
389
390 #register-name, #register-email, #register-nickname {
391         float: left;
392         margin-top: 10px;
393         width: 150px;
394 }
395
396 #register-openid {
397         float: left;
398         margin-top: 10px;
399         width: 130px;
400 }
401
402 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
403         clear: both;
404 }
405
406 #register-nickname-desc {
407         margin-top: 30px;
408         width: 650px;
409 }
410 #register-sitename {
411         float: left;
412         margin-top: 10px;
413 }
414
415 #register-submit-button {
416         margin-top: 10px;
417 }
418
419 #label-login-name, #label-login-password, #login-extra-filler {
420         float: left;
421         width: 200px;
422         margin-bottom: 20px;
423 }
424
425
426 #login-password {
427         float: left;
428         width: 170px;
429 }
430
431 #login-name {
432         float: left;
433         width: 153px;
434 }
435
436 #login-name.no-openid {
437         float: left;
438         width: 170px;
439 }
440
441 #register-link, #lost-password-link {
442         float: left;
443         font-size: 80%;
444         margin-right: 15px;
445 }
446
447 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
448         clear: both;
449 }
450
451 #login-submit-button {
452 /*      margin-top: 10px; */
453         margin-left: 200px;
454 }
455
456 input#dfrn-url {
457         float: left;
458         background: url(friendika-16.png) no-repeat;
459         background-position: 2px center;
460         font-size: 17px;
461         padding-left: 21px;
462         height: 21px;
463         background-color: #FFFFFF;
464         color: #000000;
465         margin-bottom: 20px;
466 }
467
468 #dfrn-url-label {
469         float: left;
470         width: 250px;
471 }
472
473 #dfrn-request-url-end {
474         clear: both;
475 }
476
477 #knowyouyes, #knowyouno {
478         float: left;
479 }
480
481 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
482
483         float: none;
484 }
485 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
486         float: left;
487         width: 75px;
488         margin-left: 50px;
489         margin-bottom: 7px;
490 }
491 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
492         clear: both;
493
494 }
495
496 #dfrn-request-message-wrapper {
497         margin-bottom: 50px;
498 }
499 #dfrn-request-submit-wrapper {
500         clear: both;
501         margin-left: 50px;
502 }
503
504 #dfrn-request-info-wrapper {
505         margin-left: 50px;
506 }
507
508 #settings-nick-wrapper {
509         margin-bottom: 15px;
510 }
511
512 #settings-expire-end {
513         margin-bottom: 30px;
514 }
515
516 #settings-username-end,
517 #settings-email-end,
518 #settings-nick-end,
519 #settings-defloc-end,
520 #settings-allowloc-end,
521 #settings-blockw-end,
522 #settings-timezone-end,
523 #settings-theme-end,
524 #settings-password-end,
525 #settings-confirm-end,
526 #settings-openid-end,
527 #settings-maxreq-end,
528 #notify1-end,
529 #notify2-end,
530 #notify3-end,
531 #notify4-end,
532 #notify5-end {
533         margin-bottom: 5px;
534         clear: both;
535 }
536
537 #settings-username-label,
538 #settings-email-label,
539 #settings-nick-label,
540 #settings-defloc-label,
541 #settings-allowloc-label,
542 #settings-blockw-label,
543 #settings-timezone-label,
544 #settings-theme-label,
545 #settings-password-label,
546 #settings-confirm-label,
547 #settings-openid-label,
548 #settings-maxreq-label,
549 #settings-label-notify1,
550 #settings-label-notify2,
551 #settings-label-notify3,
552 #settings-label-notify4,
553 #settings-label-notify5 {
554         float: left;
555         width: 200px;
556 }
557
558 #settings-username,
559 #settings-email,
560 #settings-nick,
561 #settings-defloc,
562 #settings-allowloc,
563 #settings-blockw,
564 #timezone-select,
565 #theme-select,
566 #settings-password,
567 #settings-confirm,
568 #settings-maxreq,
569 #notify1,
570 #notify2,
571 #notify3,
572 #notify4,
573 #notify5 {
574         float: left;
575         margin-bottom: 20px;
576 }
577
578 #settings-openid {
579         float: left;
580         margin-bottom: 20px;
581         width: 127px;
582 }
583         
584 #settings-maxreq-desc {
585         float: left;
586         margin-left: 20px;
587 }
588
589 #settings-theme-label,
590 #settings-defloc-label {
591         margin-top: 20px;
592 }
593
594 #settings-defloc {
595         margin-top: 20px;
596 }
597
598
599 #theme-select {
600         margin-top: 20px;
601         width: 207px;
602 }
603 #settings-notify-desc {
604         margin-top: 20px;
605         margin-bottom: 20px;
606 }
607 #settings-nick-desc {
608         width: 500px;
609 }
610
611 #settings-nick {
612         margin-bottom: 30px;
613 }
614
615 #cropimage-wrapper, #cropimage-preview-wrapper {
616         float: left;
617         padding: 30px;
618 }
619
620 #crop-image-form {
621         margin-top: 30px;
622         clear: both;
623 }
624
625 .intro-wrapper {
626         margin-top: 20px;
627 }
628
629 .intro-fullname {
630         font-size: 1.1em;
631         font-weight: bold;
632
633 }
634 .intro-desc {
635         margin-bottom: 20px;
636         font-weight: bold;
637 }
638
639 .intro-note {
640         padding: 10px;
641 }
642
643 .intro-end {
644         padding: 30px;
645 }
646
647 .intro-form {
648         float: left;
649 }
650 .intro-approve-form {
651         clear: both;
652 }
653 .intro-approve-as-friend-end {
654         clear: both;
655 }
656 .intro-submit-approve, .intro-submit-ignore {
657         margin-right: 20px;
658 }
659 .intro-submit-approve {
660         margin-top: 15px;
661 }
662
663 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
664         float: left;
665         width: 100px;
666         margin-left: 20px;
667 }
668 .intro-approve-as-friend, .intro-approve-as-fan {
669         float: left;
670 }
671 .intro-form-end {
672         clear: both;
673 }
674 .intro-approve-as-friend-desc {
675         margin-top: 15px;
676 }
677 .intro-approve-as-end {
678         clear: both;
679         margin-bottom: 10px;
680 }
681
682 .intro-end {
683         clear: both;
684         margin-bottom: 30px;
685 }
686
687 #profile-extra-links ul {
688         list-style-type: none;
689 }
690
691
692 #profile-extra-links li {
693         margin-top: 5px;
694 }
695
696 #profile-edit-links ul {
697         list-style-type: none;
698 }
699
700 #profile-edit-links li {
701         margin-top: 10px;
702 }
703
704 .view-contact-wrapper {
705         margin-top: 20px;
706         float: left;
707         margin-left: 20px;
708         width: 180px;
709 }
710 #view-contact-end {
711         clear: both;
712 }
713 #viewcontacts {
714         margin-top: 15px;
715 }
716 #profile-edit-default-desc {
717         color: #FF0000;
718         border: 1px solid #FF8888;
719         background-color: #FFEEEE;
720         padding: 7px;
721 }
722
723 #profile-edit-clone-link-wrapper {
724         float: left;
725         margin-left: 50px;
726         margin-bottom: 20px;
727         width: 300px;
728 }
729
730 #profile-edit-drop-link-wrapper {
731         float: left;
732 }
733
734 #profile-edit-links-end {
735         clear: both;
736 }
737 .profile-listing-photo {
738         border: none;
739 }
740
741 .profile-edit-submit-wrapper {
742         margin-top: 20px;
743         margin-bottom: 20px;
744 }
745
746 #profile-photo-link-select-wrapper {
747         margin-top: 2em;
748 }
749 #profile-photo-wrapper img {
750         width:175px;
751         height:175px;
752 }
753
754 #profile-edit-profile-name-label,
755 #profile-edit-name-label,
756 #profile-edit-pdesc-label,
757 #profile-edit-gender-label,
758 #profile-edit-dob-label,
759 #profile-edit-address-label,
760 #profile-edit-locality-label,
761 #profile-edit-region-label,
762 #profile-edit-postal-code-label,
763 #profile-edit-country-name-label,
764 #profile-edit-marital-label,
765 #profile-edit-sexual-label,
766 #profile-edit-politic-label,
767 #profile-edit-religion-label,
768 #profile-edit-pubkeywords-label,
769 #profile-edit-prvkeywords-label,
770 #profile-edit-homepage-label {
771         float: left;
772         width: 175px;
773 }
774
775 #profile-edit-profile-name,
776 #profile-edit-name,
777 #profile-edit-pdesc,
778 #gender-select,
779 #profile-edit-dob,
780 #profile-edit-address,
781 #profile-edit-locality,
782 #profile-edit-region,
783 #profile-edit-postal-code,
784 #profile-edit-country-name,
785 #marital-select,
786 #sexual-select,
787 #profile-edit-politic,
788 #profile-edit-religion,
789 #profile-edit-pubkeywords,
790 #profile-edit-prvkeywords,
791 #profile-in-dir-yes,
792 #profile-in-dir-no,
793 #profile-in-netdir-yes,
794 #profile-in-netdir-no,
795 #hide-friends-yes,
796 #hide-friends-no,
797 #settings-normal,
798 #settings-soapbox,
799 #settings-community,
800 #settings-freelove {
801         float: left;
802         margin-bottom: 20px;
803 }
804
805 #profile-in-dir-yes-label,
806 #profile-in-dir-no-label,
807 #profile-in-netdir-yes-label,
808 #profile-in-netdir-no-label,
809 #hide-friends-yes-label,
810 #hide-friends-no-label {
811         margin-left: 125px;
812         float: left;
813         width: 50px;
814 }
815
816 #profile-edit-with-label {
817         width: 175px;
818         margin-left: 20px;
819 }
820
821 #profile-edit-pubkeywords-desc,
822 #profile-edit-prvkeywords-desc {
823         float: left;
824         margin-left: 20px;
825 }
826
827 #profile-publish-yes-reg,
828 #profile-publish-no-reg {
829        float: left;
830        margin-bottom: 10px;
831 }
832
833 #profile-publish-yes-label-reg,
834 #profile-publish-no-label-reg {
835        margin-left: 350px;
836        float: left;
837        width: 50px;
838 }
839
840 #profile-publish-break-reg,
841 #profile-publish-end-reg {
842        clear: both;
843 }
844
845
846
847 #profile-edit-homepage {
848         float: left;
849         margin-bottom: 35px;
850 }
851 #settings-normal-label,
852 #settings-soapbox-label,
853 #settings-community-label,
854 #settings-freelove-label {
855         float: left;
856         width: 200px;
857 }
858 #settings-normal-desc,
859 #settings-soapbox-desc,
860 #settings-community-desc,
861 #settings-freelove-desc {
862         float: left;
863         margin-left: 75px;
864 }
865
866 #profile-edit-profile-name-end,
867 #profile-edit-name-end,
868 #profile-edit-pdesc-end,
869 #profile-edit-gender-end,
870 #profile-edit-dob-end,
871 #profile-edit-address-end,
872 #profile-edit-locality-end,
873 #profile-edit-region-end,
874 #profile-edit-postal-code-end,
875 #profile-edit-country-name-end,
876 #profile-edit-marital-end,
877 #profile-edit-sexual-end,
878 #profile-edit-politic-end,
879 #profile-edit-religion-end,
880 #profile-edit-pubkeywords-end,
881 #profile-edit-prvkeywords-end,
882 #profile-edit-homepage-end,
883 #profile-in-dir-break,
884 #profile-in-dir-end,
885 #profile-in-netdir-break,
886 #profile-in-netdir-end,
887 #hide-friends-break,
888 #hide-friends-end,
889 #settings-normal-break,
890 #settings-soapbox-break,
891 #settings-community-break,
892 #settings-freelove-break {
893         clear: both;
894 }
895
896
897
898
899
900 #gender-select, #marital-select, #sexual-select {
901         width: 220px;
902 }
903
904 #profile-edit-profile-name-wrapper .required {
905         color: #FF0000;
906         float: left;
907 }
908
909 #contacts-main {
910         margin-top: 20px;
911         margin-bottom: 20px;
912 }
913
914 .contact-entry-wrapper {
915         float: left;
916         width: 180px;
917 }
918
919 .contact-entry-direction-icon {
920         margin-top: 24px;
921         margin-right: 2px;
922 }
923
924 .contact-entry-photo img {
925         border: none;
926 }
927 .contact-entry-photo-end {
928         clear: both;
929 }
930 .contact-entry-name {
931         float: left;
932         margin-left: 30px;
933 }
934 .contact-entry-edit-links {
935         margin-top: 6px;
936         margin-left: 10px;
937         width: 16px;
938 }
939 .contact-entry-nav-wrapper {
940         float: left;
941         margin-left: 10px;
942 }
943
944 .contact-entry-edit-links img {
945         border: none;
946         margin-right: 15px;
947 }
948 .contact-entry-photo {
949         float: left;
950 }
951 .contact-entry-end {
952         clear: both;
953 }
954
955 #contact-edit-end {
956         clear: both;
957 }
958
959 .wall-item-content-wrapper {
960         margin-top: 10px;
961         border: 1px solid #CCC;
962         position: relative;
963 }
964
965 .wall-item-content-wrapper.comment {
966         margin-left: 50px;
967         background: #CCCCCC;
968 }
969
970 .wall-item-photo-wrapper {
971         margin-top: 10px;
972         margin-left: 10px;
973         margin-bottom: 10px;
974         width: 100px;
975         float: left;
976 }
977
978 .wall-item-photo-menu-button {
979         display: block;
980         position: absolute;
981         background-image: url("photo-menu.jpg");
982         background-position: top left; 
983         background-repeat: no-repeat;
984         margin: 0px; padding: 0px;
985         width: 16px;
986         height: 16px;
987         top: 74px; left:10px;
988         overflow: hidden;
989         text-indent: 40px;
990         display: none;
991 }
992 .wall-item-photo-menu {
993         width: auto;
994         border: 2px solid #444444;
995         background: #FFFFFF;
996         position: absolute;
997         left: 10px; top: 90px;
998         display: none;
999         z-index: 10000;
1000 }
1001 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1002 .wall-item-photo-menu li a { display: block; padding: 2px; }
1003 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1004
1005
1006 .wall-item-arrowphoto-wrapper {
1007         margin-top: 40px;
1008         margin-right: 20px;
1009         float: left;
1010 }
1011 .wall-item-wrapper {
1012         margin-left: 10px;;
1013 }
1014
1015 .wall-item-lock {
1016         position: absolute;
1017         left: 105px;
1018         top: 1px;
1019 }
1020
1021 .wall-item-ago {
1022         color: #888888;
1023         font-size: 0.8em;
1024 }
1025 .wall-item-like-buttons {
1026     float: left;
1027     margin-right: 10px;
1028     padding-right: 10px;
1029     border-right: 2px solid #fff;
1030 }
1031
1032 .wall-item-share-buttons {
1033         margin-left: 5px;
1034 }
1035
1036 .editpost {
1037         margin-left: 15px;
1038 }
1039
1040 .wall-item-links-wrapper {
1041     float: left;
1042 }
1043
1044 .wall-item-delete-wrapper {
1045     float: right;
1046 }
1047
1048 .wall-item-delete-end {
1049     clear: both;
1050 }
1051
1052
1053 .wall-item-like-buttons img {
1054         cursor: pointer;
1055 }
1056
1057 .wall-item-delete-icon {
1058         border: none;
1059 }
1060
1061
1062 .wall-item-wrapper-end {
1063         clear: both;
1064 }
1065 .wall-item-name-link {
1066         font-weight: bold;
1067         text-decoration: none;
1068         color: #3172BD;
1069 }
1070 .wall-item-photo {
1071         border: none;
1072 }
1073 .wall-item-content {
1074         float: left;
1075         width: 450px;
1076         margin-left: 10px;
1077         margin-bottom: 20px;
1078         padding: 20px;
1079         max-height: 400px;
1080         overflow: auto;
1081
1082 }
1083 .wall-item-tools {
1084     clear: both;
1085 padding: 5px 10px 0px;
1086 }
1087 .wall-item-photo-end {
1088         clear: both;
1089 }
1090 .wall-item-author {
1091         margin-top: 10px;
1092 }
1093 .wall-item-info {
1094     display: block;
1095     float: left;
1096     width:110px;
1097     margin-right:10px;
1098 }
1099
1100 .wall-item-title {
1101         float: left;
1102         font-weight: bold;
1103         width: 450px;
1104 }
1105
1106 .wall-item-body {
1107         float: left;
1108         width: 450px;
1109         margin-top: 10px;
1110 }
1111
1112 .comment-edit-wrapper {
1113         margin-top: 15px;
1114         background: #CCCCCC;
1115         margin-left: 50px;
1116 }
1117
1118 .comment-wwedit-wrapper {
1119         margin-top: 15px;
1120         background: #CCCCCC;
1121         margin-left: 250px;
1122 }
1123
1124 .comment-edit-photo {
1125         margin-top: 10px;
1126         margin-left: 10px;
1127         margin-bottom: 10px;
1128         width: 100px;
1129         float: left;
1130 }
1131 .comment-edit-text-empty, .comment-edit-text-full {
1132         float: left;
1133         margin-top: 40px;
1134 }
1135 .comment-edit-text-end {
1136         clear: both;
1137 }
1138
1139 .comment-edit-submit {
1140         margin-left: 110px;
1141         margin-top: 10px;
1142 }
1143 #profile-jot-plugin-wrapper,
1144 #profile-jot-submit-wrapper {
1145         margin-top: 15px;
1146 }
1147
1148 #profile-jot-submit {
1149         float: left;
1150 }
1151 #profile-upload-wrapper {
1152         float: left;
1153         margin-left: 30px;
1154 }
1155
1156 #profile-rotator {
1157         float: left;
1158         margin-left: 30px;
1159 }
1160 #profile-link-wrapper {
1161         float: left;
1162         margin-left: 15px;
1163 }
1164 #profile-youtube-wrapper {
1165         float: left;
1166         margin-left: 15px;
1167 }
1168 #profile-video-wrapper {
1169         float: left;
1170         margin-left: 15px;
1171 }
1172 #profile-audio-wrapper {
1173         float: left;
1174         margin-left: 15px;
1175 }
1176 #profile-location-wrapper {
1177         float: left;
1178         margin-left: 15px;
1179 }
1180 #profile-nolocation-wrapper {
1181         float: left;
1182         margin-left: 15px;
1183 }
1184
1185 #profile-title-wrapper {
1186         float: left;
1187         margin-left: 15px;
1188 }
1189
1190 #profile-jot-perms {
1191         float: left;
1192         margin-left: 100px;
1193         font-weight: bold;
1194         font-size: 1.2em;
1195 }
1196
1197 #profile-jot-perms-end {
1198         clear: both;
1199 }
1200 #profile-jot-plugin-end {
1201   clear:both;
1202 }
1203 .profile-jot-net {
1204         float: left;
1205         margin-right: 10px;
1206         margin-top: 5px;
1207         margin-bottom: 5px;
1208 }
1209
1210 #profile-jot-networks-end {
1211         clear: both;
1212 }
1213
1214 #profile-jot-end {
1215         clear: both;
1216         margin-bottom: 30px;
1217 }
1218 #about-jot-submit-wrapper {
1219         margin-top: 15px;
1220 }
1221 #about-jot-end {
1222         margin-bottom: 30px;
1223 }
1224 #contacts-main {
1225         margin-bottom: 30px;
1226 }
1227
1228 #profile-listing-desc {
1229         margin-left: 30px;
1230 }
1231
1232 #profile-listing-new-link-wrapper {
1233         margin-left: 30px;
1234         margin-bottom: 30px;
1235 }
1236 .profile-listing-photo-wrapper {
1237         float: left;
1238 }
1239
1240 .profile-listing-edit-buttons-wrapper {
1241         clear: both;
1242 }
1243 .profile-listing-photo-edit-link {
1244         float: left;
1245         width: 125px;
1246 }
1247 .profile-listing-end {
1248         clear: both;
1249 }
1250 .profile-listing-edit-buttons-wrapper img{
1251         border: none;
1252         margin-right: 20px;
1253 }
1254 .profile-listing {
1255         margin-top: 25px;
1256 }
1257 .profile-listing-name {
1258         float: left;
1259         margin-left: 32px;
1260         margin-top: 10px;
1261         color: #3172BD;
1262         font-weight: bold;
1263         width: 200px;
1264
1265 }
1266 .fortune {
1267         margin-top: 50px;
1268         color: #4444FF;
1269         font-weight: bold;
1270         margin-bottom: 20px;
1271 }
1272
1273
1274 .directory-end {
1275         clear: both;
1276 }
1277 .directory-name {
1278         text-align: center;
1279 }
1280 .directory-photo {
1281         margin-left: 25px;
1282 }
1283 .directory-details {
1284         font-size: 0.7em;
1285         text-align: center;
1286         margin-left: 5px;
1287         margin-right: 5px;
1288 }
1289 .directory-item {
1290         float: left;
1291         width: 225px;
1292         height: 260px;
1293         overflow: auto;
1294 }
1295
1296 #directory-search-wrapper {
1297         margin-top: 20px;
1298         margin-right: 20px;
1299         margin-bottom: 50px;
1300 }
1301
1302 #directory-search-end {
1303 }
1304
1305 .directory-photo-img {
1306         border: none;
1307 }
1308
1309
1310 .pager {
1311   padding: 10px;
1312   text-align: center;
1313   font-size: 1.0em;
1314 }
1315
1316
1317 .pager_first,
1318 .pager_last,
1319 .pager_prev,
1320 .pager_next,
1321 .pager_n {
1322         border: 1px solid black;
1323         background: #EEE;
1324         padding: 4px;
1325 }
1326
1327 .pager_first a,
1328 .pager_last a,
1329 .pager_prev a,
1330 .pager_next a,
1331 .pager_n a {
1332         text-decoration: none;
1333 }
1334
1335 .pager_current {
1336   border: 1px solid black;
1337   background: #FFCCCC;
1338   padding: 4px;
1339 }
1340
1341
1342 #advanced-profile-name-wrapper,
1343 #advanced-profile-gender-wrapper,
1344 #advanced-profile-dob-wrapper,
1345 #advanced-profile-age-wrapper,
1346 #advanced-profile-marital-wrapper,
1347 #advanced-profile-sexual-wrapper,
1348 #advanced-profile-homepage-wrapper,
1349 #advanced-profile-politic-wrapper,
1350 #advanced-profile-religion-wrapper,
1351 #advanced-profile-about-wrapper,
1352 #advanced-profile-interest-wrapper,
1353 #advanced-profile-contact-wrapper,
1354 #advanced-profile-music-wrapper,
1355 #advanced-profile-book-wrapper,
1356 #advanced-profile-tv-wrapper,
1357 #advanced-profile-film-wrapper,
1358 #advanced-profile-romance-wrapper,
1359 #advanced-profile-work-wrapper,
1360 #advanced-profile-education-wrapper {
1361         margin-top: 20px;
1362 }
1363
1364 #advanced-profile-name-text,
1365 #advanced-profile-gender-text,
1366 #advanced-profile-dob-text,
1367 #advanced-profile-age-text,
1368 #advanced-profile-marital-text,
1369 #advanced-profile-sexual-text,
1370 #advanced-profile-homepage-text,
1371 #advanced-profile-politic-text,
1372 #advanced-profile-religion-text,
1373 #advanced-profile-about-text,
1374 #advanced-profile-interest-text,
1375 #advanced-profile-contact-text,
1376 #advanced-profile-music-text,
1377 #advanced-profile-book-text,
1378 #advanced-profile-tv-text,
1379 #advanced-profile-film-text,
1380 #advanced-profile-romance-text,
1381 #advanced-profile-work-text,
1382 #advanced-profile-education-text {
1383         width: 300px;
1384         float: left;
1385 }
1386
1387 #advanced-profile-name-end,
1388 #advanced-profile-gender-end,
1389 #advanced-profile-dob-end,
1390 #advanced-profile-age-end,
1391 #advanced-profile-marital-end,
1392 #advanced-profile-sexual-end,
1393 #advanced-profile-homepage-end,
1394 #advanced-profile-politic-end,
1395 #advanced-profile-religion-end {
1396         clear: both;
1397 }
1398
1399 #advanced-profile-about-end,
1400 #advanced-profile-interest-end,
1401 #advanced-profile-contact-end,
1402 #advanced-profile-music-end,
1403 #advanced-profile-book-end,
1404 #advanced-profile-tv-end,
1405 #advanced-profile-film-end,
1406 #advanced-profile-romance-end,
1407 #advanced-profile-work-end,
1408 #advanced-profile-education-end {
1409
1410
1411 }
1412
1413 #advanced-profile-name,
1414 #advanced-profile-gender,
1415 #advanced-profile-dob,
1416 #advanced-profile-age,
1417 #advanced-profile-marital,
1418 #advanced-profile-sexual,
1419 #advanced-profile-homepage,
1420 #advanced-profile-politic,
1421 #advanced-profile-religion {
1422         float: left;
1423
1424 }
1425
1426
1427 #advanced-profile-about,
1428 #advanced-profile-interest,
1429 #advanced-profile-contact,
1430 #advanced-profile-music,
1431 #advanced-profile-book,
1432 #advanced-profile-tv,
1433 #advanced-profile-film,
1434 #advanced-profile-romance,
1435 #advanced-profile-work,
1436 #advanced-profile-education {
1437         margin-top: 10px;
1438         margin-left: 50px;
1439         margin-right: 20px;
1440         padding: 10px;
1441         border: 1px solid #CCCCCC;
1442 }
1443
1444 #advanced-profile-with {
1445         float: left;
1446         margin-left: 15px;
1447 }
1448
1449 #contact-edit-wrapper {
1450         margin-top: 50px;
1451 }
1452
1453 #contact-edit-banner-name {
1454         font-size: 1.4em;
1455         font-weight: bold;
1456         margin-left: 30px;
1457 }
1458
1459 #contact-edit-poll-wrapper {
1460         margin-left: 50px;
1461         margin-top: 30px;
1462 }
1463 #contact-edit-poll-text {
1464         margin-top: 15px;
1465         margin-bottom: 5px;
1466 }
1467
1468 #contact-edit-update-now {
1469         margin-top: 15px;
1470 }
1471
1472 #contact-edit-photo-wrapper {
1473         margin-bottom: 20px;
1474 }
1475 #contact-edit-links {
1476         float: left;
1477 }
1478 #contact-edit-links img {
1479         margin-left: 20px;
1480         border: none;
1481 }
1482
1483 #contact-drop-links {
1484         float: left;
1485 }
1486
1487 #contact-drop-links img {
1488         margin-left: 20px;
1489         border: none;
1490 }
1491
1492 #contact-edit-nav-end {
1493         clear: both;
1494 }
1495
1496 #contact-edit-direction-icon {
1497         float: left;
1498         margin-top: 70px;
1499         margin-right: 2px;
1500 }
1501
1502 #contact-edit-photo {
1503         float: left;
1504 }
1505
1506 #contact-edit-photo-end {
1507         clear: both;
1508 }
1509
1510 #contact-edit-photo-wrapper {
1511         float: left;
1512 }
1513
1514 #contact-edit-nav-wrapper {
1515         float: left;
1516 }
1517
1518 #contact-edit-end {
1519         clear: both;
1520 }
1521
1522 #contact-profile-selector {
1523         width: 175px;
1524         margin-left: 175px;
1525 }
1526
1527 #contact-reputation-selector {
1528         margin-left: 175px;
1529 }
1530
1531 #contact-edit-rating-text {
1532         margin-left: 175px;
1533 }
1534
1535 .contact-edit-submit {
1536         margin-top: 20px;
1537         margin-left: 50px;
1538 }
1539
1540 #block-message, #ignore-message, #profile-edit-insecure {
1541         margin-top: 20px;
1542         color: #FF0000;
1543         font-size: 1.1em;
1544         border: 1px solid #FF8888;
1545         background-color: #FFEEEE;
1546         padding: 10px;
1547 }
1548
1549 #block-message, #ignore-message {
1550         width: 180px;
1551 }
1552
1553 #profile-edit-insecure {
1554         width: 600px;
1555 }
1556
1557 .profile-tabs {
1558         float: left;
1559         padding: 4px;
1560         margin-top: 10px;
1561         margin-bottom: 10px;
1562         margin-right: 5px;
1563         /*border: 1px solid #CCC;*/
1564         /*background: #F8F8F8;*/
1565         font-size: 0.8em;
1566         font-weight: bold;
1567         background-color: #ECECEC;
1568         border: 1px solid #858585;
1569 }
1570 .profile-tabs:hover {
1571         background-color: #0CBEFE;
1572         color: #F5F6FB;
1573         border: 1px solid #F5F6FB;
1574         /*cursor: pointer;*/
1575 }
1576
1577 #profile-tabs-end {
1578         clear: both;
1579 }
1580
1581 .comment-edit-text-empty {
1582         color: gray;
1583         height: 30px;
1584         width: 175px;
1585         overflow: auto;
1586         margin-bottom: 10px;
1587 }
1588
1589 .comment-edit-text-full {
1590         color: black;
1591         height: 150px;
1592         width: 350px;
1593         overflow: auto;
1594 }
1595
1596 #group-new-submit-wrapper {
1597         margin-top: 30px;
1598 }
1599
1600 #acl-allow-group-label,
1601 #acl-allow-contact-label,
1602 #acl-deny-group-label,
1603 #acl-deny-contact-label {
1604         display: block;
1605 }
1606
1607 #acl-permit-text,
1608 #acl-deny-text {
1609         margin-top: 10px;
1610 }
1611
1612 #acl-allow-group-label,
1613 #acl-allow-contact-label,
1614 #acl-deny-group-label,
1615 #acl-deny-contact-label {
1616         margin-top: 5px;
1617         margin-bottom: 5px;
1618 }
1619
1620
1621 #group_allow_wrapper,
1622 #group_deny_wrapper {
1623         float: left;
1624         width: 100px;
1625         margin-right: 10px;
1626 }
1627
1628 #contact_allow_wrapper,
1629 #contact_deny_wrapper {
1630         float: left;
1631         width: 150px;
1632         margin-right: 10px;
1633 }
1634
1635 #acl-allow-end,
1636 #acl-deny-end {
1637         clear: both;
1638 }
1639 #acl-permit-outer-wrapper,
1640 #acl-deny-outer-wrapper {
1641         padding: 10px;
1642         margin-top: 10px;
1643         border: 2px solid #BBBBBB;
1644         float: left;
1645 }
1646
1647 #acl-wrapper-end {
1648         clear: both;
1649 }
1650
1651 #group-edit-name-label {
1652         float: left;
1653         width: 175px;
1654         margin-top: 20px;
1655         margin-bottom: 20px;
1656 }
1657
1658 #group-edit-name {
1659         float: left;
1660         width: 225px;
1661         margin-top: 20px;
1662         margin-bottom: 20px;
1663 }
1664
1665 #group-edit-name-wrapper {
1666
1667
1668 }
1669
1670
1671 #group_members_select_label {
1672         display: block;
1673         float: left;
1674         width: 175px;
1675 }
1676
1677 .group_members_select {
1678         float: left;
1679         width: 230px;
1680         overflow: auto;
1681 }
1682
1683 #group_members_select_end {
1684         clear: both;
1685 }
1686 #group-edit-name-end {
1687         clear: both;
1688 }
1689
1690 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1691         margin-bottom: 10px;
1692         margin-top: 20px;
1693 }
1694
1695 #prvmail-submit {
1696         float: left;
1697         margin-top: 10px;
1698         margin-right: 30px;
1699 }
1700 #prvmail-upload-wrapper,
1701 #prvmail-link-wrapper,
1702 #prvmail-rotator-wrapper {
1703         float: left;
1704         margin-top: 10px;
1705         margin-right: 10px;
1706         width: 24px;
1707 }
1708
1709 #prvmail-end {
1710         clear: both;
1711 }
1712
1713 .mail-list-sender,
1714 .mail-list-detail {
1715         float: left;
1716 }
1717 .mail-list-detail {
1718         margin-left: 20px;
1719 }
1720
1721 .mail-list-subject {
1722         font-size: 1.1em;
1723         margin-top: 10px;
1724 }
1725 a.mail-list-link {
1726         display: block;
1727         padding: 4px 5px;
1728 }
1729
1730 /*
1731 *a.mail-list-link:hover {
1732 *       background-color: #15607B;
1733 *       color: #F5F6FB;
1734 *}
1735 */
1736
1737 .mail-list-outside-wrapper-end {
1738         clear: both;
1739 }
1740
1741 .mail-list-outside-wrapper {
1742         margin-top: 30px;
1743 }
1744
1745 .mail-list-delete-wrapper {
1746         float: right;
1747         margin-right: 30px;
1748         margin-top: 15px;
1749 }
1750
1751 .mail-list-delete-icon {
1752         border: none;
1753 }
1754
1755 .mail-conv-sender,
1756 .mail-conv-detail {
1757         float: left;
1758 }
1759 .mail-conv-detail {
1760         margin-left: 20px;
1761         width: 500px;
1762 }
1763
1764 .mail-conv-subject {
1765         font-size: 1.1em;
1766         margin-top: 10px;
1767 }
1768
1769 .mail-conv-outside-wrapper-end {
1770         clear: both;
1771 }
1772
1773 .mail-conv-outside-wrapper {
1774         margin-top: 30px;
1775 }
1776
1777 .mail-conv-delete-wrapper {
1778         float: right;
1779         margin-right: 30px;
1780         margin-top: 15px;
1781 }
1782
1783 .mail-conv-delete-icon {
1784         border: none;
1785 }
1786
1787 .message-links ul {
1788         list-style-type: none;
1789 }
1790
1791 .message-links li {
1792         margin-top: 10px;
1793 }
1794 .message-links a {
1795         /*background-color: #ECECEC;*/
1796         /*border: 1px solid #858585;*/
1797         padding: 3px 5px;
1798         /*display: block;*/
1799 }
1800 .message-links a:hover {
1801         background-color: #0CBEFE;
1802         color: #F5F6FB;
1803         /*border: 1px solid #F5F6FB;*/
1804 }
1805
1806 #sidebar-group-list ul {
1807         list-style-type: none;
1808 }
1809
1810 #sidebar-group-list li {
1811         margin-top: 10px;
1812 }
1813
1814 #side-follow-wrapper {
1815         margin-top: 20px;
1816 }
1817 #side-follow-url {
1818         margin-top: 5px;
1819 }
1820 #side-follow-submit {
1821         margin-top: 15px;
1822 }
1823
1824 .photo-album-image-wrapper {
1825         float: left;
1826         margin-top: 15px;
1827         height: 350px;
1828         width: 350px;
1829 }
1830
1831 #photo-album-end {
1832         clear: both;
1833 }
1834
1835 .photo-top-image-wrapper {
1836         float: left;
1837         margin-top: 15px;
1838         height: 350px;
1839         width: 350px;
1840 }
1841
1842 #photo-top-end {
1843         clear: both;
1844 }
1845
1846 #photo-top-links {
1847         margin-bottom: 30px;
1848         margin-left: 30px;
1849 }
1850
1851 #photos-upload-newalbum-div {
1852         float: left;
1853         width: 175px;
1854 }
1855 #photos-upload-existing-album-text {
1856         float: left;
1857         width: 175px;
1858 }
1859 #photos-upload-newalbum {
1860         float: left;
1861 }
1862 #photos-upload-album-select {
1863         float: left;
1864 }
1865 #photos-upload-spacer {
1866         margin-top: 25px;
1867 }
1868 #photos-upload-new-end, #photos-upload-exist-end {
1869         clear: both;
1870 }
1871 #photos-upload-exist-end {
1872         margin-bottom: 15px;
1873 }
1874 #photos-upload-submit {
1875         margin-top: 15px;
1876 }
1877
1878 #photos_upload_applet_wrapper {
1879         margin-bottom: 15px;
1880 }
1881
1882 #photos-upload-no-java-message {
1883         margin-bottom: 15px;
1884 }
1885
1886 #profile-jot-desc {
1887         float: left;
1888         width: 480px;
1889         margin-top: 10px;
1890         margin-bottom: 10px;
1891 }
1892 #character-counter {
1893         float: left;
1894         font-size: 120%;
1895 }
1896
1897 #character-counter.grey {
1898         color: #888888;
1899 }
1900
1901 #character-counter.orange {
1902         color: orange;
1903 }
1904 #character-counter.red {
1905         color: red;
1906 }
1907
1908 #profile-jot-banner-end {
1909         clear: both;
1910 }
1911
1912 #photos-upload-select-files-text {
1913         margin-top: 15px;
1914         margin-bottom: 15px;
1915 }
1916
1917 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1918         color: #8888FF;
1919         text-decoration: none;
1920         cursor: pointer;
1921 }
1922
1923 #photos-upload-perms-menu:hover {
1924         color: #0000FF;
1925         text-decoration: underline;
1926         cursor: pointer;
1927 }
1928 #settings-default-perms-menu {
1929         margin-top: 15px;
1930         margin-bottom: 15px;
1931 }
1932
1933 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1934         float: left;
1935         width: 150px;
1936 }
1937
1938 #photo-edit-perms-end {
1939         margin-bottom: 15px;
1940 }
1941
1942 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1943         float: left;
1944         margin-bottom: 25px;
1945 }
1946 #photo-edit-link-wrap {
1947         margin-bottom: 15px;
1948 }
1949 #photo-like-div {
1950         margin-bottom: 25px;
1951 }
1952
1953 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1954         clear: both;
1955 }
1956
1957 #photo-edit-delete-button {
1958         margin-left: 200px;
1959 }
1960 #photo-edit-end {
1961         margin-bottom: 35px;
1962 }
1963 #photo-caption {
1964         font-size: 110%;
1965         font-weight: bold;
1966         margin-top: 15px;
1967         margin-bottom: 15px;
1968 }
1969
1970 #in-this-photo-text {
1971         color: #0000FF;
1972         margin-left: 30px;
1973 }
1974
1975 #in-this-photo {
1976         margin-left: 60px;
1977         margin-top: 10px;
1978         margin-bottom: 20px;
1979 }
1980
1981 #photo-album-edit-submit, #photo-album-edit-drop {
1982         margin-top: 15px;
1983         margin-bottom: 15px;
1984 }
1985
1986 #photo-album-edit-drop {
1987         margin-left: 200px;
1988 }
1989
1990 .group-delete-wrapper {
1991         float: right;
1992         margin-right: 50px;
1993 }
1994
1995 #install-dbhost-label,
1996 #install-dbuser-label,
1997 #install-dbpass-label,
1998 #install-dbdata-label,
1999 #install-tz-desc {
2000        float: left;
2001        width: 250px;
2002        margin-top: 10px;
2003        margin-bottom: 10px;
2004
2005 }
2006
2007 #install-dbhost,
2008 #install-dbuser,
2009 #install-dbpass,
2010 #install-dbdata {
2011        float: left;
2012        width: 200px;
2013        margin-left: 20px;
2014 }
2015
2016 #install-dbhost-end,
2017 #install-dbuser-end,
2018 #install-dbpass-end,
2019 #install-dbdata-end,
2020 #install-tz-end {
2021        clear: both;
2022 }
2023
2024 #install-form select#timezone_select {
2025        float: left;
2026        margin-top: 18px;
2027        margin-left: 20px;
2028 }
2029
2030 #dfrn-request-networks {
2031         margin-bottom: 30px;
2032 }
2033
2034 #pause {
2035   position: fixed;
2036   bottom: 5px;
2037   right: 5px;
2038 }
2039
2040 .sparkle {
2041         cursor: url('lock.cur'), pointer;
2042 /*      cursor: pointer !important; */
2043 }
2044
2045 .contact-block-div {
2046         float: left;
2047         width: 52px;
2048         height: 52px;
2049 }
2050 #contact-block-end {
2051         clear: both;
2052 }
2053 .contact-block-link {
2054         float: left;
2055 }
2056 .contact-block-img {
2057         width:48px;
2058         height:48px;
2059 }
2060
2061 #tag-remove {
2062         margin-bottom: 15px;
2063 }
2064
2065 #tagrm li {
2066         margin-bottom: 10px;
2067 }
2068
2069 #tagrm-submit, #tagrm-cancel {
2070         margin-top: 25px;
2071 }
2072
2073 #tagrm-cancel {
2074         margin-left: 15px;
2075 }
2076
2077 .wall-item-conv {
2078         margin-top: 5px;
2079         margin-bottom: 25px;
2080 }
2081
2082 #search-submit {
2083         margin-left: 15px;
2084 }
2085
2086 #search-box {
2087         margin-bottom: 25px;
2088 }
2089
2090 .location-label, .gender-label, .marital-label, .homepage-label {
2091         float: left;
2092         text-align: right;
2093         display: block;
2094         width: 65px;
2095 }
2096
2097 .adr, .x-gender, .marital-text, .homepage-url {
2098         float: left;
2099         display: block;
2100         margin-left: 8px;
2101 }
2102
2103 .profile-clear {
2104         clear: both;
2105 }
2106
2107
2108 .clear {
2109         clear: both;
2110 }
2111
2112 .cc-license {
2113         margin-top: 50px;
2114         font-size: 70%;
2115 }
2116
2117
2118 #plugin-settings-link, #account-settings-link, #uexport-link {
2119         margin-bottom: 10px;
2120 }
2121
2122
2123 #birthday-title {
2124         float: left;
2125         font-weight: bold;      
2126 }
2127
2128 #birthday-adjust {
2129         float: left;
2130         font-size: 75%;
2131         margin-left: 10px;
2132 }
2133
2134 #birthday-title-end {
2135         clear: both;
2136 }
2137
2138 .birthday-list {
2139         margin-left: 15px;
2140 }
2141
2142 #birthday-wrapper {
2143         margin-bottom: 20px;
2144 }
2145
2146
2147 #network-new-link {
2148         margin-top: 15px;
2149         margin-bottom: 15px;
2150 }
2151
2152 .tool-wrapper {
2153   float: left;
2154   margin-left: 15px;
2155 }
2156 .tool-link {
2157   cursor: pointer;
2158 }
2159
2160
2161 .calendar {
2162         font-family: Courier, monospace;
2163 }
2164 .today {
2165         color: #FF0000;
2166 }
2167
2168
2169 .settings-block {
2170         border: 1px solid #AAA;
2171         margin: 10px;
2172         padding: 10px;
2173 }
2174
2175
2176 .app-title {
2177         margin: 10px;
2178 }
2179
2180
2181 #identity-manage-desc {
2182         margin-top:15px;
2183         margin-bottom: 15px;
2184 }
2185
2186 #identity-manage-choose {
2187         margin-bottom: 15px;
2188 }
2189
2190 #identity-submit {
2191         margin-top: 20px;
2192 }
2193
2194
2195 #photo-prev-link, #photo-next-link {
2196         padding: 10px;
2197         float: left;
2198 }
2199
2200 #photo-photo {
2201         float: left;
2202 }
2203
2204 #photo-photo-end {
2205         clear: both;
2206 }
2207
2208
2209 .profile-match-photo {
2210         float: left;
2211         text-align: center;
2212         width: 120px;
2213 }
2214
2215 .profile-match-name {
2216         float: left;
2217         text-align: center;
2218         width: 120px;
2219         overflow: hidden;
2220 }
2221
2222 .profile-match-break,
2223 .profile-match-end {
2224         clear: both;
2225 }
2226
2227 .profile-match-wrapper {
2228         float: left;
2229         padding: 10px;
2230 }
2231 #profile-match-wrapper-end {
2232         clear: both;
2233 }
2234
2235 .side-link {
2236         margin-bottom: 15px;
2237 }
2238
2239 #language-selector {
2240         position: absolute;
2241         top: 0;
2242         left: 0;
2243 )