]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
warn if msg is visible to all
[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         margin-bottom: 30px;
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 #settings-nick {
510         margin-bottom: 50px;
511 }
512
513 #cropimage-wrapper, #cropimage-preview-wrapper {
514         float: left;
515         padding: 30px;
516 }
517
518 #crop-image-form {
519         margin-top: 30px;
520         clear: both;
521 }
522
523 .intro-wrapper {
524         margin-top: 20px;
525 }
526
527 .intro-fullname {
528         font-size: 1.1em;
529         font-weight: bold;
530
531 }
532 .intro-desc {
533         margin-bottom: 20px;
534         font-weight: bold;
535 }
536
537 .intro-note {
538         padding: 10px;
539 }
540
541 .intro-end {
542         padding: 30px;
543 }
544
545 .intro-form {
546         float: left;
547 }
548 .intro-approve-form {
549         clear: both;
550 }
551 .intro-approve-as-friend-end {
552         clear: both;
553 }
554 .intro-submit-approve, .intro-submit-ignore {
555         margin-right: 20px;
556 }
557 .intro-submit-approve {
558         margin-top: 15px;
559 }
560
561 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
562         float: left;
563         width: 100px;
564         margin-left: 20px;
565 }
566 .intro-approve-as-friend, .intro-approve-as-fan {
567         float: left;
568 }
569 .intro-form-end {
570         clear: both;
571 }
572 .intro-approve-as-friend-desc {
573         margin-top: 15px;
574 }
575 .intro-approve-as-end {
576         clear: both;
577         margin-bottom: 10px;
578 }
579
580 .intro-end {
581         clear: both;
582         margin-bottom: 30px;
583 }
584
585 #profile-extra-links ul {
586         list-style-type: none;
587 }
588
589
590 #profile-extra-links li {
591         margin-top: 5px;
592 }
593
594 #profile-edit-links ul {
595         list-style-type: none;
596 }
597
598 #profile-edit-links li {
599         margin-top: 10px;
600 }
601
602 .view-contact-wrapper {
603         margin-top: 20px;
604         float: left;
605         margin-left: 20px;
606         width: 180px;
607 }
608 #view-contact-end {
609         clear: both;
610 }
611
612
613 #viewcontacts {
614         margin-top: 15px;
615 }
616 #profile-edit-default-desc {
617         color: #FF0000;
618         border: 1px solid #FF8888;
619         background-color: #FFEEEE;
620         padding: 7px;
621 }
622
623 #profile-edit-clone-link-wrapper {
624         float: left;
625         margin-left: 50px;
626         margin-bottom: 20px;
627         width: 300px;
628 }
629
630 #profile-edit-drop-link-wrapper {
631         float: left;
632 }
633
634 #profile-edit-links-end {
635         clear: both;
636 }
637 .profile-listing-photo {
638         border: none;
639 }
640
641 .profile-edit-submit-wrapper {
642         margin-top: 20px;
643         margin-bottom: 20px;
644 }
645
646 #profile-photo-link-select-wrapper {
647         margin-top: 2em;
648 }
649
650 #profile-photo-submit-wrapper {
651         margin-top: 10px;
652 }
653
654 #profile-photo-wrapper img {
655         width:175px;
656         height:175px;
657 }
658
659 #profile-edit-profile-name-label,
660 #profile-edit-name-label,
661 #profile-edit-pdesc-label,
662 #profile-edit-gender-label,
663 #profile-edit-dob-label,
664 #profile-edit-address-label,
665 #profile-edit-locality-label,
666 #profile-edit-region-label,
667 #profile-edit-postal-code-label,
668 #profile-edit-country-name-label,
669 #profile-edit-marital-label,
670 #profile-edit-sexual-label,
671 #profile-edit-politic-label,
672 #profile-edit-religion-label,
673 #profile-edit-pubkeywords-label,
674 #profile-edit-prvkeywords-label,
675 #profile-edit-homepage-label {
676         float: left;
677         width: 175px;
678 }
679
680 #profile-edit-profile-name,
681 #profile-edit-name,
682 #profile-edit-pdesc,
683 #gender-select,
684 #profile-edit-dob,
685 #profile-edit-address,
686 #profile-edit-locality,
687 #profile-edit-region,
688 #profile-edit-postal-code,
689 #profile-edit-country-name,
690 #marital-select,
691 #sexual-select,
692 #profile-edit-politic,
693 #profile-edit-religion,
694 #profile-edit-pubkeywords,
695 #profile-edit-prvkeywords,
696 #profile-in-dir-yes,
697 #profile-in-dir-no,
698 #profile-in-netdir-yes,
699 #profile-in-netdir-no,
700 #hide-friends-yes,
701 #hide-friends-no {
702         float: left;
703         margin-bottom: 20px;
704 }
705 #settings-normal,
706 #settings-soapbox,
707 #settings-freelove,
708 #settings-community {
709         float: left;
710 }
711
712
713 #profile-in-dir-yes-label,
714 #profile-in-dir-no-label,
715 #profile-in-netdir-yes-label,
716 #profile-in-netdir-no-label,
717 #hide-friends-yes-label,
718 #hide-friends-no-label {
719         margin-left: 125px;
720         float: left;
721         width: 50px;
722 }
723
724 #profile-edit-with-label {
725         width: 175px;
726         margin-left: 20px;
727 }
728
729 #profile-publish-yes-reg,
730 #profile-publish-no-reg {
731         float: left;
732         margin-bottom: 10px;
733 }
734
735 #profile-publish-yes-label-reg,
736 #profile-publish-no-label-reg {
737         margin-left: 350px;
738         float: left;
739         width: 50px;
740 }
741
742 #profile-publish-break-reg,
743 #profile-publish-end-reg {
744         clear: both;
745 }
746
747
748 #profile-edit-pdesc-desc,
749 #profile-edit-pubkeywords-desc,
750 #profile-edit-prvkeywords-desc {
751         float: left;
752         margin-left: 20px;
753 }
754
755
756 #profile-edit-homepage {
757         float: left;
758         margin-bottom: 35px;
759 }
760 #settings-normal-label,
761 #settings-soapbox-label,
762 #settings-community-label,
763 #settings-freelove-label {
764         float: left;
765         width: 200px;
766 }
767 #settings-normal-desc,
768 #settings-soapbox-desc,
769 #settings-community-desc,
770 #settings-freelove-desc {
771         /*float: left;
772         margin-left: 75px;*/
773     clear: left;
774     color: #666666;
775     display: block;
776     margin-bottom: 20px 
777 }
778
779 #profile-edit-profile-name-end,
780 #profile-edit-name-end,
781 #profile-edit-pdesc-end,
782 #profile-edit-gender-end,
783 #profile-edit-dob-end,
784 #profile-edit-address-end,
785 #profile-edit-locality-end,
786 #profile-edit-region-end,
787 #profile-edit-postal-code-end,
788 #profile-edit-country-name-end,
789 #profile-edit-marital-end,
790 #profile-edit-sexual-end,
791 #profile-edit-politic-end,
792 #profile-edit-religion-end,
793 #profile-edit-pubkeywords-end,
794 #profile-edit-prvkeywords-end,
795 #profile-edit-homepage-end,
796 #profile-in-dir-break,
797 #profile-in-dir-end,
798 #profile-in-netdir-break,
799 #profile-in-netdir-end,
800 #hide-friends-break,
801 #hide-friends-end,
802 #settings-normal-break,
803 #settings-soapbox-break,
804 #settings-community-break,
805 #settings-freelove-break {
806         clear: both;
807 }
808
809
810
811
812
813 #gender-select, #marital-select, #sexual-select {
814         width: 220px;
815 }
816
817 #profile-edit-profile-name-wrapper .required {
818         color: #FF0000;
819         float: left;
820 }
821
822 #contacts-main {
823         margin-top: 20px;
824         margin-bottom: 20px;
825 }
826
827 .contact-entry-wrapper {
828         float: left;
829         width: 180px;
830 }
831
832 .contact-entry-direction-icon {
833         margin-top: 24px;
834         margin-right: 2px;
835 }
836
837 .contact-entry-photo img {
838         border: none;
839 }
840 .contact-entry-photo-end {
841         clear: both;
842 }
843 .contact-entry-name {
844         float: left;
845         margin-left: 30px;
846 }
847 .contact-entry-edit-links {
848         margin-top: 6px;
849         margin-left: 10px;
850         width: 16px;
851 }
852 .contact-entry-nav-wrapper {
853         float: left;
854         margin-left: 10px;
855 }
856
857 .contact-entry-edit-links img {
858         border: none;
859         margin-right: 15px;
860 }
861 .contact-entry-photo {
862         float: left;
863 }
864 .contact-entry-end {
865         clear: both;
866 }
867
868 #contact-edit-end {
869         clear: both;
870 }
871
872 .wall-item-content-wrapper {
873         margin-top: 10px;
874         border: 1px solid #CCC;
875         position: relative;
876 }
877
878 .wall-item-content-wrapper.comment {
879         margin-left: 50px;
880         background: #EEEEEE;
881 }
882
883 .wall-item-info {
884         display: block;
885         float: left;
886         width:110px;
887         margin-right:10px;
888 }
889 .comment .wall-item-info {
890         width: 70px;
891 }
892
893 .wall-item-photo-wrapper {
894         margin-top: 10px;
895         margin-left: 10px;
896         margin-bottom: 10px;
897         width: 100px;
898 }
899 .wall-item-photo-menu-button {
900         display: block;
901         position: absolute;
902         background-image: url("photo-menu.jpg");
903         background-position: top left; 
904         background-repeat: no-repeat;
905         margin: 0px; padding: 0px;
906         width: 16px;
907         height: 16px;
908         top: 74px; left:10px;
909         overflow: hidden;
910         text-indent: 40px;
911         display: none;
912         
913 }
914 .wall-item-photo-menu {
915         width: auto;
916         border: 2px solid #444444;
917         background: #FFFFFF;
918         position: absolute;
919         left: 10px; top: 90px;
920         display: none;
921         z-index: 10000;
922 }
923 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
924 .wall-item-photo-menu li a { display: block; padding: 2px; }
925 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
926
927
928 .comment .wall-item-photo-menu-button { top: 44px;}
929 .comment .wall-item-photo-menu { top: 60px; }
930
931 .wallwall .wwto {
932     left: 50px;
933     margin: 0;
934     position: absolute;
935     top: 70px;
936     width: 30px
937 }
938 .wallwall .wwto img {
939         width: 30px;
940         height: 30px;
941 }
942
943 .wallwall .wall-item-photo-end {
944         clear: both;
945 }
946
947 .wall-item-arrowphoto-wrapper {
948     position: absolute;
949     left: 75px;
950     top: 70px;
951     z-index: 100;
952 }
953 .wall-item-wrapper {
954         /*float: left;
955     margin-right: 5px;
956     width: 250px;*/
957     margin-left:10px;
958 }
959 .wall-item-lock {
960         /*height: 20px;*/
961         /*margin-top: 10px;*/
962     left: 105px;
963     position: absolute;
964     top: 1px;   
965 }
966 .comment .wall-item-lock {
967         left: 65px;
968 }
969
970 .wall-item-ago {
971         color: #888888;
972         font-size: 0.8em;
973 }
974
975 .wall-item-location {
976         overflow: hidden;
977         /* add ellipsis on text overflow               */
978         /* this work on safari, opera, ie, chrome.     */
979         /* firefox users have to wait support or we    */
980         /* can use a jquery plugin http://bit.ly/zJskg */
981         text-overflow: ellipsis;
982         -o-text-overflow: ellipsis;
983         width: 100%;
984 }
985
986 .wall-item-like-buttons {
987         float: left;
988         margin-right: 10px;
989         padding-right: 10px;
990         border-right: 2px solid #fff;
991 }
992
993 .wall-item-like-buttons > a,
994 .wall-item-like-buttons > img {
995         float: left;
996 }
997
998 .wall-item-like-buttons img {
999         cursor: pointer;
1000 }
1001
1002 .wall-item-share-buttons {
1003         margin-left: 10px;
1004 }
1005
1006 .editpost {
1007         margin-left: 15px;
1008 }
1009
1010 .wall-item-links-wrapper {
1011         float: left;
1012 }
1013
1014 .wall-item-delete-wrapper {
1015         float: right;
1016 }
1017
1018 .wall-item-delete-end {
1019         clear: both;
1020 }
1021
1022 .wall-item-delete-icon {
1023         border: none;
1024 }
1025
1026
1027 .wall-item-wrapper-end {
1028         clear: both;
1029 }
1030 .wall-item-name-link {
1031         font-weight: bold;
1032         text-decoration: none;
1033         color: #3172BD;
1034 }
1035 .wall-item-photo {
1036         border: none;
1037 }
1038 .comment .wall-item-photo {
1039         width: 50px; height: 50px;
1040 }
1041 .wall-item-content {
1042         /*float: left;*/
1043         /*width: 450px;*/
1044         margin-left: 10px;
1045         /*margin-bottom: 20px;*/
1046         /*padding: 20px;*/
1047         max-height: 400px;
1048         overflow: auto;
1049 }
1050
1051 .wall-item-title {
1052         float: left;
1053         font-weight: bold;
1054         /*width: 450px;*/
1055 }
1056
1057 .wall-item-title-end {
1058         clear: both;
1059 }
1060
1061 .wall-item-body {
1062         float: left;
1063         /*width: 450px;*/
1064         margin-top: 10px;
1065 }
1066
1067 .wall-item-tools {
1068         clear: both;
1069         background-image: url("head.jpg");
1070     background-position: 0 -20px;
1071     background-repeat: repeat-x;
1072         padding: 5px 10px 0px;
1073 }
1074 .wall-item-author {
1075         margin-top: 10px;
1076 }
1077
1078 .comment .wall-item-tools {
1079         background:none;
1080
1081
1082 .comment-edit-wrapper {
1083         margin-top: 15px;
1084         background: #f3f3f3;
1085         margin-left: 50px;
1086 }
1087
1088 .comment-wwedit-wrapper {
1089         margin-top: 15px;
1090         background: #f3f3f3;
1091         margin-left: 50px;
1092 }
1093
1094 .comment-edit-photo {
1095         margin-top: 10px;
1096         margin-left: 10px;
1097         margin-bottom: 10px;
1098         width: 100px;
1099         float: left;
1100 }
1101 .comment-edit-photo img {
1102         width: 25px;
1103 }
1104 .comment-edit-text-empty, .comment-edit-text-full {
1105         float: left;
1106         margin-top: 10px;
1107 }
1108 .comment-edit-text-end {
1109         clear: both;
1110 }
1111
1112 .comment-edit-submit {
1113         margin: 10px 0px 10px 110px;
1114 }
1115
1116 #profile-jot-plugin-wrapper,
1117 #profile-jot-submit-wrapper {
1118         margin-top: 15px;
1119 }
1120
1121 #profile-jot-submit {
1122         float: left;
1123 }
1124 #profile-upload-wrapper {
1125         float: left;
1126         margin-left: 30px;
1127 }
1128
1129 #profile-rotator {
1130         float: left;
1131         margin-left: 30px;
1132 }
1133 #profile-link-wrapper {
1134         float: left;
1135         margin-left: 15px;
1136 }
1137 #profile-youtube-wrapper {
1138         float: left;
1139         margin-left: 15px;
1140 }
1141 #profile-video-wrapper {
1142         float: left;
1143         margin-left: 15px;
1144 }
1145 #profile-audio-wrapper {
1146         float: left;
1147         margin-left: 15px;
1148 }
1149 #profile-location-wrapper {
1150         float: left;
1151         margin-left: 15px;
1152 }
1153 #profile-nolocation-wrapper {
1154         float: left;
1155         margin-left: 15px;
1156 }
1157 #profile-title-wrapper {
1158         float: left;
1159         margin-left: 15px;
1160 }
1161
1162 #profile-jot-perms {
1163         float: left;
1164         margin-left: 100px;
1165         font-weight: bold;
1166         font-size: 1.2em;
1167 }
1168
1169 #profile-jot-perms-end {
1170         /*clear: left;*/
1171         height: 30px;
1172 }
1173
1174 #profile-jot-plugin-end{
1175   clear: both;
1176 }
1177 .profile-jot-net {
1178         float: left;
1179         margin-right: 10px;
1180         margin-top: 5px;
1181         margin-bottom: 5px;
1182 }
1183
1184 #profile-jot-networks-end {
1185         clear: both;
1186 }
1187
1188 #profile-jot-end {
1189         /*clear: both;*/
1190         margin-bottom: 30px;
1191 }
1192 #about-jot-submit-wrapper {
1193         margin-top: 15px;
1194 }
1195 #about-jot-end {
1196         margin-bottom: 30px;
1197 }
1198 #contacts-main {
1199         margin-bottom: 30px;
1200 }
1201
1202 #profile-listing-desc {
1203         margin-left: 30px;
1204 }
1205
1206 #profile-listing-new-link-wrapper {
1207         margin-left: 30px;
1208         margin-bottom: 30px;
1209 }
1210 .profile-listing-photo-wrapper {
1211         float: left;
1212 }
1213
1214 .profile-listing-edit-buttons-wrapper {
1215         clear: both;
1216 }
1217 .profile-listing-photo-edit-link {
1218         float: left;
1219         width: 125px;
1220 }
1221 .profile-listing-end {
1222         clear: both;
1223 }
1224 .profile-listing-edit-buttons-wrapper img{
1225         border: none;
1226         margin-right: 20px;
1227 }
1228 .profile-listing {
1229         margin-top: 25px;
1230 }
1231 .profile-listing-name {
1232         float: left;
1233         margin-left: 32px;
1234         margin-top: 10px;
1235         color: #3172BD;
1236         font-weight: bold;
1237         width: 200px;
1238
1239 }
1240 .fortune {
1241         margin-top: 50px;
1242         color: #4444FF;
1243         font-weight: bold;
1244         margin-bottom: 20px;
1245 }
1246
1247
1248 .directory-end {
1249         clear: both;
1250 }
1251 .directory-name {
1252         text-align: center;
1253 }
1254 .directory-photo {
1255         margin-left: 25px;
1256 }
1257 .directory-details {
1258         font-size: 0.7em;
1259         text-align: center;
1260         margin-left: 5px;
1261         margin-right: 5px;
1262 }
1263 .directory-item {
1264         float: left;
1265         width: 225px;
1266         height: 260px;
1267         overflow: auto;
1268 }
1269
1270 #directory-search-wrapper {
1271         margin-top: 20px;
1272         margin-right: 20px;
1273         margin-bottom: 50px;
1274 }
1275
1276 #directory-search-end {
1277 }
1278
1279 .directory-photo-img {
1280         border: none;
1281 }
1282
1283
1284 .pager {
1285   padding: 10px;
1286   text-align: center;
1287   font-size: 1.0em;
1288 }
1289
1290
1291 .pager_first,
1292 .pager_last,
1293 .pager_prev,
1294 .pager_next,
1295 .pager_n {
1296         border: 1px solid black;
1297         background: #EEE;
1298         padding: 4px;
1299 }
1300
1301 .pager_first a,
1302 .pager_last a,
1303 .pager_prev a,
1304 .pager_next a,
1305 .pager_n a {
1306         text-decoration: none;
1307 }
1308
1309 .pager_current {
1310   border: 1px solid black;
1311   background: #FFCCCC;
1312   padding: 4px;
1313 }
1314
1315
1316 #advanced-profile-name-wrapper,
1317 #advanced-profile-gender-wrapper,
1318 #advanced-profile-dob-wrapper,
1319 #advanced-profile-age-wrapper,
1320 #advanced-profile-marital-wrapper,
1321 #advanced-profile-sexual-wrapper,
1322 #advanced-profile-homepage-wrapper,
1323 #advanced-profile-politic-wrapper,
1324 #advanced-profile-religion-wrapper,
1325 #advanced-profile-about-wrapper,
1326 #advanced-profile-interest-wrapper,
1327 #advanced-profile-contact-wrapper,
1328 #advanced-profile-music-wrapper,
1329 #advanced-profile-book-wrapper,
1330 #advanced-profile-tv-wrapper,
1331 #advanced-profile-film-wrapper,
1332 #advanced-profile-romance-wrapper,
1333 #advanced-profile-work-wrapper,
1334 #advanced-profile-education-wrapper {
1335         margin-top: 20px;
1336 }
1337
1338 #advanced-profile-name-text,
1339 #advanced-profile-gender-text,
1340 #advanced-profile-dob-text,
1341 #advanced-profile-age-text,
1342 #advanced-profile-marital-text,
1343 #advanced-profile-sexual-text,
1344 #advanced-profile-homepage-text,
1345 #advanced-profile-politic-text,
1346 #advanced-profile-religion-text,
1347 #advanced-profile-about-text,
1348 #advanced-profile-interest-text,
1349 #advanced-profile-contact-text,
1350 #advanced-profile-music-text,
1351 #advanced-profile-book-text,
1352 #advanced-profile-tv-text,
1353 #advanced-profile-film-text,
1354 #advanced-profile-romance-text,
1355 #advanced-profile-work-text,
1356 #advanced-profile-education-text {
1357         width: 300px;
1358         float: left;
1359 }
1360
1361 #advanced-profile-name-end,
1362 #advanced-profile-gender-end,
1363 #advanced-profile-dob-end,
1364 #advanced-profile-age-end,
1365 #advanced-profile-marital-end,
1366 #advanced-profile-sexual-end,
1367 #advanced-profile-homepage-end,
1368 #advanced-profile-politic-end,
1369 #advanced-profile-religion-end {
1370         height: 10px;
1371 }
1372
1373 #advanced-profile-about-end,
1374 #advanced-profile-interest-end,
1375 #advanced-profile-contact-end,
1376 #advanced-profile-music-end,
1377 #advanced-profile-book-end,
1378 #advanced-profile-tv-end,
1379 #advanced-profile-film-end,
1380 #advanced-profile-romance-end,
1381 #advanced-profile-work-end,
1382 #advanced-profile-education-end {
1383
1384
1385 }
1386
1387 #advanced-profile-name,
1388 #advanced-profile-gender,
1389 #advanced-profile-dob,
1390 #advanced-profile-age,
1391 #advanced-profile-marital,
1392 #advanced-profile-sexual,
1393 #advanced-profile-homepage,
1394 #advanced-profile-politic,
1395 #advanced-profile-religion {
1396         float: left;
1397
1398 }
1399
1400
1401 #advanced-profile-about,
1402 #advanced-profile-interest,
1403 #advanced-profile-contact,
1404 #advanced-profile-music,
1405 #advanced-profile-book,
1406 #advanced-profile-tv,
1407 #advanced-profile-film,
1408 #advanced-profile-romance,
1409 #advanced-profile-work,
1410 #advanced-profile-education {
1411         margin-top: 10px;
1412         margin-left: 50px;
1413         margin-right: 20px;
1414         padding: 10px;
1415         border: 1px solid #CCCCCC;
1416 }
1417
1418 #advanced-profile-with {
1419         float: left;
1420         margin-left: 15px;
1421 }
1422
1423 #contact-edit-wrapper {
1424         margin-top: 50px;
1425 }
1426
1427 #contact-edit-banner-name {
1428         font-size: 1.4em;
1429         font-weight: bold;
1430         margin-left: 30px;
1431 }
1432
1433 #contact-edit-poll-wrapper {
1434         margin-left: 50px;
1435         margin-top: 30px;
1436 }
1437 #contact-edit-poll-text {
1438         margin-top: 15px;
1439         margin-bottom: 5px;
1440 }
1441
1442 #contact-edit-update-now {
1443         margin-top: 15px;
1444 }
1445
1446 #contact-edit-photo-wrapper {
1447         margin-bottom: 20px;
1448 }
1449 #contact-edit-links {
1450         float: left;
1451 }
1452 #contact-edit-links a {
1453         float: left;
1454 }
1455 #contact-edit-links img {
1456         margin-left: 20px;
1457         border: none;
1458 }
1459
1460 #contact-drop-links {
1461         float: left;
1462 }
1463
1464 #contact-drop-links img {
1465         margin-left: 20px;
1466         border: none;
1467 }
1468
1469 #contact-edit-nav-end {
1470         clear: both;
1471 }
1472
1473 #contact-edit-direction-icon {
1474         float: left;
1475         margin-top: 70px;
1476         margin-right: 2px;
1477 }
1478
1479 #contact-edit-photo {
1480         float: left;
1481 }
1482
1483 #contact-edit-photo-end {
1484         clear: both;
1485 }
1486
1487 #contact-edit-photo-wrapper {
1488         float: left;
1489 }
1490
1491 #contact-edit-nav-wrapper {
1492         float: left;
1493 }
1494
1495 #contact-edit-end {
1496         clear: both;
1497 }
1498
1499 #contact-profile-selector {
1500         width: 175px;
1501         margin-left: 175px;
1502 }
1503
1504 #contact-reputation-selector {
1505         margin-left: 175px;
1506 }
1507
1508 #contact-edit-rating-text {
1509         margin-left: 175px;
1510 }
1511
1512 .contact-edit-submit {
1513         margin-top: 20px;
1514         /*margin-left: 50px;*/
1515 }
1516
1517 #block-message, #ignore-message {
1518         margin-top: 20px;
1519         color: #FF0000;
1520         font-size: 1.1em;
1521         border: 1px solid #FF8888;
1522         background-color: #FFEEEE;
1523         padding: 10px;
1524 }
1525
1526 #profile-edit-insecure {
1527         margin-top: 20px;
1528         color: #FF0000;
1529         font-size: 1.1em;
1530         border: 1px solid #FF8888;
1531         background-color: #FFEEEE;
1532         padding-left: 5px;
1533         /*: 3px 3px 3px 5px; */
1534         width: 587px;
1535 }
1536
1537 #block-message, #ignore-message {
1538         width: 180px;
1539 }
1540
1541
1542 /*
1543 .profile-tabs {
1544         float: left;
1545         padding: 4px;
1546         margin-top: 10px;
1547         margin-bottom: 10px;
1548         margin-right: 5px;
1549         font-size: 0.8em;
1550         font-weight: bold;
1551         background-color: #ECECEC;
1552         border: 1px solid #858585;
1553 }
1554 .profile-tabs:hover {
1555         background-color: #0CBEFE;
1556         color: #F5F6FB;
1557         border: 1px solid #F5F6FB;
1558 }
1559
1560
1561 #profile-tabs-end {
1562         clear: both;
1563 }*/
1564
1565 .comment-edit-text-empty {
1566         color: gray;
1567         height: 30px;
1568         width: 175px;
1569         overflow: auto;
1570         margin-bottom: 10px;
1571 }
1572
1573 .comment-edit-text-full {
1574         color: black;
1575         height: 150px;
1576         width: 350px;
1577         overflow: auto;
1578 }
1579
1580 #group-new-submit-wrapper {
1581         margin-top: 30px;
1582 }
1583
1584 #acl-allow-group-label,
1585 #acl-allow-contact-label,
1586 #acl-deny-group-label,
1587 #acl-deny-contact-label {
1588         display: block;
1589 }
1590
1591 #acl-permit-text,
1592 #acl-deny-text {
1593         margin-top: 10px;
1594 }
1595
1596 #acl-allow-group-label,
1597 #acl-allow-contact-label,
1598 #acl-deny-group-label,
1599 #acl-deny-contact-label {
1600         margin-top: 5px;
1601         margin-bottom: 5px;
1602 }
1603
1604
1605 #group_allow_wrapper,
1606 #group_deny_wrapper {
1607         float: left;
1608         width: 100px;
1609         margin-right: 10px;
1610 }
1611
1612 #contact_allow_wrapper,
1613 #contact_deny_wrapper {
1614         float: left;
1615         width: 150px;
1616         margin-right: 10px;
1617 }
1618
1619 #acl-allow-end,
1620 #acl-deny-end {
1621         clear: both;
1622 }
1623 #acl-permit-outer-wrapper,
1624 #acl-deny-outer-wrapper {
1625         padding: 10px;
1626         margin-top: 10px;
1627         border: 2px solid #BBBBBB;
1628         float: left;
1629 }
1630
1631 #acl-wrapper-end {
1632         clear: both;
1633 }
1634
1635 #group-edit-name-label {
1636         float: left;
1637         width: 175px;
1638         margin-top: 20px;
1639         margin-bottom: 20px;
1640 }
1641
1642 #group-edit-name {
1643         float: left;
1644         width: 225px;
1645         margin-top: 20px;
1646         margin-bottom: 20px;
1647 }
1648
1649 #group-edit-name-wrapper {
1650
1651
1652 }
1653
1654
1655 #group_members_select_label {
1656         display: block;
1657         float: left;
1658         width: 175px;
1659 }
1660
1661 .group_members_select {
1662         float: left;
1663         width: 230px;
1664         overflow: auto;
1665 }
1666
1667 #group_members_select_end {
1668         clear: both;
1669 }
1670 #group-edit-name-end {
1671         clear: both;
1672 }
1673
1674 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1675         margin-bottom: 10px;
1676         margin-top: 20px;
1677 }
1678
1679 #prvmail-submit {
1680         float: left;
1681         margin-top: 10px;
1682         margin-right: 30px;
1683 }
1684 #prvmail-upload-wrapper,
1685 #prvmail-link-wrapper,
1686 #prvmail-rotator-wrapper {
1687         float: left;
1688         margin-top: 10px;
1689         margin-right: 10px;
1690         width: 24px;
1691 }
1692
1693 #prvmail-end {
1694         clear: both;
1695 }
1696
1697 .mail-list-sender,
1698 .mail-list-detail {
1699         float: left;
1700 }
1701 .mail-list-detail {
1702         margin-left: 20px;
1703 }
1704
1705 .mail-list-subject {
1706         font-size: 1.1em;
1707         margin-top: 10px;
1708 }
1709 a.mail-list-link {
1710     display: block;
1711     font-size: 1.3em;
1712     padding: 4px 0;
1713 }
1714
1715 /*
1716 *a.mail-list-link:hover {
1717 *       background-color: #15607B;
1718 *       color: #F5F6FB;
1719 *}
1720 */
1721
1722 .mail-list-outside-wrapper-end {
1723         clear: both;
1724 }
1725
1726 .mail-list-outside-wrapper {
1727         margin-top: 30px;
1728 }
1729
1730 .mail-list-delete-wrapper {
1731         float: right;
1732         margin-right: 30px;
1733         margin-top: 15px;
1734 }
1735
1736 .mail-list-delete-icon {
1737         border: none;
1738 }
1739
1740 .mail-conv-sender,
1741 .mail-conv-detail {
1742         float: left;
1743 }
1744 .mail-conv-detail {
1745         margin-left: 20px;
1746         width: 500px;
1747 }
1748
1749 .mail-conv-subject {
1750     font-size: 1.4em;
1751     margin: 10px 0;
1752 }
1753
1754 .mail-conv-outside-wrapper-end {
1755         clear: both;
1756 }
1757
1758 .mail-conv-outside-wrapper {
1759         margin-top: 30px;
1760 }
1761
1762 .mail-conv-delete-wrapper {
1763         float: right;
1764         margin-right: 30px;
1765         margin-top: 15px;
1766 }
1767
1768 .mail-conv-delete-icon {
1769         border: none;
1770 }
1771
1772 .message-links ul {
1773         list-style-type: none;
1774         padding: 0px;
1775 }
1776
1777 .message-links li {
1778         margin-top: 10px;
1779         float: left;
1780 }
1781 .message-links a {
1782         padding: 3px 5px;
1783 }
1784
1785 .message-links ul ul {
1786         clear: both;
1787 }
1788
1789 #sidebar-group-list ul {
1790         list-style-type: none;
1791 }
1792
1793 #sidebar-group-list li {
1794         margin-top: 10px;
1795 }
1796
1797 #side-follow-wrapper {
1798         margin-top: 20px;
1799 }
1800 #side-follow-url {
1801         margin-top: 5px;
1802 }
1803 #side-follow-submit {
1804         margin-top: 15px;
1805 }
1806
1807 .photo-album-image-wrapper {
1808         float: left;
1809         margin-top: 15px;
1810         margin-right: 15px;
1811         width: 200px; height: 200px; 
1812         overflow: hidden; 
1813         position: relative;
1814 }
1815 .photo-album-image-wrapper .caption {
1816         display: none; 
1817         width: 100%;
1818         position: absolute; 
1819         bottom: 0px; 
1820         padding: 0.5em 0.5em 0px 0.5em;
1821         background-color: rgba(245, 245, 255, 0.8);
1822         border-bottom: 2px solid #CCC;
1823         margin: 0px;
1824 }
1825 .photo-album-image-wrapper a:hover .caption {
1826         display:block;
1827 }
1828
1829 #photo-album-end {
1830         clear: both;
1831 }
1832
1833 .photo-top-image-wrapper {
1834         position: relative;
1835         float: left;
1836         margin-top: 15px;
1837         margin-right: 15px;
1838         width: 200px; height: 200px; 
1839         overflow: hidden; 
1840 }
1841 .photo-top-album-name {
1842         width: 100%;
1843         min-height: 2em;
1844         position: absolute; 
1845         bottom: 0px; 
1846         padding: 0px 3px;
1847         padding-top: 0.5em;
1848         background-color: rgb(255, 255, 255);
1849 }
1850 #photo-top-end {
1851         clear: both;
1852 }
1853
1854 #photo-top-links {
1855         margin-bottom: 30px;
1856         margin-left: 30px;
1857 }
1858
1859 #photos-upload-newalbum-div {
1860         float: left;
1861         width: 175px;
1862 }
1863 #photos-upload-existing-album-text {
1864         float: left;
1865         width: 175px;
1866 }
1867 #photos-upload-newalbum {
1868         float: left;
1869 }
1870 #photos-upload-album-select {
1871         float: left;
1872 }
1873
1874 #photos-upload-spacer {
1875         margin-top: 25px;
1876 }
1877 #photos-upload-new-end, #photos-upload-exist-end {
1878         clear: both;
1879 }
1880 #photos-upload-exist-end {
1881         margin-bottom: 15px;
1882 }
1883 #photos-upload-submit {
1884         margin-top: 15px;
1885 }
1886
1887 #photos_upload_applet_wrapper {
1888         margin-bottom: 15px;
1889 }
1890
1891 #photos-upload-no-java-message {
1892         margin-bottom: 15px;
1893 }
1894
1895 #profile-jot-desc {
1896         /*float: left;*/
1897         width: 480px;
1898         color: #FF0000;
1899         margin-top: 10px;
1900         margin-bottom: 10px;
1901 }
1902
1903 #character-counter {
1904         float: right;
1905         font-size: 120%;
1906 }
1907
1908 #character-counter.grey {
1909         color: #888888;
1910 }
1911
1912 #character-counter.orange {
1913         color: orange;
1914 }
1915 #character-counter.red {
1916         color: red;
1917 }
1918
1919 #profile-jot-banner-end {
1920         /* clear: both; */ 
1921 }
1922
1923 #photos-upload-select-files-text {
1924         margin-top: 15px;
1925         margin-bottom: 15px;
1926 }
1927
1928 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1929         color: #8888FF;
1930         text-decoration: none;
1931         cursor: pointer;
1932 }
1933
1934 #photos-upload-perms-menu:hover {
1935         color: #0000FF;
1936         text-decoration: underline;
1937         cursor: pointer;
1938 }
1939 #settings-default-perms-menu {
1940         margin-top: 15px;
1941         margin-bottom: 15px;
1942 }
1943
1944 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1945         float: left;
1946         width: 150px;
1947 }
1948
1949 #photo-edit-perms-end {
1950         margin-bottom: 15px;
1951 }
1952
1953 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1954         float: left;
1955         margin-bottom: 25px;
1956 }
1957 #photo-edit-link-wrap {
1958         margin-bottom: 15px;
1959 }
1960 #photo-like-div {
1961         margin-bottom: 25px;
1962 }
1963
1964 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1965         clear: both;
1966 }
1967
1968 #photo-edit-delete-button {
1969         margin-left: 200px;
1970 }
1971 #photo-edit-end {
1972         margin-bottom: 35px;
1973 }
1974 #photo-caption {
1975         font-size: 110%;
1976         font-weight: bold;
1977         margin-top: 15px;
1978         margin-bottom: 15px;
1979 }
1980
1981 #in-this-photo-text {
1982         color: #0000FF;
1983         margin-left: 30px;
1984 }
1985
1986 #in-this-photo {
1987         margin-left: 60px;
1988         margin-top: 10px;
1989         margin-bottom: 20px;
1990 }
1991
1992 #photo-album-edit-submit, #photo-album-edit-drop {
1993         margin-top: 15px;
1994         margin-bottom: 15px;
1995 }
1996
1997 #photo-album-edit-drop {
1998         margin-left: 200px;
1999 }
2000
2001 .group-delete-wrapper {
2002         float: right;
2003         margin-right: 50px;
2004 }
2005
2006 #install-dbhost-label,
2007 #install-dbuser-label,
2008 #install-dbpass-label,
2009 #install-dbdata-label,
2010 #install-tz-desc {
2011        float: left;
2012        width: 250px;
2013        margin-top: 10px;
2014        margin-bottom: 10px;
2015
2016 }
2017
2018 #install-dbhost,
2019 #install-dbuser,
2020 #install-dbpass,
2021 #install-dbdata {
2022        float: left;
2023        width: 200px;
2024        margin-left: 20px;
2025 }
2026
2027 #install-dbhost-end,
2028 #install-dbuser-end,
2029 #install-dbpass-end,
2030 #install-dbdata-end,
2031 #install-tz-end {
2032        clear: both;
2033 }
2034
2035 #install-form select#timezone_select {
2036        float: left;
2037        margin-top: 18px;
2038        margin-left: 20px;
2039 }
2040
2041 #dfrn-request-networks {
2042         margin-bottom: 30px;
2043 }
2044
2045 #pause {
2046   position: fixed;
2047   bottom: 5px;
2048   right: 5px;
2049 }
2050
2051 .sparkle {
2052         cursor: url('lock.cur'), pointer;
2053 /*      cursor: pointer !important; */
2054 }
2055
2056 .contact-block-div {
2057         float: left;
2058         width: 52px;
2059         height: 52px;
2060 }
2061 #contact-block-end {
2062         clear: both;
2063 }
2064 .contact-block-link {
2065         float: left;
2066 }
2067 .contact-block-img {
2068         width:48px;
2069         height:48px;
2070 }
2071
2072 #tag-remove {
2073         margin-bottom: 15px;
2074 }
2075
2076 #tagrm li {
2077         margin-bottom: 10px;
2078 }
2079
2080 #tagrm-submit, #tagrm-cancel {
2081         margin-top: 25px;
2082 }
2083
2084 #tagrm-cancel {
2085         margin-left: 15px;
2086 }
2087
2088 .wall-item-conv {
2089         margin-top: 5px;
2090         margin-bottom: 25px;
2091 }
2092
2093 #search-submit {
2094         margin-left: 15px;
2095 }
2096
2097 #search-box {
2098         margin-bottom: 25px;
2099 }
2100
2101 .location-label, .gender-label, .marital-label, .homepage-label {
2102         float: left;
2103         text-align: right;
2104         display: block;
2105         width: 65px;
2106 }
2107
2108 .adr, .x-gender, .marital-text, .homepage-url {
2109         float: left;
2110         display: block;
2111         margin-left: 8px;
2112 }
2113
2114 .profile-clear {
2115         clear: both;
2116 }
2117
2118
2119 .clear {
2120         clear: both;
2121 }
2122
2123 .cc-license {
2124         margin-top: 50px;
2125         font-size: 70%;
2126 }
2127
2128
2129 #plugin-settings-link, #account-settings-link, #uexport-link {
2130         margin-bottom: 10px;
2131 }
2132
2133 /* end from defautlt */
2134         
2135
2136 .fn {
2137         padding: 0px 0px 5px 0px;
2138         font-size: 120%;
2139         font-weight: bold;
2140 }
2141
2142 .vcard .title {
2143         margin-bottom: 5px;
2144 }
2145
2146
2147 #birthday-title {
2148         float: left;
2149         font-weight: bold;      
2150 }
2151
2152 #birthday-adjust {
2153         float: left;
2154         font-size: 75%;
2155         margin-left: 10px;
2156 }
2157
2158 #birthday-title-end {
2159         clear: both;
2160 }
2161
2162 .birthday-list {
2163         margin-left: 15px;
2164 }
2165
2166 #birthday-wrapper {
2167         margin-bottom: 20px;
2168 }
2169
2170 #network-new-link {
2171         margin-top: 15px;
2172         margin-bottom: 15px;
2173 }
2174
2175
2176 .tool-wrapper {
2177   float: left;
2178   margin-left: 15px;
2179 }
2180
2181 .tool-link {
2182   cursor: pointer;
2183 }
2184
2185
2186 .calendar {
2187         font-family: Courier, monospace;
2188 }
2189 .today {
2190         color: #FF0000;
2191 }
2192
2193 .settings-block {
2194         border: 1px solid #AAA;
2195         margin: 10px;
2196         padding: 10px;
2197 }
2198
2199 .app-title {
2200         margin: 10px;
2201 }
2202
2203 #identity-manage-desc {
2204         margin-top:15px;
2205         margin-bottom: 15px;
2206 }
2207
2208 #identity-manage-choose {
2209         margin-bottom: 15px;
2210 }
2211
2212 #identity-submit {
2213         margin-top: 20px;
2214 }
2215
2216 #photo-prev-link, #photo-next-link {
2217         padding: 10px;
2218         float: left;
2219 }
2220
2221 #photo-photo {
2222         float: left;
2223 }
2224
2225 #photo-photo-end {
2226         clear: both;
2227 }
2228
2229 .profile-match-photo {
2230         float: left;
2231         text-align: center;
2232         width: 120px;
2233 }
2234
2235 .profile-match-name {
2236         float: left;
2237         text-align: center;
2238         width: 120px;
2239         overflow: hidden;
2240 }
2241
2242 .profile-match-break,
2243 .profile-match-end {
2244         clear: both;
2245 }
2246
2247 .profile-match-wrapper {
2248         float: left;
2249         padding: 10px;
2250 }
2251 #profile-match-wrapper-end {
2252         clear: both;
2253 }
2254 .side-link {
2255         margin-bottom: 15px;
2256 }
2257
2258 #language-selector {
2259         position: absolute;
2260         top: 0;
2261         left: 0;
2262 }
2263
2264 #group-members {
2265         margin-top: 20px;
2266         padding: 10px;
2267         height: 250px;
2268         overflow: auto;
2269         border: 1px solid #ddd;
2270 }
2271
2272 #group-members-end {
2273         clear: both;
2274 }
2275
2276 #group-separator {
2277         margin-top: 10px;
2278         margin-bottom: 10px;
2279 }
2280
2281 #group-all-contacts {
2282         padding: 10px;
2283         height: 450px;
2284         overflow: auto;
2285         border: 1px solid #ddd;
2286 }
2287
2288 #group-all-contacts-end {
2289         clear: both;
2290         margin-bottom: 10px;
2291 }
2292
2293 #group-edit-desc {
2294         margin-top: 15px;
2295 }
2296
2297
2298 #prof-members {
2299         margin-top: 20px;
2300         padding: 10px;
2301         height: 250px;
2302         overflow: auto;
2303         border: 1px solid #ddd;
2304 }
2305
2306 #prof-members-end {
2307         clear: both;
2308 }
2309
2310 #prof-separator {
2311         margin-top: 10px;
2312         margin-bottom: 10px;
2313 }
2314
2315 #prof-all-contacts {
2316         padding: 10px;
2317         height: 450px;
2318         overflow: auto;
2319         border: 1px solid #ddd;
2320 }
2321
2322 #prof-all-contacts-end {
2323         clear: both;
2324         margin-bottom: 10px;
2325 }
2326
2327 #prof-edit-desc {
2328         margin-top: 15px;
2329 }
2330
2331 #crepair-nick-label,
2332 #crepair-url-label,
2333 #crepair-request-label,
2334 #crepair-confirm-label,
2335 #crepair-notify-label,
2336 #crepair-poll-label {
2337         float: left;
2338         width: 200px;
2339         margin-bottom: 15px;
2340 }
2341
2342 #crepair-nick,
2343 #crepair-url,
2344 #crepair-request,
2345 #crepair-confirm,
2346 #crepair-notify,
2347 #crepair-poll {
2348         float: left;
2349         width: 300px;
2350 }
2351
2352 /**
2353  * ICONS
2354  */
2355 .icon {
2356         display: block; width: 16px; height: 16px;
2357         background-image: url('../../../images/icons.png');
2358 }
2359 .article { background-position: 0px 0px;}
2360 .audio { background-position: -16px 0px;}
2361 .block { background-position: -32px 0px;}
2362 .drop { background-position: -48px 0px;}
2363 .drophide { background-position: -64px 0px;}
2364 .edit { background-position: -80px 0px;}
2365 .camera { background-position: -96px 0px;}
2366 .dislike { background-position: -112px 0px;}
2367 .like { background-position: -128px 0px;}
2368 .link { background-position: -144px 0px;}
2369
2370 .globe { background-position: 0px -16px;}
2371 .noglobe { background-position: -16px -16px;}
2372 .no { background-position: -32px -16px;}
2373 .pause { background-position: -48px -16px;}
2374 .play { background-position: -64px -16px;}
2375 .pencil { background-position: -80px -16px;}
2376 .small-pencil { background-position: -96px -16px;}
2377 .recycle { background-position: -112px -16px;}
2378 .remote-link { background-position: -128px -16px;}
2379 .share { background-position: -144px -16px;}
2380
2381 .tools { background-position: 0px -32px;}
2382 .lock { background-position: -16px -32px;}
2383 .unlock { background-position: -32px -32px;}
2384 .video { background-position: -48px -32px;}
2385 .youtube { background-position: -64px -32px;}