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