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