]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merged pull request #93 from fabrixxm/dispy.
[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         margin-top: 10px;
1899         margin-bottom: 10px;
1900 }
1901 #character-counter {
1902         float: right;
1903         font-size: 120%;
1904 }
1905
1906 #character-counter.grey {
1907         color: #888888;
1908 }
1909
1910 #character-counter.orange {
1911         color: orange;
1912 }
1913 #character-counter.red {
1914         color: red;
1915 }
1916
1917 #profile-jot-banner-end {
1918         /* clear: both; */ 
1919 }
1920
1921 #photos-upload-select-files-text {
1922         margin-top: 15px;
1923         margin-bottom: 15px;
1924 }
1925
1926 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1927         color: #8888FF;
1928         text-decoration: none;
1929         cursor: pointer;
1930 }
1931
1932 #photos-upload-perms-menu:hover {
1933         color: #0000FF;
1934         text-decoration: underline;
1935         cursor: pointer;
1936 }
1937 #settings-default-perms-menu {
1938         margin-top: 15px;
1939         margin-bottom: 15px;
1940 }
1941
1942 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1943         float: left;
1944         width: 150px;
1945 }
1946
1947 #photo-edit-perms-end {
1948         margin-bottom: 15px;
1949 }
1950
1951 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1952         float: left;
1953         margin-bottom: 25px;
1954 }
1955 #photo-edit-link-wrap {
1956         margin-bottom: 15px;
1957 }
1958 #photo-like-div {
1959         margin-bottom: 25px;
1960 }
1961
1962 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1963         clear: both;
1964 }
1965
1966 #photo-edit-delete-button {
1967         margin-left: 200px;
1968 }
1969 #photo-edit-end {
1970         margin-bottom: 35px;
1971 }
1972 #photo-caption {
1973         font-size: 110%;
1974         font-weight: bold;
1975         margin-top: 15px;
1976         margin-bottom: 15px;
1977 }
1978
1979 #in-this-photo-text {
1980         color: #0000FF;
1981         margin-left: 30px;
1982 }
1983
1984 #in-this-photo {
1985         margin-left: 60px;
1986         margin-top: 10px;
1987         margin-bottom: 20px;
1988 }
1989
1990 #photo-album-edit-submit, #photo-album-edit-drop {
1991         margin-top: 15px;
1992         margin-bottom: 15px;
1993 }
1994
1995 #photo-album-edit-drop {
1996         margin-left: 200px;
1997 }
1998
1999 .group-delete-wrapper {
2000         float: right;
2001         margin-right: 50px;
2002 }
2003
2004 #install-dbhost-label,
2005 #install-dbuser-label,
2006 #install-dbpass-label,
2007 #install-dbdata-label,
2008 #install-tz-desc {
2009        float: left;
2010        width: 250px;
2011        margin-top: 10px;
2012        margin-bottom: 10px;
2013
2014 }
2015
2016 #install-dbhost,
2017 #install-dbuser,
2018 #install-dbpass,
2019 #install-dbdata {
2020        float: left;
2021        width: 200px;
2022        margin-left: 20px;
2023 }
2024
2025 #install-dbhost-end,
2026 #install-dbuser-end,
2027 #install-dbpass-end,
2028 #install-dbdata-end,
2029 #install-tz-end {
2030        clear: both;
2031 }
2032
2033 #install-form select#timezone_select {
2034        float: left;
2035        margin-top: 18px;
2036        margin-left: 20px;
2037 }
2038
2039 #dfrn-request-networks {
2040         margin-bottom: 30px;
2041 }
2042
2043 #pause {
2044   position: fixed;
2045   bottom: 5px;
2046   right: 5px;
2047 }
2048
2049 .sparkle {
2050         cursor: url('lock.cur'), pointer;
2051 /*      cursor: pointer !important; */
2052 }
2053
2054 .contact-block-div {
2055         float: left;
2056         width: 52px;
2057         height: 52px;
2058 }
2059 #contact-block-end {
2060         clear: both;
2061 }
2062 .contact-block-link {
2063         float: left;
2064 }
2065 .contact-block-img {
2066         width:48px;
2067         height:48px;
2068 }
2069
2070 #tag-remove {
2071         margin-bottom: 15px;
2072 }
2073
2074 #tagrm li {
2075         margin-bottom: 10px;
2076 }
2077
2078 #tagrm-submit, #tagrm-cancel {
2079         margin-top: 25px;
2080 }
2081
2082 #tagrm-cancel {
2083         margin-left: 15px;
2084 }
2085
2086 .wall-item-conv {
2087         margin-top: 5px;
2088         margin-bottom: 25px;
2089 }
2090
2091 #search-submit {
2092         margin-left: 15px;
2093 }
2094
2095 #search-box {
2096         margin-bottom: 25px;
2097 }
2098
2099 .location-label, .gender-label, .marital-label, .homepage-label {
2100         float: left;
2101         text-align: right;
2102         display: block;
2103         width: 65px;
2104 }
2105
2106 .adr, .x-gender, .marital-text, .homepage-url {
2107         float: left;
2108         display: block;
2109         margin-left: 8px;
2110 }
2111
2112 .profile-clear {
2113         clear: both;
2114 }
2115
2116
2117 .clear {
2118         clear: both;
2119 }
2120
2121 .cc-license {
2122         margin-top: 50px;
2123         font-size: 70%;
2124 }
2125
2126
2127 #plugin-settings-link, #account-settings-link, #uexport-link {
2128         margin-bottom: 10px;
2129 }
2130
2131 /* end from defautlt */
2132         
2133
2134 .fn {
2135         padding: 0px 0px 5px 0px;
2136         font-size: 120%;
2137         font-weight: bold;
2138 }
2139
2140 .vcard .title {
2141         margin-bottom: 5px;
2142 }
2143
2144
2145 #birthday-title {
2146         float: left;
2147         font-weight: bold;      
2148 }
2149
2150 #birthday-adjust {
2151         float: left;
2152         font-size: 75%;
2153         margin-left: 10px;
2154 }
2155
2156 #birthday-title-end {
2157         clear: both;
2158 }
2159
2160 .birthday-list {
2161         margin-left: 15px;
2162 }
2163
2164 #birthday-wrapper {
2165         margin-bottom: 20px;
2166 }
2167
2168 #network-new-link {
2169         margin-top: 15px;
2170         margin-bottom: 15px;
2171 }
2172
2173
2174 .tool-wrapper {
2175   float: left;
2176   margin-left: 15px;
2177 }
2178
2179 .tool-link {
2180   cursor: pointer;
2181 }
2182
2183
2184 .calendar {
2185         font-family: Courier, monospace;
2186 }
2187 .today {
2188         color: #FF0000;
2189 }
2190
2191 .settings-block {
2192         border: 1px solid #AAA;
2193         margin: 10px;
2194         padding: 10px;
2195 }
2196
2197 .app-title {
2198         margin: 10px;
2199 }
2200
2201 #identity-manage-desc {
2202         margin-top:15px;
2203         margin-bottom: 15px;
2204 }
2205
2206 #identity-manage-choose {
2207         margin-bottom: 15px;
2208 }
2209
2210 #identity-submit {
2211         margin-top: 20px;
2212 }
2213
2214 #photo-prev-link, #photo-next-link {
2215         padding: 10px;
2216         float: left;
2217 }
2218
2219 #photo-photo {
2220         float: left;
2221 }
2222
2223 #photo-photo-end {
2224         clear: both;
2225 }
2226
2227 .profile-match-photo {
2228         float: left;
2229         text-align: center;
2230         width: 120px;
2231 }
2232
2233 .profile-match-name {
2234         float: left;
2235         text-align: center;
2236         width: 120px;
2237         overflow: hidden;
2238 }
2239
2240 .profile-match-break,
2241 .profile-match-end {
2242         clear: both;
2243 }
2244
2245 .profile-match-wrapper {
2246         float: left;
2247         padding: 10px;
2248 }
2249 #profile-match-wrapper-end {
2250         clear: both;
2251 }
2252 .side-link {
2253         margin-bottom: 15px;
2254 }
2255
2256 #language-selector {
2257         position: absolute;
2258         top: 0;
2259         left: 0;
2260 }
2261
2262 #group-members {
2263         margin-top: 20px;
2264         padding: 10px;
2265         height: 250px;
2266         overflow: auto;
2267         border: 1px solid #ddd;
2268 }
2269
2270 #group-members-end {
2271         clear: both;
2272 }
2273
2274 #group-separator {
2275         margin-top: 10px;
2276         margin-bottom: 10px;
2277 }
2278
2279 #group-all-contacts {
2280         padding: 10px;
2281         height: 450px;
2282         overflow: auto;
2283         border: 1px solid #ddd;
2284 }
2285
2286 #group-all-contacts-end {
2287         clear: both;
2288         margin-bottom: 10px;
2289 }
2290
2291 #group-edit-desc {
2292         margin-top: 15px;
2293 }
2294
2295
2296 #prof-members {
2297         margin-top: 20px;
2298         padding: 10px;
2299         height: 250px;
2300         overflow: auto;
2301         border: 1px solid #ddd;
2302 }
2303
2304 #prof-members-end {
2305         clear: both;
2306 }
2307
2308 #prof-separator {
2309         margin-top: 10px;
2310         margin-bottom: 10px;
2311 }
2312
2313 #prof-all-contacts {
2314         padding: 10px;
2315         height: 450px;
2316         overflow: auto;
2317         border: 1px solid #ddd;
2318 }
2319
2320 #prof-all-contacts-end {
2321         clear: both;
2322         margin-bottom: 10px;
2323 }
2324
2325 #prof-edit-desc {
2326         margin-top: 15px;
2327 }
2328
2329 #crepair-nick-label,
2330 #crepair-url-label,
2331 #crepair-request-label,
2332 #crepair-confirm-label,
2333 #crepair-notify-label,
2334 #crepair-poll-label {
2335         float: left;
2336         width: 200px;
2337         margin-bottom: 15px;
2338 }
2339
2340 #crepair-nick,
2341 #crepair-url,
2342 #crepair-request,
2343 #crepair-confirm,
2344 #crepair-notify,
2345 #crepair-poll {
2346         float: left;
2347         width: 300px;
2348 }
2349
2350 /**
2351  * ICONS
2352  */
2353 .icon {
2354         display: block; width: 16px; height: 16px;
2355         background-image: url('../../../images/icons.png');
2356 }
2357 .article { background-position: 0px 0px;}
2358 .audio { background-position: -16px 0px;}
2359 .block { background-position: -32px 0px;}
2360 .drop { background-position: -48px 0px;}
2361 .drophide { background-position: -64px 0px;}
2362 .edit { background-position: -80px 0px;}
2363 .camera { background-position: -96px 0px;}
2364 .dislike { background-position: -112px 0px;}
2365 .like { background-position: -128px 0px;}
2366 .link { background-position: -144px 0px;}
2367
2368 .globe { background-position: 0px -16px;}
2369 .noglobe { background-position: -16px -16px;}
2370 .no { background-position: -32px -16px;}
2371 .pause { background-position: -48px -16px;}
2372 .play { background-position: -64px -16px;}
2373 .pencil { background-position: -80px -16px;}
2374 .small-pencil { background-position: -96px -16px;}
2375 .recycle { background-position: -112px -16px;}
2376 .remote-link { background-position: -128px -16px;}
2377 .share { background-position: -144px -16px;}
2378
2379 .tools { background-position: 0px -32px;}
2380 .lock { background-position: -16px -32px;}
2381 .unlock { background-position: -32px -32px;}
2382 .video { background-position: -48px -32px;}
2383 .youtube { background-position: -64px -32px;}