]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
more indicators of public visibility
[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;
936         height: 30px;
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; height: 50px;
1036 }
1037 .wall-item-content {
1038         /*float: left;*/
1039         /*width: 450px;*/
1040         margin-left: 10px;
1041         /*margin-bottom: 20px;*/
1042         /*padding: 20px;*/
1043         max-height: 400px;
1044         overflow: auto;
1045 }
1046
1047 .wall-item-title {
1048         float: left;
1049         font-weight: bold;
1050         /*width: 450px;*/
1051 }
1052
1053 .wall-item-title-end {
1054         clear: both;
1055 }
1056
1057 .wall-item-body {
1058         float: left;
1059         /*width: 450px;*/
1060         margin-top: 10px;
1061 }
1062
1063 .wall-item-tools {
1064         clear: both;
1065         background-image: url("head.jpg");
1066     background-position: 0 -20px;
1067     background-repeat: repeat-x;
1068         padding: 5px 10px 0px;
1069 }
1070 .wall-item-author {
1071         margin-top: 10px;
1072 }
1073
1074 .comment .wall-item-tools {
1075         background:none;
1076
1077
1078 .comment-edit-wrapper {
1079         margin-top: 15px;
1080         background: #f3f3f3;
1081         margin-left: 50px;
1082 }
1083
1084 .comment-wwedit-wrapper {
1085         margin-top: 15px;
1086         background: #f3f3f3;
1087         margin-left: 50px;
1088 }
1089
1090 .comment-edit-photo {
1091         margin-top: 10px;
1092         margin-left: 10px;
1093         margin-bottom: 10px;
1094         width: 100px;
1095         float: left;
1096 }
1097 .comment-edit-photo img {
1098         width: 25px;
1099 }
1100 .comment-edit-text-empty, .comment-edit-text-full {
1101         float: left;
1102         margin-top: 10px;
1103 }
1104 .comment-edit-text-end {
1105         clear: both;
1106 }
1107
1108 .comment-edit-submit {
1109         margin: 10px 0px 10px 110px;
1110 }
1111
1112 #profile-jot-plugin-wrapper,
1113 #profile-jot-submit-wrapper {
1114         margin-top: 15px;
1115 }
1116
1117 #profile-jot-submit {
1118         float: left;
1119 }
1120 #profile-upload-wrapper {
1121         float: left;
1122         margin-left: 30px;
1123 }
1124
1125 #profile-rotator {
1126         float: left;
1127         margin-left: 30px;
1128 }
1129 #profile-link-wrapper {
1130         float: left;
1131         margin-left: 15px;
1132 }
1133 #profile-youtube-wrapper {
1134         float: left;
1135         margin-left: 15px;
1136 }
1137 #profile-video-wrapper {
1138         float: left;
1139         margin-left: 15px;
1140 }
1141 #profile-audio-wrapper {
1142         float: left;
1143         margin-left: 15px;
1144 }
1145 #profile-location-wrapper {
1146         float: left;
1147         margin-left: 15px;
1148 }
1149 #profile-nolocation-wrapper {
1150         float: left;
1151         margin-left: 15px;
1152 }
1153 #profile-title-wrapper {
1154         float: left;
1155         margin-left: 15px;
1156 }
1157
1158 #profile-jot-perms {
1159         float: left;
1160         margin-left: 100px;
1161         font-weight: bold;
1162         font-size: 1.2em;
1163 }
1164
1165 #profile-jot-perms-end {
1166         /*clear: left;*/
1167         height: 30px;
1168 }
1169
1170 #profile-jot-plugin-end{
1171   clear: both;
1172 }
1173 .profile-jot-net {
1174         float: left;
1175         margin-right: 10px;
1176         margin-top: 5px;
1177         margin-bottom: 5px;
1178 }
1179
1180 #profile-jot-networks-end {
1181         clear: both;
1182 }
1183
1184 #profile-jot-end {
1185         /*clear: both;*/
1186         margin-bottom: 30px;
1187 }
1188 #about-jot-submit-wrapper {
1189         margin-top: 15px;
1190 }
1191 #about-jot-end {
1192         margin-bottom: 30px;
1193 }
1194 #contacts-main {
1195         margin-bottom: 30px;
1196 }
1197
1198 #profile-listing-desc {
1199         margin-left: 30px;
1200 }
1201
1202 #profile-listing-new-link-wrapper {
1203         margin-left: 30px;
1204         margin-bottom: 30px;
1205 }
1206 .profile-listing-photo-wrapper {
1207         float: left;
1208 }
1209
1210 .profile-listing-edit-buttons-wrapper {
1211         clear: both;
1212 }
1213 .profile-listing-photo-edit-link {
1214         float: left;
1215         width: 125px;
1216 }
1217 .profile-listing-end {
1218         clear: both;
1219 }
1220 .profile-listing-edit-buttons-wrapper img{
1221         border: none;
1222         margin-right: 20px;
1223 }
1224 .profile-listing {
1225         margin-top: 25px;
1226 }
1227 .profile-listing-name {
1228         float: left;
1229         margin-left: 32px;
1230         margin-top: 10px;
1231         color: #3172BD;
1232         font-weight: bold;
1233         width: 200px;
1234
1235 }
1236 .fortune {
1237         margin-top: 50px;
1238         color: #4444FF;
1239         font-weight: bold;
1240         margin-bottom: 20px;
1241 }
1242
1243
1244 .directory-end {
1245         clear: both;
1246 }
1247 .directory-name {
1248         text-align: center;
1249 }
1250 .directory-photo {
1251         margin-left: 25px;
1252 }
1253 .directory-details {
1254         font-size: 0.7em;
1255         text-align: center;
1256         margin-left: 5px;
1257         margin-right: 5px;
1258 }
1259 .directory-item {
1260         float: left;
1261         width: 225px;
1262         height: 260px;
1263         overflow: auto;
1264 }
1265
1266 #directory-search-wrapper {
1267         margin-top: 20px;
1268         margin-right: 20px;
1269         margin-bottom: 50px;
1270 }
1271
1272 #directory-search-end {
1273 }
1274
1275 .directory-photo-img {
1276         border: none;
1277 }
1278
1279
1280 .pager {
1281   padding: 10px;
1282   text-align: center;
1283   font-size: 1.0em;
1284 }
1285
1286
1287 .pager_first,
1288 .pager_last,
1289 .pager_prev,
1290 .pager_next,
1291 .pager_n {
1292         border: 1px solid black;
1293         background: #EEE;
1294         padding: 4px;
1295 }
1296
1297 .pager_first a,
1298 .pager_last a,
1299 .pager_prev a,
1300 .pager_next a,
1301 .pager_n a {
1302         text-decoration: none;
1303 }
1304
1305 .pager_current {
1306   border: 1px solid black;
1307   background: #FFCCCC;
1308   padding: 4px;
1309 }
1310
1311
1312 #advanced-profile-name-wrapper,
1313 #advanced-profile-gender-wrapper,
1314 #advanced-profile-dob-wrapper,
1315 #advanced-profile-age-wrapper,
1316 #advanced-profile-marital-wrapper,
1317 #advanced-profile-sexual-wrapper,
1318 #advanced-profile-homepage-wrapper,
1319 #advanced-profile-politic-wrapper,
1320 #advanced-profile-religion-wrapper,
1321 #advanced-profile-about-wrapper,
1322 #advanced-profile-interest-wrapper,
1323 #advanced-profile-contact-wrapper,
1324 #advanced-profile-music-wrapper,
1325 #advanced-profile-book-wrapper,
1326 #advanced-profile-tv-wrapper,
1327 #advanced-profile-film-wrapper,
1328 #advanced-profile-romance-wrapper,
1329 #advanced-profile-work-wrapper,
1330 #advanced-profile-education-wrapper {
1331         margin-top: 20px;
1332 }
1333
1334 #advanced-profile-name-text,
1335 #advanced-profile-gender-text,
1336 #advanced-profile-dob-text,
1337 #advanced-profile-age-text,
1338 #advanced-profile-marital-text,
1339 #advanced-profile-sexual-text,
1340 #advanced-profile-homepage-text,
1341 #advanced-profile-politic-text,
1342 #advanced-profile-religion-text,
1343 #advanced-profile-about-text,
1344 #advanced-profile-interest-text,
1345 #advanced-profile-contact-text,
1346 #advanced-profile-music-text,
1347 #advanced-profile-book-text,
1348 #advanced-profile-tv-text,
1349 #advanced-profile-film-text,
1350 #advanced-profile-romance-text,
1351 #advanced-profile-work-text,
1352 #advanced-profile-education-text {
1353         width: 300px;
1354         float: left;
1355 }
1356
1357 #advanced-profile-name-end,
1358 #advanced-profile-gender-end,
1359 #advanced-profile-dob-end,
1360 #advanced-profile-age-end,
1361 #advanced-profile-marital-end,
1362 #advanced-profile-sexual-end,
1363 #advanced-profile-homepage-end,
1364 #advanced-profile-politic-end,
1365 #advanced-profile-religion-end {
1366         height: 10px;
1367 }
1368
1369 #advanced-profile-about-end,
1370 #advanced-profile-interest-end,
1371 #advanced-profile-contact-end,
1372 #advanced-profile-music-end,
1373 #advanced-profile-book-end,
1374 #advanced-profile-tv-end,
1375 #advanced-profile-film-end,
1376 #advanced-profile-romance-end,
1377 #advanced-profile-work-end,
1378 #advanced-profile-education-end {
1379
1380
1381 }
1382
1383 #advanced-profile-name,
1384 #advanced-profile-gender,
1385 #advanced-profile-dob,
1386 #advanced-profile-age,
1387 #advanced-profile-marital,
1388 #advanced-profile-sexual,
1389 #advanced-profile-homepage,
1390 #advanced-profile-politic,
1391 #advanced-profile-religion {
1392         float: left;
1393
1394 }
1395
1396
1397 #advanced-profile-about,
1398 #advanced-profile-interest,
1399 #advanced-profile-contact,
1400 #advanced-profile-music,
1401 #advanced-profile-book,
1402 #advanced-profile-tv,
1403 #advanced-profile-film,
1404 #advanced-profile-romance,
1405 #advanced-profile-work,
1406 #advanced-profile-education {
1407         margin-top: 10px;
1408         margin-left: 50px;
1409         margin-right: 20px;
1410         padding: 10px;
1411         border: 1px solid #CCCCCC;
1412 }
1413
1414 #advanced-profile-with {
1415         float: left;
1416         margin-left: 15px;
1417 }
1418
1419 #contact-edit-wrapper {
1420         margin-top: 50px;
1421 }
1422
1423 #contact-edit-banner-name {
1424         font-size: 1.4em;
1425         font-weight: bold;
1426         margin-left: 30px;
1427 }
1428
1429 #contact-edit-poll-wrapper {
1430         margin-left: 50px;
1431         margin-top: 30px;
1432 }
1433 #contact-edit-poll-text {
1434         margin-top: 15px;
1435         margin-bottom: 5px;
1436 }
1437
1438 #contact-edit-update-now {
1439         margin-top: 15px;
1440 }
1441
1442 #contact-edit-photo-wrapper {
1443         margin-bottom: 20px;
1444 }
1445 #contact-edit-links {
1446         float: left;
1447 }
1448 #contact-edit-links a {
1449         float: left;
1450 }
1451 #contact-edit-links img {
1452         margin-left: 20px;
1453         border: none;
1454 }
1455
1456 #contact-drop-links {
1457         float: left;
1458 }
1459
1460 #contact-drop-links img {
1461         margin-left: 20px;
1462         border: none;
1463 }
1464
1465 #contact-edit-nav-end {
1466         clear: both;
1467 }
1468
1469 #contact-edit-direction-icon {
1470         float: left;
1471         margin-top: 70px;
1472         margin-right: 2px;
1473 }
1474
1475 #contact-edit-photo {
1476         float: left;
1477 }
1478
1479 #contact-edit-photo-end {
1480         clear: both;
1481 }
1482
1483 #contact-edit-photo-wrapper {
1484         float: left;
1485 }
1486
1487 #contact-edit-nav-wrapper {
1488         float: left;
1489 }
1490
1491 #contact-edit-end {
1492         clear: both;
1493 }
1494
1495 #contact-profile-selector {
1496         width: 175px;
1497         margin-left: 175px;
1498 }
1499
1500 #contact-reputation-selector {
1501         margin-left: 175px;
1502 }
1503
1504 #contact-edit-rating-text {
1505         margin-left: 175px;
1506 }
1507
1508 .contact-edit-submit {
1509         margin-top: 20px;
1510         /*margin-left: 50px;*/
1511 }
1512
1513 #block-message, #ignore-message {
1514         margin-top: 20px;
1515         color: #FF0000;
1516         font-size: 1.1em;
1517         border: 1px solid #FF8888;
1518         background-color: #FFEEEE;
1519         padding: 10px;
1520 }
1521
1522 #profile-edit-insecure {
1523         margin-top: 20px;
1524         color: #FF0000;
1525         font-size: 1.1em;
1526         border: 1px solid #FF8888;
1527         background-color: #FFEEEE;
1528         padding-left: 5px;
1529         /*: 3px 3px 3px 5px; */
1530         width: 587px;
1531 }
1532
1533 #block-message, #ignore-message {
1534         width: 180px;
1535 }
1536
1537
1538 /*
1539 .profile-tabs {
1540         float: left;
1541         padding: 4px;
1542         margin-top: 10px;
1543         margin-bottom: 10px;
1544         margin-right: 5px;
1545         font-size: 0.8em;
1546         font-weight: bold;
1547         background-color: #ECECEC;
1548         border: 1px solid #858585;
1549 }
1550 .profile-tabs:hover {
1551         background-color: #0CBEFE;
1552         color: #F5F6FB;
1553         border: 1px solid #F5F6FB;
1554 }
1555
1556
1557 #profile-tabs-end {
1558         clear: both;
1559 }*/
1560
1561 .comment-edit-text-empty {
1562         color: gray;
1563         height: 30px;
1564         width: 175px;
1565         overflow: auto;
1566         margin-bottom: 10px;
1567 }
1568
1569 .comment-edit-text-full {
1570         color: black;
1571         height: 150px;
1572         width: 350px;
1573         overflow: auto;
1574 }
1575
1576 #group-new-submit-wrapper {
1577         margin-top: 30px;
1578 }
1579
1580 #acl-allow-group-label,
1581 #acl-allow-contact-label,
1582 #acl-deny-group-label,
1583 #acl-deny-contact-label {
1584         display: block;
1585 }
1586
1587 #acl-permit-text {
1588         margin-top: 10px;
1589         float: left;
1590 }
1591
1592 #acl-deny-text {
1593         margin-top: 10px;
1594 }
1595
1596 #jot-public {
1597         float: left;
1598         margin-top: 10px;
1599         margin-left: 15px;
1600         color: #FF0000;
1601 }
1602
1603 #acl-permit-text-end {
1604         clear: both;
1605 }
1606
1607 #acl-allow-group-label,
1608 #acl-allow-contact-label,
1609 #acl-deny-group-label,
1610 #acl-deny-contact-label {
1611         margin-top: 5px;
1612         margin-bottom: 5px;
1613 }
1614
1615
1616 #group_allow_wrapper,
1617 #group_deny_wrapper {
1618         float: left;
1619         width: 100px;
1620         margin-right: 10px;
1621 }
1622
1623 #contact_allow_wrapper,
1624 #contact_deny_wrapper {
1625         float: left;
1626         width: 150px;
1627         margin-right: 10px;
1628 }
1629
1630 #acl-allow-end,
1631 #acl-deny-end {
1632         clear: both;
1633 }
1634 #acl-permit-outer-wrapper,
1635 #acl-deny-outer-wrapper {
1636         padding: 10px;
1637         margin-top: 10px;
1638         border: 2px solid #BBBBBB;
1639         float: left;
1640 }
1641
1642 #acl-wrapper-end {
1643         clear: both;
1644 }
1645
1646 #group-edit-name-label {
1647         float: left;
1648         width: 175px;
1649         margin-top: 20px;
1650         margin-bottom: 20px;
1651 }
1652
1653 #group-edit-name {
1654         float: left;
1655         width: 225px;
1656         margin-top: 20px;
1657         margin-bottom: 20px;
1658 }
1659
1660 #group-edit-name-wrapper {
1661
1662
1663 }
1664
1665
1666 #group_members_select_label {
1667         display: block;
1668         float: left;
1669         width: 175px;
1670 }
1671
1672 .group_members_select {
1673         float: left;
1674         width: 230px;
1675         overflow: auto;
1676 }
1677
1678 #group_members_select_end {
1679         clear: both;
1680 }
1681 #group-edit-name-end {
1682         clear: both;
1683 }
1684
1685 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1686         margin-bottom: 10px;
1687         margin-top: 20px;
1688 }
1689
1690 #prvmail-submit {
1691         float: left;
1692         margin-top: 10px;
1693         margin-right: 30px;
1694 }
1695 #prvmail-upload-wrapper,
1696 #prvmail-link-wrapper,
1697 #prvmail-rotator-wrapper {
1698         float: left;
1699         margin-top: 10px;
1700         margin-right: 10px;
1701         width: 24px;
1702 }
1703
1704 #prvmail-end {
1705         clear: both;
1706 }
1707
1708 .mail-list-sender,
1709 .mail-list-detail {
1710         float: left;
1711 }
1712 .mail-list-detail {
1713         margin-left: 20px;
1714 }
1715
1716 .mail-list-subject {
1717         font-size: 1.1em;
1718         margin-top: 10px;
1719 }
1720 a.mail-list-link {
1721     display: block;
1722     font-size: 1.3em;
1723     padding: 4px 0;
1724 }
1725
1726 /*
1727 *a.mail-list-link:hover {
1728 *       background-color: #15607B;
1729 *       color: #F5F6FB;
1730 *}
1731 */
1732
1733 .mail-list-outside-wrapper-end {
1734         clear: both;
1735 }
1736
1737 .mail-list-outside-wrapper {
1738         margin-top: 30px;
1739 }
1740
1741 .mail-list-delete-wrapper {
1742         float: right;
1743         margin-right: 30px;
1744         margin-top: 15px;
1745 }
1746
1747 .mail-list-delete-icon {
1748         border: none;
1749 }
1750
1751 .mail-conv-sender,
1752 .mail-conv-detail {
1753         float: left;
1754 }
1755 .mail-conv-detail {
1756         margin-left: 20px;
1757         width: 500px;
1758 }
1759
1760 .mail-conv-subject {
1761     font-size: 1.4em;
1762     margin: 10px 0;
1763 }
1764
1765 .mail-conv-outside-wrapper-end {
1766         clear: both;
1767 }
1768
1769 .mail-conv-outside-wrapper {
1770         margin-top: 30px;
1771 }
1772
1773 .mail-conv-delete-wrapper {
1774         float: right;
1775         margin-right: 30px;
1776         margin-top: 15px;
1777 }
1778
1779 .mail-conv-delete-icon {
1780         border: none;
1781 }
1782
1783 .message-links ul {
1784         list-style-type: none;
1785         padding: 0px;
1786 }
1787
1788 .message-links li {
1789         margin-top: 10px;
1790         float: left;
1791 }
1792 .message-links a {
1793         padding: 3px 5px;
1794 }
1795
1796 .message-links ul ul {
1797         clear: both;
1798 }
1799
1800 #sidebar-group-list ul {
1801         list-style-type: none;
1802 }
1803
1804 #sidebar-group-list li {
1805         margin-top: 10px;
1806 }
1807
1808 #side-follow-wrapper {
1809         margin-top: 20px;
1810 }
1811 #side-follow-url {
1812         margin-top: 5px;
1813 }
1814 #side-follow-submit {
1815         margin-top: 15px;
1816 }
1817
1818 .photo-album-image-wrapper {
1819         float: left;
1820         margin-top: 15px;
1821         margin-right: 15px;
1822         width: 200px; height: 200px; 
1823         overflow: hidden; 
1824         position: relative;
1825 }
1826 .photo-album-image-wrapper .caption {
1827         display: none; 
1828         width: 100%;
1829         position: absolute; 
1830         bottom: 0px; 
1831         padding: 0.5em 0.5em 0px 0.5em;
1832         background-color: rgba(245, 245, 255, 0.8);
1833         border-bottom: 2px solid #CCC;
1834         margin: 0px;
1835 }
1836 .photo-album-image-wrapper a:hover .caption {
1837         display:block;
1838 }
1839
1840 #photo-album-end {
1841         clear: both;
1842 }
1843
1844 .photo-top-image-wrapper {
1845         position: relative;
1846         float: left;
1847         margin-top: 15px;
1848         margin-right: 15px;
1849         width: 200px; height: 200px; 
1850         overflow: hidden; 
1851 }
1852 .photo-top-album-name {
1853         width: 100%;
1854         min-height: 2em;
1855         position: absolute; 
1856         bottom: 0px; 
1857         padding: 0px 3px;
1858         padding-top: 0.5em;
1859         background-color: rgb(255, 255, 255);
1860 }
1861 #photo-top-end {
1862         clear: both;
1863 }
1864
1865 #photo-top-links {
1866         margin-bottom: 30px;
1867         margin-left: 30px;
1868 }
1869
1870 #photos-upload-newalbum-div {
1871         float: left;
1872         width: 175px;
1873 }
1874 #photos-upload-existing-album-text {
1875         float: left;
1876         width: 175px;
1877 }
1878 #photos-upload-newalbum {
1879         float: left;
1880 }
1881 #photos-upload-album-select {
1882         float: left;
1883 }
1884
1885 #photos-upload-spacer {
1886         margin-top: 25px;
1887 }
1888 #photos-upload-new-end, #photos-upload-exist-end {
1889         clear: both;
1890 }
1891 #photos-upload-exist-end {
1892         margin-bottom: 15px;
1893 }
1894 #photos-upload-submit {
1895         margin-top: 15px;
1896 }
1897
1898 #photos_upload_applet_wrapper {
1899         margin-bottom: 15px;
1900 }
1901
1902 #photos-upload-no-java-message {
1903         margin-bottom: 15px;
1904 }
1905
1906 #profile-jot-desc {
1907         /*float: left;*/
1908         width: 480px;
1909         color: #FF0000;
1910         margin-top: 10px;
1911         margin-bottom: 10px;
1912 }
1913
1914 #character-counter {
1915         float: right;
1916         font-size: 120%;
1917 }
1918
1919 #character-counter.grey {
1920         color: #888888;
1921 }
1922
1923 #character-counter.orange {
1924         color: orange;
1925 }
1926 #character-counter.red {
1927         color: red;
1928 }
1929
1930 #profile-jot-banner-end {
1931         /* clear: both; */ 
1932 }
1933
1934 #photos-upload-select-files-text {
1935         margin-top: 15px;
1936         margin-bottom: 15px;
1937 }
1938
1939 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1940         color: #8888FF;
1941         text-decoration: none;
1942         cursor: pointer;
1943 }
1944
1945 #photos-upload-perms-menu:hover {
1946         color: #0000FF;
1947         text-decoration: underline;
1948         cursor: pointer;
1949 }
1950 #settings-default-perms-menu {
1951         margin-top: 15px;
1952         margin-bottom: 15px;
1953 }
1954
1955 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1956         float: left;
1957         width: 150px;
1958 }
1959
1960 #photo-edit-perms-end {
1961         margin-bottom: 15px;
1962 }
1963
1964 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1965         float: left;
1966         margin-bottom: 25px;
1967 }
1968 #photo-edit-link-wrap {
1969         margin-bottom: 15px;
1970 }
1971 #photo-like-div {
1972         margin-bottom: 25px;
1973 }
1974
1975 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1976         clear: both;
1977 }
1978
1979 #photo-edit-delete-button {
1980         margin-left: 200px;
1981 }
1982 #photo-edit-end {
1983         margin-bottom: 35px;
1984 }
1985 #photo-caption {
1986         font-size: 110%;
1987         font-weight: bold;
1988         margin-top: 15px;
1989         margin-bottom: 15px;
1990 }
1991
1992 #in-this-photo-text {
1993         color: #0000FF;
1994         margin-left: 30px;
1995 }
1996
1997 #in-this-photo {
1998         margin-left: 60px;
1999         margin-top: 10px;
2000         margin-bottom: 20px;
2001 }
2002
2003 #photo-album-edit-submit, #photo-album-edit-drop {
2004         margin-top: 15px;
2005         margin-bottom: 15px;
2006 }
2007
2008 #photo-album-edit-drop {
2009         margin-left: 200px;
2010 }
2011
2012 .group-delete-wrapper {
2013         float: right;
2014         margin-right: 50px;
2015 }
2016
2017 #install-dbhost-label,
2018 #install-dbuser-label,
2019 #install-dbpass-label,
2020 #install-dbdata-label,
2021 #install-tz-desc {
2022        float: left;
2023        width: 250px;
2024        margin-top: 10px;
2025        margin-bottom: 10px;
2026
2027 }
2028
2029 #install-dbhost,
2030 #install-dbuser,
2031 #install-dbpass,
2032 #install-dbdata {
2033        float: left;
2034        width: 200px;
2035        margin-left: 20px;
2036 }
2037
2038 #install-dbhost-end,
2039 #install-dbuser-end,
2040 #install-dbpass-end,
2041 #install-dbdata-end,
2042 #install-tz-end {
2043        clear: both;
2044 }
2045
2046 #install-form select#timezone_select {
2047        float: left;
2048        margin-top: 18px;
2049        margin-left: 20px;
2050 }
2051
2052 #dfrn-request-networks {
2053         margin-bottom: 30px;
2054 }
2055
2056 #pause {
2057   position: fixed;
2058   bottom: 5px;
2059   right: 5px;
2060 }
2061
2062 .sparkle {
2063         cursor: url('lock.cur'), pointer;
2064 /*      cursor: pointer !important; */
2065 }
2066
2067 .contact-block-div {
2068         float: left;
2069         width: 52px;
2070         height: 52px;
2071 }
2072 .contact-block-textdiv {
2073         float: left;
2074         width: 150px;
2075         height: 34px;
2076 }
2077
2078 #contact-block-end {
2079         clear: both;
2080 }
2081 .contact-block-link {
2082         float: left;
2083 }
2084 .contact-block-img {
2085         width:48px;
2086         height:48px;
2087 }
2088
2089 #tag-remove {
2090         margin-bottom: 15px;
2091 }
2092
2093 #tagrm li {
2094         margin-bottom: 10px;
2095 }
2096
2097 #tagrm-submit, #tagrm-cancel {
2098         margin-top: 25px;
2099 }
2100
2101 #tagrm-cancel {
2102         margin-left: 15px;
2103 }
2104
2105 .wall-item-conv {
2106         margin-top: 5px;
2107         margin-bottom: 25px;
2108 }
2109
2110 #search-submit {
2111         margin-left: 15px;
2112 }
2113
2114 #search-box {
2115         margin-bottom: 25px;
2116 }
2117
2118 .location-label, .gender-label, .marital-label, .homepage-label {
2119         float: left;
2120         text-align: right;
2121         display: block;
2122         width: 65px;
2123 }
2124
2125 .adr, .x-gender, .marital-text, .homepage-url {
2126         float: left;
2127         display: block;
2128         margin-left: 8px;
2129 }
2130
2131 .profile-clear {
2132         clear: both;
2133 }
2134
2135
2136 .clear {
2137         clear: both;
2138 }
2139
2140 .cc-license {
2141         margin-top: 50px;
2142         font-size: 70%;
2143 }
2144
2145
2146 #plugin-settings-link, #account-settings-link {
2147         margin-bottom: 10px;
2148 }
2149
2150 #uexport-link {
2151         margin-bottom: 20px;
2152 }
2153
2154 /* end from default */
2155         
2156
2157 .fn {
2158         padding: 0px 0px 5px 0px;
2159         font-size: 120%;
2160         font-weight: bold;
2161 }
2162
2163 .vcard .title {
2164         margin-bottom: 5px;
2165 }
2166
2167
2168 #birthday-title {
2169         float: left;
2170         font-weight: bold;      
2171 }
2172
2173 #birthday-adjust {
2174         float: left;
2175         font-size: 75%;
2176         margin-left: 10px;
2177 }
2178
2179 #birthday-title-end {
2180         clear: both;
2181 }
2182
2183 .birthday-list {
2184         margin-left: 15px;
2185 }
2186
2187 #birthday-wrapper {
2188         margin-bottom: 20px;
2189 }
2190
2191 #network-new-link {
2192         margin-top: 15px;
2193         margin-bottom: 15px;
2194 }
2195
2196
2197 .tool-wrapper {
2198   float: left;
2199   margin-left: 15px;
2200 }
2201
2202 .tool-link {
2203   cursor: pointer;
2204 }
2205
2206
2207 .calendar {
2208         font-family: Courier, monospace;
2209 }
2210 .today {
2211         color: #FF0000;
2212 }
2213
2214 .settings-block {
2215         border: 1px solid #AAA;
2216         margin: 10px;
2217         padding: 10px;
2218 }
2219
2220 .app-title {
2221         margin: 10px;
2222 }
2223
2224 #identity-manage-desc {
2225         margin-top:15px;
2226         margin-bottom: 15px;
2227 }
2228
2229 #identity-manage-choose {
2230         margin-bottom: 15px;
2231 }
2232
2233 #identity-submit {
2234         margin-top: 20px;
2235 }
2236
2237 #photo-prev-link, #photo-next-link {
2238         padding: 10px;
2239         float: left;
2240 }
2241
2242 #photo-photo {
2243         float: left;
2244 }
2245
2246 #photo-photo-end {
2247         clear: both;
2248 }
2249
2250 .profile-match-photo {
2251         float: left;
2252         text-align: center;
2253         width: 120px;
2254 }
2255
2256 .profile-match-name {
2257         float: left;
2258         text-align: center;
2259         width: 120px;
2260         overflow: hidden;
2261 }
2262
2263 .profile-match-break,
2264 .profile-match-end {
2265         clear: both;
2266 }
2267
2268 .profile-match-wrapper {
2269         float: left;
2270         padding: 10px;
2271 }
2272 #profile-match-wrapper-end {
2273         clear: both;
2274 }
2275 .side-link {
2276         margin-bottom: 15px;
2277 }
2278
2279 #language-selector {
2280         position: absolute;
2281         top: 0;
2282         left: 0;
2283 }
2284
2285 #group-members {
2286         margin-top: 20px;
2287         padding: 10px;
2288         height: 250px;
2289         overflow: auto;
2290         border: 1px solid #ddd;
2291 }
2292
2293 #group-members-end {
2294         clear: both;
2295 }
2296
2297 #group-separator {
2298         margin-top: 10px;
2299         margin-bottom: 10px;
2300 }
2301
2302 #group-all-contacts {
2303         padding: 10px;
2304         height: 450px;
2305         overflow: auto;
2306         border: 1px solid #ddd;
2307 }
2308
2309 #group-all-contacts-end {
2310         clear: both;
2311         margin-bottom: 10px;
2312 }
2313
2314 #group-edit-desc {
2315         margin-top: 15px;
2316 }
2317
2318
2319 #prof-members {
2320         margin-top: 20px;
2321         padding: 10px;
2322         height: 250px;
2323         overflow: auto;
2324         border: 1px solid #ddd;
2325 }
2326
2327 #prof-members-end {
2328         clear: both;
2329 }
2330
2331 #prof-separator {
2332         margin-top: 10px;
2333         margin-bottom: 10px;
2334 }
2335
2336 #prof-all-contacts {
2337         padding: 10px;
2338         height: 450px;
2339         overflow: auto;
2340         border: 1px solid #ddd;
2341 }
2342
2343 #prof-all-contacts-end {
2344         clear: both;
2345         margin-bottom: 10px;
2346 }
2347
2348 #prof-edit-desc {
2349         margin-top: 15px;
2350 }
2351
2352 #crepair-nick-label,
2353 #crepair-url-label,
2354 #crepair-request-label,
2355 #crepair-confirm-label,
2356 #crepair-notify-label,
2357 #crepair-poll-label {
2358         float: left;
2359         width: 200px;
2360         margin-bottom: 15px;
2361 }
2362
2363 #crepair-nick,
2364 #crepair-url,
2365 #crepair-request,
2366 #crepair-confirm,
2367 #crepair-notify,
2368 #crepair-poll {
2369         float: left;
2370         width: 300px;
2371 }
2372
2373 #contact-edit-links .icon, #contact-drop-links .icon {
2374         margin: 0px 3px 0px 3px;
2375 }
2376
2377 /**
2378  * ICONS
2379  */
2380 .icon {
2381         display: block; width: 16px; height: 16px;
2382         background-image: url('../../../images/icons.png');
2383 }
2384 .article { background-position: 0px 0px;}
2385 .audio { background-position: -16px 0px;}
2386 .block { background-position: -32px 0px;}
2387 .drop { background-position: -48px 0px;}
2388 .drophide { background-position: -64px 0px;}
2389 .edit { background-position: -80px 0px;}
2390 .camera { background-position: -96px 0px;}
2391 .dislike { background-position: -112px 0px;}
2392 .like { background-position: -128px 0px;}
2393 .link { background-position: -144px 0px;}
2394
2395 .globe { background-position: 0px -16px;}
2396 .noglobe { background-position: -16px -16px;}
2397 .no { background-position: -32px -16px;}
2398 .pause { background-position: -48px -16px;}
2399 .play { background-position: -64px -16px;}
2400 .pencil { background-position: -80px -16px;}
2401 .small-pencil { background-position: -96px -16px;}
2402 .recycle { background-position: -112px -16px;}
2403 .remote-link { background-position: -128px -16px;}
2404 .share { background-position: -144px -16px;}
2405
2406 .tools { background-position: 0px -32px;}
2407 .lock { background-position: -16px -32px;}
2408 .unlock { background-position: -32px -32px;}
2409 .video { background-position: -48px -32px;}
2410 .youtube { background-position: -64px -32px;}