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